码迷,mamicode.com
首页 >  
搜索关键字:cti    ( 37597个结果
Common Words
Common WordsLet's continue examining words. You are given two string with words separated by commas. Try to find what is common between these strings....
分类:其他好文   时间:2014-08-05 10:54:19    阅读次数:190
事件绑定和阻止默认事件
一般 为了阻止默认事件,我们都用return false,可是 假设你用了事件绑定,return false在高版本号浏览当中就会失效,可是低版本号浏览器中还是能够的,我们能够使用事件对象里面preventDefault()方法来去解决高版本号浏览器中事件绑定了无法用return false阻止默认...
分类:其他好文   时间:2014-08-05 10:53:29    阅读次数:194
stone crusher machine
Welcome to the equipment internet site. one of the biggest manufacturer, exporter and supplier in crushing and grinding industry in China. Our main pr...
分类:其他好文   时间:2014-08-05 10:52:59    阅读次数:281
Js对角线收缩,渐隐文字效果
对角线收缩,渐隐文字效果 点此测试 这是一段测试文字,点击上边的链接后,本段文字由右下向左上渐渐消失。
分类:Web程序   时间:2014-08-05 10:52:39    阅读次数:329
Absolute sort
Absolute sortLet's try some sorting. Here is an array with the specific rules.The array (a tuple) has various numbers. You should sort it, but sort it...
分类:其他好文   时间:2014-08-05 10:50:49    阅读次数:204
Speech Module
Speech Module 1 FIRST_TEN = ["one", "two", "three", "four", "five", "six", "seven", 2 "eight", "nine"] 3 SECOND_TEN = ["ten", "eleven", "...
分类:其他好文   时间:2014-08-05 10:49:49    阅读次数:218
js 不要使用new
(1)不要使用new Array(),new Number, new String, or new Boolean. 等等如果要新建数组,没有必要使用new Array(),使用[];原因是直观。(2)不要使用new Function 来创建函数如果要写代码:myObj = new function...
分类:Web程序   时间:2014-08-05 10:41:49    阅读次数:477
Curl学习
libcurl有两个接口 easy接口 同步、高效 前缀curl_easy。 multi接口 异步 前缀curl_multi。multi使用单线程 easy使用范例 #include #include #include #include //回调 static size_t write_data(v...
分类:其他好文   时间:2014-08-05 09:33:28    阅读次数:253
JavaScript实现计算器功能
截图 :cal.jsJs代码varClass={};Class.calculation=function(){varcalculation={};calculation.result=0;calculation.calculate=function(num1,num2){};calculation....
分类:编程语言   时间:2014-08-05 09:27:18    阅读次数:294
Lesson 41-42 How would you respond?
一 Words 1 think through 充分考虑 schoolwork 功课,学业 2 only to 结果却 eg. Or we will solve one problem only to have to deal with another instead. 3 tutor 导师,家庭教...
分类:其他好文   时间:2014-08-05 09:24:48    阅读次数:277
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!