- 博客(6)
- 收藏
- 关注
原创 写代码要仔细测试
<br />写下此内容是在提醒自己。<br />前两天写一小程序,其中有项功能是:传递数据。自己一直认为别人错的。最后查到的问题点是出在自己的代码上。<br />惭愧!!!<br />不过经过这件事,也可以给自己的提醒:一定要写测试代码。。。
2010-11-27 12:57:00
310
原创 C# ASP.net get 和POST
<br />1.服务器端。<br /> protected void Page_Load(object sender, EventArgs e)<br /> {<br /> if (!IsPostBack)<br /> {<br /> string strPost=string.Empty;<br /> try<br /> {<br /> strPost= Request["p
2010-11-27 12:48:00
481
1
原创 System.Collections.Specialized.NameValueCollection 的Add(string name,string value)用法
System.Collections.Specialized.NameValueCollection 的Add(string name,string value)用法小心处理:1.代码示例: System.Collections.Specialized.NameValueCollection PostVars = new System.Collections.Specialized.NameValueCollection(); for (int i = 0; i
2010-11-26 13:14:00
1028
原创 wcf 学习资料
<br />1 MSDN WCF<br />http://search.microsoft.com/Results.aspx?q=wcf&mkt=zh-CN&FORM=QBMH1&l=1&x=14&y=8
2010-11-26 13:02:00
261
原创 多线程ListView的listItem 赋值
/// /// listview 的subItem 赋值 /// /// listView /// items index /// /// /// delegate void teststring(ListView lst, int index, string str1, string str2, string str3); public void addstring(Lis
2010-11-15 12:19:00
592
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人