会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
DarJeely
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
16
17
18
19
20
21
22
23
24
···
168
下一页
2020年3月19日
cannot start compilation;the output path is not specified for module specify the output path in the project structure dialog
摘要: cannot start compilation;the output path is not specified for module specify the output path in the project structure dialog
阅读全文
posted @ 2020-03-19 12:44 DarJeely
阅读(697)
评论(0)
推荐(0)
2020年3月17日
jrebel+idea 进行热部署配置
摘要: jrebel+idea 进行热部署配置 1、安装和激活jrebel这里不在叙说 2、部署项目工程的两种方式 第一:打开项目配置project structure 配置Artificials 第二:tomcat加载项目 然后填写应用名称,转到Server页签进行配置 配置Server相关参数 第三步:
阅读全文
posted @ 2020-03-17 09:21 DarJeely
阅读(3548)
评论(0)
推荐(0)
2020年3月11日
jeecg数据库切换至mysql8.0方式
摘要: 1、修改pom.xml mysql版本 <mysql.version>8.0.11</mysql.version> 2、修改dbconfig.properties文件 hibernate.dialect=org.hibernate.dialect.MySQL5Dialect jdbc.url.jee
阅读全文
posted @ 2020-03-11 11:45 DarJeely
阅读(1051)
评论(0)
推荐(0)
2020年3月5日
com.alibaba.druid.pool.DruidDataSource 使用druid数据源 No supported DataSource type found
摘要: com.alibaba.druid.pool.DruidDataSource 使用druid数据源 No supported DataSource type found 去掉 <!-- druid连接池 <scope>runtime</scope> -->
阅读全文
posted @ 2020-03-05 16:43 DarJeely
阅读(2945)
评论(0)
推荐(0)
租户的基本信息表
摘要: CREATE TABLE `t_tenant` ( `tenant_id` varchar(40) NOT NULL DEFAULT 'c12dee54f652452b88142a0267ec74b7' COMMENT '租户id', `tenant_code` varchar(100) DEFAU
阅读全文
posted @ 2020-03-05 15:20 DarJeely
阅读(980)
评论(1)
推荐(0)
kettle系列-我的开源kettle调度、管理平台[kettle-manager]介绍
摘要: kettle管理工具 专门为kettle这款优秀的ETL工具开发的web端调度、管理工具。 新版本 项目简介 kettle作为非常优秀的开源ETL工具得到了非常广泛的使用,一般的使用的都是使用客户端操作管理,但问题是当投入生产环境使用时,动辄上百或几百个job需要管理,这时在使用客户端管理已经很难完
阅读全文
posted @ 2020-03-05 12:17 DarJeely
阅读(5301)
评论(0)
推荐(0)
Referenced file contains errors For more information, right click on the message in the Problems View and select "Show Details..."
摘要: Referenced file contains errors (http://www.springframework.org/schema/context/spring-context-3.1.xsd). For more information, right click on the messa
阅读全文
posted @ 2020-03-05 12:01 DarJeely
阅读(1351)
评论(0)
推荐(0)
使用码云代码管理平台进行多人协作开发的流程
摘要: 1.先由项目负责人创建仓库。2.邀请成为仓库管理员。3.在桌面创建的新文件中打开git Bash4.git clone 仓库地址5.开始编辑自己的代码。6.git checkout -b 分支名7.git add .8.git commit -m ‘描述’9.git push origin 分支名1
阅读全文
posted @ 2020-03-05 11:47 DarJeely
阅读(845)
评论(0)
推荐(0)
2020年3月4日
在Windows下使用Git+TortoiseGit+码云管理项目代码
摘要: https://blog.csdn.net/yl2isoft/article/details/53493194 https://blog.csdn.net/yl2isoft/article/details/53493194
阅读全文
posted @ 2020-03-04 14:31 DarJeely
阅读(174)
评论(0)
推荐(0)
Win10下, TortoiseGit安装及配合Gitee使用完整版
摘要: Windows10下, TortoiseGit的安装及使用, 并配合Gitee码云使用! 1) 安装TortoiseGit 官网, 32位, 64位, 自选 https://tortoisegit.org/download/ 2) 点击下载, 安装, 我选择的是64位, 中文安装包(说明: 中文安装
阅读全文
posted @ 2020-03-04 14:21 DarJeely
阅读(1427)
评论(0)
推荐(1)
上一页
1
···
16
17
18
19
20
21
22
23
24
···
168
下一页
公告