核心代码:$('#top li').click(function(){var index=$('#top li').index(this);$('#top li:eq('+index+')').addClass('cur').siblings('li').removeClass('cur');$('...
分类:
Web程序 时间:
2014-08-12 21:36:54
阅读次数:
274
首先pandas的作者就是这本书的作者 对于Numpy,我们处理的对象是矩阵 pandas是基于numpy进行封装的,pandas的处理对象是二维表(tabular, spreadsheet-like),和矩阵的区别就是,二维表是有元数据的 用这些元数据作为index更方便,而Numpy只有整形的i...
分类:
编程语言 时间:
2014-08-12 18:56:14
阅读次数:
399
(function(){ var tit = $("#changes"), con = $("#wday>ul"), page = con.length, index = 0; tit.click(function(){ if(index < page){ index++; }else{ index...
分类:
Web程序 时间:
2014-08-12 18:54:14
阅读次数:
279
把这两个文件放到项目文件根目录的nbproject文件夹下面,运行index.php如:http://localhost/你的CI目录/nbproject/index.php,之后重启netbeans。试试写$this->看后面出现什么!哈哈哈 ? index.php ==========...
分类:
Web程序 时间:
2014-08-12 17:46:35
阅读次数:
290
来源:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=4&problem=227&mosmsg=Submission+received+with+ID+14026069
The House Of Santa Claus
In...
分类:
其他好文 时间:
2014-08-12 17:08:04
阅读次数:
288
.pop_overlay{ width: 100%; height: 100%; background: #c2c2c2; opacity: 0.5; filter:alpha(opacity=50); position: fixed; z-index: 1; left: 0; top:0; dis...
分类:
其他好文 时间:
2014-08-12 16:47:14
阅读次数:
189
(function(){ var tit = $("#changes"), con = $("#wday>ul"), page = con.length, index = 0; tit.click(function(){ if(in...
分类:
Web程序 时间:
2014-08-12 16:40:34
阅读次数:
218
转载请注明来源:http://blog.csdn.net/goldenfish1919/article/details/33729679用eclispe打包的时候报错:[2014-06-23 13:44:35 - Dex Loader] Unable to execute dex: Cannot m...
分类:
移动开发 时间:
2014-08-12 16:34:34
阅读次数:
231
index.php入口文件中打开APP_DEBUG// 开启调试模式define('APP_DEBUG', TRUE);// 开启Trace信息'SHOW_PAGE_TRACE'=>true,//显示页面Trace信息另外ThinkPHP框架上以下也可以下点功夫ThinkPHP/Conf/conve...
分类:
Web程序 时间:
2014-08-12 16:14:54
阅读次数:
260
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4174
考虑第i个人当裁判的情形。假设从a1到ai-1有ci个人比ai小,那么就有(i-1)-ci个比ai大。di同理。
根据乘法原理和加法原理,i当裁判时有ci(n-i-di)+di(...
分类:
其他好文 时间:
2014-08-12 13:45:44
阅读次数:
193