2019年1月9日

手机优秀app

摘要: Mantano 阅读器 Aldiko 阅读器 掌阅阅读器 奇特阅读器 Gitden reader 网易蜗牛阅读 Typora Opera securecrt zulu Redis Desktop Manager Emeditor Brave postman anaconda 阅读全文

posted @ 2019-01-09 18:39 empireghost 阅读(154) 评论(0) 推荐(0) 编辑

2018年3月30日

Maven内置属性及使用

摘要: Maven内置属性及使用 Maven共有6类属性: 内置属性(Maven预定义,用户可以直接使用) ${basedir}表示项目根目录,即包含pom.xml文件的目录; ${version}表示项目版本; ${project.basedir}同${basedir}; ${project.baseUri}表示项目文件地址; ${maven.build.timestamp}表示项目构... 阅读全文

posted @ 2018-03-30 16:46 empireghost 阅读(1036) 评论(0) 推荐(1) 编辑

grpc-java 生成代码路径设置

摘要: grpc-java 生成代码路径设置 org.xolstice.maven.plugins protobuf-maven-plugin 0.5.1 com.google.protobuf:protoc:3.5.1-1:exe:... 阅读全文

posted @ 2018-03-30 16:43 empireghost 阅读(946) 评论(0) 推荐(0) 编辑

2018年3月21日

idea 删除代码的注释

摘要: 搜索栏使用 正则表达式搜索 会搜索出来所有注释的代码 用空格replace替换掉就可以了。 或者搜索 就只搜索首尾注释的部分 另外搜索空格行是 然后全局替换就可以把代码空格行去掉。 阅读全文

posted @ 2018-03-21 12:28 empireghost 阅读(402) 评论(0) 推荐(0) 编辑

2017年2月28日

win7下cygwin命令行颜色和中文乱码解决

摘要: 在cygwin虚拟机中可以使用ls命令等Linux下的一些命令,如果在win下将环境变量path中添加x:\cygwin\bin(x:指的是cygwin所在的盘符),可以在cmd环境中使用这些命令,而不用一定要在bash环境下使用比如ls,gcc,df,ps,kill等命令,从而实现cmd下的lin 阅读全文

posted @ 2017-02-28 13:30 empireghost 阅读(211) 评论(0) 推荐(0) 编辑

2017年1月19日

maven mirror

摘要: <mirrors> <!-- mirror Specifies a repository mirror site to use instead of a given repository. The repository that this mirror serves has an ID that m 阅读全文

posted @ 2017-01-19 11:16 empireghost 阅读(149) 评论(0) 推荐(0) 编辑

2016年12月13日

maven命令

摘要: mvn versions:display-dependency-updates mvn dependency:tree -Dverbose 阅读全文

posted @ 2016-12-13 18:52 empireghost 阅读(101) 评论(0) 推荐(0) 编辑

2016年6月3日

dubbo获取错误ip

摘要: JAVA_OPTIONS="-Ddubbo.protocol.host=192.168.1.111 阅读全文

posted @ 2016-06-03 17:26 empireghost 阅读(394) 评论(0) 推荐(0) 编辑

2016年5月13日

eclipse netbeans 代码模板

摘要: eclipse 代码模板 插入slf4j idea netbeans 代码模板 插入 slf4j 阅读全文

posted @ 2016-05-13 15:00 empireghost 阅读(234) 评论(0) 推荐(0) 编辑

2016年4月8日

windows下配置Groovy

摘要: windows下配置Groovy环境的教程网上很容易搜到,我参考的是这篇文章,安装过程一切顺利,然而在cmd中运行Groovy -v命令时返回ERROR: JAVA_HOME is set to an invalid directory,第一反应是我的JAVA_HOME变量配置的有问题,但cmd中运 阅读全文

posted @ 2016-04-08 17:26 empireghost 阅读(592) 评论(0) 推荐(0) 编辑

导航