搜索资源列表
cnVery bbs 论坛
- 欢迎使用cnVery bbs 论坛,本论坛具有如下特点: 1、使用ASP.Net(c#)、三层结构开发; 2、全部代码都由手写完成,清晰易懂、易维护; 3、程序结构紧凑、设计新颖、速度优越; 4、兼容主流浏览器,界面美观,皮肤设计灵活多变; 5、可以套用目前各种流行论坛的皮肤模式; 6、简约型设计,可转换其他各种流行论坛的数据; 7、在线情况统计、浏览者跟踪统计精确; 8、核心稳定,可扩展性良好,适合个性需求; 9、支持增设*、合并其他系统
czshop
- 简单的JSP电子商务网站购物车 带结算功能,带注册系统 大二时自己编写的,供大家参考学习 功能不是很详尽,美工也是拼凑了以前的flash,请见谅, 数据库在data文件夹中,在SQLserver中附加数据库即可 bean在classes--bean中 放进classes里即可 核心代码在list.jsp中 -simple JSP Cart e-commerce site with the clearing functions, with the registratio
jvtv_0.6
- JavaTV Program source code Need to play Windows Media files and streams, mpeg4 video or DVDs in java? Access WDM capture devices? Control a firewire DVCam? Then maybe this can help you. dsj is an ongoing project to provide a java wrapper around
MyThumbnailImage
- 获得上传的图片文件的缩略图的C#源代码, 绝对是经典,如果需要制作一个好的新闻发布系统都需要用到的核心代码!-been uploaded photos thumbnail of the C# source code is absolutely the classic, if need to produce a good press release systems require the use of the core code!
KyCms
- C# CMS全部源码。含核心模块。SQLServer数据库-C# CMS all the source code. With the core module. SQLServer database
cnVerybbs301SQL
- 欢迎使用cnVery bbs 论坛,本论坛具有如下特点: 1、使用ASP.Net(c#)、三层结构开发; 2、全部代码都由手写完成,清晰易懂、易维护; 3、程序结构紧凑、设计新颖、速度优越; 4、兼容主流浏览器,界面美观,皮肤设计灵活多变; 5、可以套用目前各种流行论坛的皮肤模式; 6、简约型设计,可转换其他各种流行论坛的数据; 7、在线情况统计、浏览者跟踪统计精确; 8、核心稳定,可扩展性良好,适合个性需求; 9、支持增设*、合并其他系统,如合并BLOG、
html2
- 这是一个html从简单到深入的学习,这一节主要讲5,6Javascr ipt入门6 Javascr ipt核心对象7 表单对象及使用8 事件、对象第6章 C-Html This is a depth from the simple to the study, this section of the main entry 5,6 Javascr ipt-speaking 6 Javascr ipt objects form the core of the object 7 and the use
Flash3d_pv3d
- Flash3d研究所推荐的最新pv3d傻瓜包,包括现在pv3d几乎所有用到的类-PAPER ON ERVIS NPAPER ISION PE IS ON PERVI IO APER SI PA AP VI ONPA RV IO PA SI PA ER SI NP PE ON AP VI ION AP PERVI ON PE VISIO APER IONPA RV IO PA RVIS NP PE IS ONPAPE
WRMPSv6.5SQL
- 网人科技是一个主营网络软件开发业务的网络高科技团队,网人科技专业致力于研发互联网综合应用服务的运营平台,面向政府机构、企事业单位和广大个人用户提供:网络应用软件开发、系统集成、电子商务解决方案、程序定制、网站策划、网站建设等业务。我们立足于发挥自身优势,聚集网络精英,本着团结协作、奋力拼搏、勇于创新的开拓精神,力争做软件市场的“主导者”、网络技术的“引领者”、客户服务的“佼佼者”,争创业界一流的网络服务团队。 网人不断追求技术领先、服务领先、模式领先、业绩领先的发展目标。并凭借
Java-Network-Programming.pdf
- JavaTM s growth over the last five years has been nothing short of phenomenal. Given Java s rapid rise to prominence and the general interest in networking, it s a little surprising that network programming in Java is still so mysterious to so ma
wangjiansenjiaocai
- Java平台的划分 要彻底了解Java 2 Micro Edition,我们必须先对Java 2 Micro Edition在整个Java技术之中的定位做个了解。 一般我们在撰写C程序的时候,会使用C标准程序库;使用C++撰写程序的时候,会使用C++标准程序库;而使用Java撰写程序的时候,则使用Sun所提供的Java标准类库。之所以叫做类库,是因为各式各样的方法(method,也可以叫做“函数”)被有系统地放在类之中,而这些类又被分门别类地归属在不同的包(package)之下,相较起来
OReilly---JavaScript---The-Definitive-Guide--5Ed.
- is an interpreted programming language with object-oriented (OO) capabilities. Syntactically, the core Javascr ipt language resembles C, C++, and Java, with programming constructs such as the if statement, the while loop, and the && operator. The sim
Flash-read-and-write-using-C
- 本文档描述了如何利用ISE中软件开发环境SDK进行C编程对FLASH进行读写的方法,免去了自建IP核对flash进行读写的步骤,大大提高了效率-This doc show a method that can read and write flash memory easily using SDK develop environment of ISE. That make it no necessary to develop a IP core by yourself and improve t
Using-C-to-achieve--method
- 用C语言实现Java类的本地方法 1. 0目的与意义在用Java开发应用程序的过程中,如果能100 的使用Java,那当然是最好不过了。但是,有时候我们却不得不在Java的应用程序中使用其它语言编写的代码(即本地代码),例如:(1)原来已有大量经过测试的代码,想要直接在Java应用程序中使用,而把这些代码转换成Java代码可能需要大量的时间和财力。(2)有些功能如访问系统设备等,单纯地使用Java语言可能很难实现或根本就无法实现,这时就需要用其它语言来实现这种底层的功能,以综合各种语言的优点。(
J2EEqiyemenhuwangzhan
- 搭建一个C/S模式的网站系统,然后设计基于该系统的网络宣传平台,主要包括信息发布、产品展示、网上调查、在线交流四大核心功能。-To build a C/S mode site systems, and network promotional platform design based on the system, including information dissemination, product demonstrations, online surveys, online exchange
hyperic-sigar-1.6.4-src.tar
- 使用sigar其实很简单,获取CPU信息 内存,网卡、磁盘等信息-This information is available in most operating systems, but each OS has their own way(s) providing it. SIGAR provides developers with one API to access this information regardless of the underlying platform. The
encog-java-core-master
- 这个文件包含了Encog的java代码,用户可以与此项目相对应的c代码对照。文件包含了如何编译和执行java的说明。-This file includes the complete source code for Encog for java. This file includes instructions on how to compile and execute Encog for java.
javaeetutorial5
- Java is a computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers write once, run anywhere (WORA),
totsearch_v3.3
- 淘特站内搜索引擎是由淘特JSP搜索引擎发展而来,系统基于Lucene.Net核心,通过高效的中文分词算法将数据库中内容进行分析、索引并保存至硬盘中。前台搜索时,通过读取索引文件查询,避免了传统数据库查询在高并发及海量数据下的性能问题。因前台搜索不在连接数据库,为不希望数据库放到前台的特殊用户群体提供了数据快速查询解决方案。 淘特站内搜索引擎(C#版)v3.3更新内容: 1、解决生成的文件链接始终是第一个的错误 2、解决GbK编码搜索程序Default_Gbk.aspx下一页链接错误的
aspnetcoredb
- ASP.NET Core cross platform development with Database
