lib/pathalloc.c#include "apue.h"#include #include #ifdef PATH_MAXstatic int pathmax = PATH_MAX;#elsestatic int pathmax = 0;#endif#define SUSV3 200112L...
分类:
其他好文 时间:
2014-07-19 19:34:54
阅读次数:
280
在用virtualbox 挂载windows下的文件时,出现错误mount: wrong fs type, bad option, bad superblock ,在安装增强包后,解决方案:sudo ln -s /opt/VBoxGuestAdditions-4.3.10/lib/VBoxGuest...
分类:
其他好文 时间:
2014-07-19 19:23:44
阅读次数:
171
android PopupWindow实现从底部弹出或滑出选择菜单或窗口http://www.open-open.com/lib/view/open1379383271818.htmlhttp://blog.csdn.net/centralperk/article/details/7494441
分类:
移动开发 时间:
2014-07-19 19:17:59
阅读次数:
250
lib/setfl.c #include "apue.h"#include voidset_fl(int fd, int flags) /* flags are file status flags to turn on */{ int val; if ((val = fcntl(fd, F_GETF...
分类:
其他好文 时间:
2014-07-18 23:38:21
阅读次数:
333
lib/openmax.c#include "apue.h"#include #include #ifdef OPEN_MAXstatic long openmax = OPEN_MAX;#elsestatic long openmax = 0;#endif/* * If OPEN_MAX is i...
分类:
其他好文 时间:
2014-07-18 23:36:31
阅读次数:
279
destpath='/home/hadoop/soft/hadoop-2.0.0-cdh4.5.0/cdhlib/'jarpath='/home/hadoop/soft/hadoop-2.0.0-cdh4.5.0/share/hadoop/'search='jar'iterdir(){ cd $1 ...
分类:
其他好文 时间:
2014-07-18 16:35:53
阅读次数:
225
运行环境:VS2008,win7,代码来源于MSDN,相关函数可以查看MSDN中的函数定义。。代码如下: 1 #include 2 #include 3 #include 4 #include 5 #pragma comment(lib, "ws2_32.lib") 6 7 int mai...
分类:
编程语言 时间:
2014-07-18 09:18:55
阅读次数:
334
1:安装:11gR2版的cd$ORACLE_HOME/find.-nameins_rdbms.mkcdrdbms/libmake-fins_rdbms.mk$ORACLE_HOME/rdbms/lib/bbed在11g会报错。需要在网上下载三个文件。或者你有10g的库直接把10g的文件拷过来:附上下载地址:http://download.csdn.net/detail/jycjyc/4578006将下载到的b..
分类:
数据库 时间:
2014-07-17 17:08:41
阅读次数:
422
使用python的MySQLdb库连接本地的mysql数据库,报错如下:
File "/usr/lib/python2.7/dist-packages/MySQLdb/__init__.py", line 81, in Connect
return Connection(*args, **kwargs)
File "/usr/lib/python2.7/dist-pack...
分类:
数据库 时间:
2014-07-17 10:15:49
阅读次数:
255
graphite监控rrdtoolcarbonwhispergraphite-web搜集存储展示/var/lib/carbon/whisper数据json数据做分析raw
分类:
其他好文 时间:
2014-07-17 08:25:25
阅读次数:
199