码迷,mamicode.com
首页 >  
搜索关键字:enable strict    ( 6758个结果
静态路由的配置
实现PC1与PC2的通信R1:Router>enable Router# Router#conft Router(config)#interf0/0 Router(config-if)#ipaddress192.168.10.254255.255.255.0 Router(config-if)#noshut Router(config-if)#exit Router(config)# Router(config)#inters0/0/0 Router(config-if)#ipaddres..
分类:其他好文   时间:2014-11-22 02:04:58    阅读次数:262
Loop List
Loop List is very common in interview. This article we give a more strict shortstatement about its solving.One method to check if there's a loop in a ...
分类:其他好文   时间:2014-11-22 01:58:08    阅读次数:201
windows 下使用xmanager访问CentOS6.5
1.修改/etc/gdm/custom.conf文件[daemon][security]DisallowTCP=falseAllowRemoteRoot=true[xdmcp]Enable=true[greeter][chooser][debug]2.修改/etc/sysconfig/iptable...
分类:Windows程序   时间:2014-11-21 18:07:06    阅读次数:302
phpmailer用smtp发送邮件
<?php//error_reporting(E_ALL);error_reporting(E_STRICT);date_default_timezone_set(‘America/Toronto‘);//date_default_timezone_set(date_default_timezone_get());include_once(‘../class.phpmailer.php‘);//include("class.smtp.php");//optional,getscalledfromwith..
分类:Web程序   时间:2014-11-21 16:32:30    阅读次数:216
转:zTree高级入门:如何通过扩展节点的属性来达到是否显示节点的删除编辑等图标(按钮)
当我们在使用ztree树组件的节点编辑功能时,只要我们引入了ztree相关节点编辑的js脚本文件: 接着配置setting内的edit节点: var setting = { edit: { enable: true, showRenameBtn: true, showRemoveBtn: true...
分类:其他好文   时间:2014-11-21 15:53:11    阅读次数:574
【实验】路由器远程登录与单臂路由
远程登录:主机进入终端模式;Router>enable Router#conft Router(config)#enablesecret123456//设置enable密码 Router(config)#linevty04//设置远程登录机数为5台 Router(config-line)#passwordcisco//远程登录密码为cisco Router(config-line)#login//登录时验证 Router(co..
分类:其他好文   时间:2014-11-20 23:55:21    阅读次数:376
高水位线引起的查询变慢解决方法
众所周知,随着不断地进行表记录的DML操作,会不断提高表的高水位线(HWM),DELETE操作之后虽然表的数据删除了,但是并没有降低表的高水位,除非你使用TRUNCATE操作,进行表查询的时候,Oracle会扫表高水位以下的数据块,也就是说,扫描的时间并不会有所减少。所以DELETE删除数据以后并不会提高表的查询效率。 下面通过这个例子,用来解决高水位引起的查询变慢问题: --例子中测试表占用...
分类:其他好文   时间:2014-11-20 23:46:25    阅读次数:235
调用ffmpeg的 libswscale.so实现图像格式转换及大小缩放
libswscale里面实现了各种图像格式的转换,以及图像大小的缩放功能。又做了相应指令集的优化,因此速度比自己写的格式转化C代码效率高一些。因为像素格式转换 和 图像大小缩放都是逐点计算的,各像素点之间没有依赖性,因此这两个操作可以合并一起来做。 1. 配置 ./configure --enable-shared 2. 编译 make。等待一阵子,就会生成libswscale.so等 3....
分类:其他好文   时间:2014-11-20 18:53:48    阅读次数:338
Unity 4.6 bate 20 or 4.5.5 +vuforia3.0.9 发布到真机错误 解决
错误图 +错误码014-11-20 15:45:49.224 youzheng[6527:1035587] ################### enable 32014-11-20 15:45:49.433 youzheng[6527:1035587] iapcrazy=== isSupport...
分类:编程语言   时间:2014-11-20 18:16:55    阅读次数:219
android 混淆代码Sample
# To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. # # Add project specific ProGuard rules here. # By default, the flags ...
分类:移动开发   时间:2014-11-20 17:01:19    阅读次数:236
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!