码迷,mamicode.com
首页 >  
搜索关键字:off    ( 6482个结果
nginx 防攻击
1 1,判断refer,我们最常用的判断访问nginx中的referer的值,判断攻击者的referer特点来阻止攻击 2 set $flagjs_enable 0; # 0 - off , 1 - on 3 4 set $flagjs 0; 5 if ( $flagjs_enable = "1.....
分类:其他好文   时间:2015-01-20 13:36:03    阅读次数:480
HOW TO RECOVER BRICKED FAKE FT232
本文转载于google搜索内容。First off, I’m against piracy in software and hardware. I understand FTDI trying to protect themselves from piracy and fake replicas. ...
分类:其他好文   时间:2015-01-19 12:14:28    阅读次数:230
Java日志设计&实践(3) - 开发篇
1.选择恰当的日志级别 2.输出明确的提示文字和充分的现场信息 3.输出内容一行搞定,不要换行 4.其他 1.选择恰当的日志级别 选择日志级别时需要遵循一些通用规范,不可随意定义 log4j的日志级别,由低到高排列:all trace debug info warn error fatal off ...
分类:编程语言   时间:2015-01-17 16:26:09    阅读次数:171
Getting off the ground with the WCF-OracleDB adapter in BizTalk
Time and time again I walk into a client which uses Oracle and I need to connect BizTalk to it. And … time and time again I run into issues getting th...
分类:数据库   时间:2015-01-17 12:35:37    阅读次数:233
Oracle特殊字符转义:&和'
我们在SQL*PLUS下执行 SQL show all命令时,可以发现一个参数:define & (hex 26),如下所示 concat . (hex 2e) copycommit 0 copytypecheck ON define & (hex 26) describe DEPTH 1 LINENUM OFF INDENT OFFecho OFF 1、& 转义 这个是...
分类:数据库   时间:2015-01-17 11:17:36    阅读次数:343
windows 打开文件夹
@echo off rem 建立链接 net use \\192.168.2.3\share /user:username password rem 打开共享文件夹 explorer \\192.168.2.3\share Pause net use \\192.168.2.3\share /del...
分类:Windows程序   时间:2015-01-16 16:27:07    阅读次数:264
PHP配置问题:AppServ安装discuz出错 Fatal error:
Fatalerror:Calltoundefinedfunctionset_magic_quotes_runtime()in D:\AppServ\www\wp-settings.phponline27打开C:\WINDOWS\php.ini大约在428行位置,将magic_quotes_runtime改为Off。也就是magic_quotes_runtime=Off 如果前面有注释的分号,也将它删掉。然后重启Apache服务。 ..
分类:移动开发   时间:2015-01-15 23:55:44    阅读次数:414
kvm配置(频率、smt等)
ppc64_cpu --smt=on/off  开启/关闭smtvirsh list:列出vm及相关信息virsh vcpuinfo domain(): 列出vm的vcpu信息cpupower -c all frequency-info:列出所有cpu的频率cpupower frequency-set -f 3.69GHz:设置所有cpu的频率virsh edit rhel1:编辑vm配置文件(不...
分类:其他好文   时间:2015-01-15 16:01:49    阅读次数:222
Count and Say -- leetcode
The count-and-say sequence is the sequence of integers beginning as follows: 1, 11, 21, 1211, 111221, ... 1 is read off as "one 1" or 11. 11 is read off as "two 1s" or 21. 21 is read off as ...
分类:其他好文   时间:2015-01-15 14:24:40    阅读次数:158
创建ubuntu14.04 KVM虚机
琢磨了一天,终于方便的手工生成了kvm虚机,分享一下: 1,创建qcow2文件: ~]# qemu-img create -f qcow2 testnode1.qcow2 30G  Formatting 'testnode1.qcow2', fmt=qcow2 size=32212254720 encryption=off cluster_size=65536  2,用virt-ima...
分类:系统相关   时间:2015-01-14 23:00:38    阅读次数:414
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!