匹配下列格式的数据中的 source和MAC地址:
Chain WiFiDog_br-lan_Outgoing (1 references)
pkts bytes target prot opt in out source destination
705 109595 MARK al...
分类:
其他好文 时间:
2014-06-20 11:50:08
阅读次数:
262
在JavaScript模块到底是什么event = function() { // do more
return { bind: function() {}, unbind: function() {}, trigger: function() ...
分类:
编程语言 时间:
2014-06-20 08:50:47
阅读次数:
408
1.下载并安装最新的bind包yum install –y bind bind-chroot
bind-utis2.配置named.confacl internals{ 127.0.0.0/8; 192.168.0.0/24;};view
"internal" { m...
分类:
其他好文 时间:
2014-06-11 22:51:09
阅读次数:
331
个人觉得3.0里面, 在C++下面调用lua函数很不方便, 所以就扩展了一个类,
继承自LuaStack, 代码和使用方式如下:#ifndef __CC_LUA_STACKEX_H_#define
__CC_LUA_STACKEX_H_#include "CCLuaStack.h"NS_CC_BEG...
分类:
编程语言 时间:
2014-06-11 09:26:32
阅读次数:
324
from
unkonwn1.CLOSED:起始点,在超时或者连接关闭时候进入此状态。2.LISTEN:svr端在等待连接过来时候的状态,svr端为此要调用socket,
bind,listen函数,就能进入此状态。此称为应用程序被动打开(等待客户端来连接)。3.SYN_SENT:客户端发起连接,发送...
分类:
其他好文 时间:
2014-06-10 00:14:59
阅读次数:
253
LuaSocket 基于Lua平台开发的一套socket的lua接口库程序, 为lua程序的扩展
,http://w3.impa.br/~diego/software/luasocket/home.html包括两部分: c核心库(支持windows 和
unix系统),和 Lua脚本实现的Lua脚....
分类:
其他好文 时间:
2014-06-07 23:02:10
阅读次数:
310
Binder is like RPC in java. It enables
multi-processes communication. Now we will talking about how to bind service
using IBinder class.总共有3种bind serv...
分类:
其他好文 时间:
2014-06-07 06:29:37
阅读次数:
232
$(document).bind("click",function(e){ if($(
e.target ).closest(".game-container").length == 0){ alert(111);
$(".game-container").hide();//game-contain...
分类:
Web程序 时间:
2014-06-06 18:23:38
阅读次数:
287
本文转载于
http://blog.163.com/lgh_2002/blog/static/44017526201341511112874/Jquery绑定事件(bind和live的区别)js/jquery实时监听输入框值变化的完美方案:oninput&onpropertychangejs/jqu...
分类:
Web程序 时间:
2014-06-06 08:27:02
阅读次数:
329
昨晚重装了电脑,原来装的是win2003,后来中毒后杀完毒还能用就继续用着,只是运行不了新安装的软件,后来实在没办法才重装了XP,但是装完出现一个问题,系统居然装在了L盘,原来的D盘到J盘依此类推往前进了一位即从C盘到I盘~~原来的xampp装在了D盘,现在变成了C盘,打开XAMPP-Control...
分类:
其他好文 时间:
2014-06-06 07:37:44
阅读次数:
953