为梦而战
全部博文(185)
发布时间:2015-08-05 10:14:41
<p><strong>这个星期开始学习Python了,因为看的书都是基于Python2.x,而且我安装的是Python3.1,所以书上写的地方好多都不适用于Python3.1,特意在Google上search了一下3.x和2.x的区别。特此在自己的空间中记录一下,以备以后查找方便,也可以分享给想学习Python的friends.</strong></p><p><strong></strong></p>.........【阅读全文】
发布时间:2015-07-06 14:14:11
<div class="dp-highlighter bg_ruby" style="font-family:Consolas, 'Courier New', Courier, mono, serif;font-size:12px;background-color:#E7E5DC;width:700.9091186523438px;overflow:auto;padding-top:1px;color:#333333;line-height:25.99431800842285px;white-space:normal;margin:18px 0px !important;"><div cl.........【阅读全文】
发布时间:2015-06-29 16:32:12
参考书籍:《head first设计模式》1 封装变化 把会变化的部分取出并封装起来,以便以后可以轻易地改动或扩充此部分,而不影响不需要变化的部分。.........【阅读全文】
发布时间:2015-06-28 15:36:38
<p style="margin:10px auto;color:#393939;font-family:新宋体;font-size:large;line-height:26.66666603088379px;white-space:normal;background-color:#FFFFFF;"><strong style="margin:0px;padding:0px;">一、模型的组织</strong></p><p style="margin:10px auto;color:#393939;font-family:新宋体;font-size:large.........【阅读全文】
发布时间:2015-05-22 16:03:51
前些天 在编译内核模块时发现需要传递参数用以编译时候增加调试信息。经google后,文章(作者:进城农民工)提示需要用[php] view plaincopyprint?CFLAGS_sc-dev.o += -DCONFIG_SC_DEBUG_DEEP sc-y=sc-dev.o C.........【阅读全文】