11 2015 档案

摘要:https://git-lfs.github.com/ 1.从这个网址下载git-lfs-windows-amd64-1.1.0.exe,运行这个安装包 2.然后打开git bash 输入git lfs install 3.根据需求来处理大文件 $ git lfs track "*.wav"Trac 阅读全文
posted @ 2015-11-28 18:08 ChuckLu 阅读(3716) 评论(0) 推荐(0) 编辑
摘要:http://stackoverflow.com/questions/18225126/how-to-use-git-for-unity-source-controlThe following is an excerpt frommy personal blog.Using Git with 3D ... 阅读全文
posted @ 2015-11-28 17:35 ChuckLu 阅读(2535) 评论(0) 推荐(0) 编辑
摘要:http://unity3d.com/learn/tutorials/projects/tanks-tutorial官网的教程提供的下载链接https://www.assetstore.unity3d.com/en/#!/content/46209/根本无法下载最后谷歌了下,发现需要在unity中打... 阅读全文
posted @ 2015-11-28 15:55 ChuckLu 阅读(4491) 评论(0) 推荐(0) 编辑
摘要:http://stackoverflow.com/questions/793897/check-if-keyvaluepair-exists-with-linqs-firstordefault问题:I have a dictionary of typeDictionaryI want to retu... 阅读全文
posted @ 2015-11-27 18:08 ChuckLu 阅读(314) 评论(0) 推荐(0) 编辑
摘要:time 11:15:00 修改时间date 2015/11/25 修改日期 阅读全文
posted @ 2015-11-26 09:18 ChuckLu 阅读(1420) 评论(0) 推荐(0) 编辑
摘要:知乎看到的 爸爸以断绝关系威胁我不要军校退学,怎么办? 本人军校大三生,思考很久想退学,希望各位老师能给一些建议!? 院校投档线未必就是院校录取最低分? 院校录取最低分其实就是院校的录取线。为了弄明白投档线和录取线的概念,我们首先要解释一下高招录取是由两个环节组成的 投档环节(也叫提档、调档)和专业 阅读全文
posted @ 2015-11-25 10:35 ChuckLu 阅读(671) 评论(0) 推荐(0) 编辑
摘要:https://msdn.microsoft.com/en-us/library/hh156499.aspxnameofYou can get the unqualified string name of a type or member for use in an error message wi... 阅读全文
posted @ 2015-11-17 18:06 ChuckLu 阅读(246) 评论(0) 推荐(0) 编辑
摘要:一共需要五步 第一步 gitinitInitializedemptyGitrepositoryind:/SourceCode/GitHub/GitForWindows/Git/.git/ git remote add origin https://github.com 阅读全文
posted @ 2015-11-17 14:43 ChuckLu 阅读(899) 评论(0) 推荐(1) 编辑
摘要:https://msdn.microsoft.com/en-us/library/dn961160.aspx int apples = 4; // Before C# 6.0 System.Console.WriteLine(String.Format("I have {0} apples", ap 阅读全文
posted @ 2015-11-17 10:49 ChuckLu 阅读(304) 评论(0) 推荐(0) 编辑
摘要:https://github.com/chucklu/Hearthstone-Deck-Tracker 首先本地需要有自己的远端chucklu以及作者的远端epix37 $ git remote -vchucklu https://github.com/chucklu/Hearthstone-Dec 阅读全文
posted @ 2015-11-14 18:10 ChuckLu 阅读(2702) 评论(0) 推荐(0) 编辑
摘要:https://msdn.microsoft.com/en-us/library/dn986595.aspxx?.y– null conditional member access. Returns null if the left hand operand is null.a?[x]– null ... 阅读全文
posted @ 2015-11-13 17:30 ChuckLu 阅读(670) 评论(0) 推荐(0) 编辑
摘要:注释ctrl+k ctrl+c反注释ctrl+k ctrl+u需要注意的是第二个ctrl不能省略的 阅读全文
posted @ 2015-11-13 14:24 ChuckLu 阅读(3860) 评论(0) 推荐(0) 编辑
摘要:The New Exception Settings Window in Visual Studio 2015Managing Exceptions with the DebuggerUnderstanding Exceptions while debugging with Visual Studi... 阅读全文
posted @ 2015-11-13 09:44 ChuckLu 阅读(956) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/davidhsing/article/details/8762621无法安装Microsoft visual studio 2010 service pack累觉不爱,折腾了半天 阅读全文
posted @ 2015-11-12 19:00 ChuckLu 阅读(2910) 评论(0) 推荐(0) 编辑
摘要:http://www.c-sharpcorner.com/news/1750/visual-studio-2012-editions-comparison.aspxhttp://karthikdodda.blogspot.com/2012/12/differences-between-vs2012-... 阅读全文
posted @ 2015-11-12 10:57 ChuckLu 阅读(2059) 评论(0) 推荐(0) 编辑
摘要:Is the ConcurrentDictionary thread-safe to the point that I can use it for a static cache? 问题: Basically, if I want to do the following: Does this let 阅读全文
posted @ 2015-11-11 16:14 ChuckLu 阅读(680) 评论(0) 推荐(0) 编辑
摘要:如果Value是引用,那么在使用Value.Clear()的时候。会清空Value的所有元素,但是不会改变Value的引用 private static void Main() { try { var concu... 阅读全文
posted @ 2015-11-06 17:18 ChuckLu 阅读(1336) 评论(0) 推荐(0) 编辑
摘要:private static readonly AutoResetEvent autoResetEvent = new AutoResetEvent(false); private static void Main() { try { Console.WriteLine("{1}线程={0}", T 阅读全文
posted @ 2015-11-06 09:35 ChuckLu 阅读(262) 评论(0) 推荐(0) 编辑
摘要:首先需要ping一下对方的ip,确保本地的arp表中缓存对方的ip和mac的关系C:\Windows\System32>ping 192.168.1.231正在 Ping 192.168.1.231 具有 32 字节的数据:来自 192.168.1.231 的回复: 字节=32 时间=1ms TTL... 阅读全文
posted @ 2015-11-05 08:51 ChuckLu 阅读(13237) 评论(0) 推荐(0) 编辑
摘要:http://segmentfault.com/q/1010000000257571想要把本地的分支推送到远端git push chucklu zhCN_v0.13.1 zhCN_v0.13.1正确的用法是git push chucklu zhCN_v0.13.1或者git push chucklu... 阅读全文
posted @ 2015-11-04 23:57 ChuckLu 阅读(1075) 评论(0) 推荐(0) 编辑
摘要:http://stackoverflow.com/questions/5885739/why-are-some-textboxes-not-accepting-control-a-shortcut-to-select-all-by-defau You might be looking for the 阅读全文
posted @ 2015-11-02 17:04 ChuckLu 阅读(379) 评论(0) 推荐(0) 编辑
摘要:http://www.codeproject.com/Articles/10311/What-s-up-with-BeginInvoke http://www.codeproject.com/Articles/37642/Avoiding-InvokeRequired http://stackove 阅读全文
posted @ 2015-11-02 14:50 ChuckLu 阅读(303) 评论(0) 推荐(0) 编辑
摘要:http://stackoverflow.com/questions/28715625/is-it-safe-to-use-field-inside-and-outside-synchronized-blockIs it safe to use field inside and outside sy... 阅读全文
posted @ 2015-11-02 09:13 ChuckLu 阅读(1297) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示