码迷,mamicode.com
首页 >  
搜索关键字:enable    ( 5784个结果
centos7 teamviewer设置开机启动
1.sudo systemctl enable teamviewerd.service2.sudo systemctl start teamviewerd.service3.sudo systemctl status teamviewerd.service
分类:其他好文   时间:2015-02-02 12:09:17    阅读次数:698
Jquery树控件ZTree异步加载
转载请注明出处:jiq?钦's technical Blog 异步加载的意思就是: 当点击展开树节点时,才去请求后台action返回点击节点的子节点数据并加载。 这里面主要设计ztree的setting变量的async属性设置: var setting = { async: { enable: true, url:"InitServiceIpsData.act...
分类:Web程序   时间:2015-02-01 02:00:32    阅读次数:353
PWM定制组件实现过程
module pwm_task_logic( clk, pwm_enable, resetn, clock_divide, duty_cycle, pwm_out);//Inputsinput clk; //Input Clock ...
分类:其他好文   时间:2015-01-31 01:46:30    阅读次数:153
ARM 嵌入式中断
1. SATA中断要打开,挂在fiq上(通过cpu中断的fiq中断enable位,对sata中断使能),2。外设及GPIO中断打开,挂在irq上(通过cpu中断的irq 的enable位对其使能),3. 在中断处理向量中,fiq及irq分别调用对应中断处理函数;4. 当对应的中断产生后,这样,就会调...
分类:其他好文   时间:2015-01-30 17:16:32    阅读次数:169
SSIS CDC(Change Data Capture)组件在数据库中启用报错。 The error returned was 14234: 'The specified '@server' is invalid
昨天实验CDC,在数据库中执行以下语句的时候出错。EXEC sys.sp_cdc_enable_table @source_schema = N'stg', @source_name = N'CDCSalesOrderHeader', @role_name = N'cdc_role', @s...
分类:数据库   时间:2015-01-30 10:36:52    阅读次数:326
Ubuntu防火墙 UFW
sudo apt-get install ufw sudo ufw enable sudo ufw default deny 启了防火墙,开机启动并且关闭所有外部对本机的访问,但本机访问外部正常。 3.开启/禁用 sudo ufw allow|deny sudo ufw allow smtp 允许所有的...
分类:系统相关   时间:2015-01-30 06:48:34    阅读次数:324
linux 经常使用命令
帮助信息./configure -help|grep mysql安装php./configure --prefix=/usr/local/fastphp --with-mysql=mysqlnd\--enable-mysqld\--with-gd\--enable-gd-native-ttf\--e...
分类:系统相关   时间:2015-01-29 19:13:42    阅读次数:243
How-to: Enable User Authentication and Authorization in Apache HBase
With the defaultApache HBaseconfiguration,everyone is allowed to read from and write to all tables available in the system. For many enterprise setups...
分类:Web程序   时间:2015-01-29 19:08:41    阅读次数:1287
apache 2.4
httpd2.4新特性:1、MPM可于运行时装载; --enable-mpms-shared=all--with-mpm=event2、EventMPM3、异步读写4、在每模块及每目录上指定日志级别;5、每请求配置;<If>,<ElseIf>,<Else>;6、增强的表达式分析器;7、毫秒级的KeepAliveTimeout;8、基于域名的..
分类:Web程序   时间:2015-01-29 10:40:58    阅读次数:169
FFMPEG编译
# 静态库编译配置 ./configure --enable-static --disable-debug --disable-yasm --prefix=/usr/local/ffmpeg # 动态库编译配置 ./configure --enable-shared --prefix=/usr/local/ffmpeg # 编译并安装 make make install # 如果安装成功,安装的...
分类:其他好文   时间:2015-01-29 10:34:39    阅读次数:210
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!