配置文件 GO111MODULE=on 设置为on时,go命令行会使用modules,而一点也不会去GOPATH目录下查找.但自定义包在 $GOPATH/github.com/winyh/strrev.就会出现 can not found github.com/winyh/strrev 解决办法: 将GO111MODULE=auto 设置成auto 在使用模块的时候,GOPATH 是无意义的,不过它还是会把下载的依赖储存在 $GOPATH/pkg/mod 中,也会把 go install 的结果
一.NGUI版本 NGUI是很好用的Unity UI插件. 当前使用版本NGUI Next-Gen UI v3.9.7 (Feb 10, 2016)和NGUI Next-Gen UI 3.9.0两个版本 一开始觉得新版本估计有新功能和更稳定些,就是用来新版本. 报错了!!打包失败了!!真是莫名其妙!! 报错的如下:<为方便搜索写一遍> 1.An asset is marked with HideFlags.DontSave but is included in the build” Asset
参考官方网站:http://maven.apache.org/plugins/maven-assembly-plugin/usage.html 方法一:将pom.xml引入的jar包打到zip文件夹中 1.pom.xml的配置 <!-- 打包配置 start --> <build> <plugins> <plugin> <!-- NOTE: We don't need a groupId specification because the group