Windows OS是一个系统,一个超级的世界奇迹!但是微软正在创造一个超2的奇迹.犹如在Windows使用触摸,在android使用鼠标--都不是个好主意! ???? 微软计划在未来六个多月的时间里裁减1.8万名员工,其中...
突然好奇心作祟,想看看jQuery请求时客户端使用的端口号,在IE的F12开发人员工具中并未找到,到chrome的开发者工具中也未找到,通过netstat还是搞不定,换个思路到服务器端研究了下servlet的Request接口API,还是...
分类:
Web程序 时间:
2014-07-22 09:03:04
阅读次数:
289
public class Test { public static void main(String[] args) throws IOException, InterruptedException { String command = "cmd /k D:\\ProgramFiles\\workspace_eclipse\\Java_Maintenanec_System\\src\\com...
分类:
编程语言 时间:
2014-07-22 08:28:35
阅读次数:
214
chrome://flags/ 或 about:flags? 这是 “实验室” 其他 about:about 进入 List of Chrome URLs chrome://appcache-internals chrome://blob-internals chrome://bookmarks chrome://cache chrome://chrome-urls...
分类:
其他好文 时间:
2014-07-22 08:28:34
阅读次数:
764
public?static?void?main(String[]?args)?{
//????????//?TODO?Auto-generated?method?stub
????????try?{
????????????System.out.println("how‘s?the?weather...
分类:
其他好文 时间:
2014-07-22 08:25:35
阅读次数:
196
我们目前的网站应用首页大小在130K左右,在之前的测试过程中,其百用户并发的平均响应能力在6.5秒,通过今天的性能优化大概提升两秒左右的时间,结果在5秒内,根据应用的技术及操作系统环境,已经达到最优了,但再...
分类:
编程语言 时间:
2014-07-22 08:16:34
阅读次数:
204
1。? [root@?kvm]#?qemu-img?info?new.qcow2?
image:?new.qcow2
file?format:?qcow2
virtual?size:?60G?(64424509440?bytes)
disk?size:?7.0G
cluster_size:?65536
qemu-img?resize??filenam...
分类:
其他好文 时间:
2014-07-21 10:33:18
阅读次数:
217
写个随笔,备忘!拿到一个内核后,首先将其make为zImage,步骤: 1、将与要移植的系统的配置文件拷贝给.config cp xxx_xxx .config 2、修改Makefile,指定平台构架和交叉编译环境 vim Makefile ARCH ?=XXX ...
分类:
其他好文 时间:
2014-07-21 10:29:57
阅读次数:
294
原帖地址:http://www.oschina.net/question/1397765_159365 快速排序算法的基本特性: 时间复杂度:O(N * logN) 堆排序为不稳定排序,不适合记录较少的排序。 var arr = [],
count = 100,
i = 0,
parentIndex...
分类:
其他好文 时间:
2014-07-21 10:21:26
阅读次数:
207
创建数据库有3中方法:一、使用oracle的oracle university installer创建数据库二、数据库配置助手 oracle database configuration assistant创建数据库。使用配置助手可以完成以下工作: 1、创建一个数据库 2、设置数据库的选项 3...
分类:
数据库 时间:
2014-07-21 10:19:55
阅读次数:
276