码迷,mamicode.com
首页 >  
搜索关键字:through    ( 1907个结果
Linux下Bash 远程执行代码漏洞,重要赶紧修复
CVE-2014-6271: remote code execution through bash 漏洞具体介绍地址:http://seclists.org/oss-sec/2014/q3/650 可以执行: env?t=‘()?{?:;};?echo?You?are?vulnerable.‘?bash?-c?"true" 进行测试,...
分类:系统相关   时间:2014-09-25 18:19:57    阅读次数:220
【转】cocos2d-x Lua
Call custom c++ from Luacocos2d-x lua binds c++ class, class functions ,enum and some global functions to lua through auto-binding by bindings-generat...
分类:其他好文   时间:2014-09-24 22:14:47    阅读次数:236
Efficient data transfer through zero copy
一。传统数据传输1.user mode &kernel mode2.context switchThe steps involved are:1.The read() call causes a context switch (see Figure 2) from user mode to kern...
分类:其他好文   时间:2014-09-24 02:06:45    阅读次数:514
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
我在源码编译安装mysql后,虽然mysql服务可以正常启动,但是当我直接执行mysql后,出现了错误。错误提示如下:[root@server98 ~]# mysqlERROR 2002 (HY000): Can't connect to local MySQL server through soc...
分类:数据库   时间:2014-09-23 01:07:13    阅读次数:316
redmine internal error 500
遇到这个错误首先上服务器查看日志,查到 Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) 说明是mysql的错误 百度一下,有很多方案,最终尝试以下方案成功解决 第一步,查找mysql进程号 ps -A |grep -i mysql 第二步,kill 所有my...
分类:其他好文   时间:2014-09-22 15:03:32    阅读次数:260
HDU-5031-Lines(DFS)
Problem Description You play a game with your friend. He draws several lines on the paper with n×m square grids (see the left figure). After that, he writes down the number of lines passing through...
分类:其他好文   时间:2014-09-21 02:54:39    阅读次数:381
Apache JServ Protocol (AJP)
The Apache JServ Protocol (AJP) is a binary protocol that can proxy inbound requests from a web server through to an application serverthat sits behin...
分类:Web程序   时间:2014-09-20 01:06:56    阅读次数:299
[DIP] 数字图像处理 (MATLAB) CH05
---慢慢地go through冈萨雷斯的DIP和配套的matlab,记下一些零碎的知识点给自己以后复习。DIP CH05 图像复原与重建首先是一些空间域和频域添加噪声的方法,书中编写了imnoise2与imnoise3,分别在空间域和频域添加噪声(频域噪声对应空间周期噪声)。其中imnoise2主...
分类:其他好文   时间:2014-09-19 17:29:55    阅读次数:304
leetcode_num4_Reverse Integer
题目: Reverse digits of an integer. Have you thought about this? Here are some good questions to ask before coding. Bonus points for you if you have already thought through this! If the inte...
分类:其他好文   时间:2014-09-18 18:52:54    阅读次数:191
hdu4758 Walk Through Squares (AC自动机+DP)
Walk Through Squares Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 65535/65535 K (Java/Others) Total Submission(s): 944 Accepted Submission(s): 277 Problem Description On the beam...
分类:其他好文   时间:2014-09-18 14:51:34    阅读次数:316
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!