码迷,mamicode.com
首页 >  
搜索关键字:local write wait    ( 44177个结果
cocos2d-x 3.0 在C++中调用lua函数
代码用的是中的代码.在上篇的基础上进行扩充.写lua函数local function process_packet(user_data) if user_data then user_data = tolua.cast(user_data, "user_data"); ...
分类:编程语言   时间:2014-05-08 14:44:27    阅读次数:702
mariadb
tnd,装个mariadb这么费劲,我是喜欢看着编译刷刷刷的跑的,所以这次也不例外,但是会出种种问题。sudo apt-get install libwrap0-devcmake . -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/mariadb -DWITH_LIBW...
分类:数据库   时间:2014-05-08 14:43:39    阅读次数:378
网页挂马大全集 -中国寒龙出品 转载写明出处www.hackerschina.org
一:框架挂马二:js文件挂马首先将以下代码document.write("");保存为xxx.js,则JS挂马代码为三:js变形加密muma.txt可改成任意后缀四:body挂马五:隐蔽挂马top.document.body.innerHTML = top.document.body.innerHT...
分类:Web程序   时间:2014-05-08 14:21:55    阅读次数:362
ASP代码添加超级用户 -寒龙网出品
在user权限下成功添加Administrators组的用户反正代码是对的,但是很少能成功,具体的看运气了。。.network对象脚本权限提升漏洞利用工具用户:密码:"127.0.0.1" thenresponse.write "iP !s n0T RiGHt"elseif request("use...
分类:Web程序   时间:2014-05-08 14:19:22    阅读次数:328
MacOS下安装gdb
http://blog.panks.me/posts/2013/11/install-gdb-on-os-x-mavericks-from-source/注意最后两步:killall taskgated (不行可以加sudo)codesign -fs gdbc /usr/local/bin/gdb ...
分类:数据库   时间:2014-05-08 13:53:15    阅读次数:304
[Nagios] Error: Template 'timman' specified in contact definition could not be not found (c
Check nagios配置文件报错如下:[nagios@2 etc]$ /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg Nagios Core 4.0.6Copyright (c) 2009-present Nagios Core Development Team and Community Contributor...
分类:移动开发   时间:2014-05-07 15:47:14    阅读次数:449
C#扩展一个现有的类
做个记录,写个示例using System;class Rubbish{ public void Say() { Console.Write("Hello"); }}static class RubbishExtensions{ public static...
分类:其他好文   时间:2014-05-07 14:57:23    阅读次数:279
poj 1410 Intersection
DescriptionYou are to write a program that has to decide whether a given line segment intersects a given rectangle.An example:line: start point: (4,9)...
分类:其他好文   时间:2014-05-07 13:55:45    阅读次数:387
ORACLE 11G 单实例 磁盘文件系统 DG 归档日志删除脚本 基于RED HAT LINUX 5.3 X86 64BIT
最近做个DG的归档日志删除,[oracle@.local logs]crontab -l * 8 * * * sh /home/oracle/dbscripts/del_arc.sh 该脚本分别调用 生成 删除 校验 三个脚本cat del_arc.sh #! /bin/bash source /home/oracle/.bash_profile sh /home/oracle/dbscrip...
分类:数据库   时间:2014-05-07 11:29:48    阅读次数:519
APUE 学习笔记(四) 标准I/O库
1.流与FILE对象unix I/O系统调用都是针对文件描述符的标准C的I/O函数都是针对流(文件指针)的,我们使用一个流与一个文件相关联2.缓冲标准I/O库提供缓冲的目的就是尽可能减少read和write系统调用的使用次数标准I/O提供三种类型的缓冲:(1) 全缓冲:在填满标准I/O缓冲区后才进行...
分类:其他好文   时间:2014-05-07 01:35:27    阅读次数:321
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!