码迷,mamicode.com
首页 >  
搜索关键字:table function    ( 87923个结果
POJ 2676 数码问题DLX
Sudoku Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 13023   Accepted: 6455   Special Judge Description Sudoku is a very simple task. A square table with 9...
分类:其他好文   时间:2014-05-03 00:31:30    阅读次数:400
遮罩层
/*** 给元素增加遮罩层* @param maskLayer 遮罩层* @param maskObj 被遮罩元素*/function doMask(maskLayer,maskObj){ maskLayer.css("filter","alpha(opacity=60)"); maskLayer....
分类:其他好文   时间:2014-05-02 21:44:40    阅读次数:434
JQuery_2.1.0_日记 2014-5.1
JQuery工具方法. (1)$.isNumeric(obj)     此方法判断传入的对象是否是一个数字或者可以转换为数字.     isNumeric: function( obj ) {         // parseFloat NaNs numeric-cast false positives (null|true|false|"")        // ...bu...
分类:Web程序   时间:2014-05-02 19:17:27    阅读次数:352
jquery.validate自定义验证--成功提示与择要提示
1. 自定义验证--成功提示 1) 添加选项 errorClass: "unchecked", validClass: "checked", errorElement: "span", errorPlacement: function (error, element) { if (element.parent().find("span[for=""" + element.attr("id...
分类:Web程序   时间:2014-05-02 18:38:21    阅读次数:467
extjs desktop中桌面图标换行
在Desktop.js中扩展一个函数initShortCut : function() { var btnHeight = 64; var btnWidth = 64; var btnPadding = 30; var col = { index ...
分类:Web程序   时间:2014-05-02 13:28:43    阅读次数:490
LU分解(2)
接着上次LU分解的讲解,这次给出使用不同的计算LU分解的方法,这种方法称为基于GaxPy的计算方法。这里需要了解lapapck中的一些函数。lapack中有一个函数名为gaxpy,所对应的矩阵计算公式是:x = Gx + y; 对应的Matlab代码如下:function[L, U] =zgaxpy...
分类:其他好文   时间:2014-05-02 13:09:10    阅读次数:414
出错mlogc.c:32:23: error: curl/curl.h: No such file or directory
出现下列错误: mlogc.c:32:23: error: curl/curl.h: No such file or directory mlogc.c:1091: error: expected ‘)’ before ‘*’ token mlogc.c: In function ‘logc_init’:      出错原因:缺少libcurl-dev or libcurl-devel ...
分类:其他好文   时间:2014-05-02 10:50:35    阅读次数:371
UVA 之11300 - Spreading the Wealth
Problem A Communist regime is trying to redistribute wealth in a village. They have have decided to sit everyone around a circular table. First, everyone has converted all of their properties to co...
分类:其他好文   时间:2014-05-02 10:30:59    阅读次数:375
MySQL分页的LIMIT函数
SELECT*FROM表名称LIMITM,N 。其中的m表示从第几条开始,0表示第一条;n表示一共显示几条。mysql_num_rows:取得结果行的数目。table中奇数行变色或偶数行变色:tr:nth_child(odd或even){里面写入颜色};其中odd表示奇数行,even表示偶数行。
分类:数据库   时间:2014-05-02 09:17:24    阅读次数:330
ASP.NET MVC 动态加载 *.ascx
在Controller中: public ActionResult LoadFoo() { return PartialView("Foo", aModel); }Javascript: function loadFoo() { $.ajax({ url: "LoadFoo", success: f...
分类:Web程序   时间:2014-05-02 08:18:52    阅读次数:353
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!