
Windows
lyon-yao
程序袁
展开
-
C# 连接数据库
using System;using System.Data;using System.Data.OleDb;using System.Configuration;using System.Windows.Forms;namespace WindowsFormsApplication1{ /// /// condb 的摘要说明 /// public class DBHe原创 2013-05-17 17:02:58 · 366 阅读 · 0 评论 -
tomcat 解压版 安装为windows服务
cmd进入tomcat的bin下 运行>service.bat install原创 2013-05-17 17:03:15 · 408 阅读 · 0 评论 -
Windows xp 登陆用户隐藏
修改注册列表HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList对应的用户名的属性为0原创 2013-05-17 17:00:45 · 393 阅读 · 0 评论 -
java 实现网络检测
用windows 的命令class MyPing extends Thread{ private User user=null; public void run() { Process process; boolean status=false; try { process = Runtime.getRuntime().exec("ping "+user原创 2013-05-17 17:02:03 · 737 阅读 · 0 评论