python之对指定目录文件夹的批量重命名
摘要:python之对指定目录文件夹的批量重命名import os,shutil,stringdir = "/Users/lee0oo0/Documents/python/test" #指定的目录for i in os.listdi...
阅读全文
posted @
2015-04-29 15:16
lee0oo0
阅读(1431)
推荐(0) 编辑
ios之VFL的补充(三)
摘要:@"|-50-[buttonA(80@100)]-[buttonB(90@200)]-50-|"这条语句的含义是:“左右边距都为50,中间有两个按钮,相隔缺省宽度,一个控件宽度为80,约束优先级为100;另一个控件宽度为90,约束优先级为200”。实际运行后,发现buttonB的控件宽度为90,而b...
阅读全文
posted @
2015-04-24 10:19
lee0oo0
阅读(401)
推荐(0) 编辑
ios之VFL的补充(二)
摘要:[self.contentView addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"V:[languageImage(15)]" ...
阅读全文
posted @
2015-04-22 15:45
lee0oo0
阅读(267)
推荐(0) 编辑