最近进入一家新公司,接手了一个之前由外包公司承接的项目。首先吐槽一下项目质量,哎毕竟也憋了很久了。 1.上手项目是打不开的,所有framework静态库全体飘红,一编译七八十错误。最终是偷懒还是什么就不得而知了。最终慢慢一个个的将静态库framework导入Building Phases中,其中又发 ...
分类:
移动开发 时间:
2016-08-15 12:52:18
阅读次数:
160
fatal error LINK1123:failure during conversion to COFF:file invalid or corrupt ...
分类:
其他好文 时间:
2016-08-13 21:13:02
阅读次数:
155
这两天在阿里云上弄windows 服务器,顺便部署了一个git服务。根据网上教程一步步操作下来,最后在 remote远程仓库的时候提示 fatal: 'yourpath/test.git' does not appear to be a git repositoryfatal: Could not ...
分类:
数据库 时间:
2016-08-13 21:03:26
阅读次数:
1544
linux网卡配置[root@magedu~]#vim/etc/sysconfig/network-scripts/ifcfg-eno16777736TYPE=Ethernet#BOOTPROTO=dhcpDEFROUTE=yesPEERDNS=yesPEERROUTES=yesIPV4_FAILURE_FATAL=noIPV6INIT=yesIPV6_AUTOCONF=yesIPV6_DEFROUTE=yesIPV6_PEERDNS=yesIPV6_PEERROUTES=yesIPV6_FAILUR..
分类:
系统相关 时间:
2016-08-11 07:31:12
阅读次数:
247
E/AndroidRuntime﹕ FATAL EXCEPTION: mainProcess: org.example.magnusluca.drawertestapp, PID: 3624java.lang.NullPointerException: Attempt to write to fie ...
分类:
移动开发 时间:
2016-08-09 20:34:17
阅读次数:
362
github常见操作和常见错误!错误提示:fatal: remote origin already exists. http://blog.163.com/023_dns/blog/static/1187273662013111301046930/ ...
分类:
其他好文 时间:
2016-08-06 17:23:54
阅读次数:
141
在使用【$conn = new \mysqli($servername, $username, $password,$dbname);】连接msql数据库的时候 出现错误:【Fatal error: Class ‘mysqli’ not found in xxx……】,但是代码中可以追踪到mysql ...
分类:
数据库 时间:
2016-08-06 14:29:02
阅读次数:
185
PHP配置文件的参数max_execution_time表示脚本执行超时时间 max_execution_time=0表示不限制 max_execution_time=2表示执行两秒后终止,同时报错Fatal error: Maximum execution time of 2 seconds ex ...
分类:
Web程序 时间:
2016-08-05 19:37:00
阅读次数:
189
查看slaver1/2的logs,发现 FATAL org.apache.hadoop.hdfs.server.datanode.DataNode: Initialization failed for block pool Block pool <registering> (Datanode Uui ...
分类:
其他好文 时间:
2016-08-05 11:29:10
阅读次数:
142
一个简单的使用re.search匹配一个字符串中的关键字[root@localhost~]#vimceshi.py#!/usr/bin/envpython
#coding:utf-8
importre
err=("stderr:‘Permissiondenied(publickey)fatal:Couldnotreadfromremoterepository")
matchpro=re.search(r‘Permissiondenied\(publickey\)‘,err..
分类:
编程语言 时间:
2016-08-04 11:44:18
阅读次数:
138