摘要:
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 阅读全文
摘要:
Try setting self.automaticallyAdjustsScrollViewInsets = NO in your main view controller.This was introduced in iOS 7 so you might want to wrap that wi 阅读全文
摘要:
发布新版本时选择需要进行页面路径分析的特定版本 阅读全文
摘要:
#define SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedAscending 阅读全文
摘要:
centos yum 安装php 7.0 https://webtatic.com/packages/php70/ 阅读全文
摘要:
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 阅读全文
摘要:
RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ %{ENV:BASE}index.php [QSA,L] If requested URI does not indicate to any existing file then redir 阅读全文
摘要:
http://stackoverflow.com/questions/34552441/how-to-manage-personal-team-info-on-apple-developer-website Ever since WWDC 2015, developers now have a Pe 阅读全文
摘要:
重启apache服务器 systemctl restart httpd 打开浏览器中php的错误报告 从phpinfo();中查看Loaded Configuration File 找到php.ini修改display_errors = on,开发时打开。 安装php-mysql的扩展,重启apac 阅读全文
摘要:
mysql -u root -pshow databases;create database test;use test show current user name: SELECT CURRENT_USER(); set password for current user:SET PASSWORD 阅读全文