码迷,mamicode.com
首页 >  
搜索关键字:fulltext index and 2d index    ( 33687个结果
使用keepalived实现haproxy的高可用
二、配置haproxy实现网站的负载均衡:1、node1和node2都安装httpd,php,php-mysql:[root@node1~]#yum-yinstallhttpdphpphp-mysql[root@node2~]#yum-yinstallhttpdphpphp-mysql2、为node1和node2提供静态和动态网页:[root@node1~]#ls/var/www/html/ index.htmlindex.php [roo..
分类:其他好文   时间:2014-05-05 12:30:42    阅读次数:614
CSS浮动
CSS清浮动:==>抄自梦想天空:http://www.cnblogs.com/lhb25/p/3674353.html上代码:所有代码访问:http://www.iyunlu.com/demo/enclosing-float-and-clearing-float/index.html 那些年我们....
分类:Web程序   时间:2014-05-04 20:50:29    阅读次数:332
深刻理解Linux进程间通信(IPC)
深刻理解Linux进程间通信(IPC) 郑彦兴 原文地址:http://www.ibm.com/developerworks/cn/linux/l-ipc/index.html 一个大型的应用系统,往往需要众多进程协作,进程(Linux进程概念见附1)间通信的重要性显而易见。本系列文章阐述了Linu...
分类:系统相关   时间:2014-05-04 20:27:18    阅读次数:485
php wamp 配置虚拟主机
apeach 配置; ServerAdmin webrx@126.com DocumentRoot "E:\wamp\www\yii_1113\fkgm" ServerName www.cup.com DirectoryIndex index.html index.php ...
分类:Web程序   时间:2014-05-04 20:13:47    阅读次数:331
RFID Hacking–资源大合集
http://www.proxmark.org/forum/index.phpRFID破解神器官方论坛http://rfidiot.org/集成RFID ID识别/暴力破解/读写卡一身的Py包,通读官方网站所有信息会对RFID破解步骤有一个基本了解。http://www.rfdump.org/(被墙...
分类:其他好文   时间:2014-05-04 20:08:02    阅读次数:384
uva 11992 线段树对矩阵进行更新查询
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3143 把矩阵变成一行,然后计算位置,lrj给了线段树数组做法 但是我做的线段树空间过大,直接爆掉,所以换方法了 主要还是测试自己的线段树区间更新的模板 各种RE+WA之后AC,,,,, ...
分类:其他好文   时间:2014-05-04 18:06:36    阅读次数:412
【译】 AWK教程指南 5AWK中的数组
awk程序中允许使用字符串当做数组的下标(index)。利用这个特色十分有助于资料统计工作。(使用字符串当下标的数组称为Associative Array) 首先建立一个数据文件,并取名为 reg.dat。此为一学生注册的资料文件;第一栏为学生姓名,其后为该生所修课程。 ...
分类:其他好文   时间:2014-05-04 11:30:50    阅读次数:351
Xampp 配置出现403无法访问
找到\xampp\apache\conf\httpd.conf配置文件Access forbidden!You don’t have permission to access the requested directory. There is either no index document or ...
分类:其他好文   时间:2014-05-04 11:12:23    阅读次数:336
MVC异步分页
如图:1: 控制器代码// // GET: /AjaxUser/ shopEntities shop = new shopEntities(); public ActionResult Index() { return V...
分类:Web程序   时间:2014-05-04 10:58:15    阅读次数:380
报错: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
描述:使用Hibernate登陆验证时故意输入没有的用户名,所产生的错误。错误代码:/* * 根据客户的用户名查找客户信息 */ @Override public User getUserByUserName(String userName) { String hql="from User ...
分类:编程语言   时间:2014-05-04 10:57:50    阅读次数:372
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!