摘要: 1、初始化用户提交的用户名、邮箱$ git config --global user.name chenchangqing // 配置用户名$ git config --global user.email chenchangqing@126.com // 配置邮箱 $ g... 阅读全文
posted @ 2015-08-03 17:04 so_tm_what 阅读(1159) 评论(0) 推荐(0) 编辑
摘要: 1、下载Git源码,https://codeload.github.com/git/git/zip/master2、复制2个文件,放在用户目录下$ cd Downloads/git-master/contrib/completion/$ cp git-prompt.sh ~/$ cp git-com... 阅读全文
posted @ 2015-08-03 16:43 so_tm_what 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 1、查看当前是否已经安装Git$ which -a git/usr/bin/git$ git --versiongit version 2.3.2 (Apple Git-55)当前mac已经自带了2.3.2的Git2、如果没有安装,或者安装的版本不符合你需要的版本,前往http://git-scm.... 阅读全文
posted @ 2015-08-03 15:53 so_tm_what 阅读(213) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env pythonimport sysimport structif len(sys.argv) != 3: print "Usage: %s appname dest_file.xcent" % sys.argv[0] sys.exit(-1)APPNAME = sys.a... 阅读全文
posted @ 2014-12-10 22:10 so_tm_what 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-12-04 09:54 so_tm_what 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 1,form表单提交,如果我用springmvc,而且绑定了数据对象,千万别忘记做时间转换格式2,点击按钮做一步提交一定要给button加type属性2 阅读全文
posted @ 2014-12-01 04:04 so_tm_what 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 最美创意 放屁模拟器 阅读全文
posted @ 2014-11-21 12:59 so_tm_what 阅读(95) 评论(0) 推荐(0) 编辑
摘要: Drawing Shapes Using Bézier PathsIn iOS 3.2 and later, you can use theUIBezierPathclass to create vector-based paths. TheUIBezierPathclass is an Objec... 阅读全文
posted @ 2014-11-15 10:42 so_tm_what 阅读(542) 评论(0) 推荐(0) 编辑
摘要: iOS Drawing Conceptshttps://developer.apple.com/library/ios/documentation/2DDrawing/Conceptual/DrawingPrintingiOS/GraphicsDrawingOverview/GraphicsDraw... 阅读全文
posted @ 2014-11-13 21:30 so_tm_what 阅读(784) 评论(0) 推荐(0) 编辑
摘要: automaticallyAdjustsScrollViewInsets 设置automaticallyAdjustsScrollViewInsets=NO; 阅读全文
posted @ 2014-11-13 17:41 so_tm_what 阅读(308) 评论(0) 推荐(0) 编辑