会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
WindWant
github:https://github.com/windwant
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
11
下一页
2019年1月25日
InnoDB表优化
摘要: InnoDB表优化
阅读全文
posted @ 2019-01-25 16:26 WindWant
阅读(1314)
评论(0)
推荐(0)
2019年1月22日
解密日志文件工具类
摘要: 逐行扫描,解密整行或者解密行中关键字: 配置文件:
阅读全文
posted @ 2019-01-22 10:55 WindWant
阅读(1110)
评论(0)
推荐(0)
2019年1月4日
MYSQL 数据库结构优化
摘要: MYSQL 数据库结构优化
阅读全文
posted @ 2019-01-04 17:45 WindWant
阅读(837)
评论(0)
推荐(0)
MYSQL 索引优化
摘要: MYSQL 索引优化
阅读全文
posted @ 2019-01-04 11:18 WindWant
阅读(1881)
评论(0)
推荐(0)
2018年12月24日
MYSQL 表转 JavaBean 工具类
摘要: MYSQL 表转 JavaBean 工具类
阅读全文
posted @ 2018-12-24 17:06 WindWant
阅读(1837)
评论(0)
推荐(0)
2018年12月19日
MYSQL 优化
摘要: MYSQL 优化,SELECT 语句优化,WHERE优化,范围查询优化,索引合并优化,Engine Condition Pushdown
阅读全文
posted @ 2018-12-19 15:11 WindWant
阅读(1423)
评论(0)
推荐(1)
2018年12月15日
mysql 数据库备份和恢复
摘要: mysql 之 备份和恢复类型,数据库备份方法,mysqldump,sql-format,恢复,Delimited-Text Format备份和恢复,bin-log恢复,基于时间和位置的增量恢复,MyISAM表维护,myisamchk崩溃恢复,MyISAM 表错误检查,修复,优化,维护计划
阅读全文
posted @ 2018-12-15 16:54 WindWant
阅读(6676)
评论(0)
推荐(0)
2018年12月14日
DMA-Direct Memory Access
摘要: DMA-Direct Memory Access
阅读全文
posted @ 2018-12-14 11:55 WindWant
阅读(687)
评论(0)
推荐(0)
2018年12月13日
mysql 优化之 doublewrite buffer 机制
摘要: mysql 之 doublewrite buffer 机制
阅读全文
posted @ 2018-12-13 21:00 WindWant
阅读(2023)
评论(0)
推荐(0)
2018年12月6日
百度:人脸登录集成
摘要: 百度 人脸登录集成 AI
阅读全文
posted @ 2018-12-06 10:21 WindWant
阅读(4415)
评论(1)
推荐(0)
2018年9月29日
nginx 基础
摘要: nginx,基础,反向代理,负载均衡,优化
阅读全文
posted @ 2018-09-29 19:06 WindWant
阅读(423)
评论(0)
推荐(1)
docker 一篇文章学习容器化
摘要: docker 容器
阅读全文
posted @ 2018-09-29 18:57 WindWant
阅读(590)
评论(1)
推荐(1)
Http protocal
摘要: Http protocal
阅读全文
posted @ 2018-09-29 18:56 WindWant
阅读(1323)
评论(0)
推荐(0)
websocket protocal
摘要: websocket,protocal,http,tcp,socket
阅读全文
posted @ 2018-09-29 18:53 WindWant
阅读(2140)
评论(0)
推荐(1)
MapReduce 基础学习
摘要: MapReduce 基础学习,mapper,ruducer,inputsplit,RecordReader,DistributedCache
阅读全文
posted @ 2018-09-29 18:51 WindWant
阅读(253)
评论(0)
推荐(0)
hadoop 基础入门
摘要: hadoop 基础入门
阅读全文
posted @ 2018-09-29 18:50 WindWant
阅读(325)
评论(0)
推荐(1)
Paxos
摘要: Paxos
阅读全文
posted @ 2018-09-29 15:45 WindWant
阅读(385)
评论(0)
推荐(0)
2018年9月28日
Raft 一致性协议算法 《In search of an Understandable Consensus Algorithm (Extended Version)》
摘要: Raft 一致性协议算法 《In search of an Understandable Consensus Algorithm (Extended Version)》
阅读全文
posted @ 2018-09-28 16:48 WindWant
阅读(2366)
评论(0)
推荐(1)
2018年8月28日
tomcat配置https | 自签发证书配置
摘要: tomcat配置https | 自签发证书配置
阅读全文
posted @ 2018-08-28 17:45 WindWant
阅读(2222)
评论(0)
推荐(0)
2018年4月12日
Elastic-Job 分布式调度平台
摘要: Elastic-Job 分布式调度平台
阅读全文
posted @ 2018-04-12 11:28 WindWant
阅读(1081)
评论(0)
推荐(0)
mysql 数据库优化之执行计划(explain)简析
摘要: mysql explain 执行计划
阅读全文
posted @ 2018-04-12 10:24 WindWant
阅读(523)
评论(0)
推荐(1)
2018年4月8日
dubbo 微服务框架
摘要: dubbo 微服务框架,分布式服务,服务治理,rpc,序列化
阅读全文
posted @ 2018-04-08 16:04 WindWant
阅读(992)
评论(0)
推荐(1)
2018年3月27日
Redis 分布式锁
摘要: Redis 使用lua脚本 生成分布式锁工具类:
阅读全文
posted @ 2018-03-27 16:15 WindWant
阅读(238)
评论(0)
推荐(1)
Redis 哨兵 Sentinel
摘要: Redis Sentinel知识点
阅读全文
posted @ 2018-03-27 15:17 WindWant
阅读(344)
评论(0)
推荐(0)
Redis 性能测试
摘要: Redis 性能测试
阅读全文
posted @ 2018-03-27 10:19 WindWant
阅读(1184)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
11
下一页
公告
文章精选列表