码迷,mamicode.com
首页 >  
搜索关键字:function    ( 54714个结果
Leetcode::Longest Common Prefix && Search for a Range
一次总结两道题,两道题目都比较基础Description:Write a function to find the longest common prefix string amongst an array of strings.分析: 这道题目最重要的知道什么叫prefix前缀, 否则一不小心就做...
分类:其他好文   时间:2014-06-09 21:08:16    阅读次数:224
smartJS 0.1 API 讲解 - PromiseEvent
PromiseEvent基于事件和promise的回调管理,类似于jquery的callbacks,但具有结果传递,优先级,事件参数,promise控制等功能接口方法var events = st.promiseEvent(mode);events.add(name,function(e,arg,…...
分类:Windows程序   时间:2014-06-09 20:50:46    阅读次数:378
jquery——rite less,do more
rite less, do more.这句话想必是很多语言都提倡的。在此举三个jquery的应用体现一.绑定多个事件类型 $("div").bind("mouseover mouseout", function () { $(this).toggleClass("over"); ...
分类:Web程序   时间:2014-06-09 20:47:18    阅读次数:261
PHP面向对象之抽象
喝水不忘挖井人"; } public function voice(){ echo "我的叫声是 汪汪汪~~~~"; } public function showColor(){ echo "我是一条黑色的狗"; }}class Cat_bobo implements Animal{ publi.....
分类:Web程序   时间:2014-06-09 19:50:17    阅读次数:202
通过js动态生成文本框,怎么把文本框中的值传到java后台?
通过js动态生成文本框,怎么把文本框中的值传到java后台? 1 var lengths; 2 function insertrow2() //增加的一行方法2 3 { 4 newRow=document.all.yltable.insertRow(-1); 5 lengths = document...
分类:编程语言   时间:2014-06-09 19:01:11    阅读次数:214
javascript Date format(js日期格式化)
Date.prototype.Format = function (fmt) { //author: meizz var o = { "M+": this.getMonth() + 1, //月份 "d+": this.get...
分类:编程语言   时间:2014-06-09 18:09:09    阅读次数:275
JS笔试题
1,考察thisvar length = 10function fn(){ alert(this.length)}var obj = { length: 5, method: function(fn) { fn() // ? arguments[0]()...
分类:Web程序   时间:2014-06-09 16:31:11    阅读次数:293
LeetCode:Generate Parentheses
题目链接Givennpairs of parentheses, write a function to generate all combinations of well-formed parentheses.For example, givenn= 3, a solution set is:"((...
分类:其他好文   时间:2014-06-09 15:11:33    阅读次数:212
Form_通过FND_FNDFLUPL标准功能上传CSV控件(案例)
2014-06-08 BaoXinjian一、总结1. 上传资料(1).通过调用function,打开上传文件页面;(2).从表fnd_lob_access和fnd_lobs中取出文件名放在form画面上;2. 对dbms_lob中的二进制文件进行处理(1).通过dbms_lob.convertto...
分类:其他好文   时间:2014-06-09 14:51:51    阅读次数:336
判断人员js
var allchooseEmpID = "";var allchooseEmpName = "";//自选经办人 function getJbrWinForMy() { top.MainFrameJS.openWindow({ width: 800, height: 600, modal: tr....
分类:Web程序   时间:2014-06-09 14:36:12    阅读次数:327
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!