1.因为node项目终端报错: No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'. No receipt for 'com.apple.pkg.DeveloperToolsCLILeo' found at '/'. No receipt for 'com.apple.pkg.DeveloperToolsCLI' found at '/'. gyp: No Xcode or CLT version detected! g…
pod管理第三方库带来的便利大家有目共睹,但是--,估计有很多人会遇到这样一种尴尬情况: Pod install 或 Pod update 执行之后,就不动了,一直一个界面简直要崩溃... 网上有很多文章解决此问题: 比如: pod update --verbose --no-repo-update 原理是:不更新本地仓储(no-repo-update),直接更新源. 但这样处理,我额外发现了一个弊端: 就是当你搜索一个库时,往往搜出来不是最新的版本 (之前我是 pod search JPu…
[Info @10:14:58.155] ====================================================================[Info @10:14:58.163] Team Foundation Server Administration Log[Info @10:14:58.175] Version : 12.0.30723.0[Info @10:14:58.175] DateTime : 10/03/2014 18:1…
Step # 1: Mount an ISO file Type the following command (replace iso file name with the actual iso file): # yum install createrepo # mkdir -p /mnt/iso/{1,2,3} # mount -o loop /path/to/centos1.iso /mnt/iso/1 Step # 2: Create a repository Use createrepo…
http://askubuntu.com/questions/711889/err-apt-get-update-on-ubuntu-14-04即使给Ubuntu配置了代理,terminal能ping通网络,火狐浏览器能上网,但依然连不上网络安装软件和update,报下面的错,解决方案是: Create /etc/apt/apt.conf to add proxy configuration for APT. sudo nano /etc/apt/apt.conf Add this line t…
What’s new in Sun/Oracle Java 7 VM Compressed 64-bit object pointers Garbage-First GC (G1) JSR 292: VM support for non-Java languages (InvokeDynamic) Lang JSR 294: Language and VM support for modular programming JSR 308: Annotations on Java types JSR…