上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 38 下一页
摘要: 1、查询STRUCTURE_ID=106562并且COL1=2 或者 COL1=0 或者 COL2=2,对TS进行排序,从第10条开始取1000条。SELECT ID FROM T_RESOURCE_BASE_SphinxSE WHERE query='select=IF(STRUCTURE_ID=106562,1,0) AND (IF(COL1=2,1,0) OR IF(COL1=0,1,0) OR IF(COL2=2,1,0)) as match_qq;filter= match_qq, 1;sort=attr_desc:TS;offset=10;limit=1000'2、 阅读全文
posted @ 2014-03-31 08:37 缤纷世界 阅读(696) 评论(0) 推荐(0) 编辑
摘要: #创建sftp组groupadd sftp#创建一个用户dsidealuseradd -g sftp -s /bin/false dsideal#设置dsideal用户的密码passwd dsideal#创建一个sftp的上传目录mkdir /usr/local/sftp#修改用户dsideal... 阅读全文
posted @ 2014-03-25 16:03 缤纷世界 阅读(6518) 评论(0) 推荐(0) 编辑
摘要: 【JavaScripst效果】全选、全不选、反选 选择列表 选项1 选项2 选项3 选项4 选项5 选项6 选项7 选项8 选项9 选项10 全选反选确定 阅读全文
posted @ 2014-03-24 17:23 缤纷世界 阅读(488) 评论(0) 推荐(0) 编辑
摘要: /** * 获得指定文件的byte数组 */ private byte[] getBytes(String filePath){ byte[] buffer = null; try { File file... 阅读全文
posted @ 2014-03-12 07:50 缤纷世界 阅读(108085) 评论(3) 推荐(4) 编辑
摘要: 一、服务器硬件对MySQL性能的影响 1、磁盘寻道能力(磁盘I/O),以目前高转速SCSI硬盘(7200转/秒)为例,这种硬盘理论上每秒寻道7200次,这是物理特性决定的,没有办法改变。 MySQL每秒钟都在进行大量、复杂的查询操作,对磁盘的读写量可想而知。所以,通常认为磁盘I/O是制约MySQL性... 阅读全文
posted @ 2014-03-10 14:05 缤纷世界 阅读(4254) 评论(0) 推荐(1) 编辑
摘要: nginx.conf location / { proxy_redirect off; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; ... 阅读全文
posted @ 2014-03-08 14:22 缤纷世界 阅读(6328) 评论(0) 推荐(0) 编辑
摘要: import com.alibaba.fastjson.JSONArray;import com.alibaba.fastjson.JSONObject;public class testJson { /** * @param args */ public static ... 阅读全文
posted @ 2014-02-28 23:29 缤纷世界 阅读(2171) 评论(0) 推荐(0) 编辑
摘要: 1、下载OpenResty和Redis OpenResty下载地址:wget http://openresty.org/download/ngx_openresty-1.4.3.6.tar.gz Redis下载地址:wget http://download.redis.io/releases/red 阅读全文
posted @ 2014-02-15 16:29 缤纷世界 阅读(17442) 评论(0) 推荐(1) 编辑
摘要: 地址:http://ideone.com/ 阅读全文
posted @ 2014-01-15 08:34 缤纷世界 阅读(197) 评论(0) 推荐(0) 编辑
摘要: import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.Date;/** * 日期工具类 默认使用 "yyyy-MM-dd HH:mm... 阅读全文
posted @ 2014-01-15 08:29 缤纷世界 阅读(11205) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 38 下一页