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

刺客王

李波的博客

Nginx

Nginx

2019年3月15日 cikewang Comments 0 Comment

Nginx的优点 1. 高并发、高性能 2. 可获扩展性 3. 高可靠性 4. 热部署 5. BSD许可证 Nginx的组成 1. Nginx二进制可执行文件 …

Read More Read More

Redis 基本数据结构与应用

Redis 基本数据结构与应用

2018年9月27日 cikewang Comments 0 Comment

Redis 基本数据结构 1.string (字符串) 2.list (列表) 3.set (集合) 4.hash (哈希) 5.zset (有序集合) 6.b…

Read More Read More

Redis

Redis

2018年9月27日 cikewang Comments 0 Comment

Redis 是 [Remote Dictionary Service]  缩写 1. REDIS 基本数据结构与应用    

扩展开发之大坑小坑都是坑- 调用其他扩展函数

扩展开发之大坑小坑都是坑- 调用其他扩展函数

2018年3月13日 cikewang Comments 0 Comment

写扩展遇到的一个坑,在PHP扩展中调用其他扩展的函数 在扩展方法中调用了 string.c 里面的函数 php_string_tolower 简化代码如下: 执…

Read More Read More

PHP扩展实现原理图

PHP扩展实现原理图

2018年2月12日 cikewang Comments 0 Comment

PHP扩展实现原理图 — 基础班

PHP VLD扩展使用

PHP VLD扩展使用

2017年12月22日 cikewang Comments 0 Comment

http://pecl.php.net/package/vld VLD(Vulcan Logic Dumper)是一个挂钩在 Zend 引擎下,并且输出PHP脚…

Read More Read More

亲测 rm -rf /*

亲测 rm -rf /*

2017年12月20日 cikewang Comments 1 comment

删库跑路,删服务器跑路,网上段子听多了,今天亲自测试一下 rm -rf /* 命令,记录如下 测试环境 VMware、ContOS 系统 首先测试 rm -rf…

Read More Read More

搭建LNMP服务 CentOS7 php7.1.11 MySQL Nginx

搭建LNMP服务 CentOS7 php7.1.11 MySQL Nginx

2017年11月7日 cikewang Comments 0 Comment

双11,阿里云搞活动,三年1核1G ECS 才 720,而我之前买的服务器也要续费了,一年750多,果断迁移服务器 于是重新搭建 LNMP 服务 安装 MySQ…

Read More Read More

MySQL Partition 分区及实战分析

MySQL Partition 分区及实战分析

2017年8月25日 cikewang Comments 0 Comment

MySQL分区 InnoDB 存储引擎使用分区需要开启 InnoDB_file_per_table 查看 MySQL 是否支持分区 启用分区,从源码编译 MyS…

Read More Read More

数据结构之队列

数据结构之队列

2017年8月24日 cikewang Comments 0 Comment

先进先出  FIFO : first in first out 队列形式分:普通队列、环形队列 队列用途:自动排号机 环形队列实现   代码:http…

Read More Read More

Posts navigation

OLDER 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