CI中的router设置application/config/routes.php中定义了一个名为$route的数组,用来设置默认路由和404页面以及可以设置一些匹配方式。1.设置默认路由 $route[‘default_controller’] = “demo/index”; demo 对应controller 名称, index 对应方法名称2.route[‘list′]=“demo/...
分类:
其他好文 时间:
2015-04-18 13:12:57
阅读次数:
133
为了获取更好的性能,我们常常需要将tomcat进行集群部署。下文通过nginx转发实现tomcat集群,并通过nginx-upstream-jvm-route插件保证session的粘滞。
应用场景环境:
server1 服务器上安装了 nginx + tomcat01
server2 服务器上只安装了 tomcat02
server1 I...
分类:
其他好文 时间:
2015-04-17 11:29:58
阅读次数:
184
最近在做远程监控的项目,打算用开发板给一个网站发送数据包。不过发现开发板只能ping通同一局域网内的ip,外网的ip不能ping通。纠结了半天发现是网关没有设置的原因。下面来说说如何解决这个问题。 首先没设置之前用route命令查看是这样的 网关Gateway下面是空的,这个时候ping外网...
分类:
其他好文 时间:
2015-04-16 21:22:31
阅读次数:
180
方法1:echo"192.168.1.0/24via172.17.100.1">/etc/sysconfig/network-scripts/route-eth0[root@cms~]#echo"192.168.1.0/24via172.17.100.1">/etc/sysconfig/network-scripts/route-eth0
[root@cms~]#route-n
KernelIProutingtable
DestinationGatewayGenmaskFlagsMetric..
分类:
其他好文 时间:
2015-04-15 23:32:34
阅读次数:
188
解决方案:/etc/sysconfig/network/etc/hosts$hostname这三处的主机名都要一样。具体参考:http://blog.itpub.net/28254374/viewspace-1059607/
分类:
其他好文 时间:
2015-04-15 23:17:20
阅读次数:
125
标题:Gas Station通过率:25.7%难度:中等There areNgas stations along a circular route, where the amount of gas at stationiisgas[i].You have a car with an unlimite...
分类:
其他好文 时间:
2015-04-15 22:46:35
阅读次数:
146
实际的项目中,尽量使用ui-router代替ngRoute 前提条件: 下载angular-ui-router.min.js,导入到项目。 优势:因为ngRoute不支持嵌套的ng-view,而ui-router支持,能够构建比较复杂的页面布局。 基于state来进行导航...
分类:
其他好文 时间:
2015-04-15 15:08:54
阅读次数:
199
Attractive&ElegantNewElectronicStoreOpenCart自适应主题模板ABC-0170OpenCart版本1.5.5,1.5.5.1,1.5.6,1.5.6.1,1.5.6.2,1.5.6.3,1.5.6.4包含文件PHPFiles,CSSFiles,JSFiles详情地址http://www.chinaopencart.cn/index.php?route=product/product&product_id=304
分类:
其他好文 时间:
2015-04-13 21:02:24
阅读次数:
142
There are N gas stations along a circular route, where the amount of gas at station i is gas[i].
You have a car with an unlimited gas tank and it costs cost[i] of gas to travel
from station i to ...
分类:
其他好文 时间:
2015-04-13 09:34:53
阅读次数:
145
http://angular-transitions.mgechev.com/#/repeathttp://bubkoo.com/2014/01/01/angular/ui-router/guide/state-manager/http://angular-ui.github.io/ui-route...
分类:
Web程序 时间:
2015-04-12 11:55:07
阅读次数:
168