上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 27 下一页
摘要: On Ubuntu OS, there is a tool named "Blogilo" that could help you write blog just as the Windows Live Writer does. Install Blogilo sudo apt-get install blogilo Configure Blogilo After you hav... 阅读全文
posted @ 2013-01-26 14:52 opencoder 阅读(121) 评论(0) 推荐(0) 编辑
摘要: Delete .suo or .ncb file, then re-open the solution. And you need to wait for serveral minutes before it finish intelligent parsing at the biginning of the open the solution. The above solution ... 阅读全文
posted @ 2013-01-23 12:30 opencoder 阅读(136) 评论(0) 推荐(0) 编辑
摘要: Here is a C# Web Crawler that could help you download web pages and attachments from one web-site. Such kind of crawler used vastly among some online stores during their beginning stage. They called t... 阅读全文
posted @ 2013-01-21 22:14 opencoder 阅读(536) 评论(0) 推荐(0) 编辑
摘要: This sample program shows the foundation of sockets communication, chat system. One central server used to distribute the message for all clients, even with the clients 'own messages. The basics of s... 阅读全文
posted @ 2013-01-17 23:34 opencoder 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.jobbole.com/31374/ 英文原文:John Sonmez,编译:高翌翔(@高翌翔) 现如今,可供选择的技术、语言及平台可谓五花八门,因此作为软件开发者,要弄明白哪里是花时间培养个人技能的最佳投资点也就难上加难。 常常有人向我征求关于如何成为更强的程序员的建议。 人们问得最频繁的问题可谓万变不离其宗,即他们是否应该把时间花在某种与众不同的特定编... 阅读全文
posted @ 2013-01-17 13:09 opencoder 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.jobbole.com/31670/ 英文原文:The end of balance: Work life calibration,编译:36kr 各种名目的书籍、杂志和网络研讨会都会传达这样一个信息:幸福的关键是要取得工作和生活的平衡。也有不计其数的效率专家会告诉你:千万别在周末工作;五点以后工作不明智;早上六点你就该起了。 不过,尽管这些人七嘴八舌地说... 阅读全文
posted @ 2013-01-17 13:06 opencoder 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.jobbole.com/31723/ 英文原文:10 steps to becoming a better programmer,编译:外刊IT评论 这篇文章要介绍的,是我作为专业程序员这些年来学到的能真正提高我的代码质量和整体工作效率的10件事情。 1. 永远不要复制代码 不惜任何代价避免重复的代码。如果一个常用的代码片段出现在了程序中的几个不同地方,重... 阅读全文
posted @ 2013-01-17 13:04 opencoder 阅读(155) 评论(0) 推荐(0) 编辑
摘要: One possible solution would be using tool named dex2jar. With this tool, you could extract the classes.dex file from the .APK file, and convert classes.dex into a bunch of java byte code files. Then f... 阅读全文
posted @ 2012-12-31 14:12 opencoder 阅读(198) 评论(0) 推荐(0) 编辑
摘要: Currently, some game development tool provide you some ways that could allow developer to tune the game objects parameters when the game is running. For example, Unity3D provide the user to tuning the... 阅读全文
posted @ 2012-12-30 21:11 opencoder 阅读(140) 评论(0) 推荐(0) 编辑
摘要: All most every game could save the current progress into hard-disc. This is a vey important feature, so that you could show the game achievement to your friends, re-play some level again. And some gam... 阅读全文
posted @ 2012-12-30 15:40 opencoder 阅读(193) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 27 下一页