go1.5 源码编译失败

摘要: 报错FAIL: TestInterfaceList先执行chcp 65001之后再编译就行了,虽然最后还是有错误码,不过没什么影响 阅读全文
posted @ 2016-01-25 12:29 whutlee 阅读(152) 评论(0) 推荐(0)

fatal: early EOF

摘要: git config --global core.compression 0git clone --depth 1 git fetch --unshallow orgit fetch --depth=2147483647git pull --all 阅读全文
posted @ 2015-10-13 21:36 whutlee 阅读(1646) 评论(0) 推荐(0)

io7 无证书调试

摘要: 参考http://www.opensoce.com/4190.htmlrunscript改用export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope... 阅读全文
posted @ 2014-07-28 11:33 whutlee 阅读(122) 评论(0) 推荐(0)

Unity3d Log

摘要: adb logcat -d > logcat.txt adb logcat -s Unity adb logcat 阅读全文
posted @ 2014-06-04 19:34 whutlee 阅读(156) 评论(0) 推荐(0)

VirtualBox 下CentOS 和 win7 共享的配置

摘要: 配置一个共享文件夹 名为MyShare将增强功能包载入CD然后进入 CentOS输入ls /dev就可以看到挂载cd 名字为dvd 或者后面还带数字然后挂载mount -t iso9660 /dev/dvd1 /media/cdrom cd /media/cdrom开始安装./VBoxLinuxAd... 阅读全文
posted @ 2014-06-04 18:04 whutlee 阅读(181) 评论(0) 推荐(0)

mono编译心得

摘要: 系统为centOS;配置网络cd /etc/sysconfig/network-scripts/vi ifcfg-eth0先按装pel和相关模块yum -y install perl-develyum -y install perl-CPAN然后进行CPAN的配置cpan -i o conf ini... 阅读全文
posted @ 2014-06-04 17:57 whutlee 阅读(430) 评论(0) 推荐(0)