码迷,mamicode.com
首页 >  
搜索关键字:bad argument setup    ( 9442个结果
boot/setup.S
!! setup.S Copyright (C) 1991, 1992 Linus Torvalds!! setup.s is responsible for getting the system data from the BIOS,! and putting them into the app....
分类:其他好文   时间:2014-05-28 13:33:58    阅读次数:343
Wargame narnia level 2 (中文攻略)
前面省略连接部分…… cat narnia2.c #include #include #include int main(int argc, char * argv[]){ char buf[128]; if(argc == 1){ printf("Usage: %s argument\n", ar...
分类:其他好文   时间:2014-05-28 11:49:49    阅读次数:560
centos setup nginx
安装说明系统环境:CentOS-6.3软件:nginx-1.2.6.tar.gz安装方式:源码编译安装安装位置:/usr/local/nginx下载地址:http://nginx.org/en/download.html安装前提在安装nginx前,需要确保系统安装了g++、gcc、openssl-d...
分类:其他好文   时间:2014-05-28 09:28:53    阅读次数:368
树莓派安装samba共享文件
安装samba:sudo apt-get install samba修改samba配置:sudo nano /etc/samba/smb.conf修改内容如下去掉 security = user 前#在map to guest = bad user 行下添加 guest account = pi共享...
分类:其他好文   时间:2014-05-27 23:39:38    阅读次数:283
Cause of 400 Bad Request Errors
The 400 Bad Request error displays inside the Internet browser window, just as web pages do.Cause of 400 Bad Request ErrorsThe 400 Bad Request error i...
分类:其他好文   时间:2014-05-27 17:51:33    阅读次数:278
Windows下搭建论坛
Windows下搭建论坛真正的O基础架构,一步一步走向成功转载请注明原作者出处环境准备篇安装集成包软件 解压后如下 以管理员身份运行setup的批处理 选择推荐的apache版本 选择推荐的mysql版本 解压完成执行初始化 当出现以下原因是因为包含了中文字符 为解决此问题将他移动到非中文字符的目录...
分类:Windows程序   时间:2014-05-26 18:24:55    阅读次数:408
virtualenv python多版本管理安装配置记录
virtualenv主要是用来管理Python的不同版本,记录windown下的安装过程。1、安装python2.7,设置好path环境变量:\python2.7;\python2.7\Scripts2、安装setuotools,主要是run:ez_setup.py 进行自动安装3、下载virtua...
分类:编程语言   时间:2014-05-26 00:28:56    阅读次数:410
mac上安装homebrew
1:关于homebrew下载地址     homebrew下载地址网上版本很多:我用了几个都是显示 404 bad request 如图:均无法现在    有一个网址会给出最新的 安装地址: the URL is:   http://brew.sh/index_zh-cn.html 在网站的最下面给出了通过terminal下载 homebrew的最新的下载地址: 我下载的...
分类:其他好文   时间:2014-05-25 21:34:49    阅读次数:293
ios 崩溃日志揭秘
http://www.raywenderlich.com/zh-hans/30818/ios%E5%BA%94%E7%94%A8%E5%B4%A9%E6%BA%83%E6%97%A5%E5%BF%97%E6%8F%AD%E7%A7%980x8badf00d: 读做 “ate bad food”! ....
分类:移动开发   时间:2014-05-25 14:58:21    阅读次数:335
RPM signature: BAD
error:*.x86_64.rpm:HeaderV4RSA/SHA1signature:BAD,keyID*故障原因:我用smbclient//ip/shareget的时候安装失败后来上传到ftp服务器通过ftp服务器binget之后rpm安装成功原因分析:通过smbclient下载后包损坏通过ftp下载的话包就完整了
分类:其他好文   时间:2014-05-25 04:59:29    阅读次数:296
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!