hello world!!!!!

写下自己的一些心得,写下自己问题的方式,写下程序之路的艰辛,希望能够有朝一日成为大牛。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年11月4日

摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--IndentationError:unexpectedindent>>>deffib(n):..."""PrintaFibonacciseriesupton"""...a,b=0,... 阅读全文

posted @ 2010-11-04 17:34 陈力 阅读(426) 评论(2) 推荐(0) 编辑

摘要: 我写这篇文章是在于自己热于发现一些解决问题的新方式,通常我在分析json格式的数据,喜欢用正则,但往往不够理想 可能正则水平也不到位吧。呵呵。首先拿到数据源代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->publicclassooojj{publicuserObjuser{get;set;}//对象publicstringis_retweet{get;set;}publicstringretweet_count{get;set;}publ 阅读全文

posted @ 2010-11-04 17:29 陈力 阅读(262) 评论(0) 推荐(0) 编辑

摘要: 浅尝python语法,挺有意思的。////////////////////////////////////////////////////////////////>>> # Measure some strings:... a = ['cat', 'window', 'defenestrate']>>> for x in a:... print(x, len(x... 阅读全文

posted @ 2010-11-04 14:42 陈力 阅读(420) 评论(1) 推荐(0) 编辑