- 博客(11)
- 资源 (2)
- 收藏
- 关注
原创 apache ssl 配置
1. Run the following command, to create server.key and server.crt files:$ openssl req -new -x509 -nodes -out server.crt -keyout server.keyThese can be used as follows in your httpd.conf file:
2016-04-10 23:28:46
473
原创 ios 常见github资料
1.https://github.com/ibireme/YYKit 富文本 里面还有很多封装的分类,键盘处理 model处理等2.https://github.com/MxABC/LBXScan 二维码模块组合3.https://github.com/MortimerGoro/MGSwipeTableCell table侧滑更多 删除等
2015-11-24 13:44:20
462
原创 mac svn
1.svnadmin create 目录创建 仓库 这样会生成一个conf的目录;修改里面的三个文件svnserve.conf文件[general]anon-access = noneauth-access = writepassword-db = passwdauthz-db = authz[sasl]passwd 文件 分别是用户名和密码
2015-11-18 10:11:45
375
原创 phpstorm
1.language injection 在php需要编辑html的地方先输入一个完整的p标签 然后使用alt+enter可以弹出edit html fragment点击就可以在下面的框里面编辑html语言了。其它语言也是可以的2.live template 代码片段,选中php设置关键字和使用的语言
2015-10-25 20:34:53
419
原创 xcode
1.xcode uuid 获取defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
2015-10-15 16:00:55
452
原创 ios9 适配
1.https plist修改 1.添加NSAppTransportSecurity的nsdictionary;2.在NSAppTransportSecurity下面添加NSAllowsArbitraryLoads为Boolean YES2.bitcode xcode build setting Enable Bitcode 为NO3.didfinishoption 里
2015-09-18 13:21:16
309
原创 mysql 常用语句
终端命令 需要加了;之后才会执行1.mysql -u root -p (mysql用户登录),可以换账户 root可以换成别的用户名;2. insert into mysql.user(Host,User,Password) values("localhost","phplamp",password("1234"));创建账户3.select host,userfrom m
2015-03-29 11:07:03
308
原创 ios 小技巧笔记
做做笔记怕忘了 1.在代码的前面加TICK后面捡TOCK可以获取代码执行的时间2.在菜单栏的debug->viewdebugging->可以截取真机的图片到桌面上;3.comand +k 显示模拟器键盘4.command+k【】 可以左右移动整块代码5.ctr+com+上下 头文件和文件切换以后有继续补充
2015-03-21 22:05:44
338
原创 uiview contentViewmode
UIViewContentModeScaleToFill //铺满整个frame, UIViewContentModeScaleAspectFit, // 高度或者宽度铺满整个frame (有透明部分) UIViewContentModeScaleAspectFill, // 让高度或者宽度铺满frame(没有透明部分) UIViewContent
2015-03-19 17:04:20
669
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人