上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 50 下一页
摘要: Redis 是完全开源免费的,遵守BSD协议,是一个高性能的key-value数据库。 Redis 与其他 key - value 缓存产品有以下三个特点: Redis支持数据的持久化,可以将内存中的数据保持在磁盘中,重启的时候可以再次加载进行使用。 Redis不仅仅支持简单的key-value类型 阅读全文
posted @ 2016-07-06 22:56 jinchunguang 阅读(152) 评论(0) 推荐(0)
摘要: 关于Redis的介绍我们在之前Laravel 缓存配置一节中已有提及,Redis是一个开源的、基于内存的数据结构存储器,可以被用作数据库、缓存和消息代理。相较Memcached而言,支持更加丰富的数据结构,包括字符串、哈希、列表、集合、有序集合等,此外还支持将数据持久化到数据库。更多关于Redis的 阅读全文
posted @ 2016-07-06 17:44 jinchunguang 阅读(1256) 评论(0) 推荐(0)
摘要: 本文重点介绍使用Eclipse+pydev插件来写Python代码, 以及在Mac上配置Eclipse+Pydev 和Windows配置Eclipse+Pydev 编辑器:Python 自带的 IDLE 简单快捷, 学习Python或者编写小型软件的时候。非常有用。 编辑器: Eclipse + p 阅读全文
posted @ 2016-07-05 20:44 jinchunguang 阅读(186) 评论(0) 推荐(0)
摘要: Helpers\URL The URL class is used for having handy methods or redirecting the page and returning the path to the current template. Redirect - To redir 阅读全文
posted @ 2016-07-05 12:10 jinchunguang 阅读(118) 评论(0) 推荐(0)
摘要: Helpers\SimpleCurl The SimpleCurl class is there to curl data from RESTful services. A lot of companies use it nowadays for example twitter, google an 阅读全文
posted @ 2016-07-05 12:09 jinchunguang 阅读(156) 评论(0) 推荐(0)
摘要: Helpers\TableBuilder Table builder helper is a class that would help you to create tables in MySQL (primarily) without really going into details of SQ 阅读全文
posted @ 2016-07-05 12:09 jinchunguang 阅读(205) 评论(0) 推荐(0)
摘要: Helpers\Tags The tags helper is a collection of useful methods: Tags::clean($data) Clean function to convert data into an array. Tags::get($string) Th 阅读全文
posted @ 2016-07-05 12:09 jinchunguang 阅读(157) 评论(0) 推荐(0)
摘要: Helpers\ReservedWords This helper returns an array of reserved words, this includes php 7's new reserved words. ReservedWords::getList() This helper r 阅读全文
posted @ 2016-07-05 12:08 jinchunguang 阅读(111) 评论(0) 推荐(0)
摘要: Helpers\Sessions The session is a static class, this means it can be used in any controller without needing to be instantiated, the class has an init 阅读全文
posted @ 2016-07-05 12:08 jinchunguang 阅读(112) 评论(0) 推荐(0)
摘要: Helpers\PHPMailer PHPMailer is a third party class for sending emails, Full docs are available athttps://github.com/Synchro/PHPMailer Make an alias: u 阅读全文
posted @ 2016-07-05 12:07 jinchunguang 阅读(179) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 50 下一页