随笔分类 -  开发工具类

摘要:translate 插件 https://plugins.jetbrains.com/plugin/8579-translation 可以快速查看文档 阅读全文
posted @ 2021-03-27 06:18 梦见舟 阅读(50) 评论(0) 推荐(0)
摘要:因为工作的需要 需要学习Activiti 学习资料: https://www.activiti.org/userguide/ Database table names explained The database names of Activiti all start with ACT_. The 阅读全文
posted @ 2019-09-19 13:46 梦见舟 阅读(352) 评论(0) 推荐(0)
摘要:工具栏 Design > Notes Theme > Default Font 阅读全文
posted @ 2019-06-08 10:33 梦见舟 阅读(723) 评论(0) 推荐(1)
摘要:1. 自己搭建Apollo配置中心 碰到如下错误: 阅读全文
posted @ 2019-06-07 21:34 梦见舟 阅读(1875) 评论(1) 推荐(0)
摘要:1. 下载jenkins https://pkg.jenkins.io/redhat-stable/ 2. 直接下载jenkins.war https://jenkins.io/doc/pipeline/tour/getting-started 3. 需要配置maven 也可以在构建中配置 4, 需 阅读全文
posted @ 2018-05-26 18:06 梦见舟 阅读(135) 评论(0) 推荐(0)
摘要:由于工作的需要,现在对前端技术有一定的要求,但是发现普遍前端技术都比较弱,遇到问题基本上没有人能帮助你解决,只好自己学习了。 从事java开发已经好久了,真的是好久了,但是水平一直还是一般吧。 从今天开始学习前端技术喽。 记录一下 2018-02-10 开始 下面记录前端学习的相关网站 jquery 阅读全文
posted @ 2018-02-10 11:22 梦见舟 阅读(122) 评论(0) 推荐(0)
摘要:shift + 鼠标右键 阅读全文
posted @ 2017-11-08 13:47 梦见舟 阅读(698) 评论(0) 推荐(0)
摘要:1. linux服务器修改配置文件catalina.sh 在文件开头加上CATALINA_OPTS="-server -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,add 阅读全文
posted @ 2017-03-13 15:36 梦见舟 阅读(410) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-11-27 00:36 梦见舟 阅读(3786) 评论(0) 推荐(0)
摘要:1. 初始化仓库 2. 查看当前状态 3. 添加到缓存 4. 提交到仓库 5. 显示提交的日志 6. 创建新分支 7. 切换分支 8. 合并代码 9. 删除分支 10. 为版本打标签 11. 配置提交者信息 阅读全文
posted @ 2016-10-17 10:05 梦见舟 阅读(141) 评论(0) 推荐(0)
摘要:Git commands 1. start a working area 2. work on the current change 3. examine the history and state 4. grow, mark and tweak your common history 5. col 阅读全文
posted @ 2016-10-16 15:50 梦见舟 阅读(178) 评论(0) 推荐(0)