原文:Installshield停止操作系统进程的代码--IS5版本适用出处:http://www.installsite.org/pages/en/isp_ext.htm这个地址上有不少好东西,有空要好好研究下里面的“List and Shut Down Running Applications”...
分类:
其他好文 时间:
2014-08-19 18:49:55
阅读次数:
273
An array A[1...n] contains all the integers from 0 to n except for one number which is missing.In this problem, we cannot access an entire integer in ...
分类:
其他好文 时间:
2014-08-19 18:49:45
阅读次数:
251
原文:Installshield建立IE快捷方式的方法实现方法:在project assistant里或者install design里随便建一个快捷方式,然后去install design里修改刚刚添加的快捷方式的属性,主要修改Target和Arguments两项。将Target 的内容改为[Pr...
分类:
其他好文 时间:
2014-08-19 18:49:35
阅读次数:
191
无线程同步:存储数据: 1 public class Storage { 2 int data; 3 4 public int getData() { 5 return data; 6 } 7 8 public void setData(int ...
分类:
编程语言 时间:
2014-08-19 18:49:25
阅读次数:
258
发现了一个很好的分词类库phpanalysis2.0。 原文连接地址:http://www.phpbone.com/phpanalysis/ 分 词系统简介:PHPAnalysis分词程序使用居于unicode的词库,使用反向匹配模式分词,理论上兼容编码更广泛,并且对utf-8编码尤为方 ...
分类:
Web程序 时间:
2014-08-19 18:49:15
阅读次数:
494
chuanbindeng 的 素数推断算法关于素数的算法是信息学竞赛和程序设计竞赛中常考的数论知识,在这里我跟大家讲一下寻找一定范围内素数的几个算法。看了以后相信对大家一定有帮助。 正如大家都知道的那样,一个数 n 假设是合数,那么它的全部的因子不超过sqrt(n)--n的开方,那么我们能够用这个性...
分类:
其他好文 时间:
2014-08-19 18:48:45
阅读次数:
262
粒子系统是在三维控件渲染出来的二维图像,主要用于烟,火,水滴,落叶等效果。一个粒子系统由例子发射器、粒子动画器和粒子渲染器三个独立的部分组成。Unity中自带了一些粒子效果,在Assets>ImportPackage>Particles,即可将Prticles.UnityPackage导入到项目中,...
分类:
其他好文 时间:
2014-08-19 18:48:35
阅读次数:
335
Set> aSet = map.entrySet(); Iterator> iter = aSet.iterator(); while(iter.hasNext()){ ...
分类:
编程语言 时间:
2014-08-19 18:47:05
阅读次数:
236
mysql语句修改zencart产品原价为特价的倍数,下面语句将原价设为特价的3倍:update products as p inner join specials as s on s.products_id=p.products_id set p.products_price=s.specials...
分类:
数据库 时间:
2014-08-19 18:46:45
阅读次数:
228