2. LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corruptvs 2010Properties\Configuration Properties\Mai\nifest Tool\In...
分类:
编程语言 时间:
2015-07-23 06:40:39
阅读次数:
108
Sophia:qc sophia$ git clone git@git.abc.org:abcfatal: could not create work tree dir 'abc'.: Permission denied原因cd 到qc-amend目录,使用ls -l 可以看到qc/目录的权限:??...
分类:
其他好文 时间:
2015-07-22 18:05:41
阅读次数:
5285
我的老项目是vs2010下的项目。最近安装vs2013后,打开sln解决方案,调试运行报错C:\Program Files (x86)\Windows Kits\8.0\Include\um\winsdkver.h(21): fatal error C1083: 无法打开包括文件:“winapifa...
分类:
Windows程序 时间:
2015-07-22 12:56:19
阅读次数:
4787
参照:http://stackoverflow.com/questions/7290958/php-fatal-error-call-to-undefined-function-imagettftextJust recompile extension gd.so, under folderphp/e...
分类:
其他好文 时间:
2015-07-20 23:25:32
阅读次数:
172
今天是周一,刚到公司启动心爱的IDEA,,突然启动到一半,就抛异常了,直接弹窗,报如下的异常:
Java代码
java.lang.RuntimeException: com.intellij.ide.plugins.PluginManager$StartupAbortedException: Fatal error initializing 'com.intellij...
分类:
其他好文 时间:
2015-07-20 13:03:22
阅读次数:
158
今天看书,发现了PHPRPC这个好东东,故在此写下来以作笔记。
PHPRPC 是一个轻型的、安全的、跨网际的、跨语言的、跨平台的、跨环境的、跨域的、支持复杂对象传输的、支持引用参数传递的、支持内容输出重定向的、支持分级错误处理的、支持会话的、面向服务的高性能远程过程调用协议。
下载地址:http://www.phprpc.org/zh_CN/download...
分类:
Web程序 时间:
2015-07-19 12:03:26
阅读次数:
589
一、RHCE7网络查看指令:[root@localhost~]#ipaddr二、RHCE7网络配置类似其他版本:[root@localhost~]#vi/etc/sysconfig/network-scripts/ifcfg-eno16777736HWADDR=00:0C:29:C9:58:FCTYPE=EthernetBOOTPROTO=dhcpDEFROUTE=yesPEERDNS=yesPEERROUTES=yesIPV4_FAILURE_FATAL=noIP..
分类:
其他好文 时间:
2015-07-18 20:03:44
阅读次数:
196
以下为主要log:01-21 18:21:48.238: D/AndroidRuntime(10851): Shutting down VM01-21 18:21:48.240: E/AndroidRuntime(10851): FATAL EXCEPTION: main01-21 18:21:48...
分类:
移动开发 时间:
2015-07-18 15:35:08
阅读次数:
908
网上很多方法都是:/usr/local/mysql/scripts/mysql_install_db --user=mysql 但是很有可能报错,找不到bin目录中的my_print_defaults 错误信息: FATALERROR:Couldnotfind./bin/my_print_defaults If you are us...
分类:
其他好文 时间:
2015-07-17 23:12:15
阅读次数:
534
如果输入$ git remote add origingit@github.com:djqiang(github帐号名)/gitdemo(项目名).git提示出错信息:fatal: remote origin already exists.解决办法如下:1、先输入$ git remote rm or...
分类:
其他好文 时间:
2015-07-17 20:53:30
阅读次数:
107