码迷,mamicode.com
首页 >  
搜索关键字:mac泛洪 攻击 防御 port security    ( 38153个结果
Android获取文件的MD5值
package my.bag;import java.io.File;import java.io.FileInputStream;import java.math.BigInteger;import java.security.MessageDigest;import java.util.Hash...
分类:移动开发   时间:2014-07-07 15:51:11    阅读次数:265
Location
Location 对象属性hash设置或返回从井号 (#) 开始的 URL(锚)。host设置或返回主机名和当前 URL 的端口号。hostname设置或返回当前 URL 的主机名。href设置或返回完整的 URL。pathname设置或返回当前 URL 的路径部分。port设置或返回当前 URL ...
分类:其他好文   时间:2014-07-02 00:22:48    阅读次数:239
unknown type name viewcontroller did you mean uiviewcontroller 错误!
因为我在View1中import了View2,又在View2中的ViewA里import了View1,而ViewA和ViewB是包含在View2中的。1.两个类的头文件相互引用是会报错误的,因为.h文件他是接口,在预编译的时候就会报错的,你可以在报错的那个类中加上@Class ***2.我自己使用了...
分类:其他好文   时间:2014-07-02 00:16:21    阅读次数:324
手机端Html自适应屏幕大小
需要在html 加入
分类:移动开发   时间:2014-07-01 22:56:08    阅读次数:243
linux center os 6.5 开放IP地址
#> /sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT # 开放80端口了
分类:系统相关   时间:2014-07-01 22:28:10    阅读次数:355
WebLogic: The Definitive Guide examined WebLogic's security mechanisms--reference
reference from:http://www.onjava.com/pub/a/onjava/excerpt/weblogic_chap17/index1.html?page=1.............................................................
分类:Web程序   时间:2014-07-01 00:26:44    阅读次数:573
HDU 4499 Cannon (暴力搜索)
题意:在n*m的方格里有t个棋子,问最多能放多少个炮且每个炮不能互相攻击(炮吃炮) 炮吃炮:在同一行或同一列且中间有一颗棋子。 #include #include #include #include #include #include #define M 50 #define LL long long using namespa...
分类:其他好文   时间:2014-06-30 19:31:26    阅读次数:211
网络通讯之套接字编程
#include #include #include static char out_ip[15] = "52.0.10.188"; static int out_port = 8888; int main() {     char sSendBuf[2049], sRecvBuf[2049];     int connfd = 0, iRet = 0, iSend...
分类:其他好文   时间:2014-06-30 18:56:37    阅读次数:247
UVA 10318 - Security Panel dfs 剪枝
UVA 10318 - Security Panel dfs 剪枝 ACM 题目地址:UVA 10318 - Security Panel 题意:  这题跟点灯的题目很像,点灯游戏选择一盏灯时会让它以及四周的灯改变状态。  但是我们有特殊的开开关技巧,它给出了改变状态的位置,而不是四周都改变。  问你从全部关着变成全部开着的最小开关步骤。 分析:  很明显,在一...
分类:其他好文   时间:2014-06-30 17:33:24    阅读次数:190
lsof的基本用法
当你在计算机上想启动一个服务,计算机却提示"port already in use",此时,可以使用lsof命令来查看那个进程占用了该端口(lsof -i:port). lsof是LiSt Open Files的缩写,在linux环境下,任何事物都以文件的形式存在,通过文件不仅仅可以访问常规数据,还可以访问网络连接和硬件。 lsof的使用方法如下: qsun@qsun-VirtualBox:~...
分类:其他好文   时间:2014-06-30 17:14:58    阅读次数:307
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!