会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
NOTHING IS IMPOSSIBLE
Every is possible
博客园
首页
新随笔
联系
订阅
管理
2015年5月8日
Linux 下安装easy_install、pip 补充
摘要: Centos6.5 下在线安装easy_install1、> wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py> python ez_setup.py --insecureeasy_install是由PEAK(Pyth...
阅读全文
posted @ 2015-05-08 07:52 程序之路上的风景
阅读(401)
评论(0)
推荐(0)
2015年5月7日
Linux 命令整理 usermod groupmod
摘要: 1、usermod 使用方法如下 以下内容来自linux下 man usermod名称 usermod - 修 改 使 用 者 帐 号语法 usermod [-c comment] [-d home_dir [ -m]] [-e expire_da...
阅读全文
posted @ 2015-05-07 11:40 程序之路上的风景
阅读(691)
评论(0)
推荐(1)
Linux 命令整理 groupadd useradd 详解
摘要: 1、linux下创建用户组groupadd wwwgroupadd 详情名称 groupadd - 建 立 新 群 组语法 groupadd [-g gid [-o]] [-r] [-f] group描述 groupadd 可 指 定 群 组 名 称 来 建 立...
阅读全文
posted @ 2015-05-07 11:28 程序之路上的风景
阅读(1007)
评论(0)
推荐(0)
2015年5月6日
pip 安装过程中依赖处理
摘要: 错误一:pip install M2Crypto 如下错误 copying M2Crypto/SSL/ssl_dispatcher.py -> build/lib.linux-x86_64-2.6/M2Crypto/SSL running build_ext building 'M2Cr...
阅读全文
posted @ 2015-05-06 16:14 程序之路上的风景
阅读(1719)
评论(0)
推荐(0)
每天一个linux命令(61):wget命令
摘要: 原文章链接http://www.cnblogs.com/peida/archive/2013/03/18/2965369.htmlLinux系统中的wget是一个下载文件的工具,它用在命令行下。对于Linux用户是必不可少的工具,我们经常要下载一些软件或从远程服务器恢复备份到本地服务器。wget支持...
阅读全文
posted @ 2015-05-06 11:39 程序之路上的风景
阅读(158)
评论(0)
推荐(0)
2015年5月5日
Linux 下安装easy_install 安装pip 安装django
摘要: Centos6.5 下在线安装easy_install wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py python ez_setup.py --insecure执行过程如下:[root@localhost data...
阅读全文
posted @ 2015-05-05 14:10 程序之路上的风景
阅读(1332)
评论(0)
推荐(0)
Linux 下安装 nginx 并且平滑升级nginx
摘要: Centos6.5 自动安装选择最快的源[root@localhost ~]# yum install yum-fastestmirror这里我已经安装过,运行结果如下Loaded plugins: fastestmirror, refresh-packagekit, securityLoading...
阅读全文
posted @ 2015-05-05 11:31 程序之路上的风景
阅读(424)
评论(0)
推荐(0)
2014年12月9日
C++ 基于libcurl的html 文件下载
摘要: lincurl的环境配置,在这里不做详细描述,代码实现程序如下:#include #include /************************************************************************//* created by: mengxiapo...
阅读全文
posted @ 2014-12-09 10:34 程序之路上的风景
阅读(494)
评论(0)
推荐(0)
C++基于libcurl 的文件下载
摘要: 首先基于环境的配置这里不做详细描述,请务必保证依赖所需的库文件加载进去通过libcurl下载文件,方法实现如下:#include #include #include "DownloadInfo.h"/**************************************************...
阅读全文
posted @ 2014-12-09 10:12 程序之路上的风景
阅读(4996)
评论(0)
推荐(0)
公告