/** * 得到ajax对象 */function getajaxHttp() { var
xmlHttp; try { // Firefox, Opera 8.0+, Safari xmlHttp = new XMLHttpRequest();
...
分类:
Web程序 时间:
2014-05-18 19:14:53
阅读次数:
389
题目链接:
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=5235
Calculate the Function
Time Limit: 2 Seconds Memory Limit: 65536 KB
You are given a list of numbers A1 A2 .. AN...
分类:
其他好文 时间:
2014-05-18 09:52:49
阅读次数:
410
采用C++模板类实现 1 #ifndef _List_H_ 2 #define
_List_H_ 3 #include 4 #include "stdlib.h" 5 template 6 class CNode 7 { 8 public:
9 T data; 10 ...
分类:
其他好文 时间:
2014-05-18 00:38:59
阅读次数:
407
1 user focus() 验证错误 光标弹回input标签。 面向对象2
function_construct ( ) 初始化函数3 private : 只能在类使用 。4 public $classname = " fg19"
公开的 变量5 public function ...
分类:
其他好文 时间:
2014-05-17 23:48:46
阅读次数:
403
目录[-]必备软件:环境配置:【open-jdk-6.0】 【android-sdk】
【ant】 【github】【node.js】 【rvm】(ruby-1.9.3 rails-4.0.0 gemfile)
必备概念:关于自动化部署我推荐大家参谋一下Fortune Zhang的一篇文章:andr...
分类:
移动开发 时间:
2014-05-17 23:17:03
阅读次数:
647
一、字符串编码为gb2312,一个中文占俩字节public static function
chinesesubstr($str, $start, $len) { // $str指字符串,$start指字符串的起始位置,$len指字符串长度
$strlen = $start + $le...
分类:
Web程序 时间:
2014-05-17 22:47:15
阅读次数:
520
1.pre-defined function void funciton2.using
programmer-defined function a.declaration-- in main() or above main() in global
space b.definition -- just...
分类:
编程语言 时间:
2014-05-17 22:17:28
阅读次数:
268
用Ajax验证验证码: 1 var xmlHttp; 2 function
getXmlHttp(){ 3 if(window.ActiveXObject){ 4 xmlHttp = new
ActiveXObject("MICROSOFT.XMLHTTP"); 5 ...
分类:
Web程序 时间:
2014-05-17 19:26:39
阅读次数:
316
超级简单又实用的jquery图片预览功能2012年10月14日 ? jQuery ? 评论数
2以下为javascript代码:this.imagePreview = function() { xOffset = 10; yOffset =
30; $("a.preview").hover( fu....
分类:
其他好文 时间:
2014-05-17 19:03:59
阅读次数:
327
话不多说,直接上代码html源码:
插入排序排序规则:输入框中输入以逗号隔开的的数字,排序结果按照从小到大升序排列结果显示区: js源代码// JavaScript Documentvar
myarr=[];$(function(){ //单击排序按钮触发的事件...
分类:
Web程序 时间:
2014-05-17 18:57:22
阅读次数:
302