kongxx's blog

有困难要上,没有困难创造困难也要上!
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2004年12月30日

摘要: Linux下配置JBoss自动启动文章来源:http://blog.csdn.net/kongxx/archive/2004/12/30/234114.aspx 阅读全文

posted @ 2004-12-30 17:20 kongxx 阅读(556) 评论(0) 推荐(0) 编辑

2004年12月14日

摘要: XMLHttpRequest Object 作者:kongxx 什么是XMLHttpRequest对象 一个页面可以通过一个HttpRequest发送一个请求来获取服务器响应,而当前页面不做刷新。 通过使用XMLHttpRequest对象,开发者可以在不刷新当前页面的情况下更新当前页面的数据。 注:XMLHttpRequest对象不是W3C标准,不过目前已有以下浏览器支持此对象操作:IE... 阅读全文

posted @ 2004-12-14 17:59 kongxx 阅读(879) 评论(1) 推荐(0) 编辑

2004年8月23日

摘要: 使用Mock Object进行测试文章来源:http://blog.csdn.net/kongxx/archive/2004/08/23/82068.aspx 阅读全文

posted @ 2004-08-23 18:39 kongxx 阅读(406) 评论(0) 推荐(0) 编辑

2004年6月14日

摘要: 原文: http://www.theserverside.com/articles/article.tss?l=JDBCPerformancehttp://www.theserverside.com/articles/article.tss?l=JDBCPerformance_PartIIhttp://www.theserverside.com/articles/article.tss?l=JDB... 阅读全文

posted @ 2004-06-14 08:54 kongxx 阅读(724) 评论(0) 推荐(0) 编辑

2004年6月11日

摘要: using System;using System.Text;using System.Runtime.InteropServices;namespace DevInfo{ class DeviceInfo { public const int DIGCF_PRESENT = (0x00000002); public const int MAX_DEV... 阅读全文

posted @ 2004-06-11 15:13 kongxx 阅读(919) 评论(0) 推荐(0) 编辑

摘要: using System;using System.Runtime.InteropServices;using System.Text;namespace DevClasses{ /// /// Summary description for Class. /// class DeviceClasses { /// /// The main entry point for the app... 阅读全文

posted @ 2004-06-11 15:12 kongxx 阅读(808) 评论(0) 推荐(0) 编辑

2004年6月9日

摘要: //取CPU编号 private String GetCpuID() { ManagementClass mc = new ManagementClass("Win32_Processor"); ManagementObjectCollection moc = mc.GetInstances(); String strCpuID = null ; foreach... 阅读全文

posted @ 2004-06-09 15:26 kongxx 阅读(3593) 评论(11) 推荐(0) 编辑

摘要: 系统进程 [system process] alg.exe csrss.exe ddhelp.exe dllhost.exe explorer.exe inetinfo.exe internat.exe kernel32.dll lsass.exe mdm.exe mmtask.tsk mprexe.exe msgsrv32.exe mst... 阅读全文

posted @ 2004-06-09 15:14 kongxx 阅读(2359) 评论(1) 推荐(0) 编辑