摘要: 一、windows下面安装Python 1.安装Python 选择的版本是3.5.2版本。windows下面的Python安装一般是通过软件安装包安装而不是命令行,所以首先要在Python的官方主页上面下载最新的Python安装包。下载地址是:https://www.python.org/downl 阅读全文
posted @ 2016-07-20 11:15 哈哈练 阅读(1374) 评论(0) 推荐(0) 编辑
摘要: using System;using System.IO;using System.Runtime.InteropServices;using System.Text;using System.Collections;using System.Collections.Specialized;name... 阅读全文
posted @ 2015-10-16 09:45 哈哈练 阅读(596) 评论(0) 推荐(0) 编辑
摘要: ext 树节点操作tree :树 node:节点1、全部展开 tree.expandAll();2、全部收缩 tree.collapseAll();3、得到父节点 node.parentNode4、判断是否有父节点 node.parentNode==null5、判断是否有子节点 node.ha... 阅读全文
posted @ 2015-07-30 10:41 哈哈练 阅读(276) 评论(0) 推荐(0) 编辑