一 windows下安装直接拷贝tcnative-1.dll到TOMCAT_HOME/bin目录下,启动即可下载地址 http://archive.apache.org/dist/tomcat/tomcat-connectors/native/二 linux centos4.8或者ubuntu10....
分类:
其他 时间:
2015-01-31 14:18:18
收藏:
0 评论:
0 赞:
0 阅读:
319
判断是否联网_检测网络的类型为3G、2G、wap、wifi判断是否联网: /*** * judge Internet is available * * @author wei-spring * @return */ public boolean is...
分类:
其他 时间:
2015-01-31 14:18:08
收藏:
0 评论:
0 赞:
0 阅读:
324
Installation logCopy D:\Component\Ehlib\Common\*.* d:\Program Files (x86)\Delphi_2007\Components\EhLib\Lib :OkCopy D:\Component\Ehlib\Delphi2007\*.* d...
分类:
其他 时间:
2015-01-31 14:17:49
收藏:
0 评论:
0 赞:
0 阅读:
458
sysstat工具可以监控系统的IO,CPU,SWAP,LOAD,NETWORK,DISK安装后,系统会生成定时任务脚本路径:/etc/cron.d/sysstat内容:# Run system activity accounting tool every 10 minutes*/10 * * * ...
分类:
其他 时间:
2015-01-31 14:17:38
收藏:
0 评论:
0 赞:
0 阅读:
370
从我知道有编程这回事以来,就把编程作为理想职业了,可惜我直到大二才知道有这回事。而且由于悟性不高见识不够,在成为一名真正意义上的程序员的路上走了不少弯路。直到我进入游戏行业之后,才找到了作为一个程序员的感觉。其实真正的程序员都是希望开发系统软件的,操作系统、编译器、数据库之类,不过游戏作为一种软.....
分类:
其他 时间:
2015-01-31 14:17:18
收藏:
0 评论:
0 赞:
0 阅读:
188
在笔者接触驱动到如今以来一以后大半个月的时间,从中让我深深的体会到了万事开头难,以及学习持之以恒的重要性。笔者也是个驱动新人,開始接触驱动的时候看着张帆的《Windows驱动开发技术具体解释》讲的挺细,对新手来说是个不错的学习资料,可是更重要的还是自己要多动手练习,笔者在学习到同步操作的相关知识的....
分类:
其他 时间:
2015-01-31 14:16:48
收藏:
0 评论:
0 赞:
0 阅读:
251
Description N cities of the Java Kingdom need to be covered by radars for being in a state of war. Since the kingdom has M radar stations but only ...
分类:
其他 时间:
2015-01-31 14:16:28
收藏:
0 评论:
0 赞:
0 阅读:
282
Description The country of jiuye composed by N cites. Each city can be viewed as a point in a two- dimensional plane with integer coordinates (x,y)...
分类:
其他 时间:
2015-01-31 14:15:58
收藏:
0 评论:
0 赞:
0 阅读:
288
编译器要选的对
分类:
其他 时间:
2015-01-31 14:15:48
收藏:
0 评论:
0 赞:
0 阅读:
191
1.实例化TableListsTask task = new TableListsTask(ServerIP,"ALL", MenuActivity.this); //第三参数建立上下文关系 2.TableListsTask.javapackage com.realhope.rmeal.ui;imp...
分类:
其他 时间:
2015-01-31 14:15:38
收藏:
0 评论:
0 赞:
0 阅读:
309
转自 http://www.open-open.com/lib/view/open1328059700311.html在UML类图中,常见的有以下几种关系:泛化(Generalization),实现(Realization),关联(Association),聚合(Aggregation),组合(Co...
分类:
其他 时间:
2015-01-31 14:15:28
收藏:
0 评论:
0 赞:
0 阅读:
248
软件过程是软件开发人员为获取软件制品而在软件工具的支持下实施的一系列工程活动,它的基本活动包括:问题提出,软件需求规格说明,软件设计,实现,确认和优化,其中软件需求,设计,实现,测试及实施又有各自的过程制品;基本模型有以下几种:瀑布型模型是线性过程,存在工作量大,风险高等缺陷;快速原型模型具有过程....
分类:
其他 时间:
2015-01-31 14:15:08
收藏:
0 评论:
0 赞:
0 阅读:
294
作为搜索里面的一个大头,终于刷了一部分题目了,跳舞链一般都有现成的模板来套。。。。。。 至于跳舞链的学习的话,我觉得http://www.cnblogs.com/grenet/p/3163550.html 这一篇文章已经将的不能再详细了。。。。。。就不多说了。。。。。。 对于DLX问题首先...
分类:
其他 时间:
2015-01-31 14:14:58
收藏:
0 评论:
0 赞:
0 阅读:
188
原文地址:http://blog.sina.com.cn/s/blog_74a4593801019keb.html main() { char *p="abc123ABC";//char p[]="abc123ABC" int i=0; while(*(p+i)!='\0') { if(*(p+i)...
分类:
其他 时间:
2015-01-31 14:14:48
收藏:
0 评论:
0 赞:
0 阅读:
266
Description 这是个剑与魔法的世界.英雄和魔物同在,动荡和安定并存.但总的来说,库尔特王国是个安宁的国家,人民安居乐业,魔物也比较少.但是.总有一些魔物不时会进入城市附近,干扰人民的生活.就要有一些人出来守护居民们不被魔物侵害.魔法使艾米莉就是这样的一个人.她骑着她的坐骑,神龙米格拉...
分类:
其他 时间:
2015-01-31 14:14:28
收藏:
0 评论:
0 赞:
0 阅读:
216
Description Today we play a squigglysudoku, The objective is to fill a 9*9 grid with digits so that each column, each row, and each of the nine Con...
分类:
其他 时间:
2015-01-31 14:13:58
收藏:
0 评论:
0 赞:
0 阅读:
254
Description The left figure below shows a complete 3*3 grid made with 2*(3*4) (=24) matchsticks. The lengths of all matchsticks are one. You can fi...
分类:
其他 时间:
2015-01-31 14:13:39
收藏:
0 评论:
0 赞:
0 阅读:
255
Description Your boss once had got many copies of a treasure map. Unfortunately, all the copies are now broken to many rectangular pieces, and what...
分类:
其他 时间:
2015-01-31 14:13:29
收藏:
0 评论:
0 赞:
0 阅读:
261
package com.sun;import java.util.List;import java.util.Map;import org.hibernate.Session;import org.hibernate.SessionFactory;import org.hibernate.Trans...
分类:
其他 时间:
2015-01-31 14:12:48
收藏:
0 评论:
0 赞:
0 阅读:
162
Merge是一个很实用的功能,相似于Mysql里的insert into on duplicate key. Oracle在9i引入了merge命令, 通过这个merge你可以在一个SQL语句中对一个表同一时候运行inserts和updates操作. 当然是update还是insert是根据于你.....
分类:
其他 时间:
2015-01-31 14:11:48
收藏:
0 评论:
0 赞:
0 阅读:
301