12 2015 档案
摘要:查看版本 $ ssh -VOpenSSH_7.6p1, OpenSSL 1.0.2n 7 Dec 2017 How to tell git which private key to use? In ~/.ssh/config, add: Host github.com HostName github
阅读全文
摘要:http://jingyan.baidu.com/article/0bc808fc8778ee1bd485b93b.html C:\Users\Administrator>ftpftp> open 192.168.1.135连接到 192.168.1.135。220 Microsoft FTP Se
阅读全文
摘要:Given a string, determine if it's a valid identifier.Here is the syntax for valid identifiers:Each identifier must have at least one character.The fir...
阅读全文
摘要:Hosting Your Own NuGet FeedsHosting the NuGet Gallery Locally in IIShttps://github.com/NuGet/NuGetGallery
阅读全文
摘要:NuGet学习笔记(1)——初识NuGet及快速安装使用NuGet学习笔记(2)——使用图形化界面打包自己的类库NuGet学习笔记(3)——搭建属于自己的NuGet服务器
阅读全文
摘要:http://www.cnblogs.com/isunlitao/p/4999571.html 一个正规的软件产品少不了要有规范的命名,一个好的软件产品一定要有个规范的版本号,而在命名版本号时有一些约定俗成的规则,下面我来简单介绍下。 1.版本命名规范 软件版本号有四部分组成,第一部分为主版本号,第
阅读全文
摘要:https://www.zhihu.com/question/36529596/answer/68623937?utm_campaign=weekly191&utm_source=weekly-digest&utm_medium=email比如,定期检查身体,按时作息,这些事都明显对自己有益,但有时...
阅读全文
摘要:https://www.zhihu.com/question/25474641得看赵四本, @赵劼 推荐的。CLR via C#.net EssentialsC# in DepthFramework Design Guideline
阅读全文
摘要:https://www.zhihu.com/question/31089103
阅读全文
摘要:https://www.zhihu.com/question/27755599我认同的强大就是:遭受过人生的不幸,但仍期待幸福。受到过别人的背叛,但仍勇敢的去爱。看见过世间的丑恶,但仍付出善意。最强大不是无畏赴死、也不是破坏,而是从黑暗和死地中坚信自己生命的向上,并为此不断攀爬。
阅读全文
摘要:http://www.codewars.com/kata/55c423ecf847fbcba100002b/train/csharpOh no, Timmy's received some hate mail recently but he knows better. Help timmy fix ...
阅读全文
摘要:Control Flow in Async Programs You can write and maintain asynchronous programs more easily by using the Async and Await keywords. However, the result
阅读全文
摘要:.NET Framework Regular ExpressionsRegular Expression Language - Quick Reference
阅读全文
摘要:https://en.wikipedia.org/wiki/Windows_Registryhttp://lifehacker.com/5482701/whats-the-registry-should-i-clean-it-and-whats-the-pointhttp://www.gammady...
阅读全文
摘要:http://regexone.com/ 学习网站 http://regexone.com/lesson/optional_characters? http://regexone.com/lesson/capturing_groups Task Text Capture Groups Capture
阅读全文
摘要:https://en.wikipedia.org/wiki/Lists_of_network_protocolsProtocol stack:List of network protocol stacksWIFI/WIMAX ProtocolsBluetooth protocolFibre Chan...
阅读全文
摘要:https://en.wikipedia.org/wiki/WebSocketWebSocketis a protocol providingfull-duplexcommunication channels over a singleTCPconnection.
阅读全文
摘要:按住alt键不放,然后左边的手的图标会变成一个眼睛,在Scene中移动。就会发现可以调整视角了
阅读全文
摘要:NuGet Package Restorehttps://docs.nuget.org/Consume/Package-Restore以https://github.com/andburn/hdt-plugin-statsconverter项目为例1.在Tools里面2.选择install3.Att...
阅读全文
摘要:Generate patch through git diff http://stackoverflow.com/questions/1191282/how-to-see-the-changes-between-two-commits-without-commits-in-between you c
阅读全文