/* DNS 头定义 */struct dnshdr{unsigned short id;unsigned short flags;unsigned short qdcount;unsigned short ancount;unsigned short nscount;unsigned short ...
分类:
其他好文 时间:
2014-08-04 01:40:46
阅读次数:
378
1:下载memcached for Win322:解压之后会有memcached.exememcached.ini两个文件(我下载的是这样的)3:memcached.ini内容bind_addr=127.0.0.1listener_port=11212memory=16max_conns=1024e...
/*inputhastip类绑定事件*/$('.inputhastip').css("color", "#999");$('.inputhastip').bind({ focus:function(){ if(this.value==this.defaultValue) { this.value="...
分类:
其他好文 时间:
2014-08-02 12:33:33
阅读次数:
208
提升根据不同的阶段来使用不同的技术。具体的应用需求还得具体分析,如果是中小型的Web应用,比如日PV小于1000万,用Nginx就完全可以了;如果机器不少,可以用DNS轮询,LVS所耗费的机器还是比较多的;大型网站或重要的服务,且服务器比较多时,可以考虑用LVS。一种是通过硬件来进行,常见的硬件有比...
分类:
其他好文 时间:
2014-08-02 12:29:33
阅读次数:
214
$("#music_up").bind("click",showData());$("#music_up").bind("click",showRe());$("#music_up").bind("click",function(){ showData(); ...
分类:
Web程序 时间:
2014-08-02 12:15:03
阅读次数:
372
今天在ubuntu10.04上配置dns主从区域数据传送时 从服务器学习不到主服务器的配置,查看/var/log/messages时显示为
Aug 1 06:42:45 ubuntu kernel: [ 5397.159601] type=1503 audit(1406900565.661:37): operation="mknod" pid=2351 parent=1 profile="/...
分类:
其他好文 时间:
2014-08-01 23:10:22
阅读次数:
394
1.function 和 函数指针 1.1 function有函数指针的功能,但是使用起来明显比函数指针更加灵活和方便。 1.2 函数指针和function的用法实例。 1.2.1 函数指针首先要清楚函数指针的类型,如void (*)(int, char)等,然后声明一函数指针变量直接调用...
分类:
编程语言 时间:
2014-08-01 22:44:32
阅读次数:
277
1.jQuery鼠标滚轮事件插件Mouse Wheel 下载链接:https://github.com/brandonaaron/jquery-mousewheel/ 使用方法:// using bind$('#my_elem').bind('mousewheel', function(even.....
分类:
Web程序 时间:
2014-08-01 18:48:22
阅读次数:
418
1.与的区别: 答:是在程序执行时调用,是在DataBind()方法之后被调用 2.控件接收哪些类型数据? 答:接收Bind的控件,一般有DropDownList,DataList,DataGrid,ListBox这些集合性质的控件,而被捆 绑 的主要是ArrayList(数组),Hashta...
分类:
Web程序 时间:
2014-08-01 16:01:31
阅读次数:
289
jQuery事件绑定方法bind、 live、delegate和on的区别
分类:
Web程序 时间:
2014-08-01 15:36:11
阅读次数:
361