上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页
摘要: http://www.cnblogs.com/kinglau/p/3919289.html http://blog.csdn.net/zzycgfans/article/details/7737030 阅读全文
posted @ 2016-07-05 19:37 lilei9110 阅读(86) 评论(0) 推荐(0) 编辑
摘要: http://unknownworlds.com/decoda/ 阅读全文
posted @ 2016-07-04 12:37 lilei9110 阅读(90) 评论(0) 推荐(0) 编辑
摘要: https://wiki.gnome.org/Projects/GnomeShell/DebuggingJavaScript 阅读全文
posted @ 2016-07-04 12:08 lilei9110 阅读(112) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/butwang/article/details/8925029 阅读全文
posted @ 2016-07-04 11:30 lilei9110 阅读(518) 评论(0) 推荐(0) 编辑
摘要: http://www.520xiazai.com/soft/CLion-2016.1.1.html CLion 2016.1.1 下载 附注册激活码 破解版方法注册破解方法:在要求输入注册的界面选择激活码,然后粘贴以下注册码:43B4A73YYJ-eyJsaWNlbnNlSWQiOiI0M0I0QT 阅读全文
posted @ 2016-07-03 16:18 lilei9110 阅读(656) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/zheng0518/article/details/42199477 阅读全文
posted @ 2016-06-26 19:59 lilei9110 阅读(93) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Variadic_template https://msdn.microsoft.com/en-us/library/dn439779.aspx http://www.cplusplus.com/articles/EhvU7k9E/ 阅读全文
posted @ 2016-05-30 22:56 lilei9110 阅读(149) 评论(0) 推荐(0) 编辑
摘要: http://wyw.dcweb.cn/leakage.htm 阅读全文
posted @ 2016-05-13 14:13 lilei9110 阅读(113) 评论(0) 推荐(0) 编辑
摘要: http://accu.org/index.php/journals/442 http://en.cppreference.com/w/cpp/language/partial_specialization 阅读全文
posted @ 2016-05-12 14:14 lilei9110 阅读(211) 评论(0) 推荐(0) 编辑
摘要: https://www.percona.com/blog/2012/07/05/impact-of-memory-allocators-on-mysql-performance/ https://suniphrase.wordpress.com/2015/10/27/jemalloc-vs-tcma 阅读全文
posted @ 2016-05-05 14:29 lilei9110 阅读(94) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/liangbch/article/details/36020391 阅读全文
posted @ 2016-04-18 14:02 lilei9110 阅读(309) 评论(0) 推荐(0) 编辑
摘要: http://www.codeproject.com/Articles/912/A-garbage-collection-framework-for-C http://www.codeproject.com/Articles/938/A-garbage-collection-framework-fo 阅读全文
posted @ 2016-04-11 22:34 lilei9110 阅读(194) 评论(0) 推荐(0) 编辑
摘要: http://billyquith.github.io/ponder/ http://chinbilly.blogspot.com/2016/03/ponder-c-reflection.html https://github.com/ldionne/mpl11 https://github.com 阅读全文
posted @ 2016-04-08 19:16 lilei9110 阅读(209) 评论(0) 推荐(0) 编辑
摘要: Xamarin - Release Test1: 35 ms Test2: 3237 ms Test3: 5189 ms 阅读全文
posted @ 2016-04-08 14:56 lilei9110 阅读(880) 评论(0) 推荐(0) 编辑
摘要: Xamarin - Release Test1 - direct invoke: 621Test2 - delegate invoke: 646 Visual Studio - Release Test1 - direct invoke: 240Test2 - delegate invoke: 26 阅读全文
posted @ 2016-04-08 14:18 lilei9110 阅读(734) 评论(0) 推荐(0) 编辑
摘要: http://www.ecma-international.org/publications/standards/Ecma-335.htm 阅读全文
posted @ 2016-03-25 20:09 lilei9110 阅读(184) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/4764573/why-is-typedreference-behind-the-scenes-its-so-fast-and-safe-almost-magical http://www.nullskull.com/articl 阅读全文
posted @ 2016-03-25 19:48 lilei9110 阅读(220) 评论(0) 推荐(0) 编辑
摘要: https://github.com/mgravell/fast-member/ http://stackoverflow.com/questions/6158768/c-sharp-reflection-fastest-way-to-update-a-property-value 阅读全文
posted @ 2016-03-22 18:40 lilei9110 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 问题:在下面的 template declarations(模板声明)中 class 和 typename 有什么不同? template<class T> class Widget; // uses "class"template<typename T> class Widget; // uses 阅读全文
posted @ 2016-03-20 17:32 lilei9110 阅读(151) 评论(0) 推荐(0) 编辑
摘要: http://www.torrent.org.cn/ wangpansou.cn 阅读全文
posted @ 2016-03-19 10:29 lilei9110 阅读(102) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/en-us/library/ms404247(v=vs.110).aspx http://stackoverflow.com/questions/1686416/c-sharp-get-number-of-references-to-object 阅读全文
posted @ 2016-03-02 17:03 lilei9110 阅读(101) 评论(0) 推荐(0) 编辑
摘要: http://www.gamefromscratch.com/page/MonoGame-Tutorial-Series.aspx http://rbwhitaker.wikidot.com/monogame-tutorials 阅读全文
posted @ 2016-02-23 14:57 lilei9110 阅读(725) 评论(0) 推荐(0) 编辑
摘要: https://www.hackcraft.net/raii/ https://en.wikipedia.org/wiki/Resource_Acquisition_Is_Initialization 阅读全文
posted @ 2016-02-22 18:42 lilei9110 阅读(140) 评论(0) 推荐(0) 编辑
摘要: https://www.opengl.org/wiki/Common_Mistakes Do not use constructors/destructors to initialize/destroy OpenGL objects. Instead, use member functions of 阅读全文
posted @ 2016-02-22 18:41 lilei9110 阅读(152) 评论(0) 推荐(0) 编辑
摘要: Finalize https://msdn.microsoft.com/en-us/library/system.object.finalize%28v=vs.110%29.aspx https://msdn.microsoft.com/en-us/library/system.object.fin 阅读全文
posted @ 2016-02-22 15:17 lilei9110 阅读(210) 评论(0) 推荐(0) 编辑
摘要: http://www.mono-project.com/docs/advanced/pinvoke/ 阅读全文
posted @ 2016-02-15 22:05 lilei9110 阅读(104) 评论(0) 推荐(0) 编辑
摘要: http://www.cgal.org/ http://shapeop.org/ 阅读全文
posted @ 2016-02-13 14:32 lilei9110 阅读(1071) 评论(0) 推荐(0) 编辑
摘要: http://x64dbg.com/ http://www.ollydbg.de/version2.html 阅读全文
posted @ 2016-02-05 18:54 lilei9110 阅读(111) 评论(0) 推荐(0) 编辑
摘要: Where the Android-SDK is installed depends on how you installed it. If you downloaded the SDK through their website and then dragged/dropped the Appli 阅读全文
posted @ 2016-02-04 14:07 lilei9110 阅读(531) 评论(0) 推荐(0) 编辑
摘要: https://code.visualstudio.com/Docs/runtimes/unity 阅读全文
posted @ 2016-02-01 11:09 lilei9110 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 1. Procreate - 5 to 10 dollars 2. Adobe Sketch - Free 3. Paper - Free 4. Pixelmator 5. Notes 阅读全文
posted @ 2016-01-28 13:41 lilei9110 阅读(359) 评论(0) 推荐(0) 编辑
摘要: GDB7.2后开始支持对D语言的调试 GUI前端 http://beej.us/guide/bggdb/#compiling GDB教程 http://blog.csdn.net/haoel/article/details/2879 http://blog.csdn.net/csfreebird/a 阅读全文
posted @ 2016-01-25 13:54 lilei9110 阅读(234) 评论(0) 推荐(0) 编辑
摘要: http://linux.about.com/library/cmd/blcmdl1_sh.htmhttp://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.htmlLinux / Unix Command: shComma... 阅读全文
posted @ 2016-01-24 21:29 lilei9110 阅读(272) 评论(0) 推荐(0) 编辑
摘要: http://www.eclipse.org/downloads/ https://github.com/DDT-IDE/DDT/blob/latest/documentation/UserGuide.md https://github.com/DDT-IDE/DDT/blob/latest/doc 阅读全文
posted @ 2016-01-21 18:24 lilei9110 阅读(225) 评论(0) 推荐(0) 编辑
摘要: http://answers.unity3d.com/questions/23307/is-it-impossible-to-use-the-code-with-keyword-unsa.html可能需要重启Unity。 阅读全文
posted @ 2016-01-20 15:25 lilei9110 阅读(382) 评论(0) 推荐(0) 编辑
摘要: 1. 下载DMD 建议下载tar.xz压缩包,不建议下载dmg安装包,因为dmg中没有src,而后面需要用src中的内容设置代Code Completion。 地址:http://dlang.org/download.html 2. 安装Xamarin Studio 地址:http://www.mo 阅读全文
posted @ 2016-01-14 14:47 lilei9110 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 可以使用which命令来定位一个命令。 http://www.cyberciti.biz/faq/how-do-i-find-the-path-to-a-command-file/ 阅读全文
posted @ 2016-01-13 11:15 lilei9110 阅读(263) 评论(0) 推荐(0) 编辑
摘要: http://www.wangpansou.cn 阅读全文
posted @ 2016-01-08 16:27 lilei9110 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 1. 获得Mac OS的IP地址2. 对Android手机设置代理,主机IP是步骤1中获得的IP,端口8888 阅读全文
posted @ 2016-01-08 15:36 lilei9110 阅读(231) 评论(0) 推荐(0) 编辑
摘要: http://docs.unity3d.com/Manual/class-TextAsset.htmlhttp://answers.unity3d.com/questions/8187/how-can-i-read-binary-files-from-resources.html 阅读全文
posted @ 2016-01-08 10:59 lilei9110 阅读(85) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页