刺客王
  • 首页
  • 云原生
  • redis
  • PHP
  • MySQL
  • 数据结构
  • 语雀笔记
  • 随笔
  • github

刺客王

李波的博客

什么是数据结构

什么是数据结构

2017年8月24日 cikewang Comments 0 Comment

程序设计 = 数据结构 + 算法 数据: 是描述客观事物的符号,是计算机中可以操作的对象,是能被计算机识别,并输入给计算机处理的符号集合。 数据元素:是组成数据…

Read More Read More

MySQL update操作使用到了索引但还会锁全表

MySQL update操作使用到了索引但还会锁全表

2017年8月23日 cikewang Comments 0 Comment

参考文章: http://mp.weixin.qq.com/s/09DJCyMq8kBn4mlezgzUgg https://dev.mysql.com/doc…

Read More Read More

PHP-FPM 状态查看

PHP-FPM 状态查看

2017年8月22日 cikewang Comments 0 Comment

配置 php-fpm.conf 开启 pm.status_path = /status 配置 nginx servcer host 127.0.0.1 php….

Read More Read More

PHP 排序算法– 冒泡排序、快速排序、选择排序、插入排序

PHP 排序算法– 冒泡排序、快速排序、选择排序、插入排序

2017年8月22日 cikewang Comments 0 Comment

1. 冒泡排序 — 循环数组count($arr) 次,将数组的最后一个数据和前一个数据比较,从大到小(前一个大于后面)替换,从小到大(前面小于后面…

Read More Read More

PHP 设计模式

PHP 设计模式

2017年8月21日 cikewang Comments 0 Comment

1.单例模式 2.工厂模式: (将DB类放到工厂里面,需要调用数据库类的地方,直接调用工厂就可以,无需到处配置DB) 3.注册模式 4. 适配器模式(例如:整合…

Read More Read More

MySQL 网络连接与连接线程

MySQL 网络连接与连接线程

2017年8月21日 cikewang Comments 0 Comment

MySQL 连接可通过网络连接、和命令管道连接,不论哪种方式,都是在MySQL中通过线程方式管理所有客户端请求。每个客户端都有一个对应的连接线程。 1. 网络连…

Read More Read More

MySQL 日志设置优化、慢查询日志

MySQL 日志设置优化、慢查询日志

2017年8月18日 cikewang Comments 2 comments

 1. 日志产生的性能影响           日志的记录带来的直接性能损耗就是数据库系统中最为昂贵的 IO 资源,所以对于日志的优化策略,在 MySQL 性能…

Read More Read More

MySQL Explain SQl分析及个字段含义

MySQL Explain SQl分析及个字段含义

2017年8月18日 cikewang Comments 0 Comment

1. Explain 使用      MySQL Query Optimizer 通过执行 Explain 命令告诉我们他将使用一个怎么样的执行计划来优化 Qu…

Read More Read More

MySQL 数据库锁定机制

MySQL 数据库锁定机制

2017年8月18日 cikewang Comments 1 comment

1. MySQL 锁定机制简介      各存储引擎使用三种类型锁定机制 行级锁定(row-level) 表级锁定(table-level) 页级锁定(page…

Read More Read More

知识就是力量

知识就是力量

2017年8月18日 cikewang Comments 0 Comment

知识就是力量是谁说的? 1. 弗兰斯西.培根 2. 安琪拉

Posts navigation

NEWER POSTS

近期文章

  • Nginx
  • Redis 基本数据结构与应用
  • Redis
  • 扩展开发之大坑小坑都是坑- 调用其他扩展函数
  • PHP扩展实现原理图

近期评论

  • carl发表在《亲测 rm -rf /*》
  • cikewang发表在《MySQL 日志设置优化、慢查询日志》
  • carl发表在《MySQL 数据库锁定机制》
  • carl发表在《MySQL 日志设置优化、慢查询日志》

归档

  • 2019年3月
  • 2018年9月
  • 2018年3月
  • 2018年2月
  • 2017年12月
  • 2017年11月
  • 2017年8月

分类

  • MySQL
  • Nginx
  • PHP
  • Redis
  • 数据结构
  • 随笔
2023年 3月
一 二 三 四 五 六 日
 12345
6789101112
13141516171819
20212223242526
2728293031  
« 3月    
© 2023 | Proudly Powered by WordPress | Theme: Nisarg