天行健,君子以自强不息!
发布时间:2015-08-16 23:12:20
<p style="margin:10px auto;font-family:'Open Sans', Helvetica, Arial, sans-serif;font-size:14px;line-height:23.7999992370605px;white-space:normal;background-color:#FFFFFF;">本文重点介绍使用Eclipse+pydev插件来写Python代码, 以及在<span style="margin:0px;padding:0px;">Mac上配置Eclipse+Pydev 和.........【阅读全文】
发布时间:2015-08-14 14:51:05
GLib是GTK+和GNOME工程的基础底层核心程序库,是一个综合用途的实用的轻量级的C程序库,<br />它提供C语言的常用的数据结构的定义、相关的处理函数,有趣而实用的宏,<br />可移植的封装和一些运行时机能,如事件循环、线程、动态调用、对象系统等的API。<br />它能够在类UNIX的操作系统平台(如LINUX, HP-UNIX等),WI.........【阅读全文】
发布时间:2015-08-03 14:51:34
1.迭代遍历: <br />import java.util.*;<br /><br /><br />Set<String> keys = new HashSet<String>(); <br />Iterator<String> it = keys.iterator(); <br />for(Iterator it=keys.iterator(); it.hasNext();) { <br /> String str = (String)it.next(); <b.........【阅读全文】
发布时间:2015-07-16 10:57:56
<p style="font-size:14px;white-space:normal;color:#333333;font-family:tahoma, 宋体;line-height:22.3999996185303px;text-align:justify;background-color:#FAFAFC;">想必很多开发人员都知道,<a target="_blank" href="http://www.linuxidc.com/topicnews.aspx?tid=2" title="Ubuntu" style="color:#B32BD5;text-de.........【阅读全文】