2019年1月3日

摘要: 1、格式化 str.Format(_T("Line[%2d] %s ... "),a,b) 得到长度= str.GetLength() 2、 CString.Left( int nCount ) const; //从左边1开始获取前 nCount 个字符 CString.Mid( int nFirs 阅读全文
posted @ 2019-01-03 13:43 wolun666 阅读(133) 评论(0) 推荐(0) 编辑

2018年11月7日

摘要: 原文地址 关于python读取xml文章很多,但大多文章都是贴一个xml文件,然后再贴个处理文件的代码。这样并不利于初学者的学习,希望这篇文章可以更通俗易懂的教如何使用python 来读取xml 文件。 一、什么是xml? xml即可扩展标记语言,它可以用来标记数据、定义数据类型,是一种允许用户对自 阅读全文
posted @ 2018-11-07 10:08 wolun666 阅读(104) 评论(0) 推荐(0) 编辑

2018年10月9日

摘要: 转自:http://wwty.iteye.com/blog/385519 wx.BoxSizer: Python代码 box = wx.BoxSizer(integer orient) The orientation can be wx.VERTICAL or wx.HORIZONTAL Pytho 阅读全文
posted @ 2018-10-09 15:55 wolun666 阅读(80) 评论(0) 推荐(0) 编辑