帮朋友调一个网站的时候,发现首页竟然是302跳转:程序是WeCenter,下了个在本地调试,最后解决起来倒也简单,直接用的代码替换,不用写程序、模板了。具体替换的位置:用app/explore/main.php的方法index_adction的代码,替换app/home/main.php中的index_action方法的代码即可..
分类:
其他好文 时间:
2014-08-03 08:03:25
阅读次数:
273
题目:Given an index k, return the kth row of the Pascal's triangle.For example, given k = 3,Return [1,3,3,1].Note:Could you optimize your algorithm to ....
分类:
编程语言 时间:
2014-08-03 05:24:06
阅读次数:
304
这个才是我们学node.js的真正原因,服务器!1、新建一个 index.js 写下var myhttp=require('http');myhttp.createServer(function(req,res){res.writeHead(200,{'Content-Type':''text/t....
分类:
Web程序 时间:
2014-08-02 18:05:13
阅读次数:
224
[color="#02368d"]Linux常用下载工具推荐转自: http://doc.zoomquiet.org/data/20060730210451/index.html 图形界面下载工具Linux提供了很多类似Windows中FlashGet、网络蚂蚁等下载工具。 KGet KGet是KD...
分类:
系统相关 时间:
2014-08-02 15:26:03
阅读次数:
442
Java Cryptography Architecture Standard Algorithm Name Documentation for JDK 8:
http://docs.oracle.com/javase/8/docs/api/index.html...
分类:
编程语言 时间:
2014-08-02 12:56:03
阅读次数:
400
http://www.oracle.com/technetwork/cn/database/database10g/downloads/index.html http://www.cnblogs.com/Fskjb/archive/2009/07/08/1519483.htmlhttp://kb.....
分类:
数据库 时间:
2014-08-02 10:01:13
阅读次数:
220
//路由设置(短链接设置)'URL_ROUTER_ON' => true,'URL_ROUTE_RULES' => array('log' => 'Login/index','admin' => 'Login/admin','reg' => 'Login/register','c/:id' => '...
分类:
Web程序 时间:
2014-08-02 01:47:32
阅读次数:
243
The article copied fromhttp://ubuntuhandbook.org/index.php/2013/12/install-teamviewer-ubuntu-1404/TeamViewer 9 Stable now is available. It features mu...
分类:
其他好文 时间:
2014-08-01 22:55:32
阅读次数:
262
Intro to pacemaker on heartbeat http://foaa.de/old-blog/2010/10/intro-to-pacemaker-on-heartbeat/trackback/index.html With squeeze around the corner it...
分类:
其他好文 时间:
2014-08-01 18:43:32
阅读次数:
391
/*
* 传入一个字符串 将它分割成大写字符为首的字符串数组
*/
private ArrayList splitByUpperCase(String str) {
ArrayList rs = new ArrayList();
int index = 0;
int len = str.length();
...
分类:
编程语言 时间:
2014-08-01 16:18:11
阅读次数:
250