2014年2月16日

摘要: 根据黄聪:C#模拟网站页面POST数据提交表单(转) 1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using System.IO.Compression; 5 using System.Linq; 6 using System.Net; 7 using System.Text; 8 using System.Threading.Tasks; 9 10 namespace Client11 {12 public class POST_DATA13 {14 ///C... 阅读全文
posted @ 2014-02-16 23:27 WhiteSnake 阅读(2998) 评论(0) 推荐(0)

2013年5月14日

摘要: 1 //=========================== 2 //SqlHelper V1.0 3 //日期:2013-05-14 4 //作者:PENNY 5 //=========================== 6 7 using System; 8 using System.Collections.Generic; 9 using System.Linq; 10 using System.Text; 11 using System.Data; 12 using System.Threading.Tasks; 13 14 using System.Con... 阅读全文
posted @ 2013-05-14 00:34 WhiteSnake 阅读(240) 评论(0) 推荐(0)

2013年4月30日

摘要: 向杨中科老师致敬!XAML://==============================================================<Window x:Class="布局练习.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" Heigh 阅读全文
posted @ 2013-04-30 16:01 WhiteSnake 阅读(250) 评论(0) 推荐(0)