1 /** 2 *lcd.c 3 */ 4 #include 5 #include 6
#include 7 #include 8 #include 9 #include 10 #include 11 #include 12 #in...
分类:
其他好文 时间:
2014-05-01 10:40:07
阅读次数:
338
测试环境 intel-i5 双核 2.53HZ
服务器客户端均在本机运行测试内容:echo回射,每个包的字节数在20字节内luanet连接数 每秒回射数 1 19,000/s10 12,5000/s100
12,0000/s100...
分类:
Web程序 时间:
2014-05-01 10:37:29
阅读次数:
319
1、检查是否关闭防火墙[root@gaosheng ~]# service iptables
statusFirewall is stopped.View
Code如果防火墙没有关闭,最好关闭;生产环境下,视具体情况而定.2、上传weblogic安装包wls1036_generic.jar此步骤略3...
分类:
Web程序 时间:
2014-05-01 10:36:19
阅读次数:
698
原题地址:http://oj.leetcode.com/problems/linked-list-cycle/题意:判断链表中是否存在环路。解题思路:快慢指针技巧,slow指针和fast指针开始同时指向头结点head,fast每次走两步,slow每次走一步。如果链表不存在环,那么fast或者fast...
分类:
编程语言 时间:
2014-05-01 10:33:38
阅读次数:
426
2、来大体讲一下“导航”(1)全局导航 :
整个网站集的导航;(如果公司的网站有很多子网站,这时便会用到全局导航啦);贴一下主要代码:using
Microsoft.SharePoint.Publishing.Navigation;PortalSiteMapProvider psm = new Po...
分类:
其他好文 时间:
2014-05-01 10:33:00
阅读次数:
301
Task: 在Windows的Service里面定时的调用执行一个批处理文件。 private
ApplicationOutput RunCommandOnPC(string executablePath, string args, string
workingFolder, bool ...
分类:
其他好文 时间:
2014-05-01 08:29:47
阅读次数:
311
//如有错误或不同观点,欢迎批评与讨论!首先,prototype出现的目的,是为了解决
代码重用 的问题 , prototype 相当于是在内存上划分出一个公共的区域, 专用于存放 实例化对象 的相同方法或属性,
一份代码,人人可用;为方便理解,我们可以先把prototype 当作是CSS中的 cl...
分类:
编程语言 时间:
2014-05-01 08:27:45
阅读次数:
346
第一种方法在CMD窗口中使用java -version 命令进行查看如果是64位的则会显示
Java HotSpot64-Bit 字样,32位的则没有类似信息。注:这是Sun的JDK,其它版本的JDK不知道输出会是什么样子的第二种方法String
arch = System.getProperty(...
分类:
其他好文 时间:
2014-05-01 08:25:53
阅读次数:
308