码迷,mamicode.com
首页 >  
搜索关键字:off    ( 6482个结果
[转]Mantis Administrator控制密码、注册不用邮件验证、添加测试员
Mantis默认安装完成后,管理员创建用户,但无法设置用户密码,只有通过邮件由用户自行修改。无法适应某些没有统一邮箱的情况,现将关闭邮箱验证方法和管理员设置用户密码方法验证通过不用邮件验证:config_inc.php中 添加:$g_send_reset_password=OFF;#是否通过EMIA...
分类:其他好文   时间:2014-11-27 01:34:25    阅读次数:200
php文件上传参考配置与大文件上传
PHP用超级全局变量数组$_FILES来记录文件上传相关信息的,在php文件上传之前,可通过调节php.ini中相关配置指令,来控制上传相关细节。1.file_uploads=on/off 是否允许通过http方式上传文件2.max_execution_time=30 允许脚本最大执行时间,超过这个...
分类:Web程序   时间:2014-11-26 16:21:57    阅读次数:220
linux关闭selinux和iptanles
vi /etc/selinux/config #SELINUX=enforcing #注释掉 #SELINUXTYPE=targeted #注释掉 SELINUX=disabled #增加chkconfig iptables off重启
分类:系统相关   时间:2014-11-26 11:15:13    阅读次数:365
[leetcode] 19. Count and Say
这个还是一开始没读懂题目,题目如下: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 ...
分类:其他好文   时间:2014-11-26 01:14:56    阅读次数:140
Count and Say
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 ...
分类:其他好文   时间:2014-11-25 10:53:43    阅读次数:238
我封装的第一个组件,单选按钮
在用别人的组件的时候,总是感觉东西太大,用起来还得查看,别人是怎么写的,如何用,所以自己也开始学习一下封装一个组件:在这里封装了一个自定义的单选框:html代码 : 性别: 男 女 css 部分:.my_radio_off{width:18px; height:18px; display:inl.....
分类:其他好文   时间:2014-11-25 09:11:51    阅读次数:191
Linux Kernel Interrupt、Interrupt Priority、Prohibit Things Whthin CPU In The Interrupt Off State
Linux Kernel Interrupt、Interrupt Priority、Prohibit Things Whthin CPU In The Interrupt Off State
分类:系统相关   时间:2014-11-24 20:36:00    阅读次数:362
事务和快照同步时提示:当IDENTITY_INSERT设置为OFF时不能向表插入显示值。(源:MSSQLServer,错误码:544)
事务和快照同步时提示:当IDENTITY_INSERT设置为OFF时不能向表插入显示值。(源:MSSQLServer,错误码:544)...
分类:数据库   时间:2014-11-24 19:16:40    阅读次数:142
运维 常用的CMD命令
@echo off set PortNum=3306 for /f "tokens=15" %%a in ('ipconfig^|findstr /i /c:"IP Address"') do ( set IP=%%a ) for /f "tokens=5" %%a in ('netstat -ano^|findstr "%IP%:%PortNum%"') do ( set PID=%%a...
分类:其他好文   时间:2014-11-24 12:00:25    阅读次数:153
Parallel WebDriver executions using TestNG
In this post, we will see how does one make use of TestNG to kick off parallel UI tests using WebDriver.So lets try doing this with a typical cooking ...
分类:Web程序   时间:2014-11-24 11:49:38    阅读次数:314
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!