2015年12月的内容
memcached telnet命令
连接 cmd下执行: 格式:telnet ip port,如下: telnet 127.0.0.1 11211 如连接失败,显示 退出 quit 命令说明: 一、存储命令 存储命令的格式: ? 1 ……
redis 命令大全
全部(All) 关键字(Keys) 字符串(String) 哈希(Hashs) 列表(Lists) 集合(Sets) 有序集合(Sorted Sets) HyperLogLog 发布/订阅(Pub/Sub) 事务(Transactions) 脚本(Scripting)&……
Windows下Redis的安装使用
摘要 redis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、list(链表)、set(集合)、zset(sorted set –有序集合)和hash(哈希类型)。这些数据类型都支持push/pop、add/remove及取交集并集和差集及更丰富的操作,而……
cakePHP连表查询兼容分页
/** * 查询渠道数据 * $search_qd_type:渠道类型(正向点播、RDO等) * $search_type:查询、导出 * $summary_type:汇总、明细 * * http://***/ebook/orders/statistics_summary/2015-12-21/2015-12-23/empty/empty/emp……
PHP 导出csv模板
/** * 导出一键登录日志 */ function export_excel($start=”,$end=”,$status=100){ ini_set(‘max_execution_timeR……
Helper_Array二位数组按照字段排序
<?php /* * Created on 2015-12-22 * * To change the template for this generated file go to * Window – Preferences – PHPeclipse – PHP ……
新增付费、渠道激活统计sql
— 新增付费 drop table member_time_orders_temp; create table member_time_orders_temp select m.id from member_time_orders m where ( (m.date >= ‘2015-10-……
linux服务器被入侵,建立一系列定时任务
Unknown linux process with random command up vote4down votefavorite 1 I have a unknown process when I run top: ……
【mysql】统计订购,留存率,付费率数据分析
drop table member_time_orders_temp; create table member_time_orders_temp select m.id from member_time_orders m where ( (m.date >= ‘2014-07-01’ and m.date……
4个好看的table样式
1. 单像素边框CSS表格 这是一个很常用的表格样式。 源代码: <!– CSS goes in the document HEAD or added to your external stylesheet –> <style type=”text/css”>……
- 1
- 2