资源列表
websocket
- 通过websocket简单实现多人聊天系统,可以把源程序部分放在tomcat里,打开html网页,可实现,是html5新功能实现的网络编程-Achieved through a simple websocket multiplayer chat system, you can put some on the tomcat source code, open the html page can be realized, new functionality is implemented html5
TabletVoiceTest
- android平台下声音回声抑制,能够极大的消除回声-android platform voice echo suppression, echo cancellation can greatly
MovieMS
- 关于电影院管理系统应用,源码很多,大家可以多多参考-About System of Movie Threater,Many Source Code,You can Scan of it
RentHouse
- 租房网的实现,登录,租房,发布房源,查询等等。-it is a web project.
PlayGame
- 石头剪刀布单机可计分可清除,java编程,可拓展为联机对战-Stone scissors cloth scoring machine can be cleared, java programming, can be expanded to online gaming
MyBlogjsp
- 基于JSP的个人博客网站的设计与实现开发环境jsp+mysql的博客程序源码-JSP-based personal blog website design and implementation of the development environment jsp+mysql the blog program source code
Bluetooth
- 安卓端蓝牙控制小车上位机,实现控制小车前进 后退 转弯 还有4个按键提供玩家扩展用-Andrews side Bluetooth control car PC, to achieve control car forward and back buttons turn there are four players extensions provided by
shu
- jsp/servlet MVC+sql server 2008开发的小型物资管理系统,包括增删改查等操作-jsp/servlet MVC+sql server 2008 development of small materials management system, including CRUD operations. .
9-grid
- “Java Web从入门到精通“最后的九宫格日记网源程序。包含了JSP,Javascr ipt,Ajax,strut2等技术应用,值得学习和开发借鉴-" Java Web from entry to the proficient," last squared diary network source. Contains a JSP, Javascr ipt, Ajax, strut2 other technical applications, it is worth learn
SimpleWeiboCrawler-5-13
- 新浪微博爬虫,可以抓取某一个的所有的微博记录。-sina weibo.com spider java source
java_card
- 写一个应用程序获得一手包含五张的扑克牌组。 然后编写类DeckofCard里面有实例方法判断一手牌中是否包含: 一对 二对 三张同一点数 四张同一点数 同花 顺子 一对+三张同一点数 -Write an application to get the poker hand that contains five groups. Then write the class DeckofCard there are examples of methods to determ
Exception
- 在java.lang包中定义了Integer类作为int数据类型的对等类,其中定义了如下方法: public static Integer valueOf(String s) throws NumberFormatException 用于将字符串s转换成Integer对象。当s不符合整数格式时,该方法抛出NumberFormatException异常。请编写简单程序转换一字符串为Integer对象,用2种方法抛出NumberFormatException异常:一种由程序本身捕获并处理异常