Linux装软件就是折磨人!!Mplayer官网下好release版本然后./configure --[options]注意:--prefix=/usr/local/mplayer 是安装路径--enable-gui 安装图形化用户界面--enable-freetype 调节字体--with-cod...
分类:
其他好文 时间:
2014-12-01 23:57:15
阅读次数:
409
1,centos7 使用 systemctl 替换了 service命令
查看全部服务命令:
systemctl list-unit-files --type service
查看服务
systemctl status name.service
启动服务
systemctl start name.service
停止服务
systemctl stop name.service
重启服务
systemctl restart name.service
增加开机启动
systemctl enable...
分类:
其他好文 时间:
2014-12-01 14:22:42
阅读次数:
286
1, 确认是胖AP后,你可以给它的interface bri 0配个IP地址,然后IE打开登这个IP地址就可以了。
Cisco AP Commands for AP1262N-K-9
>enable
#config
#interface bVI 1
#ip address 192.168.1.1 255.255.255.0
#no shut
#ip dhcp pool ap-...
分类:
系统相关 时间:
2014-11-30 08:13:38
阅读次数:
285
命令一共有以下几条:(1)enable secretenable secret 0 密码明文enable secret 5 密码密文(MD5加密)(2)enable passwordenable password 0 密码明文enable password 7 密码密文(Cisco 私有算法加密)注...
分类:
移动开发 时间:
2014-11-29 21:33:10
阅读次数:
242
使用单利从来没有如此容易和省心过,支持二段式构造,直接贴代码
#ifndef _SINGLETON_H_
#define _SINGLETON_H_
#include "simple_ptr.h"
#include
#if defined(_ENABLE_MULTITHREAD)
#include
#endif
namespace purelib {
namespace gc {
...
分类:
编程语言 时间:
2014-11-29 19:00:40
阅读次数:
184
(一)按钮button()方法回修改单个按钮来增强外观,而buttonset()方法对一组按钮起作用。button(options) button('enable') button('disable') button('destroy') button('option', optionName,.....
分类:
Web程序 时间:
2014-11-27 23:28:09
阅读次数:
394
检查编译安装步骤,如果是采用下面这个方法安装,请换一种方法,我遇到过多次这个问题,都是因为这个安装问题导致的。存在问题的方法解压apr apr-util,去掉版本号,拷贝至httpd-/srclib/./configure --prefix=/usr/local/apache2 --enable-d...
分类:
Web程序 时间:
2014-11-27 17:41:40
阅读次数:
1256
http://php.net/manual/zh/opcache.configuration.php#ini.opcache.enable这是配置指令的简短说明。opcache.enableboolean启用操作码缓存。如果禁用此选项,则不会优化和缓存代码。在运行期使用ini_set()函数只能禁用opcache.enable设置,不可以启用此设置。如果在脚本中尝试启..
分类:
系统相关 时间:
2014-11-27 12:58:10
阅读次数:
359