slider

还是菜鸟
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

07 2013 档案

摘要:this is a big problem for me. i follow the solutions that i searched from the internet: modify the listview layout and list-item layou file, 'wrap_content' to 'fill_parent'. but 'getView' function always was voked many time when the value of the 'position' is 0; i thi 阅读全文

posted @ 2013-07-24 10:34 slider 阅读(882) 评论(0) 推荐(0)

摘要:#encoding:utf-8''' write xml in dom style '''from xml.dom.minidom import Documentdoc = Document() # new a DOM objectwords = doc.createElement('words') # new a root elementwords.setAttribute('xmlns:xsi',"http://www.w3.org/2001/XMLSchema-instance")#设置命 阅读全文

posted @ 2013-07-11 10:59 slider 阅读(375) 评论(0) 推荐(0)