码迷,mamicode.com
首页 >  
搜索关键字:hdu1569find the safe    ( 1683个结果
Windows2008R2 一键安全优化脚本
::authorvim ::QQ82996821 ::filenameWindows2008R2_safe_auto_set.bat :start @echooff color0a @echo请选择要服务操作类型: @echo1.更改远程端口,重启后生效 @echo2.目录权限优化 @echo3.系统服务优化 @echo4.网络安全优化[修改注册表] @echo5.禁用所有IPV6组件,除IPV6环..
分类:Windows程序   时间:2017-08-17 20:14:39    阅读次数:259
php-fpm优化
关闭危险参数1、打开php的安全模式 php的安全模式是个非常重要的php内嵌的安全机制,能够控制一些php中的函数执行,比如system(),同时把被很多文件操作的函数进行了权限控制。默认关闭,338行safe_mode = Off改为safe_mode = On 2、用户组安全; By defa ...
分类:Web程序   时间:2017-08-17 20:00:27    阅读次数:166
mysql错误:you are using update mode and you tried to update a table without a where that uses a key column to disable safe mode
you are using update mode and you tried to update a table without a where that uses a key column to disable safe mode 您使用的是更新模式,并且您尝试更新一个没有在使用一个键列的表禁用 ...
分类:数据库   时间:2017-08-17 14:37:55    阅读次数:393
MySQL 四种事务隔离级的说明
转自:http://www.cnblogs.com/zhoujinyi/p/3437475.html 很早之前写的文章,重新回顾和学习下,也可以看这篇文章说明。 按照SQL:1992 事务隔离级别,InnoDB默认是可重复读的(REPEATABLE READ)。MySQL/InnoDB 提供SQL标 ...
分类:数据库   时间:2017-08-16 19:09:40    阅读次数:226
详解zabbix安装部署(Server端篇)
Linux下常用的系统监控软件有Nagios、Cacti、Zabbix、Monit等,这些开源的软件,可以帮助我们更好的管理机器,在第一时间内发现,并警告系统维护人员。 今天开始研究下Zabbix,使用Zabbix的目的,是为了能够更好的监控mysql数据库服务器,并且能够生成图形报表,虽然Nagi ...
分类:其他好文   时间:2017-08-16 18:17:52    阅读次数:248
Linux 命令 - rsync命令
rsync命令 rsync命令是一个远程数据同步工具,可通过LAN/WAN快速同步多台主机间的文件。rsync使用所谓的“rsync算法”来使本地和远程两个主机之间的文件达到同步,这个算法只传送两个文件的不同部分,而不是每次都整份传送,因此速度相当快。 rsync是一个功能非常强大的工具,其命令也有 ...
分类:系统相关   时间:2017-08-15 12:38:55    阅读次数:197
zoj——1202 Divide and Count
Jack has several beautiful diamonds, each of them is unique thus precious. To keep them safe, he wants to divide and store them in different locations ...
分类:其他好文   时间:2017-08-13 16:21:44    阅读次数:213
linux忘记密码/修改密码
方法一:用set password命令 首先,登陆mysql ? 1 mysql -u root -p ? 1 mysql -u root -p ? 1 mysql -u root -p mysql -u root -p 然后执行set password命令 ? 1 set password for ...
分类:系统相关   时间:2017-08-13 12:22:55    阅读次数:171
聊一聊分布式锁的设计
起因 前段时间,看到redis作者发布的一篇文章《Is Redlock safe?》,Redlock是redis作者基于redis设计的分布式锁的算法。文章起因是有一位分布式的专家写了一篇文章《How to do distributed locking》,质疑Redlock的正确性。redis作者则 ...
分类:其他好文   时间:2017-08-13 09:57:25    阅读次数:235
新概念4-34
Lesson 34 Adolescence 青春期 Parents are often upset when their children praise the homes of their friends and regard it as a slur on their own cooking,  ...
分类:其他好文   时间:2017-08-13 01:05:50    阅读次数:196
1683条   上一页 1 ... 86 87 88 89 90 ... 169 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!