会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
The end. Ronin
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
2020年5月11日
mysql语句查询表结构信息及variables
摘要: -- 所有的表 select * from infomation_schema.tables; -- dbname库下的表 select * from infomation.schema.tables where table_schema='dbname'; -- 表名 表注释 表数据大小 索引量
阅读全文
posted @ 2020-05-11 16:04 The-End-Ronin
阅读(743)
评论(0)
推荐(0)
2020年5月9日
kettle命令行方式运行转换/作业
摘要: kettle提供了三种执行方式: spoon 图形化界面 pan.bat/pan.sh 指令运行作业 kitchen.bat/kitchen.sh 指令运行转换 图形化界面长时间运行一个作业说不准就有挂的可能并且比较频繁,而使用命令行的方式在运转某个作业好比就是单个线程独立运行相对来说会比较稳定。
阅读全文
posted @ 2020-05-09 16:53 The-End-Ronin
阅读(1235)
评论(0)
推荐(1)
2020年4月28日
通过access.log分析统计ip访问排行情况
摘要: nginx是http反向代理的web服务器 access.log #访问日志 error.log #操作记录日志 nginx_error.log #错误日志 cat access.log| awk '{print $1}'|uniq -c| sort -rn|head -10 awk '{print
阅读全文
posted @ 2020-04-28 11:34 The-End-Ronin
阅读(865)
评论(0)
推荐(0)
2020年4月26日
CentOS7.2离线安装字体
摘要: 今天接到要求需要给服务器安装字体,以防止后面前端页面字体出现乱码的可能 1、准备以下离线安装包。点击下即可下载 fontconfig-2.13.0-4.3.el7.x86_64.rpm ttmkfdir-3.0.9-42.el7.x86_64.rpm 2、在服务器上新建字体相应路径 2.1 cd /
阅读全文
posted @ 2020-04-26 11:23 The-End-Ronin
阅读(3428)
评论(1)
推荐(1)
上一页
1
2
3
公告