Chwlyr

辛苦娘子磨豆腐

 

2009年2月4日

为窗体中的TextBox赋值

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->1 /// 2///为TextBox赋值,要清空TextBox则设Values="" 3/// 4///Co... 阅读全文

posted @ 2009-02-04 09:39 Chwlyr 阅读(418) 评论(0) 推荐(0) 编辑

2008年11月10日

一段好玩的js

摘要: javascript:R=0;x1=.1;y1=.05;x2=.25;y2=.24;x3=1.6;y3=.24;x4=300;y4=200;x5=300;y5=200;DI=document.images;DIL=DI.length;function A(){for(i=0;i-DIL;i++){DIS=DI[i].style;DIS.position='absolute';DIS.left=Ma... 阅读全文

posted @ 2008-11-10 15:16 Chwlyr 阅读(172) 评论(0) 推荐(0) 编辑

2008年10月7日

WCF3.5获取客户端IP

摘要: 在WCF3.5中获取客户端IP的简单方法: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections.Generic; 3using System.Linq;usi... 阅读全文

posted @ 2008-10-07 08:30 Chwlyr 阅读(258) 评论(0) 推荐(0) 编辑

2008年10月6日

文章收藏列表

摘要: 一、PetShop的系统架构设计 http://www.cnblogs.com/wayfarer/archive/2007/03/23/375382.html 二、PetShop数据访问层之数据库访问设计 http://www.cnblogs.com/wayfarer/archive/2006/04/21/381315.html 三、PetShop数据访问层之消息处理 http://www.cnb... 阅读全文

posted @ 2008-10-06 17:34 Chwlyr 阅读(192) 评论(0) 推荐(0) 编辑

最小化到系统栏

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1public class Win32APIS 2 { 3 [DllImport("user32.dll", CharSet = CharSet.Auto)] 4 ... 阅读全文

posted @ 2008-10-06 17:25 Chwlyr 阅读(282) 评论(0) 推荐(0) 编辑

2008年10月4日

递归生成树

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 public void PopulateTreeView(string directoryValue, TreeNode parentNode) 2 { 3... 阅读全文

posted @ 2008-10-04 22:43 Chwlyr 阅读(219) 评论(0) 推荐(0) 编辑

导航