上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 63 下一页
摘要: https://github.com/phpredis/phpredis 阅读全文
posted @ 2015-05-26 23:03 麦田守望者~ 阅读(104) 评论(0) 推荐(0) 编辑
摘要: /** *生成激活码 */ function showGenerationActivationCode(){ #渠道类型id $channel_id=$_POST['channel']; #根据渠道id去查询渠道英文名称 $channelIn... 阅读全文
posted @ 2015-05-26 21:19 麦田守望者~ 阅读(3354) 评论(0) 推荐(0) 编辑
摘要: jq bootstrap select 点击不能动弹 因为是样式selectpicker 冲突。解决办法换 样式 form-control 为option追加值:document.getElementById("type_name1").innerHTML=data; 阅读全文
posted @ 2015-05-25 17:39 麦田守望者~ 阅读(1357) 评论(1) 推荐(1) 编辑
摘要: var array={}; var arrChk=$("input[name='bike']:checked"); if(arrChk.length<=0){ alert('... 阅读全文
posted @ 2015-05-22 12:08 麦田守望者~ 阅读(7680) 评论(0) 推荐(0) 编辑
摘要: mongoDB 介绍(特点、优点、原理)介绍:MongoDB是一个基于分布式文件存储的数据库。由C++语言编写。旨在为WEB应用提供可扩展的高性能数据存储解决方案。特点:高性能、易部署、易使用,存储数据非常方便。主要功能特性有:Ø 面向集合存储,易存储对象类型的数据Ø 模式自由Ø 支持动态查询Ø 支... 阅读全文
posted @ 2015-05-21 23:15 麦田守望者~ 阅读(196) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-05-20 17:57 麦田守望者~ 阅读(0) 评论(0) 推荐(0) 编辑
摘要: Linux操作系统内核参数优化net.ipv4.tcp_max_tw_buckets = 6000net.ipv4.ip_local_port_range = 1024 65000net.ipv4.tcp_tw_recycle = 1net.ipv4.tcp_tw_reuse = 1net.ipv4... 阅读全文
posted @ 2015-05-20 10:22 麦田守望者~ 阅读(984) 评论(0) 推荐(0) 编辑
摘要: #定义Nginx运行的用户和用户组user www www;#nginx进程数,建议设置为等于CPU总核心数。worker_processes 8;#全局错误日志定义类型,[ debug | info | notice | warn | error | crit ]error_log /var/lo... 阅读全文
posted @ 2015-05-20 09:59 麦田守望者~ 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 1. 预备知识 一直以来很少看到有多少人使用php的socket模块来做一些事情,大概大家都把它定位在脚本语言的范畴内吧,但是其实php的socket模块可以做很多事情,包括做ftplist,http post提交,smtp提交,组包并进行特殊报文的交互(如smpp协议),whois查询。这些都... 阅读全文
posted @ 2015-05-19 12:00 麦田守望者~ 阅读(1759) 评论(0) 推荐(0) 编辑
摘要: 如: $tmplCacheFile = $this->tmplVarReplace(file_get_contents($tmplCacheFile));Strict Standards: Only variables should be passed by reference in /dat... 阅读全文
posted @ 2015-05-19 09:45 麦田守望者~ 阅读(108) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 63 下一页