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
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
我 知道 Monobehaviour 上的 那些event functions 是 在主线程 中 按 顺序调用的。这点从Manual/ExecutionOrder.html 上的 一张图就可以看出来。 既然按 顺序 调用,那么 如果 比如update 在这一次 调用的 时候 执行 了 大量的运算 ....
分类:
编程语言 时间:
2014-11-23 00:26:38
阅读次数:
251
MRC这个词应该是我编的,ARC,Automatic Reference Counting,手工引用计数就应该是:Manual Reference Counting,那就应该是MRC喽,不过没有见人这样用过。ARC引入了新的语句管理自动释放池语法:@autoreleasepool { // Cod....
分类:
其他好文 时间:
2014-11-22 18:50:00
阅读次数:
187
*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
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
参考官方文档: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
参考官方解决方法:http://nz.php.net/manual/en/curl.installation.php1、php安装目录下的ext文件夹下面是否有php_curl.dll文件,然后右键->属性->详细信息,查看版本号是否和PHP版本一致;2、php.ini文件;extension=ph...
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
如何开发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