摘要: ##命令代码```csharp"C:\Program Files\MySQL\MySQL Server 5.6\bin\mysqld.exe" --install MySQL56_3308 --defaults-file=E:\MySQL\MySQL3308\my.ini net start My... 阅读全文
posted @ 2014-08-11 09:23 花生!~~ 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 先使用`Navigate("about:balnk")`方法,打开一个空页面,实际内容在`IE_DocumentCompleted`中写入。代码来源于csdnreader程序。```csharpprivate System.Windows.Forms.WebBrowser IE;private st... 阅读全文
posted @ 2014-08-11 09:22 花生!~~ 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 测试代码:```csharpusing System;using System.Collections.Generic;using System.Linq;using System.Text;namespace HeapSort{ class Program { stati... 阅读全文
posted @ 2014-08-11 09:22 花生!~~ 阅读(387) 评论(0) 推荐(1) 编辑
摘要: 1. 请求时的超时```csharp // // 摘要: // 获取或设置 System.Net.HttpWebRequest.GetResponse() 和 System.Net.HttpWebRequest.GetRequestStrea... 阅读全文
posted @ 2014-08-11 09:20 花生!~~ 阅读(1179) 评论(0) 推荐(0) 编辑