上一页 1 ··· 4 5 6 7 8 9 10 11 下一页
摘要: http://stackoverflow.com/questions/18868869/ios7s-subview-trimmed-if-out-of-parent-view-bounds It's because iOS 7 introduced some changes to the view 阅读全文
posted @ 2016-04-15 15:31 qike 阅读(136) 评论(0) 推荐(0) 编辑
摘要: Try setting self.automaticallyAdjustsScrollViewInsets = NO in your main view controller.This was introduced in iOS 7 so you might want to wrap that wi 阅读全文
posted @ 2016-04-12 16:26 qike 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 发布新版本时选择需要进行页面路径分析的特定版本 阅读全文
posted @ 2016-04-12 10:28 qike 阅读(1000) 评论(0) 推荐(0) 编辑
摘要: #define SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedAscending 阅读全文
posted @ 2016-04-07 18:12 qike 阅读(171) 评论(0) 推荐(0) 编辑
摘要: centos yum 安装php 7.0 https://webtatic.com/packages/php70/ 阅读全文
posted @ 2016-04-05 13:56 qike 阅读(112) 评论(0) 推荐(0) 编辑
摘要: composer官网:https://getcomposer.org/ laravel官网:https://laravel.com/docs/5.2/installation Hi All, In this article we are going to setup Laravel on CentO 阅读全文
posted @ 2016-04-05 13:49 qike 阅读(216) 评论(0) 推荐(0) 编辑
摘要: RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ %{ENV:BASE}index.php [QSA,L] If requested URI does not indicate to any existing file then redir 阅读全文
posted @ 2016-03-22 20:08 qike 阅读(128) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/34552441/how-to-manage-personal-team-info-on-apple-developer-website Ever since WWDC 2015, developers now have a Pe 阅读全文
posted @ 2016-03-16 20:27 qike 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 重启apache服务器 systemctl restart httpd 打开浏览器中php的错误报告 从phpinfo();中查看Loaded Configuration File 找到php.ini修改display_errors = on,开发时打开。 安装php-mysql的扩展,重启apac 阅读全文
posted @ 2016-03-15 20:10 qike 阅读(154) 评论(0) 推荐(0) 编辑
摘要: mysql -u root -pshow databases;create database test;use test show current user name: SELECT CURRENT_USER(); set password for current user:SET PASSWORD 阅读全文
posted @ 2016-03-14 20:25 qike 阅读(214) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 下一页