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
returnthis
Java中的Enum的使用与分析
Thegivennameofme"), LIU("Thefamilynameofme"); privateStringcontext; privateStringgetContext(){
returnthis
.context
i_lovefish
·
2012-11-29 00:00
JavaScript string 字符串类型的扩展方法(搜集整理)
1.Js判断前缀后缀代码和判空(含全部是空格)://Js判断后缀 String.prototype.endsWith=function(suffix){
returnthis
.indexOf(suffix
farawayplace613
·
2012-11-28 22:00
Javascript Request获取请求参数如何实现
;
returnthis
.match(re)&&this.match(re)[1];};测试代码:复制代码代码如下:");document.write(s.getParameter('x1')+"");document.w
·
2012-11-28 11:53
Javascript 获取Request请求参数实现
;
returnthis
.match(re)&&this.match(re)[1]; };测试代码: "); document.write(s.getParameter('x1')+""); document.write
xxd851116
·
2012-11-27 16:00
google map api用列
GoogleMapsJavaScriptAPIExamplevar$=function(id){returndocument.getElementById(id);}String.prototype.trim=function(){
returnthis
.replace
fw2
·
2012-11-23 15:00
jQuery链式操作实现原理 (Array-Like Object)
ac','add']; a.replace=function(c,v){ for(vari=0;i
returnthis
i33
·
2012-11-22 10:00
为window添加新成员
a)a="";
returnthis
[key]; }, contains:function(key){
returnthis
.Get(key)==nu
andych008
·
2012-11-21 18:00
-正则表达式
u9fa5]匹配双字节字符(包括汉字在内):[^/x00-/xff]应用:计算字符串的长度(一个双字节字符长度计2,ASCII字符计1)String.prototype.len=function(){
returnthis
.re
qdpurple
·
2012-11-21 16:00
常用正则表达式
-正则表达式
u9fa5]匹配双字节字符(包括汉字在内):[^/x00-/xff]应用:计算字符串的长度(一个双字节字符长度计2,ASCII字符计1)String.prototype.len=function(){
returnthis
.re
qdpurple
·
2012-11-21 16:00
常用正则表达式
PHP一些常用的正则表达式
u9fa5]匹配双字节字符(包括汉字在内):[^\x00-\xff]应用:计算字符串的长度(一个双字节字符长度计2,ASCII字符计1)String.prototype.len=function(){
returnthis
.replace
乱舞
·
2012-11-21 13:00
php正则表达式
svm 行人识别 训练 基于Opencv
写得很好的svm+hog的分类器训练classMysvm:publicCvSVM { public: intget_alpha_count() {
returnthis
->sv_total;
zouwen198317
·
2012-11-19 11:00
jsp自定义标签的简单应用及作业
演示jsp中java代码实现 2)自定义标签实现 2、演示传统自定义标签(jsp2.0以前的) 1)使用自定义标签控制页面内容(标签体)是否输出,利用doStartTag()的返回值控制
returnthis
.SKIP_BODY
txf2004
·
2012-11-17 16:00
jsp自定义标签
心得11--jsp自定义标签案例分析
1、演示传统自定义标签(jsp2.0以前的)使用自定义标签控制页面内容(标签体)是否输出,利用doStartTag()的返回值控制
returnthis
.SKIP_BODY;//忽略标签体
returnthis
.EVAL_BODY_INCLUDE
tianyazaiheruan
·
2012-11-17 15:00
java
java
java
jsp
jsp
jsp
语言
include
自定义标签
Javascript生成二维码
jQuery.fn.MyQRCode=function(options){ _options=$.extend({},$.fn.MyQRCode.defaults,options);
returnthis
.each
北漂码农
·
2012-11-15 14:00
JavaScript
二维码
Javascript 中的 && 和 ||
varalice={ name:"alice", toString:function(){
returnthis
.name; }} varsmith={ name:"smith
as_you_will
·
2012-11-12 15:00
JavaScript
JavaScript
jQuery插件的制作之方法的参数
1、无参数实现文字阴影效果jQuery.fn.shadow=function(){
returnthis
.each(function(){ var$originalElement=jQuery(this
myjlvzlp
·
2012-11-10 16:00
javascript中的或 ||
replaceTmById:function(_box){ var$parent=_box||$(document);
returnthis
.replace(RegExp("({[A-Za-z_]+[A-Za-z0
az44yao
·
2012-11-06 17:00
Js 实现 replaceAll 方法
js代码String.prototype.replaceAll=function(s1,s2){
returnthis
.replace(newRegExp(s1,"gm"),s2); }方法
z69183787
·
2012-11-02 16:00
dwz jui 表格数据参数传递 点击时动态添加了个input
fn.extend({ cssTable:function(options){ varop=$.extend({scrollBox:"tableList",parent:$(document)},options);
returnthis
.e
az44yao
·
2012-11-02 14:00
JavaScript遍历对象属性
functionPerson(n,s,a){ this.name=n; this.sex=s; this.age=a; } Person.prototype.getName=function(){
returnthis
.name
accountwcx
·
2012-10-31 11:00
Jquery.Validate验证CheckBoxList,RadioButtonList,DropDownList是否选中
//DropDownList验证方法 $.validator.addMethod('selectNone', function(value,element){
returnthis
.optional
fox123871
·
2012-10-24 17:00
jQuery.Validate常用的一些规则
,function(value,element){ varlength=value.length; varmobile=/^(((13[0-9]{1})|(15[0-9]{1}))+\d{8})$/
returnthis
.optional
fox123871
·
2012-10-24 16:00
jquery中常用的方法简单介绍
testImage”});给某个元素添加属性/值,参数是map$(”img”).attr(”src”,”test.jpg”);给某个元素添加属性/值$(”img”).attr(”title”,function(){
returnthis
chaozhidan
·
2012-10-23 10:00
js验证去除字符串中的空格。
//去除前后空格functionString.prototype.trim(){
returnthis
.replace(/(^\s+)|(\s+$)/g,"");} //应用functionpanduan
·
2012-10-19 13:00
字符串
单向链表
classNode{privateStringdata;privateNodenext;publicNode(Stringdata){this.data=data;}publicStringgetData(){
returnthis
.data
deaful
·
2012-10-15 16:49
string
class
n2
null
c
Java
JS自动缩小超出大小的图片
/img/loading.gif";
returnthis
.each(function(){vart=$(this);varsrc=$(this).attr("src")varimg=newImage()
·
2012-10-12 18:20
java实体类的作用
PlainOldJavaObjects)简单的Java对象 它的一般格式就是publicclassA{ privateStringid; publicStringgetId(){
returnthis
.id
sunjunliang52
·
2012-10-12 10:31
java
java
实体类
java实体类的作用
在程序中仅作为数据容器用来持久化存储数据用的POJO(PlainOldJavaObjects)简单的Java对象它的一般格式就是publicclassA{privateStringid;publicStringgetId(){
returnthis
.id
sunjunliang52
·
2012-10-12 10:31
java
java
实体类
buffer中clear rewind flip的区别
publicfinalBufferclear(){ position=0; //设置为0 limit=capacity; //极限和容量相同 mark=-1; //取消标记
returnthis
chengyingzhilian
·
2012-10-04 23:00
android
buffer
java.lang.String中的trim()方法的详细说明
首先我直接反编译String类,找到Trim()方法:publicstringTrim() {
returnthis
.TrimHelper(WhitespaceChars,2); }TrimHelper
clerk0324
·
2012-09-19 16:00
String
null
设置 autocomplete 只能选择下拉框的内容
$.fn.extend({ authorizeditemlist:function(options){
returnthis
.each(function(){ varsender=$(this
smeyou
·
2012-09-14 18:00
autocomplete
function
table
null
url
input
用js创建map
functionMap(){ this.elements=newArray(); //获取Map元素个数 this.size=function(){
returnthis
.elements.length
ianLi
·
2012-09-12 15:00
js
map
js创建对象的方式
//创建对象方式一-普通方式 varcar1=newObject(); car1.name='奔驰'; car1.color='red'; car1.desc=function(){
returnthis
.name
zhaoxuejie
·
2012-09-06 13:00
String,double,long之间的转换工具类
使用例子 /** * * */ publiclonggetMoney_count_ms(){
returnthis
.money_count_ms; } /** * * */ publicvoidsetMoney_count_ms
·
2012-09-04 15:00
String
Integer
Class
div
import
工具
DWZ (JUI) 教程 layoutH
有些刚刚入门的朋友对layoutH不是很理解,我简单画个图,稍微解释一下layoutH:function($refBox){
returnthis
.each(function(){ var$this=$
zb0567
·
2012-09-04 01:00
c
Ajax
function
table
div
JavaScript for…in 循环的陷阱
先定义一个构造函数:varStatus=function(arg){ this.arg=arg; } Status.prototype.getStatus=function(){
returnthis
.arg
wwbmyos
·
2012-09-02 23:00
JavaScript
function
object
String
枚举类型enum的使用
publicenumSize { //这个必须放在最开始 SMALL("S"),MEDIUM("M"),LARGE("L"); privateStringabbrev; publicStringgetAbbrev(){
returnthis
.abbrev
longyulu
·
2012-09-02 18:00
String
object
null
Class
whitespace
Struts2学习笔记之自定义拦截器
1、编写Action方法类publicclassUserAction{ privateStringmessage; publicStringgetMessage(){
returnthis
.message
boonya
·
2012-09-01 20:00
exception
struts
user
Interceptor
action
js去除空格函数
String.prototype.trim=function(){
returnthis
.replace(/(^\s*)|(\s*$)/g,"");}String.prototype.ltrim=function
loveany121
·
2012-08-31 13:00
JavaScript
function
javascript 类 构造函数和原型
functionRectangle(w,h){ this.width=w; this.height=h; } Rectangle.prototype.area=function(){
returnthis
.width
seacean2000
·
2012-08-28 10:00
JavaScript
c
function
测试
扩展
js去除空格(复制他人的,作为备注)
需要去掉空格,其中包括去掉右,左空格,还包括去掉所有空格,Js实现如下:functiondoclick(){vartt="1234fdsef";String.prototype.Trim=function(){
returnthis
.replace
wu00yu11
·
2012-08-22 17:00
JavaScript
去除空格
JS通用方法扩展
/* *系统中JS的扩展函数 * * */ //清除两边的空格 String.prototype.trim=function(){
returnthis
.replace(/(^\s*)
qq415734794
·
2012-08-22 13:00
Date
function
String
null
regex
扩展
jquery函数大全
testImage”});给某个元素添加属性/值,参数是map$(”img”).attr(”src”,”test.jpg”);给某个元素添加属性/值$(”img”).attr(”title”,function(){
returnthis
dxnn520
·
2012-08-21 20:00
jquery
Ajax
function
input
callback
div
结构体最后的长度为0或1数组的作用
其实很早在看LINUX下就看到这个东西,后来在MFC内存池里同样也看到了类似的东西,还依照MFC写过一个类似的小内存池,(MFC用的是
returnthis
+1)后来在李先静的《系统程序员成长计划》里看到了类似的定义
yuyin86
·
2012-08-21 14:00
c
struct
mfc
语言
编译器
structure
读大叔深入理解javascript(1)
vara=(function(){
returnthis
;}());//returnglobaobject a==window//returntrue m=1;//这个属于隐式全局变量,其实这中全局
·
2012-08-19 22:00
JavaScript
时间的相加减
中可以有这样的: Date.prototype.addDays=Date.prototype.addDays||function(days){this.setDate(this.getDate()+days);
returnthis
Alice_wang
·
2012-08-17 17:22
java
数据库
时间
C#
加减
jquery插件制作 图片走廊 gallery
复制代码代码如下:(function($){$.fn.gallery=function(){
returnthis
.each(function(){varself=$(this);self.click(function
·
2012-08-17 15:43
jquery插件制作教程 txtHover
定义插件的结构骨架:书中最开始使用的结构骨架如下:复制代码代码如下:jQuery.fn.fluginmane=function(){
returnthis
.each(function(){//code..
·
2012-08-17 15:55
Function Prototype
varIDispatchable={ map:function(handler){
returnthis
.dispatch(function(args,callback){ callback.call(
xcyuzhen
·
2012-08-16 09:00
jquery插件制作 -- 2.图片走廊:gallery
(function($){$.fn.gallery=function(){
returnthis
.each(function(){varself=$(this);self.click(function()
·
2012-08-14 22:00
jquery插件
上一页
66
67
68
69
70
71
72
73
下一页
按字母分类:
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
其他