display image dispMainPic(){ docuRef docuRef; docuType docuType; image ret; ; select firstonly docuRef wher...
分类:
其他好文 时间:
2014-08-20 15:52:22
阅读次数:
131
Red Hat发布了Red Hat Enterprise Linux 6,这是近3年来最主要的一次更新。上一个主要版本RHEL 5是2007年5月发布的,使用的是2.6.18内核,虽然增量更新增加了许多内核更新和新特性,但RHEL 5也开始迈入老年。不过我们也不用担心,RHEL 5承诺有10年的维护...
分类:
系统相关 时间:
2014-08-20 15:45:02
阅读次数:
394
Follow up for "Remove Duplicates":What if duplicates are allowed at mosttwice?For example,Given sorted array A =[1,1,1,2,2,3],Your function should ret...
分类:
其他好文 时间:
2014-08-20 13:53:12
阅读次数:
168
额 今天 在编译PDF时发现使用了一下STL中的z数值极限竟然编译不过,
return GetRangeConstraint(value
出现如下错误:
warning C4003: “max”宏的实参不足
error C2589: “(” : “::”右边的非法标记
google了一下,原来是需要把max用括号括起来避免和windows定义的宏混淆
ret...
分类:
数据库 时间:
2014-08-20 09:19:56
阅读次数:
273
ftrace - 函数跟踪器 ========================Copyright 2008 Red Hat Inc. Author: Steven Rostedt License: The GNU Free Documentation License, Version 1.2 (.....
分类:
其他好文 时间:
2014-08-19 22:13:15
阅读次数:
261
deb是debian linus的安装格式,跟red hat的rpm非常相似,最基本的安装命令是:dpkg -i file.debdpkg 是Debian Package的简写,是为Debian 专门开发的套件管理系统,方便软件的安装、更新及移除。所有源自Debian的Linux发行版都使用dpkg...
分类:
其他好文 时间:
2014-08-19 00:58:33
阅读次数:
281
问题:1.反转字符串,比如str=“hello world!!!",反转后ret=“!!!dlrow olleh";代码如下:#include #include char* reverse(char inp[],int size){ if(size<0) return NULL; /...
分类:
其他好文 时间:
2014-08-18 23:17:23
阅读次数:
242
RedHat6.3配置DNS服务器? ?作者:沈小然 北京证联支付有限责任公司 ? 1???????? 系统环境 OS:Red Hat Enterprise Linux Server release 6.3 (Santiago) DNS 服务器:172.21.20.1/255.255.0.0 2???...
分类:
其他好文 时间:
2014-08-18 18:57:24
阅读次数:
361
Simply a variation of 3Sum:class Solution {public: int threeSumClosest(vector &num, int target) { int ret = 99999999999; std::sort(nu...
分类:
其他好文 时间:
2014-08-18 12:12:34
阅读次数:
193
一、 Install MySQL on CentOS/Red Hat (RHEL) 6.5/5.10 二、Install Nginx/PHP-FPM on CentOS/RHEL
分类:
其他好文 时间:
2014-08-18 09:22:54
阅读次数:
190