摘要:
http://www.tutorials.kode-blog.com/laravel-hello-world http://www.tutorials.kode-blog.com/laravel-install-and-configure 注意: 要添加文件权限和文件所有权 # chmod 775 阅读全文
摘要:
To display line numbers::set numberor::set nu This will turn off the line number display::set nonumber 阅读全文
摘要:
重启apache服务器 service httpd start 或 /bin/systemctl restart httpd.service 阅读全文
摘要:
http://www.photonvps.com/billing/knowledgebase.php?action=displayarticle&id=58&language=chinese 阅读全文
摘要:
showError: 会在[self.textfield resignFirstResponder];执行时隐藏不能达到显示2.5秒左右的效果 解决方法:延时执行隐藏键盘的代码,延时正好等于showError:显示时长 [self performSelector:@selector(hideKeyB 阅读全文
摘要:
http://stackoverflow.com/questions/19274408/drawinrectwithattributes-vs-drawinrectwithfontlinebreakmodealignment- (void)drawRect:(CGRect)frame{ NSMuta 阅读全文
摘要:
http://stackoverflow.com/questions/2694411/text-inset-for-uitextfieldmyTextField.layer.sublayerTransform = CATransform3DMakeTranslation(5, 0, 0); 占位符和 阅读全文
摘要:
参考:http://blog.csdn.net/hshl1214/article/details/6228275 命令行中执行如下:[root@fsc feng]# file /sys/power/state/sys/power/state: ASCII text[root@fsc feng]# c 阅读全文