页首

摘要: str_shuffle (PHP 4 = 4.3.0, PHP 5, PHP 7) str_shuffle — Randomly shuffles a string str_shuffle — 随机打乱一个字符串 Description Caution This function does not 阅读全文
posted @ 2018-03-07 22:17 zhangrxiang 阅读(562) 评论(0) 推荐(0) 编辑
摘要: String 连接redis服务 SET key value GET key APPEND key value INCR key DECR key DECRBY key decrement INCRBY key increment ETRANGE key start end GETSET key v 阅读全文
posted @ 2018-03-07 15:59 zhangrxiang 阅读(323) 评论(0) 推荐(0) 编辑
摘要: Redis String(字符串) string是redis最基本的类型,你可以理解成与Memcached一模一样的类型,一个key对应一个value。 string类型是二进制安全的。意思是redis的string可以包含任何数据。比如jpg图片或者序列化的对象 。 string类型是Redis最 阅读全文
posted @ 2018-03-07 15:45 zhangrxiang 阅读(292) 评论(0) 推荐(0) 编辑
摘要: str_repeat (PHP 4, PHP 5, PHP 7) str_repeat — Repeat a string str_repeat — 重复一个字符串 Description Parameters input The string to be repeated. 待操作的字符串。 mu 阅读全文
posted @ 2018-03-06 22:02 zhangrxiang 阅读(720) 评论(0) 推荐(0) 编辑
摘要: str_pad (PHP 4 = 4.0.1, PHP 5, PHP 7) str_pad — Pad a string to a certain length with another string str_pad — 使用另一个字符串填充字符串为指定长度 Description Paramete 阅读全文
posted @ 2018-03-06 21:45 zhangrxiang 阅读(615) 评论(0) 推荐(0) 编辑
摘要: CRUD table sql create table if not exists ( int auto_increment, varchar(16) not null, int not null, varchar(128) not null, primary key ( ) )ENGINE=Inn 阅读全文
posted @ 2018-03-06 11:02 zhangrxiang 阅读(211) 评论(0) 推荐(0) 编辑
摘要: Application programs should use this general outline for interacting with MySQL 1. Initialize the MySQL client library by calling . This function exis 阅读全文
posted @ 2018-03-06 11:01 zhangrxiang 阅读(206) 评论(0) 推荐(0) 编辑
摘要: Linux Commond See All rights reserved 阅读全文
posted @ 2018-03-05 21:30 zhangrxiang 阅读(156) 评论(0) 推荐(0) 编辑
摘要: MySQL API C API Data Structures MYSQL This structure represents handler for one database connection. It is used for almost all MySQL functions. Do not 阅读全文
posted @ 2018-03-05 20:08 zhangrxiang 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 环境变量配置 Windows GOROOT GOROOT GOBIN Path 测试环境变量 编写代码 运行程序 Linux 编辑 测试环境变量 运行程序 阅读全文
posted @ 2018-03-05 13:57 zhangrxiang 阅读(243) 评论(0) 推荐(0) 编辑

页脚