摘要: 一. SPL是干嘛的 SPL是用于解决典型问题(standard problems)的一组接口与类的集合。 数据结构: 1.实现双向列表 SplDoublyLinkedList implements Iterator , ArrayAccess , Countable {} ... 阅读全文
posted @ 2016-09-29 18:16 诗兄 阅读(953) 评论(0) 推荐(0) 编辑
摘要: --[[ - @desc lua数据输出 - @param string 字符串 - return string --]] function dump(v) if not __dump then function __dump(v, t, p) local k = p or ""; if t... 阅读全文
posted @ 2016-09-29 17:47 诗兄 阅读(2107) 评论(0) 推荐(0) 编辑