摘要:
需要在NuGet中引入第三方 ZKWeb.System.Drawing 3.0版本 阅读全文
摘要:
debug时弹出提示框:内容有:an operation is not legal in the current state 解决方案: Go to Tools > Options > Debugging > General and turn off the setting for Enable J 阅读全文
摘要:
/// /// get country and city /// /// /// public static List IPGetCity(string ip) { var country = ""; var city = "";... 阅读全文
摘要:
Questioin Description: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that e 阅读全文
摘要:
1、要设想各种情况,比如处理某个对象时,要考虑到根本不存在的情况。 2、提出问题,解决问题,当该提出什么问题也不知道的时候,那就先干起来。 3、尽量将外部变量减少到最少,以降低系统因外部变量复杂导致的问题,例如,接收文件后,将文件重新命名,杜绝因文件名的复杂导致的问题 发表于 2017-07-05 阅读全文
摘要:
题目: Given an input string, reverse the string word by word. For example,Given s = "the sky is blue",return "blue is sky the". Given an input string, r 阅读全文
摘要:
Windows Service这一块并不复杂,但是注意事项太多了,网上资料也很凌乱,偶尔自己写也会丢三落四的。所以本文也就产生了,本文不会写复杂的东西,完全以基础应用的需求来写,所以不会对Windows Service写很深入。 本文介绍了如何用C#创建、安装、启动、监控、卸载简单的Windows 阅读全文
摘要:
网络错误,查看是否有代理IP。 阅读全文