上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 136 下一页
1.首先确认服务器出于安全的状态,也就是没有人能够任意地连接MySQL数据库。因为在重新设置MySQL的root密码的期间,MySQL数据库完全出于没有密码保护的状态下,其他的用户也可以任意地登录和修改MySQL的信息。可以采用将MySQL对外的端口封闭,并且停止Apache以及所有的用户进程的方法... Read More
posted @ 2012-07-16 20:45 adodo1 Views(107) Comments(0) Diggs(0) Edit
sftp -oPort=60001 root@192.168.0.254使用-o选项来指定端口号.-oPort=远程端口号//===================================================$ sftp gps@192.168.1.123 -oPort=2222... Read More
posted @ 2012-07-16 20:45 adodo1 Views(4217) Comments(1) Diggs(0) Edit
1.首先确认服务器出于安全的状态,也就是没有人能够任意地连接MySQL数据库。因为在重新设置MySQL的root密码的期间,MySQL数据库完全出于没有密码保护的状态下,其他的用户也可以任意地登录和修改MySQL的信息。可以采用将MySQL对外的端口封闭,并且停止Apache以及所有的用户进程的方法... Read More
posted @ 2012-07-16 20:45 adodo1 Views(105) Comments(0) Diggs(0) Edit
http://www.cnblogs.com/ATually/archive/2012/03/22/2411641.html有时会碰到这样的需求,需要将IP地址转换为整数存放,在读取时再转换为IP地址格式1、将IP字符串转换为整型保存代码如下:string address;int intAddres... Read More
posted @ 2012-07-16 20:44 adodo1 Views(146) Comments(0) Diggs(0) Edit
老外喜欢用:dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync国人喜欢用:dd if=/dev/zero of=test.bin bs=64k count=4k oflag=dsynchttp://www.noah.org/wiki/dri... Read More
posted @ 2012-07-16 20:44 adodo1 Views(247) Comments(0) Diggs(0) Edit
http://www.cnblogs.com/ATually/archive/2012/03/22/2411641.html有时会碰到这样的需求,需要将IP地址转换为整数存放,在读取时再转换为IP地址格式1、将IP字符串转换为整型保存代码如下:string address;int intAddres... Read More
posted @ 2012-07-16 20:44 adodo1 Views(470) Comments(0) Diggs(0) Edit
老外喜欢用:dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync国人喜欢用:dd if=/dev/zero of=test.bin bs=64k count=4k oflag=dsynchttp://www.noah.org/wiki/dri... Read More
posted @ 2012-07-16 20:44 adodo1 Views(914) Comments(0) Diggs(0) Edit
http://www.gisall.com/html/47/122747-2960.html我们平常使用ITopologicalOperator的buffer是圆角的图形。如下图但实有时候我们也需要像下面那样的平头buffer的效果。如何做到这种效果?说一下思路。下面是使用线去生成这种平头的buff... Read More
posted @ 2012-07-16 20:43 adodo1 Views(135) Comments(0) Diggs(0) Edit
http://www.gisall.com/html/47/122747-2960.html我们平常使用ITopologicalOperator的buffer是圆角的图形。如下图但实有时候我们也需要像下面那样的平头buffer的效果。如何做到这种效果?说一下思路。下面是使用线去生成这种平头的buff... Read More
posted @ 2012-07-16 20:43 adodo1 Views(145) Comments(0) Diggs(0) Edit
在TCP三次握手后插入伪造的TCP包http://www.xfocus.net/articles/200505/796.html创建时间:2005-05-03文章属性:转载文章提交:l0pht (vbs_at_21cn.com)在TCP三次握手后插入伪造的TCP包一、说明用 Socket的API C... Read More
posted @ 2012-07-16 20:42 adodo1 Views(166) Comments(0) Diggs(0) Edit
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 136 下一页