上一页 1 ··· 10 11 12 13 14
摘要: 1.向iis注册asp.net:aspnet_regiis -i //安装asp.net<2.0.50.727> 安装与 Aspnet_regiis.exe 关联的 ASP.NET 版本,并更新 IIS 元数据库根目录和根目录下的脚本映射。只更新使用早期 ASP.NET 版本的应用程序的脚本映射。使 阅读全文
posted @ 2011-01-20 21:01 事理 阅读(855) 评论(0) 推荐(0)
摘要: 1.Webservice 可返回类型 int,string,double,bool,DataTable,DataSet,ArraList,List<string[]>,string[],void,Guid,序列化的自定义对象(类名上加上[Serializable]标识) 可传递参数 序列化的对象,i 阅读全文
posted @ 2011-01-20 20:59 事理 阅读(306) 评论(0) 推荐(0)
摘要: 1.第一种方法,api实现 如:http://www.cnblogs.com/icd/archive/2009/03/23/1419868.html缺点:代码繁琐,adsl账号和密码在程序运行之前就要在网上邻居中宽带连接中绑定。2.简单方法Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->string folderPath = Environment.GetFolderPath(Environment.SpecialFolder.System) 阅读全文
posted @ 2011-01-20 20:44 事理 阅读(6503) 评论(4) 推荐(2)
摘要: 1.qq2008自动登录Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->class QQ2008AutoLogin{publicstaticvoid A... 阅读全文
posted @ 2011-01-20 19:49 事理 阅读(5049) 评论(8) 推荐(1)
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System;using System.Collections.Generic;using ... 阅读全文
posted @ 2011-01-20 19:03 事理 阅读(2712) 评论(1) 推荐(0)
摘要: 1.前提是有对方权限,百度可以搜索shutdown关闭远程计算机要求,以下不加:/m IP 即为关本机 (1).在60秒后强制关机并有提示:shutdown /s /f /m IP /t 60 /c 计算机将在60秒后关机,取消关机请在开始菜单的'运行'中输入"shutdown -a" (2).在2 阅读全文
posted @ 2010-12-22 12:51 事理 阅读(1370) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14