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
探索实体类存在的真正意义
在程序中仅作为数据容器用来持久化存储数据用的POJO(PlainOldJavaObjects)简单的Java对象它的一般格式就是publicclassA{privateStringid;publicStringgetId(){
returnthis
.id
java小叶檀
·
2015-01-07 14:00
POJO
探索实体类存在的真正意义
在程序中仅作为数据容器用来持久化存储数据用的POJO(PlainOldJavaObjects)简单的Java对象它的一般格式就是publicclassA{privateStringid;publicStringgetId(){
returnthis
.id
java小叶檀
·
2015-01-07 14:00
POJO
html5的indexedDB数据库操作实例
StringUtil.js//去除字符串中間空格 String.prototype.Trim=function(){
returnthis
.replace(/(^s*)|(s*$)/g,"");
bijian1013
·
2015-01-04 17:00
html5
indexDB
html5的indexedDB数据库操作实例
StringUtil.js//去除字符串中間空格 String.prototype.Trim=function(){
returnthis
.replace(/(^s*)|(s*$)/g,"");
bijian1013
·
2015-01-04 17:00
html5
indexDB
ExtJs之类定义
类的定义: Ext.define("Calulator",{ constructor:function(){
returnthis
; }, plus:function(v1,v2){ returnv1
xfxlch
·
2015-01-01 19:00
JavaScript
一些适用的js扩展方法
true:false; }; 9.去掉字符串的空格String.prototype.trim=function(){
returnthis
.replace(
fly2013
·
2014-12-24 11:00
JavaScript
prototype
J#
idea
html5的indexedDB数据库操作实例
效果: 代码:StringUtil.js //去除字符串中间空格 String.prototype.Trim=function(){
returnthis
.replace(/(^s*)|(s*$)/
18211103738
·
2014-12-22 21:00
html5
indexeddb
jquery插件编写模版
prototype.plugin=function(){}我们一点点来加东西1,自己的变量不污染全局,别人的变量不污染我们(function($,undefined){varwindow=Function("
returnthis
eflay
·
2014-12-18 19:00
Jquery方法大全
testImage"});给某个元素添加属性/值,参数是map$("img").attr("src","test.jpg");给某个元素添加属性/值$("img").attr("title",function(){
returnthis
dong413876225
·
2014-12-18 09:00
javascript 和 CoffeeScript 里的类
javascript里,提供一个类并不难:varPerson,l4,z3; Person=function(name){
returnthis
.name=name; }; z3=newPerson(
leftfist
·
2014-12-10 00:00
JavaScript中实现继承的几种方式
this.property=true; this.colors=['red','blue','green']; } SuperType.prototype.getSuperValue=function(){
returnthis
.property
fly_zxy
·
2014-12-04 18:00
JavaScript
继承
JavaScript示例九(JSON序列化)
ProfessionalJavaScript", authors:["NicholasC.Zakas","Other"], edition:3, year:2011, //* toJSON:function(){
returnthis
zjc
·
2014-11-29 15:00
JavaScript
《c++ primer》第7章 类 学习笔记
std::stringisbn(){returnbookNo;} std::stringisbn(){
returnthis
->
wwh578867817
·
2014-11-29 10:00
对象克隆技术
publicPerson(Stringname){this.name=name;}publicvoidsetName(Stringname){this.name=name;}publicStringgetName(){
returnthis
.name
习惯了-想你
·
2014-11-26 15:00
关于MongoDB的group分组
{key:{age:true},initial:{num:0},$reduce:function(doc,prev){prev.num++},condition:{$where:function(){
returnthis
.age
Templar1000
·
2014-11-24 21:00
js实现链式调用及回调
this.color=color||""; }; //每个方法返回this,以便实现链式调用 Dog.prototype.setName=function(name){ this.name=name;
returnthis
PZ0605
·
2014-11-20 11:00
关于android的listview的数据解析和性能优化问题
ListAdapter,两种适配器,但是感觉还是要自己写个BaseApater好,关于BaseApdater,我们先给出一个继承的示例代码:publicintgetCount(){//返回列表的数目
returnthis
.m_load_data_list.size
zhiweiusetc
·
2014-11-18 20:00
Android开发
String Format
String.prototype.format=function(){ varargs=arguments;
returnthis
.replace(/{(\d+)}/g,function(match
mingle
·
2014-11-18 15:00
jQuery 插件为什么要return this.each()
jQuery.fn.test2=function(){this.css("background","#ff0");//这里面的this为jquery对象,而不是dom对象
returnthis
.each(
liuxiao723846
·
2014-11-11 13:00
javascript扩展方法
Function.prototype.method=function(name,func){ this.prototype[name]=func;
returnthis
;};varadd
LANWENBING
·
2014-11-05 22:00
jquery
eclipse+正则+替换
eclipse替换1.使用ctrl+f打开替换或者查找窗口,选中Regularexpressions正则模式2.我的文件中有很多/**/publicStringgetEmail()/**/{/*269*/
returnthis
.email
qing_gee
·
2014-10-29 11:00
eclipse
正则
替换
eclipse+正则+替换
替换 1.使用ctrl+f打开替换或者查找窗口,选中Regularexpressions正则模式2.我的文件中有很多/**/publicStringgetEmail() /**/{ /*269*/
returnthis
.email
qing_gee
·
2014-10-29 11:00
eclipse
替换
正则
eclipse+正则+替换
eclipse替换1.使用ctrl+f打开替换或者查找窗口,选中Regularexpressions正则模式2.我的文件中有很多/**/publicStringgetEmail()/**/{/*269*/
returnthis
.email
qing_gee
·
2014-10-29 11:00
eclipse
正则
替换
JavaScript总结--创建对象(二)
寄生构造函数functionBox(name,sex){ varobj=newObject(); obj.name=name; obj.sex=sex; obj.work=function(){
returnthis
.name
u010924834
·
2014-10-26 21:00
JavaScript
创建对象
JS严格模式use strict详解
【说明】由于TMD新浪编辑器问题,eval_r即eval【干货】varhasStrictMode=(function(){"usestrict";
returnthis
===undefined;}());
前端路漫
·
2014-10-24 15:00
JS严格模式use strict详解
【干货】varhasStrictMode=(function(){"usestrict";
returnthis
===undefined;}());判断浏览器是否支持严格模式!
前端路漫
·
2014-10-24 15:00
jquery validate 自定义验证方法
jQuery.validator.addMethod("stringCheck",function(value,element){ //
returnthis
.optional(element)||/^[
hougelou
·
2014-10-15 21:00
Javascript - 栈 和 单链表
functionStack(){ this.dataStore=[]; this.top=0; } Stack.prototype={ length:function(){
returnthis
.top
huangjacky
·
2014-10-12 12:00
javascript对象学习笔记
多的不说,直接上练习例子:1.对象的属性、创建、构造函数、方法//函数:用作对象的方法functionRectangle_area(){
returnthis
.width*this.height;}functionRectangle_perimeter
梦之星空
·
2014-10-06 14:40
前端学习
简单理解javascript中的原型对象,实现对之间共享属性和行为
典型的构造函数如下:functionPerson(name,age) { this.name=name; this.age=age; this.say=function(){
returnthis
.name
aitangyong
·
2014-09-29 20:00
理解js的原型
js共享属性和方法
js中的prototype和基于prototype的继承总结
functionsuperClass(){ this.value="super"; } superClass.prototype.getSuperValue=function(){
returnthis
.valu
houyaowei
·
2014-09-29 12:24
js
prototype
理顺 JavaScript (16) - 使用 prototype
this.width=w; this.height=h; } varr=newRect(2,3); /*给r对象增加一个计算面积的方法area()*/ r.area=function(){
returnthis
.width
涂孟超
·
2014-09-26 15:00
Effective JavaScript Item 25 使用bind方法来得到一个固定了this指向的方法
this的指向不明而发生错误,比如:varbuffer={ entries:[], add:function(s){ this.entries.push(s); }, concat:function(){
returnthis
.entries.join
dm_vincent
·
2014-09-22 10:00
JavaScript
读书笔记
编程实践
c++宏实现成员变量的定义和Get,Set
*//*filename:MCRO.h*/#defineMENBER(type,name)\private:typem_##name;\public:typename()const{
returnthis
sunxueping
·
2014-09-17 10:00
C++
jQuery validate 自定义样式、规则
jqueryvalidate常用的找Api就好,但有一些需要自己扩展,比如规则、样式:1.自定义规则: jQuery.validator.addMethod("test",function(value,element){
returnthis
.optional
tianqiushi
·
2014-09-12 17:00
jquery
validate
JS中 String.prototype.Trim = function()
以下我们就用这个属性来为String对象添加三个方法:Trim,LTrim,RTrim(作用和VbScript中的同名函数一样) CODE:String.prototype.Trim=function() {
returnthis
.replace
icanlove
·
2014-09-12 10:00
JavaScript
javascript 获取带中文的字符长度(汉字占3位)
String.prototype.getBytes=function() { varcArr=this.match(/[^\x00-\xff]/ig);
returnthis
.length+(cArr=
jackwumengfeng
·
2014-09-11 10:00
访问器中谨慎返回引用类型对象
如:publicclassEmployee{ privateDatehireDay; publicDategetHireDay(){
returnthis
.hireDay; } p
leftfist
·
2014-09-04 23:00
highcharts 图例
layout:'vertical',align:'right',verticalAlign:'top',x:5,y:0,borderWidth:1,labelFormatter:function(){
returnthis
.name
miss_kiss
·
2014-09-04 21:06
javascript
highcharts
highcharts 图例
layout:'vertical',align:'right',verticalAlign:'top',x:5,y:0,borderWidth:1,labelFormatter:function(){
returnthis
.name
xy_arrow
·
2014-09-04 21:00
highcharts
图例
jquery插件
这里有一个简单的插件的例子,也是我从jquery基础教程2里面摘抄的1、jquery.slidefade.js插件 jQuery.fn.slideFadeOut=function(speed,callback){
returnthis
.animate
小敏virgo
·
2014-09-03 17:00
注意对Collection对象的封装
Collection类型的属性,我们在日常开发中通常没有注意,比如这样的modelclassOrder{ privateListorderItems; publicListgetOrderItems(){
returnthis
.orderItems
zrbin153
·
2014-08-28 17:00
刚接触Web,写了个下拉列表插件,有BUG,请教大家指点
{ $.fn.DrowDowEditor=function(opts){ opts=jQuery.extend({ panel:$(this), data:null},opts||{});
returnthis
.each
agevs
·
2014-08-26 16:00
jquery
框架
Web
UI
前端
【BZOJ】【P2453】【维护队列】【题解】【树套树】
区间不重复元素个数,如果颜色少的话可以状压,颜色多的话维护每种颜色的pre值,询问[l,r]也就是询问区间中#definernd()((rand()M,mp;setS[maxnsize+c[1]->size+s;
returnthis
iamzky
·
2014-08-25 22:32
OI
js实现replaceAll
第一种:String.prototype.replaceAll =function(s1,s2){
returnthis
.replace(newRegExp(s1,"gm"),s2); //这里的gm
hbloushi
·
2014-08-21 14:14
return
function
multiple
常用JS方法
fn.crumbsFixedPosition=function(options){ vardefaults={ cName:'fixed_pos' } varoptions=$.extend(defaults,options);
returnthis
.each
rhythmk
·
2014-08-16 16:00
将代码转化成jQuery插件
(function($){ $.fn.yourPluginName=function(){ //Yourcodegoeshere
returnthis
; } })(jQuery)总结以便之后查阅。
comeonstone
·
2014-08-12 15:00
jquery
jquery插件
JavaScript trim函数
:http://blog.stevenlevithan.com/archives/faster-trim-javascript实现1String.prototype.trim=function(){
returnthis
.replace
kong5090041
·
2014-08-12 09:00
JS定义一个立即执行的可重用函数
也许可以这么干.定义后立即执行的函数表达式.难以重用以上定义过的函数.
returnthis
如何?.可行操作.arguments.callee.留言评论返回顶部前言:本文标题是什么意思?
黄映焜
·
2014-08-08 20:00
I should know the content of js
参数传递,使用window;js扩展:String.prototype.Trim=String.prototype.trim=function(){
returnthis
.replace(/(^\s*)|
jstech
·
2014-08-07 10:00
上一页
60
61
62
63
64
65
66
67
下一页
按字母分类:
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
其他