码迷,mamicode.com
首页 >  
搜索关键字:enable    ( 5784个结果
华为S5700基础配置----备份和恢复配置文件
一:备份配置文件设备作为FTP服务器,用户PC作为FTP客户端# 配置设备的FTP功能及FTP用户信息。 system-view[HUAWEI] ftp server enable[HUAWEI] aaa[HUAWEI-aaa] local-user admin1234 password irrev...
分类:其他好文   时间:2015-05-30 15:12:32    阅读次数:377
Boost Asio 异步TCP服务器框架
Boost Asio 异步TCP服务器框架 flyfish 2015-5-30 session 类 头文件 #pragma once #include #include #include #include class session: public boost::enable_shared_from_this { public: session(boost:...
分类:其他好文   时间:2015-05-30 08:13:04    阅读次数:216
路由器交换机远程登录配置实验
一实验目的学习如何配置路由器的gatway、Console、vty、enablepassword学习如何配置交换机的vlan1gatway、Console、vty、enablepassword学习如何安装telnet学习如何远程登录交换机路由器二实验步骤路由配置R1路由器配置IP、子网掩码、R1(config)#intf0/0//进入F0/0接口R1(confi..
分类:其他好文   时间:2015-05-29 18:28:11    阅读次数:250
PHP FTP
安装PHP 的 Windows 版本内置了对 FTP 扩展的支持。无需加载任何附加扩展库即可使用 FTP 函数。然而,如果您运行的是 PHP 的 Linux 版本,在编译 PHP 的时候请添加--enable-ftp选项(PHP4 或以上版本)或者--with-ftp选项(PHP3 版本)。PHP ...
分类:Web程序   时间:2015-05-29 17:15:53    阅读次数:134
ffmpeg解码RTSP/TCP视频流H.264(QT界面显示视频画面)
我用的ffmpeg版本为 ffmpeg-2.1.8.tar.bz2 版本低了恐怕有些头文件和API找不到。 在Linux下解压后编译,Linux下编译很简单,我这里生成的动态库: ./configure –enable-shared make 就能找到各个so动态库文件。 移动位置后,记得手动链接 一下:ln -s libavcodec.so.55 libavcodec.so ln -s...
分类:其他好文   时间:2015-05-29 15:44:35    阅读次数:316
Xmanager连接Linux 5.8配置
防火墙:开通windos7到服务器linux的UDP177端口开通服务器linux到windows7的TCP6000-6011端口(可直接关闭防火墙)server端操作:编辑/usr/share/gdm/defaults.conf这个文件,在[xdmcp]选项中设置Enable=true,,Port=177去掉这几行前的#,如果用ROOT远程登录的话在[security]选项中..
分类:系统相关   时间:2015-05-29 12:14:43    阅读次数:249
ztree3.5中checkbox无法取消选中的问题解决
使用jquery的tree插件ztree,用到复选框的功能 var setting = { check: { enable: true }, data: { ...
分类:其他好文   时间:2015-05-28 15:58:53    阅读次数:371
Oracle 11g 更改字符集
sqlplus "/as sysdba"shutdown immediate;startup mount;alter session set sql_trace=true; alter system enable restricted session;alter system set job_que...
分类:数据库   时间:2015-05-27 18:56:01    阅读次数:172
systemd
systemdsystemdchkconfig –level 3 httpd onsystemctl enable httpd.servicechkconfig –level 3 httpd offsystemctl disable httpd.serviceservice httpd status...
分类:其他好文   时间:2015-05-27 18:48:55    阅读次数:123
mariadb数据库的启动命令
systemctl start mariadb #启动MariaDBsystemctl stop mariadb #停止MariaDBsystemctl restart mariadb #重启MariaDBsystemctl enable mariadb #设置开机启动mysql -u root -...
分类:数据库   时间:2015-05-26 23:04:05    阅读次数:687
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!