public ActionResult Index(int? pageIndex) { List
data = new List(); for (int i = 0; i pagedList = new PagedList(data.As...
分类:
Web程序 时间:
2014-05-26 19:52:39
阅读次数:
279
某系统要配套做一个android客户端,来一次android开发环境快速搭建,系统Win7,具体步骤如下:1、下载jdk:http://www.oracle.com/technetwork/java/javase/downloads/index.html安装jdk,我的安装目录是C:\Java\jd...
分类:
移动开发 时间:
2014-05-26 18:46:43
阅读次数:
381
Given an array of non-negative integers, you
are initially positioned at the first index of the array.Each element in the
array represents your maximu...
分类:
其他好文 时间:
2014-05-26 18:46:20
阅读次数:
251
<?php
/*--------------------编写自己的缓存类---------------*/
class my_cache{
//定义有关变量
private $cache_time;//缓存有效时间
private $cache_file;//缓存文件保存路径
//初始化类,默认是index.html时间是1
function __construc...
分类:
Web程序 时间:
2014-05-25 21:54:23
阅读次数:
328
1:关于homebrew下载地址
homebrew下载地址网上版本很多:我用了几个都是显示 404 bad request
如图:均无法现在
有一个网址会给出最新的 安装地址: the URL is: http://brew.sh/index_zh-cn.html
在网站的最下面给出了通过terminal下载 homebrew的最新的下载地址:
我下载的...
分类:
其他好文 时间:
2014-05-25 21:34:49
阅读次数:
293
HTTPCLIENT 此工具是由apache基金会支持开发的一套 开源 http client 组件,
目前属于 http components的一部分,官网:http://hc.apache.org/index.html http components
健壮地实现了基础HTTP部分, 并可以被.....
分类:
编程语言 时间:
2014-05-25 14:53:12
阅读次数:
338
之前看Autoencoder的时候,做了一下这里的练习:http://ufldl.stanford.edu/wiki/index.php/Exercise:Sparse_Autoencoder 。其实 从1月份就开始做了,当时没有调试通过,后来又加班太多,一直没有接着做。直到上上周末抽空调了一天,终于顺利完成了,又拖到这周末才开始把实验结果整理成文。看来,做事还得趁热打铁,一气呵成。时间一久,积极...
分类:
其他好文 时间:
2014-05-25 08:53:28
阅读次数:
907
最近在测试新游戏的部署方案,我们正在测试的一款手游后端代码部署采用HAProxy+Keepalived的方式进行部署,所以顺便研究下Keepalived的详细资料。Keepalived的官方地址是http://www.keepalived.org/index.htmlKeepalived是一个用C语言编写的路由软件,它的目的是为Linux系统或..
分类:
其他好文 时间:
2014-05-25 05:47:58
阅读次数:
206
reference:http://json-lib.sourceforge.net/apidocs/jdk15/index.htmlThistutorialwillwalkthroughhowtoconfigureSpringMVCtoreturnaJSONobjecttoclientbrowser.One
ofthemaindecisionstobetakenwhiledevelopingAJAXapplicationsis
theformatofmessagespassedbytheservertoth..
分类:
编程语言 时间:
2014-05-25 05:38:40
阅读次数:
450