加载中
[PHP]函数级分层性能分析工具-Xhprof的安装与使用

PHP性能分析工具-Xhprof的安装与使用 XHProf 是一个轻量级的分层性能测量分析器。 XHProf 包含了一个基于 HTML 的简单用户界面(由 PHP 写成)。 基于浏览器的用户界面使得浏览、分享性能数据结...

2016/09/12 11:28
673
PHP: CodeIgniter3中函数名不能与控制器名相同的问题

PHP: 有关CodeIgniter3中函数名不能与控制器名相同的问题 在CodeIgniter3开发中遇到一个问题: 控制器名与方法名同名时,报"404 Page Not Found"错误。 比如有个控制器“Controllers/Login.p...

2016/09/29 22:04
132
iOS-应用程序沙盒机制(SandBox)

iOS程序的沙盒机制SandBox,是一种安全机制,它规定了应用程序只能在为该应用创建的文件夹内读取文件,不可以访问其他地方的内容。

2015/12/27 17:46
669
Swift-UITableViewCell:设置表格的accessoryType属性

Swift-UITableViewCell:设置表格的accessoryType属性

Swift-解决Navigation导航栏遮挡住view内容的问题

Swift-解决NavigationBar遮挡住view内容的问题

Swift-使用UIScreen类获取屏幕尺寸

Swift: 使用UIScreen类获取屏幕尺寸

2015/12/06 23:04
2.8K
Swift-使用NSXMLParser解析XML文件

Swift-使用NSXMLParser解析XML文件

2015/11/29 15:17
1.3K
Swift-字符串大小写转换

Swfit-字符串大写转小写,字符小写转大写

Xcode报错:No such module SwiftyJSON

使用 SwiftyJSON 时,Xcode报错:No such module 'SwiftyJSON'

2015/11/25 10:29
1.1W
报错-Type ViewController doesnot conform to protocol

Type 'MeViewController' does not conform to protocol 'UITableViewDataSource'

报错-Unknown class in Interface Builder file

Xcode7报错:Unknown class _TtC28swift_UINavigationController14ViewController in Interface Builder file....

Swift-导航控制器UINavigationController的用法示例

UINavigationController 导航控制器,具有层级关系的内容导航. 采用栈的方式管理所有的Conroller, 每个Controller管理各自的视图。 导航控制器, 至少有一个被管理的ViewController,称为roo...

Swift-使用NSJSONSerialization生成或解析JSON数据

NSJSONSerialization是iOS5中增加的解析JSON的API. NSJSONSerialization提供了将JSON数据转换为Foundation对象(一般都是NSDictionary和NSArray)和 Foundation对象转换为JSON数据....

Call can throw, but it is not marked with 'try'

Xcode报错: Call can throw, but it is not marked with 'try' and the error is not handled

Transport Security has blocked a cleartext HTTP

Xcode报错:App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist fi...

2015/10/24 21:19
155
程序编译成功之后立即退出来,显示Thread1:breakpoint 3.1

程序编译成功之后立即退出来,显示Thread1:breakpoint 3.1

2015/10/23 22:17
1.7K
Failed to instantiate the default view controller

Xcode报错:Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set?...

2015/10/23 21:58
278
[Swift]UIKit学习之警告框:UIAlertController和UIAlertView

Important: UIAlertView is deprecated in iOS 8. (Note that UIAlertViewDelegate is also deprecated.) To create and manage alerts in iOS 8 and later, instead use UIAlertController ...

[Swift] UKIit学习之活动指示器UIActivityIndicatorView

UIActivityIndicatorView UIActivityIndicatorView(活动指示器)控件,也就是环形进度条,也就是Loading效果。 UIActivityIndicatorView的创建: (1) 在Stroyboard中使用Ctrl+Drag拖拽法创建 ...

没有更多内容

加载失败,请刷新页面

返回顶部
顶部