摘要:
GO VS Code 调式配置 Failded to continue:"Cannot find Delve debugger. Install from https://github.com/derekparker/delve & ensure it is in your "GOPATH/bin" 阅读全文
摘要:
死活注册不上,度娘也找了,最终找到只要打个补丁就行。 安装: Microsoft Visual Studio 2012 更新 (KB3002339) 下载:http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=44907 阅读全文
摘要:
网络地址转换(NAT)网卡用于分配虚拟机内网地址 桥接网卡用于分配母机内网地址 母机设置-网卡指定IP地址 常见坑有两个 坑1:记得把虚拟机防火墙关闭 坑2:虚拟机不可以ping主机,但母机可以ping虚拟机。 阅读全文
摘要:
Windows Registry Editor Version 5.00 ;删除值 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] "MaxUserPort"=- ;添加值 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Pa... 阅读全文
摘要:
图片来源:http://ruby-china.org/topics/15979 阅读全文
摘要:
Email.ashx 阅读全文
摘要:
OpenFileDialog sfd = new OpenFileDialog(); sfd.ShowDialog(); this.textBox1.Text = sfd.FileName; SaveFileDialog sfd = new SaveFileDialog(); ... 阅读全文
摘要:
using System.Net;using System.Web.Mail; 阅读全文
摘要:
1.下载安装URL重写模块:Microsoft URL Rewrite Module 32位:http://download.microsoft.com/download/4/9/C/49CD28DB-4AA6-4A51-9437-AA001221F606/rewrite_x86_zh-CN.msi 阅读全文
摘要:
/// /// 关键字替换 /// /// /// public string TagReplace(string body) { string[] begin = this.txtTagBegin.Text.Split('|'); ... 阅读全文