转自:http://blog.csdn.net/handsome_gay/article/details/52740055
List 1 2 3 4 5 6 classmates = ['Michael', 'Bob', 'Tracy'] classmates.append('Adam') //添加在末尾,没有add() …
matlab自带的另存为功能往往不尽人意,这里采用GitHub开源项目export_fig来导出。
IEEE Xplore在查找通信类期刊会议论文时,总是会出现其他不希望出现的期刊或者会议,严重影响工作效率。
为此,借助JavaScript、Jquery以及bootstrap开发了IEEE Xplore Walker,便于大家查找文献。 网址:http://t.qqy.pw
其中,搜索文本支持表达式检索:
SEARCH EXPRESSION EXAMPLES …
一般在py文件开头写 1 # coding:utf-8 指明py文件以utf-8编码储存中文字符,然后加
1 2 3 4 5 import sys default_encoding = 'utf-8' if sys.getdefaultencoding() != default_encoding: reload(sys) …