上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页
摘要: Bootstrap 101 Template Email 效果图... 阅读全文
posted @ 2015-01-29 18:03 yo胡yo 阅读(760) 评论(0) 推荐(0) 编辑
摘要: $num = $quan = $direct = 0; $arr = array(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16); $result = array(); while(1) { //取一个数 $key = get_one($arr,$result); //方向只有4个 0(左),1(右),2(上),3(下) 去摸求余可... 阅读全文
posted @ 2015-01-29 14:56 yo胡yo 阅读(615) 评论(0) 推荐(0) 编辑
摘要: 接口需求: 输出json 单一入口 安全 http://segmentfault.com/q/1010000000143852基于token验证?session? 缓存 session cookie 数据库 配置 日志 公共文件夹 我的框架: index.php:定义时区,定义运行环境,定义框架目录路径,引入框架文件(除... 阅读全文
posted @ 2015-01-27 22:30 yo胡yo 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 官方demo // 创建一对cURL资源 $ch1 = curl_init(); $ch2 = curl_init(); // 设置URL和相应的选项 curl_setopt($ch1, CURLOPT_URL, "http://www.example.com/"); curl_setopt($ch1, CURLOPT_HEADER, 0); curl_setopt($ch2, C... 阅读全文
posted @ 2015-01-27 10:11 yo胡yo 阅读(670) 评论(0) 推荐(0) 编辑
摘要: /** * 求某月/某年的工作日 * @param array $search 搜索类型 * @param array $other_day 寒暑假和过节 * @return array 工作日 */ function get_workday($search = array(), $other_day = array()) { //获取搜索的所有天... 阅读全文
posted @ 2015-01-27 09:38 yo胡yo 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 摘自:http://safe.it168.com/a2009/1108/805/000000805490.shtml 要备份数据库” phpbb_db_backup ” #mysqldump phpbb_db_backup | gzip > /usr/backups/mysql/ phpbb_db_backup.2005.5.6.gz 要恢复数据库” phpbb_db_backup ” #... 阅读全文
posted @ 2015-01-25 12:04 yo胡yo 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 截取文件后缀: $slen = strlen($suffix); substr($this->uri_string, -$slen) === $suffix 原理:截取倒数多少长度字符 判断多维数组变量是否存在: isset($this->config[$index], $this->config[$index][$item]) 打开文件,即创建文件 'a'写入方式打开,将文件... 阅读全文
posted @ 2015-01-24 22:07 yo胡yo 阅读(147) 评论(0) 推荐(0) 编辑
摘要: $value) { $config[$key] = $value; } return $config; } /** * 加载框架/应用类库 */ function &load_class($class, $directory = 'libraries', $param = NULL) { static $_classes = array();... 阅读全文
posted @ 2015-01-24 20:02 yo胡yo 阅读(440) 评论(0) 推荐(0) 编辑
摘要: php$ip = '192.168.6.1';$mask = '255.255.2.0';$sub_net = array();//子网$ip_explode = explode('.', $ip);$mask_explode = explode('.', $mask);foreach ($ip_e... 阅读全文
posted @ 2015-01-24 18:23 yo胡yo 阅读(869) 评论(0) 推荐(0) 编辑
摘要: 截取文件后缀:$slen = strlen($suffix);substr($this->uri_string, -$slen) === $suffix原理:截取倒数多少长度字符判断多维数组变量是否存在:isset($this->config[$index], $this->config[$inde... 阅读全文
posted @ 2015-01-24 15:14 yo胡yo 阅读(197) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页