虽然不能说多么的狂霸,但是automator还是十分有用的东西
automator吧
全部回复
仅看楼主
level 8
meoow 楼主
值得大家研究一下
2014年04月18日 12点04分 1
level 8
meoow 楼主
希望更多的人能来此看看
2014年04月18日 12点04分 2
level 8
meoow 楼主
def terminalWidth(string, encoding='utf-8'):
if str in inspect.getmro(string.__class__):
string = string.decode(encoding)
charWidthList = [2 if unicodedata.east_asian_width(i) in ('W', 'F') else 1
for i in string ]
totalwidth = sum(charWidthList)
widecharnum = totalwidth - len(charWidthList)
return totalwidth , widecharnum
2014年04月22日 16点04分 3
求交流啊T_T
2014年05月06日 17点05分
level 1
楼主,我想用am运行一段shell脚本,怎么编辑呢
2015年04月24日 07点04分 4
1