WeedFS依赖库 版本 0.6.1 =======================================================================glog=======================================================================http://code.google.com/p/google-glog This is an efficient pure Go implementation of l
强制刷新 Gradle 依赖库缓存 $ gradle build --refresh-dependencies The --refresh-dependencies option tells Gradle to ignore all cached entries for resolved modules and artifacts. A fresh resolve will be performed against all configured repositories, with dynami
Building Qt as a Shared Library 因为:QT基本上都是采用动态编译的(被安装的OS中的),(如安装包往往都是默认动态编译处理好的动态库),所以我们采用动态连接的方式进行发布应用. 如果采用静态的方式发布,则需要重新通过对QT的源码进行"静态编译"后形成lib,或者obj的形式.然后安装在开发的系统中. <1>采用QTCreater继承开发环境编译,以及发布处理. 总体来说非常方便, (1)选择器以Debug或者Release形式构建 (2)先编