代码改变世界

Some Skills in Visual Studio

2014-07-09 23:06 by Wizardlsw, 137 阅读, 0 推荐, 收藏, 编辑
摘要:Copy file which added as linkhttp://mattperdeck.com/post/Copying-linked-content-files-at-each-build-using-MSBuild.aspxhttp://stackoverflow.com/questio... 阅读全文

MySql学习笔记

2014-07-03 23:57 by Wizardlsw, 319 阅读, 0 推荐, 收藏, 编辑
摘要:Install MySql on Windows: https://dev.mysql.com/doc/refman/5.7/en/windows-install-archive.html https://dev.mysql.com/doc/refman/5.7/en/windows-create- 阅读全文

IIS 相关

2014-06-24 23:15 by Wizardlsw, 155 阅读, 0 推荐, 收藏, 编辑
摘要:Restart IIS: run "iisreset" command check port usage: netstat -ano How to set up SSL in IIS How to set up a HTTPS service in IIS How to trust IIS Expr 阅读全文

版本控制

2014-06-24 00:21 by Wizardlsw, 135 阅读, 0 推荐, 收藏, 编辑
摘要:http://blogs.msdn.com/b/visualstudioalm/archive/2013/03/08/use-the-git-command-prompt-to-supplement-visual-studio.aspxGIThttps://help.github.com/artic... 阅读全文

WCF笔记

2014-06-10 21:16 by Wizardlsw, 155 阅读, 0 推荐, 收藏, 编辑
摘要:http://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.iparameterinspector.aftercall(v=vs.90).aspx详解WCF可扩展框架中的行为扩展(1):http://developer... 阅读全文

Perforce 使用笔记

2014-05-15 00:13 by Wizardlsw, 747 阅读, 0 推荐, 收藏, 编辑
摘要:Perforce requires at least two executables: the server (p4d), and at least one Perforce client program (such as p4 on UNIX, or p4.exe on Windows).If y... 阅读全文

最近面试的题目(WEB、Service、SQL、JavaScript)

2014-04-28 23:28 by Wizardlsw, 368 阅读, 0 推荐, 收藏, 编辑
摘要:整理一下最近面试被问到的主要题目。由于本人主要是做WEB及WEB SERVICE这块,使用的语言主要是C#,数据库主要用到的也是MSSQL。所以就分成这些块来整理(有些是在面试之后才意识到回答不对),也包括部分别人被问及的。每一次面试都是一个成长的过程,分享一下:一、HTML、CSSposition... 阅读全文

ASP.NET MVC Validation

2014-04-02 14:25 by Wizardlsw, 158 阅读, 0 推荐, 收藏, 编辑
摘要:CHECKBOXhttp://stackoverflow.com/questions/4934032/mvc3-make-checkbox-required-via-jquery-validatehttp://www.asp.net/web-api/overview/formats-and-mode... 阅读全文

The REST Objection

2014-03-16 19:40 by Wizardlsw, 135 阅读, 0 推荐, 收藏, 编辑
摘要:HTTP 1.1 Standard http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html 阅读全文

ASP.NET MVC Template

2014-03-16 00:57 by Wizardlsw, 245 阅读, 0 推荐, 收藏, 编辑
摘要:http://bradwilson.typepad.com/blog/2009/10/aspnet-mvc-2-templates-part-1-introduction.htmlhttp://stackoverflow.com/questions/12633471/mvc4-datatype-da... 阅读全文