$(function(){ var make="ad"; var kaka="mon";
function show(a,b){ alert(a+"-"+b); } setInterval(function(){ show( make,kak...
分类:
其他好文 时间:
2014-07-22 23:17:35
阅读次数:
434
命令行中的取消操作如果你决定不想执行正在输入过程中的一个命令,输入\c取消它:mysql>
SELECT-> USER()->
\cmysql>这里也要注意提示符,在你输入\c以后,它切换回到mysql>,提供反馈以表明mysql准备接受一个新命令。使用SHOW语句找出服务器上当前存在什么数据库:m...
分类:
数据库 时间:
2014-07-22 23:17:15
阅读次数:
386
今天研究了一些用jquery $.ajax跨域的方法,总结了一些注意事项如下:
首先,跨域JSONP不是AJAX。它不使用XMLHttpRequest。只不过是一个动态脚本元素加载JavaScript代码。Cross-domain
JSONP isn’t AJAX at all. It doesn’...
分类:
Web程序 时间:
2014-07-22 23:16:14
阅读次数:
544
Given an array of strings, return all groups of
strings that are anagrams.Note: All inputs will be in
lower-case.输入一个字符串数组,返回所有回文构词法(anagrams)的字符串,所谓回...
分类:
其他好文 时间:
2014-07-22 23:15:54
阅读次数:
440
Given a sorted linked list, delete all
duplicates such that each element appear onlyonce.For
example,Given1->1->2, return1->2.Given1->1->2->3->3,
retu...
分类:
其他好文 时间:
2014-07-22 23:12:13
阅读次数:
426
SET SHOWPLAN_ALL { ON | OFF }It will not
execute the TSQL statements.It cannot be specified inside a stored
procedure,must be the only statements in a...
分类:
数据库 时间:
2014-07-22 23:11:32
阅读次数:
646
http://mobile.51cto.com/web-317170_all.htm跨平台开发工具Titanium的兴起之路:HTML
5是最大威胁比较Titanium和PhoneGap两大iOS移动应用开发框架跨平台移动Web开发工具 Titanium
Mobile简介图文教程:在Windows ...
分类:
移动开发 时间:
2014-04-30 18:14:39
阅读次数:
585
根据random方法,Math.random()方法返回的是0到1的随机数(不包含0和1):```javascript//生成k个m到n的随机数,返回数组
function Temp(m,n,k) { var all = new Array(); for (var ...
分类:
Web程序 时间:
2014-04-30 15:20:39
阅读次数:
519
DescriptionFarmer John completed his new barn
just last week, complete with all the latest milking technology. Unfortunately,
due to engineering probl...
分类:
其他好文 时间:
2014-04-29 16:46:46
阅读次数:
371