码迷,mamicode.com
首页 >  
搜索关键字:manual    ( 2148个结果
Change Dropwizard default ports
You can update the ports in your yaml configuration file: http: ??port:?9000 ??adminPort:?9001 See http://dropwizard.codahale.com/manual/core/#configuration-defaults for more information. EDI...
分类:其他好文   时间:2014-11-25 14:40:23    阅读次数:177
Django Web在Apache上的部署
1. 安装配置Apache2. 安装wsgi_mod模块3. 开放相应端口vim /etc/sysconfig/iptables# Firewall configuration written by system-config-firewall# Manual customization of th...
分类:Web程序   时间:2014-11-23 18:56:24    阅读次数:168
Unity3D Script Execution Order ——Question
我 知道 Monobehaviour 上的 那些event functions 是 在主线程 中 按 顺序调用的。这点从Manual/ExecutionOrder.html 上的 一张图就可以看出来。 既然按 顺序 调用,那么 如果 比如update 在这一次 调用的 时候 执行 了 大量的运算 ....
分类:编程语言   时间:2014-11-23 00:26:38    阅读次数:251
@autoreleasepool在ARC和MRC下的区别
MRC这个词应该是我编的,ARC,Automatic Reference Counting,手工引用计数就应该是:Manual Reference Counting,那就应该是MRC喽,不过没有见人这样用过。ARC引入了新的语句管理自动释放池语法:@autoreleasepool { // Cod....
分类:其他好文   时间:2014-11-22 18:50:00    阅读次数:187
vim 折叠
*fold.txt* For Vim version 7.4. 最后修改: 2010年5月 VIM REFERENCE MANUAL by Bram Moolenaar 译者: Zimin,tocer 折叠 *Folding* *folding* *folds*...
分类:系统相关   时间:2014-11-22 11:45:25    阅读次数:303
Linux命令英文全称
man: Manual   意思是手册,可以用这个命令查询其他命令的用法。 pwd:Print working directory   意思是密码。 su:Swith user  切换用户,切换到root用户 cd:Change directory 切换目录 ls:List files  列出目录下的文件 ps:Process Status  进程状态 mkdi...
分类:系统相关   时间:2014-11-21 23:21:26    阅读次数:328
Zabbix监控(十五):自动批量监控WEB页面
参考官方文档:https://www.zabbix.com/documentation/2.0/manual/discovery/low_level_discovery参考自动监控Linux端口文档:http://ywzhou.blog.51cto.com/2785388/1580160说明:本节将使用脚本形式批量监控WEB页面,再多的URL都可以写在weblist文件中进行自动监控;由于监控..
分类:Web程序   时间:2014-11-21 19:04:10    阅读次数:348
windows下PHP中Fatal error Call to undefined function curl_init()的解决方法
参考官方解决方法:http://nz.php.net/manual/en/curl.installation.php1、php安装目录下的ext文件夹下面是否有php_curl.dll文件,然后右键->属性->详细信息,查看版本号是否和PHP版本一致;2、php.ini文件;extension=ph...
分类:Windows程序   时间:2014-11-21 15:58:05    阅读次数:188
ubuntu 14.04 在登录界面如何以root身份登录
1、以普通用户登陆图形界面,打开终端。2、输入sudo gedit /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf,并输入用户密码打开该文件。3、在弹出的编辑框里追加输入以下内容:greeter-show-manual-login=true。4、保存...
分类:系统相关   时间:2014-11-21 10:32:05    阅读次数:188
Qt5的插件机制(6)--开发Qt插件时几个重要的宏
如何开发Qt插件,可以在Qt Assistant 中搜索"Qt Plugins"或"How to Create Qt Plugins",看看那篇manual中的介绍。 其中涉及到了几个宏 Q_DECLARE_INTERFACE( ClassName, Identifier) This macro associates the given Identifier (a string li...
分类:其他好文   时间:2014-11-21 06:59:25    阅读次数:195
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!