摘要: 0: 1. Develope OpenDS from here: eu.opends.main --> Simulator.java --> main() 阅读全文
posted @ 2016-05-04 03:43 心怀阳光 阅读(106) 评论(0) 推荐(0) 编辑
摘要: Python is an interpreted language. A python script goes through sourcecode --> interpreter --> output. Whereas languages, like C/C++, java, goes throu 阅读全文
posted @ 2016-05-02 21:52 心怀阳光 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 1. get data from csv, skip header of the file. 2. get one colum of data xlwt module 1. install, using the command : 2. a quick start (from the interne 阅读全文
posted @ 2016-05-02 07:48 心怀阳光 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 0.xlrd introduce Library for developers to extract data from Microsoft Excel (tm) spreadsheet files 1. install xlrd 2. use xlrd in python 1 import xlr 阅读全文
posted @ 2016-05-02 04:29 心怀阳光 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 0.Introduce pandas.read_csv(filepath_or_buffer,sep=', ', dialect=None, compression='infer', doublequote=True, escapechar=None, quotechar='"', quoting= 阅读全文
posted @ 2016-05-02 03:24 心怀阳光 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 0. install Wireshark on Ubuntu 14 sudo apt-get install -y wireshark sudo addgroup -quiet -system wireshark sudo chown root:wireshark /usr/bin/dumpcap 阅读全文
posted @ 2016-04-29 11:01 心怀阳光 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Since C++11, WG21, the ISO designation for the C++ standard, try to ship the standard every 3 years. The standard is comprised of two parts: the core 阅读全文
posted @ 2016-04-22 23:28 心怀阳光 阅读(560) 评论(0) 推荐(0) 编辑
摘要: New here (For no chinese input on this machine, I have to use English.) Why do I choose here ? Whenever I search answers to my assignments through the 阅读全文
posted @ 2016-04-22 23:13 心怀阳光 阅读(113) 评论(0) 推荐(0) 编辑