E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
funct
jQuery中使用ajax,$.post
callback (
Funct
·
2015-11-13 02:01
jquery
AddComponentRecursively
") static
funct
·
2015-11-13 02:35
component
JavaScript对象的创建之使用json格式定义
person = { name : "luogankun", //通过属性名:属性值来表示,不同的属性通过,来间隔 age : 25, say :
funct
·
2015-11-13 02:14
JavaScript
javascript 操作cookie类
this.replace(/^\s+/g,"").replace(/\s+$/g,""); }
funct
·
2015-11-13 01:45
JavaScript
javascript原型继承中的两种方法对比
而在继承的时候有两种常用方式,今天我们就来稍作探讨 1 //父类 2 function Person(name){ 3 this.name = name; 4 }; 5 6 // 子类 7
funct
·
2015-11-13 00:21
JavaScript
给内置对象或自定义对象添加存取器属性(getter setter)的方法总结
funct
= { get: function() { return this._x }, set: function(value) { this.
·
2015-11-13 00:38
setter
对于js原型和原型链继承的简单理解(第一种,原型链继承)
先看一下普通函数的原型 例如:
funct
·
2015-11-12 23:59
原型链
LeetCode_3Sum Closest
target) { 4 // Start typing your C/C++ solution below 5 // DO NOT write int main()
funct
·
2015-11-12 23:14
LeetCode
一些常见的问题与解决代码!(精典) 2
)">ywicc.com</a> 网页屏保 <script language="JavaScript">
funct
·
2015-11-12 21:00
代码
vb 对注册表操作
RtlMoveMemory" _ (dest As Any, source As Any, ByVal numBytes As Long) Private Declare
Funct
·
2015-11-12 21:17
注册表
【C#代码段】ajax从asp后台获取数据
taskList=1" , 4 cache: false, 5 success:
funct
·
2015-11-12 18:46
Ajax
:javascript 获取 浏览器body高宽等 (兼容多个浏览器:IE Firefox google apple 测试通过)
document.documentElement.clientHeight在IE和火狐里都能获取正确值,下面一篇文章详细介绍了获取各种浏览器可见窗口大小这方面的差别:<script language="javascript">
funct
·
2015-11-12 17:46
JavaScript
attachEvent和addEventListener
obj = document.getElementById("testdiv"); obj.onclick=
funct
·
2015-11-12 16:44
attachEvent
javascript 关于函数的返回值
以new操作符调用函数
funct
·
2015-11-12 15:21
JavaScript
javascript bind
定义: function.bind(thisArg[,arg1[,arg2[,argN]]]) 返回值 依然是function 这里与apply和call是不同的,apply和call是直接执行
funct
·
2015-11-12 15:02
JavaScript
php 访问控制和重载
php class test{ private $a = 1; public function get(){ return $this->a; } public
funct
·
2015-11-12 14:36
访问控制
js运动
获取块的宽度/高度,不包括border 三、offsetLeft / offsetTop 获取块的Left / Top坐标,没有Right和bottom的 四、定义函数
funct
·
2015-11-12 13:30
js
基于jQuery的拖动排序插件
dragsort.codeplex.com/ // License: http://dragsort.codeplex.com/license (function($) { $.fn.dragsort =
funct
·
2015-11-12 11:58
jquery
extJs学习基础4 Ext.each的用法
countries = ['Vietnam', 'Singapore', 'United States', 'Russia']; 5 Ext.Array.each(countries,
funct
·
2015-11-12 09:27
ExtJs
this的用法
一个常用的 this 用法: < script >
funct
·
2015-11-12 09:17
this
参数传递--函数声明与变量声明优先级?
fn(); //output 2 var fn= function(){ console.log(1); }
funct
·
2015-11-12 08:28
参数传递
解决ajax跨域问题的多种方法
js/jquery-1.4.2.min.js"></script> <script type="text/javascript"> $(
funct
·
2015-11-11 19:13
AJAX跨域
function in mathemtics
We write f(a)=b if b is the unique element of B assigned by the
funct
·
2015-11-11 18:30
function
Python中的multiprocessing和threading
——threading 最简单的多线程编程的例子 上代码: import threading def threading_func(name): print "This is
Funct
·
2015-11-11 18:07
process
从汇编看c语言函数调用
在Linux下通过命令gcc -S
funct
·
2015-11-11 14:55
C语言
js继承
username; 3 this.hello = function(){ 4 document.write(this.username); 5 } 6 } 7
funct
·
2015-11-11 11:57
js
js下载文件;下载方式
和href方式;已经中文乱码问题
basePath %>html/document/GJB/CYBDXZ/文件名.doc">文件名.doc</a> 2. href方式:
funct
·
2015-11-11 11:07
中文乱码
【C++11】新特性——auto的使用
//www.sollyu.com/c11-new-features-auto/ 【C++11】新特性——Lambda函数 http://www.sollyu.com/c11-new-lambda-
funct
·
2015-11-11 10:50
auto
matlab secant method
particular script finds the square root of a number M % (input by the user) % note that the
funct
·
2015-11-11 06:47
matlab
Exchange2007用户-用户全部访问权限授权命令及验证脚本
admin -AccessRights FullAccess 以上命令可以让用户admin可以有pinlv用户的全部访问权限,验证方法如下: 1、以WebDAV的方式访问:
funct
·
2015-11-11 06:07
Exchange
JavaScript trim函数大赏
String.prototype.trim =
funct
·
2015-11-11 06:00
JavaScript
Dissecting the SharePoint 2010 Taxonomy fields
As every new
funct
·
2015-11-11 02:03
SharePoint
define常量
先贴一段示例: class A { public
funct
·
2015-11-11 02:03
in
[FLEX]自定义格式化DataGrid的列值
ActionScript代码: private
funct
·
2015-11-11 02:18
datagrid
Function 语意学
nostatic members functions 1 调用方式 C++的设计原则之一就是:nonstatic member function知识和一般的nonmember
funct
·
2015-11-11 02:27
function
index_js源码
jsright(rights,rightn) { var sr=rights; sr = sr.substring(sr.length-rightn,sr.length); return sr; }
funct
·
2015-11-11 01:53
index
AJAX小例一枚(仅GET)
nbsp; this.url = url; AJAX.Counter++;}AJAX.Counter = 0;AJAX.prototype.CreateXHR =
funct
·
2015-11-11 01:39
Ajax
FiddlerScript开发
public static BindUIColumn("Method", 60)
funct
·
2015-11-10 23:54
fiddler
[JS]根据格式字符串分析日期(MM与自动匹配两位的09和一位的9),货币分析成浮点数
nbsp; var sFormat = 'MM / dd / yyyy hh:mm:ss'; 3 4
funct
·
2015-11-10 23:01
字符串
PHP获取文件后缀名的几种方法
")+1); return $type; } PHP获取文件后缀名的几种方法2:
funct
·
2015-11-10 23:38
PHP
mass Framework css模块 v2
+|\W)/g,'')]; dom.log("已加载css_ie模块"); dom.define("css_ie",
funct
·
2015-11-10 22:38
framework
[leetcode]Remove Nth Node From End of List
head, int n) { // Start typing your C/C++ solution below // DO NOT write int main()
funct
·
2015-11-10 21:17
LeetCode
简洁常用的栏目切换js.可以直接使用
简单的常用栏目切换js.还不知道怎么上传文件呢.有点郁闷 直接贴代码.html View Code <script type="text/javascript">
funct
·
2015-11-09 13:47
js
chrome
解决:$("a").click(
funct
·
2015-11-08 15:17
chrome
PHP学习笔记二十八【抽象类】
abstract class Animal{ public $name; protected $age; abstract
funct
·
2015-11-08 15:48
学习笔记
ASP.NET MVC 使用jquery.form.js 异步上传 在IE下返回值被变为下载的解决办法
(document).off("ajaxSend"); //异步上传 $("#Submit").click(
funct
·
2015-11-08 13:34
asp.net
多语句表值函数获取指定节点Id及其所有子节点Id
语法: CREATE FUNCTION [ owner_name.]
funct
·
2015-11-08 11:30
函数
Javascript中的setInterval() 和clearInterval()
语法: setInterval(
funct
·
2015-11-08 11:30
SetInterval
php中的匿名函数的注意事项
quot;aa"; }; echo $callback(); 这是打印出来是aa; 看下面的例子: echo $callback(); $callback=
funct
·
2015-11-08 11:47
匿名函数
Jquery多文件上传控件
nbsp;(08-APR-2009) * @requires jQuery v1.3.2 or later * */ ; (
funct
·
2015-11-07 14:17
jquery
上一页
28
29
30
31
32
33
34
35
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他