联合会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ainiuniu
博客园
首页
博问
闪存
新随笔
订阅
管理
随笔 - 253, 文章 - 0, 评论 - 29, 阅读 -
25万
2024年10月22日
新建一个Maven模块,Pom.xml需要的配置
摘要: <build> <finalName>demo</finalName> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <ver
阅读全文
posted @ 2024-10-22 10:36 田坤坤
阅读(4)
评论(0)
推荐(0)
编辑
2024年8月6日
linux 远程拷贝
摘要: 远程copy 命令我们要从远程服务器172.22.125.30上复制/usr/local/sql/yjs_menu_insert_20231228.txt文件到本地/root/opt/目录下 scp root@172.22.125.30:/usr/local/sql/yjs_menu_insert_
阅读全文
posted @ 2024-08-06 11:38 田坤坤
阅读(13)
评论(0)
推荐(0)
编辑
2024年7月1日
nacos2.2.1之后需配置安全Key才能启动
摘要: nacos启动报错信息 ERROR Error starting Tomcat context. Exception: org.springframework.beans.factory.UnsatisfiedDependencyException. Message: Error creating
阅读全文
posted @ 2024-07-01 10:15 田坤坤
阅读(258)
评论(0)
推荐(0)
编辑
2024年5月7日
jar分离lib打包
摘要: Springboot瘦身(lib和程序分开打包) 1. 首先用mvn clean package正常打出jar包 这个jar包可能有几百兆大小,lib占了绝大多数将jar包解压,将 BOOT-INF 下的 lib 包拿出单独存放 2. 修改pom重新打包 <plugin> <groupId>org.
阅读全文
posted @ 2024-05-07 11:33 田坤坤
阅读(93)
评论(0)
推荐(0)
编辑
2024年3月27日
DM相关表结构查询
摘要: -- 查询表名SELECT table_name FROM dba_tables WHERE owner = '所有者' ORDER BY table_name -- 查询表注释SELECT T.table_name,U.COMMENTS As table_comment FROM DBA_TABL
阅读全文
posted @ 2024-03-27 16:48 田坤坤
阅读(397)
评论(0)
推荐(0)
编辑
2024年3月26日
centos开放端口文件
摘要: 1.编辑/etc/firewalld/zones/public.xml 2、加入一下内容 <!--开放指定ip的监控客户端端口--!> <rule family="ipv4"> <source address="172.31.18.81/32"/> <port port="9273" protoco
阅读全文
posted @ 2024-03-26 16:32 田坤坤
阅读(37)
评论(0)
推荐(0)
编辑
2024年3月13日
maven安装jar包到本地仓库
摘要: cmd用管理员身份运行 mvn install:install-file -DgroupId=org.apache.activemq -DartifactId=activemq-all -Dversion=5.8.0 -Dpackaging=jar -Dfile=activemq-all-5.8.0
阅读全文
posted @ 2024-03-13 11:46 田坤坤
阅读(36)
评论(0)
推荐(0)
编辑
2024年1月16日
批量导出Excel打包成压缩包
摘要: PgSchoolCalendarWeekManagePageQry pgSchoolCalendarWeekManagePageQry = new PgSchoolCalendarWeekManagePageQry();pgSchoolCalendarWeekManagePageQry.setPgS
阅读全文
posted @ 2024-01-16 14:43 田坤坤
阅读(62)
评论(0)
推荐(0)
编辑
记一次Excel的导出
摘要: 官方文档地址:https://easyexcel.opensource.alibaba.com/docs/current/主代码:try { XsxExportTitleVO xsxExportTitleVO = new XsxExportTitleVO(); xsxExportTitleVO.se
阅读全文
posted @ 2024-01-16 11:09 田坤坤
阅读(31)
评论(0)
推荐(0)
编辑
2023年5月9日
记录生成mock数据的一天
摘要: 1、初始化Vue项目 2、安装mock-service-plugin npm i mock-service-plugin --save-dev 3、项目根目录下创建 mock 数据文件夹 mocks 如下图 4、mock-service-plugin 初始化配置 // vue.config.js c
阅读全文
posted @ 2023-05-09 16:39 田坤坤
阅读(87)
评论(0)
推荐(0)
编辑
下一页
昵称:
田坤坤
园龄:
9年4个月
粉丝:
11
关注:
37
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
我的标签
远程桌面
(1)
身份验证错误
(1)
设计模式
(1)
随笔分类
.net(71)
.net MVC(4)
C++(1)
Centos(16)
CSS(1)
DM(1)
Docker(3)
Druid(1)
git(1)
H5(2)
hadoop(2)
iview(1)
java(38)
JavaScript(5)
JQuery(2)
JQuery Plugin(2)
MUI前端框架(1)
mysql(12)
nacos(1)
Nginx(2)
Oracle(8)
Python(1)
Redis(7)
Sqlserver(12)
Vue(9)
WCF(1)
大数据(6)
其他(34)
设计模式(1)
更多
随笔档案
2024年10月(1)
2024年8月(1)
2024年7月(1)
2024年5月(1)
2024年3月(3)
2024年1月(2)
2023年5月(1)
2023年4月(5)
2023年2月(1)
2022年12月(1)
2022年11月(1)
2022年10月(1)
2022年7月(2)
2022年6月(4)
2022年1月(1)
2021年12月(1)
2021年11月(2)
2021年10月(4)
2021年7月(1)
2021年5月(1)
2021年3月(1)
2021年2月(2)
2021年1月(3)
2020年12月(3)
2020年11月(3)
2020年9月(1)
2020年7月(6)
2020年6月(12)
2020年5月(3)
2020年4月(10)
2020年3月(6)
2020年2月(7)
2019年11月(7)
2019年10月(1)
2019年9月(2)
2019年8月(1)
2019年7月(4)
2019年6月(2)
2019年5月(1)
2019年4月(2)
2019年1月(1)
2018年12月(2)
2018年11月(3)
2018年10月(7)
2018年8月(1)
2018年6月(3)
2018年5月(3)
2018年3月(4)
2018年2月(7)
2018年1月(3)
2017年12月(13)
2017年11月(11)
2017年10月(5)
2017年9月(15)
2017年8月(63)
更多
阅读排行榜
1. oracle数据库的一个表中,怎么设置字段的默认值(24039)
2. nexus安装包下载(21284)
3. C# 将文件转换为 Stream(14212)
4. C# 将 Stream 写入文件(9452)
5. MySql 8.0 C#连接报错 MySql.Data.MySqlClient.MySqlException (0x80004005): Authentication to host '12.118.224.181' for user 'root' using method 'caching_sha2_password' failed with message: Reading from t(8758)
评论排行榜
1. nexus安装包下载(12)
2. MySql 8.0 C#连接报错 MySql.Data.MySqlClient.MySqlException (0x80004005): Authentication to host '12.118.224.181' for user 'root' using method 'caching_sha2_password' failed with message: Reading from t(9)
3. Docker安装Tomcat(3)
4. 解决js的 Math取正弦值 余弦值不准确的问题(2)
5. Docker+Nginx+Tomcat实现负载均衡(1)
推荐排行榜
1. nexus安装包下载(13)
2. MySql 8.0 C#连接报错 MySql.Data.MySqlClient.MySqlException (0x80004005): Authentication to host '12.118.224.181' for user 'root' using method 'caching_sha2_password' failed with message: Reading from t(2)
3. SQL语句大全(2)
4. .Net Framework 4.0安装cmd命令(1)
5. C# 取form表单的数据(1)
最新评论
1. Re:Docker安装Tomcat
@田坤坤 哦哦,谢谢!刚刚入门开始学,有web项目软件推荐吗?...
--higherfaster
2. Re:Docker安装Tomcat
@higherfaster 自己写个测试的web项目,打成war就可以了...
--田坤坤
3. Re:Docker+Nginx+Tomcat实现负载均衡
war包怎么下载啊
--higherfaster
4. Re:Docker安装Tomcat
那个war包从哪里下载啊
--higherfaster
5. Re:nexus安装包下载
感谢
--yj12345_234
点击右上角即可分享