摘要: 【转】http://www.syyong.com/Go/php2go-Use-Golang-to-implement-PHP-s-common-built-in-functions.html 使用Golang实现PHP常用内置函数,目前已经实现了130+函数。 下载&安装 https://githu 阅读全文
posted @ 2018-07-02 14:53 syyong 阅读(2404) 评论(0) 推荐(0) 编辑
摘要: Dokuwiki 二次开发记录 【转】http://www.syyong.com/other/Dokuwiki-Secondary-Development-Record.html DokuWiki 是一种在 GPLv2 下获得许可并以 PHP 编程语言编写的 wiki 应用程序。 它适用于纯文本文件 阅读全文
posted @ 2018-07-31 14:23 syyong 阅读(1149) 评论(0) 推荐(0) 编辑
摘要: HTTP/2(最初名为HTTP/2.0)是 WWW 使用的 HTTP 网络协议的主要版本。 它来自早先由 Google 开发的实验性 SPDY 协议。 HTTP / 2由互联网工程任务组的超文本传输协议工作组 httpbis(其中 bis 表示“第二个”)开发。 HTTP / 2是 HTTP 1.1以来的第一个新版本,于1997年在 RFC 2068中进行了标准化。工作组于2014年12月向 IESG 提交了 HTTP / 2作为建议标准的审议意见,IESG 批准其发布为提议 标准于2015年2月17日发布。HTTP / 2规范于2015年5月发布为 RFC 7540。 Chrome,Opera,Firefox,Internet Explorer 11,Safari,Amazon Silk 和 Edge 浏览器支持标准化工作。 到2015年底,大多数主流浏览器都增加了HTTP / 2支持。 阅读全文
posted @ 2018-05-25 15:03 syyong 阅读(9100) 评论(1) 推荐(0) 编辑
摘要: 【转】http://www.syyong.com/Go/Go-implements-the-soundex-algorithm.html SOUNDEX 返回由四个字符组成的代码 (SOUNDEX) 以评估两个字符串的相似性。 Soundex Github地址 https://github.com/ 阅读全文
posted @ 2018-04-25 11:05 syyong 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 【转】http://www.syyong.com/Go/Go-implements-the-string-similarity-calculation-function-Levenshtein-and-SimilarText.html levenshtein() 和 similar_text() 是 阅读全文
posted @ 2018-04-25 11:01 syyong 阅读(2180) 评论(0) 推荐(0) 编辑
摘要: 【转】http://www.syyong.com/Go/Go-implements-the-NumberFormat-algorithm.html NumberFormat — 以千位分隔符方式格式化一个数字。 NumberFormat // number_format() // decimals: 阅读全文
posted @ 2018-04-25 10:56 syyong 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 【转】 http://www.syyong.com/Go/Go-to-determine-whether-the-variable-is-a-legal-digital-algorithm.html IsNumeric — 检测变量是否为数字或数字字符串。 支持小数点、十六进制(hex)、科学计数法 阅读全文
posted @ 2018-04-25 10:55 syyong 阅读(8023) 评论(0) 推荐(0) 编辑
摘要: 【转】 http://www.syyong.com/Go/Go-implementation-version-comparison-VersionCompare-function.html VersionCompare — 用于对比两个的版本数字字符串大小。 此函数首先在版本字符串里用一个点 . 替 阅读全文
posted @ 2018-04-25 10:53 syyong 阅读(2081) 评论(0) 推荐(0) 编辑
摘要: [转] http://www.syyong.com/db/Redis-why-the-use-of-single-process-and-single-threaded-way-so-fast.html Redis采用的是基于内存的采用的是单进程单线程模型的KV数据库,由C语言编写。官方提供的数据是 阅读全文
posted @ 2016-12-28 23:49 syyong 阅读(35413) 评论(1) 推荐(6) 编辑
摘要: [转] http://www.syyong.com/php/Talk-about-PHP-code-specification.html 我向往这样一个php世界,里面没有代码规范之争。你我都一样,都遵循着一套如宪法般的规范,就像golang世界一样。统一的命名法则,统一的缩进方式。而现实世界却让人 阅读全文
posted @ 2016-12-27 16:19 syyong 阅读(320) 评论(0) 推荐(0) 编辑