-
three
说明: 游戏用途,建立一个游戏的必要前制作范本,供大家参阅。(Game purposes, the establishment of a game before making the necessary templates for your reference.)
- 2008-11-13 19:38:34下载
- 积分:1
-
jpatest-src
JAVA的最新的持久机制规范JPA的代码,如何调用JPA的多种方法(The latest JAVA lasting mechanism for defining the JPA code, how to call multiple methods of JPA)
- 2007-11-29 20:48:55下载
- 积分:1
-
mail
说明: Android 简单好用邮件客户端使用javamail框架 可选自动登录,使用pop3和stmp协议收发邮件,支持多附件收发。 邮件内容解析支持多种编码,html内容自动用webview显示。(Android easy to use mail client using javamail framework Optional automatic login, use pop3 and stmp protocols to send and receive mail, support multiple attachments to send and receive. Email content parsing supports multiple encodings, and html content is automatically displayed in a webview.)
- 2020-03-05 14:21:29下载
- 积分:1
-
philosopher(1.6)
哲学家进餐问题——Java语言实现
哲学家进餐问题是一个多线程运用的经典例子,涉及到线程同步/互斥,临界区访问问题以及一个避免死锁的解决方法。
有五个哲学家绕着圆桌坐,每个哲学家面前有一盘面,两人之间有一支筷子,这样每个哲学家左右各有一支筷子。
哲学家有2个状态,思考或者拿起筷子吃饭。如果哲学家拿到一只筷子,不能吃饭,直到拿到2只才能吃饭,并且一次只能拿起身边的一支筷子。一旦拿起便不会放下筷子直到把饭吃完,此时才把这双筷子放回原处。
如果,很不幸地,每个哲学家拿起他或她左边的筷子,那么就没有人可以吃到饭了。这就会造成死锁了。。这是需要坚决杜绝的,正如操作系统的死锁问题。()
- 2008-05-20 01:23:04下载
- 积分:1
-
ShouldQueryStrategy
Decides whether a given source should be queried for a given query, taking into account the source s query threshold and query after zero results flag.
- 2013-12-16 11:44:00下载
- 积分:1
-
VC++集成环境下TCP的发展
用VC++集成环境开发的基于TCP的网络应用程序,包括服务器端和客户端。-VC++ integrated environment with the development of TCP-based network applications, including server-side and client-side.
- 2022-01-22 04:34:48下载
- 积分:1
-
Spider_SinaTweetCrawler_java-master
基于java的新浪微博的爬虫程序
Java-based Weibo crawler(Java-based Weibo crawler)
- 2016-09-20 17:19:48下载
- 积分:1
-
Shiro
SSM+shiro demo 集成shiro 下载可直接运行(SSM+shiro demo spring+mybatis+shiro)
- 2017-12-14 11:43:30下载
- 积分:1
-
1:布局重新整理,使其更合理,修正慢的问题!
2:首页增加留言显示!
3:修正本地软件无法下载问题!
4:修正装备展示内容限制问题,可以无限添加!...
1:布局重新整理,使其更合理,修正慢的问题!
2:首页增加留言显示!
3:修正本地软件无法下载问题!
4:修正装备展示内容限制问题,可以无限添加!
5:删除合作资源,增加了新手指南!
****************************************************
保持3.3所有功能
V3.4更新内容
1:解决后台网站设置问题
2:增加菜单管理功能!(分顶部导航,顶部版权)
3:客服部分,电话,QQ采用无限制!
4:增加在线统计修改功能!
5:修正新手指南首页不显示错误!
6:修正了新手指南内容不换行错误!
7:修正新闻公告注入BUG!
8:修正首页只能显示一张照片的错误!
由于时间匆忙,请各位手动升级
V3.4最新功能,导航菜单添加管理,
升级方法:
新建表:Gq_menu
字段:id 自动编号
字段:menuid 长整型
字段:title 字符型 50
字段:url 字符型 随意
字段:open 逻辑型
字段:foot 逻辑型
字段:pass 逻辑型
新建表:Gq_config
字段分别为:qq dh sf RMB bbs
全部为备注型
-1 : layout re-organized to make it more reasonable, that the problem of slow! 2 : Home show increased voice! 3 : Amendments to the local software can not be downloaded! 4 : Amendments equipment display content restrictions, can add unlimited! 5 : delete cooperation resources, the increase is coming!**************************************************** maintain all the functions SP 3.3 update 1 : background website set up to solve
- 2022-03-04 04:36:30下载
- 积分:1
-
获取本机的外网IP和内网IP.内网IP很容易获取,直接调用gethostbyname(name)...
获取本机的外网IP和内网IP.内网IP很容易获取,直接调用gethostbyname(name)->h_addr_list就可以获取,但是外网IP还需要对一个提供显示当前外网IP的网页进行分析才可以获取,具体实现请参照代码.-Access to the machine outside the network and IP network IP. Within the IP network is easy to acquire, directly calls gethostbyname (name)-
- 2022-02-25 01:51:13下载
- 积分:1