会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
aivsok9
博客园
首页
新随笔
联系
订阅
管理
2021年12月13日
CSS丨Flex
摘要: .box { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; align-content: center; }
阅读全文
posted @ 2021-12-13 13:55 aivsok9
阅读(25)
评论(0)
推荐(0)
2021年12月4日
HBuilderX丨settings.json
摘要: { "editor.colorScheme": "Default", "editor.fontSize": 14, "editor.fontFamily": "Consolas", "editor.fontFmyCHS": "微软雅黑 Light", "editor.insertSpaces": t
阅读全文
posted @ 2021-12-04 08:09 aivsok9
阅读(315)
评论(0)
推荐(0)
2021年11月22日
CSS丨resize css
摘要: base.css * { margin: 0; padding: 0; box-sizing: border-box; } body { font: 16px/1.5 sans-serif; color: #333; background-color: #fff; } li { list-style
阅读全文
posted @ 2021-11-22 14:03 aivsok9
阅读(34)
评论(0)
推荐(0)
2021年10月14日
Quartz丨整合Spring XML方式
摘要: Code 坐标 <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> <version>5.0.2.RELEASE</ver
阅读全文
posted @ 2021-10-14 14:17 aivsok9
阅读(37)
评论(0)
推荐(0)
Quartz丨cron 在线生成
摘要: 在线生成 https://cron.qqe2.com/ https://www.bejson.com/othertools/cron/
阅读全文
posted @ 2021-10-14 13:36 aivsok9
阅读(25)
评论(0)
推荐(0)
2021年10月11日
Zookeeper丨CentOS7安装ZK
摘要: 前提 服务器上,JDK >= 1.7 上传 & 解压 tar -zxvf apache-ZooKeeper-3.5.6-bin.tar.gz -C /opt/zookeeper/ 配置zoo.cfg 创建zkdata mkdir zkdata 创建zoo.cfg cd /opt/zooKeeper/
阅读全文
posted @ 2021-10-11 15:05 aivsok9
阅读(170)
评论(0)
推荐(0)
JDK丨CentOS6.8 安装 JDK1.8
摘要: 安装环境 - 系统环境:CentOS6.8 64bit - JDK版本:1.8.0_201 卸载OpenJDK -- 查看 [root@node01 ~]# rpm -qa | grep java tzdata-java-2016c-1.el6.noarch java-1.7.0-openjdk-1
阅读全文
posted @ 2021-10-11 14:54 aivsok9
阅读(49)
评论(0)
推荐(0)
idea丨mybatis的XML文件,颜色问题
摘要: 进入设置页面,看如下图:把 √ 都去掉!
阅读全文
posted @ 2021-10-11 10:08 aivsok9
阅读(724)
评论(0)
推荐(0)
2021年10月9日
ZooKeeper丨下载地址
摘要: ZooKeeper Releases mirror site https://archive.apache.org/dist/zookeeper/
阅读全文
posted @ 2021-10-09 10:18 aivsok9
阅读(97)
评论(0)
推荐(0)
2021年10月8日
Maven丨dependencyManagement
摘要: 作用 一种管理依赖版本号 声明所依赖的jar包的版本号等信息 子项目再次引入此依赖jar包时则无需显式的列出版本号 只是依赖的声明,并不实现引入 好处 适应于:多个子项目引用同样的依赖,当升级时,只需要修改父工程的版本号即可! 示例 // 父工程 <dependencyManagement> <de
阅读全文
posted @ 2021-10-08 17:22 aivsok9
阅读(48)
评论(0)
推荐(0)
下一页
公告