上一页 1 ··· 6 7 8 9 10 11 12 下一页

2007年6月11日

摘要: http://www.cnblogs.com/Terrylee/archive/2006/12/02/opensource_framework_and_resource_recommendation_orm.html 阅读全文

posted @ 2007-06-11 23:40 Leon0812 阅读(167) 评论(0) 推荐(0)

摘要: 打开注册表。在运行输入REGEDIT,就进入注册表 然后找HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\WgaLogon, 删除WgaLogon 重新启动电脑 这样wgatray.exe就不会自动启动了, 再找到 装系统的那个盘比如C盘:C\windows\system 32中的wga... 阅读全文

posted @ 2007-06-11 14:03 Leon0812 阅读(1743) 评论(0) 推荐(0)


2007年6月4日

摘要: this.options[this.selectedIndex].value 或直接this.value 阅读全文

posted @ 2007-06-04 16:11 Leon0812 阅读(280) 评论(0) 推荐(0)


2007年5月24日

摘要: 1System.IO.Stream iStream = null; 2 3 // Buffer to read 10K bytes in chunk: 4 byte[] buffer = new Byte[10240]; 5 6 // Length of the file: 7 int length; 8 9... 阅读全文

posted @ 2007-05-24 21:56 Leon0812 阅读(204) 评论(0) 推荐(0)

摘要: 1using System; 2using System.Drawing; 3using System.Collections; 4using System.ComponentModel; 5using System.Windows.Forms; 6using System.Data; 7using System.Net; 8using System.IO; 9using S... 阅读全文

posted @ 2007-05-24 21:35 Leon0812 阅读(446) 评论(0) 推荐(0)


2007年5月23日

摘要: //得到真实数字,剔除前面有0的整数字符串 function GetIntStr(str) { var flag = false; var slStr; var lNum; for(var i=0;i<str.length;i++) { slStr = str.subst... 阅读全文

posted @ 2007-05-23 11:32 Leon0812 阅读(191) 评论(0) 推荐(0)


2007年5月13日

摘要: function allPrpos(obj) { // 用来保存所有的属性名称和值 var props = ""; // 开始遍历 for(var p in obj){ // 方法 if(typeof(obj[p])=="function"){ obj[p](); }else{ ... 阅读全文

posted @ 2007-05-13 10:17 Leon0812 阅读(397) 评论(0) 推荐(0)


2007年4月23日

摘要: //输入参数名,返回参数值 function getUrlParam(name){ var reg = new RegExp("(^|&)"+ name +"=([^&]*)(&|$)"); var r = window.location.search.substr(1).match(reg); ... 阅读全文

posted @ 2007-04-23 15:24 Leon0812 阅读(1087) 评论(2) 推荐(0)


2007年4月18日

摘要: showModalDialog和showModelessDialog使用心得 一、showModalDialog和showModelessDialog有什么不同? showModalDialog:被打开后就会始终保持输入焦点。除非对话框被关闭,否则用户无法切换到主窗口。类似alert的运行效果。 showModelessDialog:被打开后,用户可以随机切换输入焦点。对主窗口没有任何影响... 阅读全文

posted @ 2007-04-18 17:38 Leon0812 阅读(207) 评论(0) 推荐(0)


2007年4月16日

摘要: Infragistics NetAdvantage 2006 Vol 3 for ASP.NET CLR 2 英文正式版 大小:137320KB 语言:英文 系统:Win2000/XP/2003 加入时间:2006-12-24 19:08:00授权形式:共享软件 软件开发: 目前为止最为完整的表示层组件集,它所提供的组件集可用于构建基于Windows应用程序、XML web service... 阅读全文

posted @ 2007-04-16 13:16 Leon0812 阅读(742) 评论(0) 推荐(0)


上一页 1 ··· 6 7 8 9 10 11 12 下一页

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3