码迷,mamicode.com
首页 >  
搜索关键字:angularjs $routeprovider template function    ( 67881个结果
Ubuntu 下matlab 查看memory函数
function checkmemory%Copyright (c) 2014,Lv Qi%All rights reserved.%%Redistribution and use in source and binary forms, with or without modification, a...
分类:其他好文   时间:2014-05-10 20:07:52    阅读次数:413
遮罩层
/*** 给元素增加遮罩层* @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
拷贝构造函数[c++]
拷贝构造函数何时会被调用?1. 对象以值传递的方式传入函数参数2.对象以值传递的方式从函数返回3.对象需要通过另外一个对象进行初始化下面我们来看代码://#include //using namespace std;//template //T:队列的类型,char,int,double,包括自己....
分类:编程语言   时间:2014-05-02 17:33:17    阅读次数:401
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
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
《Pro AngularJS》学习小结-01
《Pro AngularJS》该书以一个SportsStore案例为主线铺开。一、开发环境设置该书中所用的server开发环境是Deployed,从来没听说过,而且作者也说该server没什么人用,我干脆弃用之。其他的环境包括NodeJS——这个必须装karma——测试环境,前期还没有用到,以后认真...
分类:Web程序   时间:2014-05-02 05:16:51    阅读次数:477
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!