码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
在编译oc中protocol时出现的错误
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1解决方法:在Build Setting 搜索框中搜索...
分类:其他好文   时间:2014-11-26 22:35:42    阅读次数:233
Digital Roots
BackgroundThe digital root of a positive integer is found by summing the digits of the integer. If the resulting value is a single digit then that dig...
分类:其他好文   时间:2014-11-26 20:37:15    阅读次数:145
unix man
Following 8 sections are available in the man page.General commandsSystem callsC library functionsSpecial files (usually devices, those found in /dev)...
分类:其他好文   时间:2014-11-26 20:29:00    阅读次数:164
laravel中的HTTP异常和日志
HTTP异常App::abort('404','Page not found');App::abort('401','You are not authorized');App::missing(function($exception){ return Response::view('errors.....
分类:Web程序   时间:2014-11-26 18:35:10    阅读次数:196
Message 1070 not found; No message file for product=network, facility=TNSTNSLSNR for Linux: Version
接到一个朋友打来的求助电话,在安装oracle11g单机版的时候新建监听报错如下: Message 1070 not found; No message file for product=network, facility=TNSTNSLSNR for Linux: Version  ............ 原因:在oracle用户配置环境变量文件.bash_profile时没...
分类:Web程序   时间:2014-11-26 16:36:32    阅读次数:144
IIS7.5 由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提供您请求的页面
IIS7.5中将一网站应用程序池托管管道模式改为经典后,网站页面打不开,错误信息:引用内容HTTP 错误 404.2 - Not Found由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提供您请求的页面。解决方法打开IIS7.5,左侧选择根节点,在功能视图中找到"ISAPI和...
分类:Windows程序   时间:2014-11-26 15:44:52    阅读次数:209
JSON取值前判断
微信网页授权会返回json数据,包括refresh_token,取值时为了防止not found需要加判断。
分类:Web程序   时间:2014-11-26 13:59:04    阅读次数:262
SQLSERVER 批量去掉外键约束
DECLARE @SQLSTR VARCHAR(1000);DECLARE My_Cursor CURSOR --定义游标 FOR (select 'ALTER TABLE '+o.name+' drop CONSTRAINT '+fk.name+';' AS Command from ...
分类:数据库   时间:2014-11-26 13:37:59    阅读次数:182
.woff HTTP GET 404 (Not Found)
原因:IIS没有添加woff字体的MIME类型,导致HTTP请求404 Not Found错误解决办法:1、在web.config中配置 2、在IIS中添加woff字体的MIME类型扩展名:.woffMIME类型为:font/x-font-wof...
分类:Web程序   时间:2014-11-26 10:46:29    阅读次数:642
重命名文件空白字符为下划线脚本
命令行里操作有空格的文件多少有点不方便,最近也在学脚本,就根据一个重命令空白字符为下划线的脚本,梳理下。#!/bin/bash #重命名文件计数 handle_file=0 found_mark=0 forfile_namein*;do #通过grep的返回值来判断 echo"$file_name"|grep-q"" if[$?-eq$found_mark];then fi..
分类:其他好文   时间:2014-11-26 06:43:37    阅读次数:145
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!