configure: error: No curses/termcap library found网上有的说法是:--with-named-curses-libs=/usr/lib/libncursesw.so.5其实是不对的,虽然能解决configure的错误,但是make的时候会提示错误,正确的...
分类:
其他好文 时间:
2014-09-17 13:38:42
阅读次数:
222
这是用来快速学习 Python Socket 套接字编程的指南和教程。Python 的 Socket 编程跟 C 语言很像。Python 官方关于 Socket 的函数请看 http://docs.python.org/library/socket.html基本上,Socket 是任何一种计算机网络...
分类:
编程语言 时间:
2014-09-17 11:50:52
阅读次数:
382
Ever found yourself working on a MySQL server where root’s password is unavailable? It has happened to me a few times, always because the person who s...
分类:
数据库 时间:
2014-09-17 11:39:32
阅读次数:
347
暂时没找到logomaker到解决办法
用命令替代,在目录下:
pngtopnm open_show.png > temp.ppm
ppmquant 224 temp.ppm >temp2.ppm
pnmnoraw temp2.ppm > logo_linux_clut224.ppm...
分类:
其他好文 时间:
2014-09-17 10:20:42
阅读次数:
274
What's auto_ptr? The auto_ptr type is provided by the C++ standard library as a kind of a smart pointer that helps to avoid resource leaks when excep....
分类:
其他好文 时间:
2014-09-16 23:25:21
阅读次数:
214
什么是Pair 关于类Pair的介绍,下面是引自《C++ Standard Library》的一段话: The class pair is provided to treat two values as a single unit. It is used in several places wi.....
分类:
其他好文 时间:
2014-09-16 22:03:51
阅读次数:
176
SimPholders是一个小工具,
可以帮助开发者快速访问iPhone模拟器应用。
它可以访问模拟器的文件夹和文件。
例如:/Users/beyond/Library/Application Support/iPhone Simulator/7.1/Applications/3D8CAD37-0B9D-4D55-A878-6FE75ECEB465
软件截图...
分类:
移动开发 时间:
2014-09-16 18:59:01
阅读次数:
171
https://developer.apple.com/library/mac/documentation/GraphicsImaging/Conceptual/QuartzDisplayServicesConceptual/Articles/DisplayCapture.htmlhttps://d...
分类:
移动开发 时间:
2014-09-16 18:44:00
阅读次数:
143
nginx配置项解析详解及代码实现
0回顾
在上一节,用nginx简单实现了一个hello world程序:当我们在浏览器中输入lochost/hello ,浏览器就返回:hello world。为什么会这样呢,简单一点说就是当我们请求访问hello这个服务,nginx就会看配置文件中是否有,如果有,根据具体的handler处理后把处理的结果返回给用户,没有就返回not found。...
分类:
其他好文 时间:
2014-09-16 14:19:10
阅读次数:
358
when I upgrated my laptop's system to win8.*,I found it's hibernate when I clicked turn off button.but sometimes you need restart your computer.if you...