摘要:
进入Groovy的官网下载安装SDKMAN() 以下是官网的下载方法(http://www.groovy-lang.org/download.html) This tool makes installing Groovy on any Bash platform (Mac OSX, Linux, C 阅读全文
摘要:
问题:redis出现如下问题(error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the da... 阅读全文
摘要:
反射机制是java中非常重要的功能,熟练使用反射功能对实际的开发有很大的帮助。一,通过反射获取对象实例使用的对象User 1 package whroid.java.reflect; 2 3 public class User { 4 5 public String id; 6 ... 阅读全文
摘要:
转载地址:http://my.oschina.net/lujianing/blog/1807281.下载github for windowhttp://windows.github.com/2.设置相关绑定Settings ——Version Control——Git——Path to Git ex... 阅读全文
摘要:
这两个在安装mysql数据库碰到一些头疼的很。 "1045 access denied for user 'root'@'localhost' using password yes"在命令行中进入:C:\Program Files\MySQL\MySQL Server 5.5\binC:\Progr... 阅读全文