android studio出现问题:Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE environment variable to 一.问题原理 其实问题也很明确,就是插件太老需要更新. 下面举个很好但是很久以前的例子,原理都是一样的: This is my app gradle file: android { compileSdkVersion 22 buildT
Idea的svn插件中compare with the same repository version和compare with latest repository version的区别? 1.compare with the same repository version 与当前 同版本号的 资源比较: 2.compare with latest repository version与最新版本的资源比较: svn每次提交和更新资源,版本号都会自动增加:
Welcome to Apache Maven Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. h
由于web服务器以前在iis下部署有几个网站,现在这个项目开发又是用的php,本来php+mysql+iis应该很简单随便在网上能搜索出来很多,但是,由于以前那个web网站是用的sqlserver数据库,现在不想改变原有的数据库结构就直接使用了iis+sql server +php5.6 这种环境,中间的曲折过程就不说了,下面谈一下我部署的时候的步骤: 1. 到php官网下载php5.6.16(http://windows.php.net/download),这里注意选择VC11 x86 Non