搜索资源列表
Java 200308132332
- 在这篇免费的 dW 专有的独家教程中,我们将构建一个简单聊天系统的服务器和客户机方。您将在这个过程中学到创建这样一个服务器时可以用到的基本框架,该框架使用在很多情况下都能很好工作的传统技术。我们还将讨论框架的一些限制,并找到克服这些限制的方法。-in this free stochastic proprietary exclusive Guide, We will build a simple chat server and the client side. You will be in the
codesystemunderjava
- 本设计基本上能够实现了课题的要求,能够实现对恺撒的密文进行很顺利的解密,不会对密文存在太多的要求和限制。唯一不足的地方是在代入法上还不够稳定。-this design is basically a task to achieve the requirements to achieve the right Caesar secret text of a declassified very smoothly, ciphertext not there are too many demands and
Onlinebookstore
- 该项目为网上书店,使用技术为JSP+Servlet+IBatis,由于时间仓促,只完成前台功能, 后台暂时没有做。 JDK:1.4以上 数据库:SQL Server2000 开发工具:Eclipse+MyEclipse-The project for the online bookstore, the use of technology as the JSP+ Servlet+ IBatis, due to time constraints, only the future fu
coo
- 用xml+swing+jdbc(hsqldb)写的电视广告管理软件 客户定义好广告的具体信息,系统根据广告的时间,主题,播放次数,给出其广告的一份推荐播放时段列表,客户确定好,生产合同 管理员可以定义电视台每天的广告时段,定义广告时段的价格,以及此时段的各种约束(比如可以放何种类型的广告,何种广告可以重复放,何种主题的广告可以一起放等等),同时客户可以查看广告的播放时段。 同时系统支持一些特殊广告(比如公益广告,或者重要新闻)的发布-Use xml+ swing+ jdbc (hsq
sports
- 运动会管理系统报名部分,设计了主要的窗口以及密码修改部分的相关约束。-Part of the Games Management System application, design the main window as well as the password to amend the relevant part of constraints.
JAVA20091112
- JAVA、JSP程序系统的JSP聊天室,简单的聊天程序源代码-Java and jsp chat ,We will also discuss some of the constraints of the framework, and find a way to overcome these limitations method.
java_dabija1
- it s in fact a program wich is linked to mysql and it generates taking into consideration some constraints a list of people
ScriptEditor
- 支持语法高亮和代码提示,但是水平所限,只在IE8下面跑了跑(IE6、IE7没有环境测试),Firefox和chrome不兼容。-Support for syntax highlighting and code tips, but the level of constraints, only the following run IE8 running (IE6, IE7 no environmental testing), Firefox and chrome are not compatible
gudingzhichan
- 一个面向企业的,对企业的固定资产的管理系统,由于时间限制后台的代码没有完全给出。学习者可以自己完善,对于有一定项目经验的人会有很大的帮助-A business-oriented, the enterprise' s fixed assets management system, due to time constraints given the background of the code is not complete. Learners can improve their own, f
QRCode
- 在现代社会商品流通中,为了提高工作效率,条码识别技术得到了广泛的应用。一维条码受到容量的限制,仅能标识商品,而不能描述商品。二维条码解决了一维条码面临的容量问题,具有信息量大、可靠性高、保密防伪等优点。文 中介绍了QR Code 二维条形码的技术,给出了基于数字图像处理的QR Code 二维条形码的识别方案。-Circulation of commodities in modern society, in order to improve efficiency, bar code reco
database-systems-curriculum-design
- 本系统使用的开发工具是JAVA,后台数据库是本地Microsoft SQL server2000,通过专用接口Mss Microsoft SQL Server与JAVA前台连接。在开发过程中,由于技术以及时间的限制我在做前台的时候部分功能没有实现,本系统提供的功能模块有:系统设置模块,其中设有用户密码修改,其中只有公司员工才可登陆。系统修改与维护模块,其中设有最低库存设定,药品有效期报警,药品信息修改。可以对库存与药品的信息进行修改,当然也是公司员工才能修改。业务操作模块,下有进药单录入与卖药单
Decode
- 有能力约束车辆路径问题混合量子进化算法编码-Vehicle routing problem with capacity constraints coded quantum evolutionary algorithm
407
- IP输入文本框控件,把用户输入约束与生成InetAddress的步骤集合在一起-IP input text box control, user input constraints generated InetAddress steps together
auction
- 拍卖是购买和销售中的一种主要的交易方式,随着Internet的日益普及和电子商务的发展,网上拍卖迅速成为一种非常活跃的C2C电子商务模式。因为它充分利用了互连网的特性开创了一个前所未有的巨大市场而被广泛看好。对商家而言,以拍卖的形式在网上采购、销售物品,因为不受时间和空间限制、并且可以有效降低运营成本并提高效率而具有极大的吸引力。 本中详细介绍了Struts2、Spring、Hibernate三大框架技术,以及它们之间的整合。通过这三个框架建立整个系统结构,采用JavaEE的三层结构,分为
AuthCode
- 自动生成java图片验证码 由于时间紧迫 为获得下载机会 所以随意上传了 不过还是值得学习的-Automatically generate java picture verification code but still worthy of study due to time constraints to get the download opportunities free to upload
xlwbbj
- 新浪微博在线编辑 1.添加时图片增加上传功能(ASP无组件上传) 2.ifr a me方式调用 用法类似eWebEditor 调用方法: <input type="hidden" name="content" id="content"> <ifr a me src="Edit/editor.htm?id=content&ReadCookie=0" frameBorder="0" marginHeight="0" marginWidth="0" scroll
111
- 使用Java实现的数据库的 CREATE TABLE <表名> (<列名><数据类型>[<列完整性约束条件>][,<列名><数据类型>[<列完整性约束条件>]…][,<表完整性约束条件>] ) ALTER TABLE <表名> [ADD <新列名><数据类型>[<列完整性约束>]] [DROP<列完整性约束名>][MODI
CmpareConstraint
- 对比两个数据库,以一个为基础查询所有的约束是否存在。-Database query all constraints exists.
BasicConstraints
- Basic Constraints Extension (OID == 2.5.29.19) Source Code for Andriod.
EntityModifierTests
- Tests for {@link EntityModifier} to verify that {@link ContactsSource} constraints are being enforced correctly.
