连击 天
fork: star:
1.先从以下地址下载fuse-exfat http://code.google.com/p/exfat/downloads/list 2.下载安装scons 3.安装fuse-devel 4.编译安装fuse-exfat scons scons install 5.挂载存储器 mount.exfat ...
#大标题 ##二号标题 hello, world 这是一段话啊啊啊 这是另一段 色は匂へど 散りぬるを 我が世誰ぞ 常ならむ 有為の奥山 今日越えて (半角スペースを2つ) 浅き夢見じ 酔ひもせず...
#单一下划线开头的变量名(_aname)不会被 from module import * #导入 #前后有下划线的变量名(__X__)是系统定义的变量名,对解释器有特殊意义 #带两个前下划线的是本地压缩变量?(__...
while True: reply = input('Enter text:') if reply == 'stop' : break try: num = int(reply) #尝试的语句 except: print('Bad!' * 8) #失败则执行 else: ...
f = open("/homt/fang/hi", 'w') #整个文件读进单个字符串 aString = f.read() #读一行 aString = f.readline() #读取整个文件到字符串列表 aString = f.readlines() #写一...
#整数的不变性 a = 3 b = a a = 2 print b #list的可变性 a = [1,2] b = a a[1] = 3 print b #自定义一个返回tuple的map def mymap(func, t): def gen(func, t): fo...
l = ['hello'] l2 = ['world'] l += l2 l*3 world in l l.append('hi') l.extend(['goodbye', 'world']) l.insert(2, 'foo') l.sort() l.reverse() del l[k] d...
#empty string s = '' #raw string s = r"C:\Program Files\Python" print s #unicode string s = u'你好,世界' print s #repeat s = 'Nyan ' * 255 print s #index ...
片假名长音符号为"-" 促音输入"ltu"或"xtu" 例如:エラーメッセージ 按F7就可以把输入的平假名转换为片假名
使用cygcheck命令: cygcheck /usr/bin/[yourbinary] 例如当我运行curl的时候提示 /usr/bin/curl.exe: error while loading shared libraries: ?: cannot open shared object file: No such ...
没有更多内容
加载失败,请刷新页面
没有更多内容
文章删除后无法恢复,确定删除此文章吗?
动弹删除后,数据将无法恢复
评论删除后,数据将无法恢复