date:时间管理linux:rtc(硬件时间),通过RTC读取硬件时间 硬件时间clock或者hwclock;hwclock-w:将系统时间同步给硬件时间;hwclock-s:将硬件时间同步给系统时间 系统时间clockNTP:网络时间协议获得命令的使用帮助: 内部命令: helpcommand 外部命令: command--help获得..
分类:
系统相关 时间:
2015-03-14 20:13:44
阅读次数:
220
自动型:action 不需要判断,直接拖线push到目标控制器。手动型:manual 需要判断,点击之后执行跳转。将来源控制器push到目标控制器。设置identifer。 在来源控制器中 [self performSegueWithIdentifier:@"LoginToSignup" se...
分类:
其他好文 时间:
2015-03-14 10:47:55
阅读次数:
111
参考官方解决方法:http://nz.php.net/manual/en/curl.installation.php1、php安装目录下的ext文件夹下面是否有php_curl.dll文件,然后右键->属性->详细信息,查看版本号是否和PHP版本一致;2、php.ini文件;extension=ph...
渲染路径Rendering Pathshttp://game.ceeger.com/Manual/RenderingPaths.html 延迟光照渲染路径的细节Deferred Lighting Rendering Path Details http://game.ceeger.com/Comp.....
分类:
其他好文 时间:
2015-03-11 16:53:07
阅读次数:
107
打开编辑: vi /etc/sysconfig/iptables重启防火墙:service iptables restart# Firewall configuration written by system-config-firewall# Manual customization of this...
分类:
系统相关 时间:
2015-03-10 15:22:19
阅读次数:
202
项目视图在这个视图,你可以访问、管理你当前项目资源。项目视图左侧面板显示项目的文件夹结构的分层列表,http://docs.unity3d.com/Manual/ProjectView.htmlProject BrowserIn this view, you can access and manag...
分类:
其他好文 时间:
2015-03-10 13:50:22
阅读次数:
202
spl_autoload_register—注册给定的函数作为 __autoload 的实现官方地址:http://php.net/manual/zh/function.spl-autoload-register.php我的测试定义三个文件test.php test1.php test2.phpte...
分类:
Web程序 时间:
2015-03-08 22:50:39
阅读次数:
235
下载和安装mongodb下载mongodb 官网http://www.mongodb.org/下载mongodb-win32-x86_64-2008plus-ssl-3.0.0-signed,msi 小知识:查看系统是多少位wmic os get osarchitecture安装http://docs.mongodb.org/manual/tutorial/install-mongodb-on-w...
分类:
数据库 时间:
2015-03-08 00:13:21
阅读次数:
260
Form窗体的常用属性:1、布局: (1).startposition:窗体显示的起始位置 manual:手动设置,设为这个之后按照location(相对屏幕的位置)的坐标设置显示 centerscreen:屏幕居中 centerparent:父窗体居中 Window...
初学php关于&引用官方文档:1.引用是什么:http://www.php.net/manual/zh/language.references.whatare.php2.引用做什么:http://www.php.net/manual/zh/language.references.whatdo.php...
分类:
Web程序 时间:
2015-03-05 20:44:57
阅读次数:
170