https://msdn.microsoft.com/en-us/library/c02as0cs.aspx $(ProjectDir)      The directory of the project (defined as drive + path); includes the trailing backslash '\'. $(SolutionDir)    The directory of the solution (defined as drive + path); includes…
xcode中 有时候会报一个警告: [WARN]Warning: Multiple build commands for output file /xxx 要解决这个问题很简单: 1.选择你的工程 2.选择target 3.点击 Build Phases 4.展开Copy Bundle Resources 5.删除里面的刚才提示警告的文件,一般为红色的名字的文件…
在项目中  我们经常会碰到图片这方面的警告  虽然不影响运行 但是警告太多了也不是很好  其中 图片方面遇到的警告以下面的警告偏多:multiple build commands for output file 警告原因: 因为ios机制,所有copy的资源都放置在根目录下   重复copy了多个同名文件,就会出现此警告 解决方法: 解决方法中在BuildPhases在CopyBundleResource中,只保留一个资源,或者重命名资源. 然后Clean 一下项目.…
一.build.gradle buildscript { ext { springBootVersion = '1.5.9.RELEASE' } repositories { maven { credentials { username = nexusUsername password = nexusPassword } url repositoriesUrl } } dependencies { classpath("org.springframework.boot:spring-boot-g…
Introduction UFW is a firewall configuration tool for iptables that is included with Ubuntu by default. This cheat sheet-style guide provides a quick reference to UFW commands that will create iptables firewall rules are useful in common, everyday sc…
https://developer.apple.com/library/mac/documentation/DeveloperTools/Reference/XcodeBuildSettingRef/1-Build_Setting_Reference/build_setting_ref.html#//apple_ref/doc/uid/TP40003931-CH3-DontLinkElementID_10 Product Information Build Settings These buil…
$ mmm -help用法:make [选项] [目标] ...选项: -b, -m 忽略兼容性. -B, --always-make Unconditionally make all targets. -C 目录, --directory=目录 在所有操作前切换到“目录”. -d 打印大量调试信息. --debug[=FLAGS] 打印各种调试信息 -e, --environment-overrides 指定替代makefile中默认设置的环境变量 -f FILE, --file=FILE,…
1.properties-maven-plugin是个什么鬼? 介绍前我们先看一个问题,比如我们有一个maven项目结构如下: 一般我们都把一些配置文件放到像src/main/resources/jdbc.properties这样的文件中.但是文件里我们更多的放的还是变量,内容如下: jdbc.driverClassName=${jdbc.driverClassName} jdbc.url=${jdbc.url} jdbc.username=${jdbc.username} jdbc.passw…
追踪 startup.bat set "EXECUTABLE=%CATALINA_HOME%\bin\catalina.bat" call "%EXECUTABLE%" start %CMD_LINE_ARGS% catalina.bat set MAINCLASS=org.apache.catalina.startup.Bootstrap 源码 搜索 catalina.properties 出现在CatalinaProperties.java 中 static {…
git 上down下项目后,发现Android Studio报错: What went wrong: java.io.FileNotFoundException: /Users/raomengyang/Documents/workspace/fontmanager/.gradle/2.2.1/taskArtifacts/cache.properties (No such file or directory) > /Users/raomengyang/Documents/workspace/fon…