摘要:
>>> a=[]>>> a+=[1]>>> a[1]>>> a+=xrange(1,10)>>> a[1, 1, 2, 3, 4, 5, 6, 7, 8, 9]>>> 阅读全文
posted @ 2012-05-08 14:39
lexus
阅读(187)
评论(0)
推荐(0)
摘要:
>>> a=[]>>> a+=[1]>>> a[1]>>> a+=xrange(1,10)>>> a[1, 1, 2, 3, 4, 5, 6, 7, 8, 9]>>> 阅读全文
posted @ 2012-05-08 14:39
lexus
阅读(187)
评论(0)
推荐(0)
摘要:
http://download.oracle.com/otn-pub/java/jdk/6u30-b12/jdk-6u30-linux-x64.binneed do some tricky thing figure this outSorry!In order to download products from Oracle Technology Netw... 阅读全文
posted @ 2012-05-08 11:51
lexus
阅读(3128)
评论(1)
推荐(0)
摘要:
http://download.oracle.com/otn-pub/java/jdk/6u30-b12/jdk-6u30-linux-x64.binJava SE Development Kit 6u30 DownloadsJava SE DownloadsThank you for downloading this release of the JavaTM Platform, Standar... 阅读全文
posted @ 2012-05-08 11:51
lexus
阅读(629)
评论(0)
推荐(0)
摘要:
翻译解释solo是什么意思,solo在线翻译,英语solo的中文解释,solo的音标读音发音及例句用法 - Dict.CN 海词词典solo['səuləu] 功能设置 纠错 求助词友 词形变化: solos soloed soloed soloing solos n.独奏,独唱The first piece is a piano solo by Berio.第一个节目是贝里奥的钢琴... 阅读全文
posted @ 2012-05-08 10:09
lexus
阅读(246)
评论(0)
推荐(0)
摘要:
“Write less, do more"是程序永远的主题 - 脚本艺术家 - ITeye技术网站“Write less, do more"是程序永远的主题 博客分类:默认类别jQueryLinux生活工作"Write less, do more"是程序永远的主题,但是在现实生活中,程序员经常只注意”Write less“的部分,却忘了”do more“的部分。具体表现为:工作中,利用了许多便利... 阅读全文
posted @ 2012-05-08 10:06
lexus
阅读(638)
评论(0)
推荐(0)
摘要:
... 阅读全文
posted @ 2012-05-08 10:04
lexus
阅读(224)
评论(0)
推荐(0)
摘要:
翻译解释revised是什么意思,revised在线翻译,英语revised的中文解释,revised的音标读音发音及例句用法 - Dict.CN 海词词典revised[ri'vaizd] 功能设置 纠错 求助词友 adj.经过修订的,改进的 阅读全文
posted @ 2012-05-08 09:54
lexus
阅读(758)
评论(0)
推荐(0)
摘要:
jQuery.ajax() – jQuery APImimeType(added 1.5.1)StringA mime type to override the XHR mime type.passwordStringA password to be used in response to an HTTP access authentication request.processDataBoole... 阅读全文
posted @ 2012-05-08 09:32
lexus
阅读(236)
评论(0)
推荐(0)
摘要:
jQuery.ajax() – jQuery APIheaders(added 1.5)MapDefault: {}A map of additional header key/value pairs to send along with the request. This setting is set before the beforeSend function is called; there... 阅读全文
posted @ 2012-05-08 09:30
lexus
阅读(267)
评论(0)
推荐(0)
摘要:
InfoQ: Ember.js: Rich Web Applications Done RightEmber.js: Rich Web Applications Done RightShareShare|Share on facebookShare on diggShare on dzoneShare on twitterShare on redditShare on deliciousShare... 阅读全文
posted @ 2012-05-08 08:10
lexus
阅读(925)
评论(1)
推荐(0)
摘要:
The Top 10 Javascript MVC Frameworks Reviewed - CodeBriefThe Top 10 Javascript MVC Frameworks ReviewedJan 13th, 2012UPDATE 1/14/2012: Added Batman.js and Angular.js due to popular demand and because t... 阅读全文
posted @ 2012-05-08 07:58
lexus
阅读(572)
评论(0)
推荐(0)
摘要:
emberjs/dataEmber DataEmber Data is a library for loading models from a persistence layer (such as a JSON API), updating those models, then saving the changes. It provides many of the facilities you'd... 阅读全文
posted @ 2012-05-08 07:54
lexus
阅读(664)
评论(0)
推荐(0)
摘要:
maccman/juggernautJuggernautJuggernaut gives you a realtime connection between your servers and client browsers. You can literally push data to clients using your web application, which lets you do aw... 阅读全文
posted @ 2012-05-08 07:30
lexus
阅读(269)
评论(0)
推荐(0)
摘要:
fahsion js siteKnockout : IntroductionIntroductionKnockout is a JavaScript library that helps you to create rich, responsive display and editor user interfaces with a clean underlying data model. Any ... 阅读全文
posted @ 2012-05-08 07:24
lexus
阅读(257)
评论(0)
推荐(0)
摘要:
Cross-Origin Resource SharingCross-Origin Resource Sharing 阅读全文
posted @ 2012-05-08 07:17
lexus
阅读(136)
评论(0)
推荐(0)
摘要:
Cross-domain AJAX with JSONP - DevlogCross-domain AJAX with JSONPAnyone who develops Javascript long enough undoubtedly runs into difficulties involving the various security features all browser vendo... 阅读全文
posted @ 2012-05-08 07:14
lexus
阅读(402)
评论(0)
推荐(0)
摘要:
Cross-domain Ajax with CORSCross-domain Ajax with CORSIn my last post, I talked about how you could achieve cross-domain Ajax using JSONP which uses the script tag rather than the XMLHttpRequest objec... 阅读全文
posted @ 2012-05-08 07:12
lexus
阅读(609)
评论(0)
推荐(0)
摘要:
ajax - How do I send a cross-domain POST request via JavaScript? - Stack Overflow 43 down voteIf you control the server being POSTed, simply leverage the "Cross-Origin Resource Sharing standard" by se... 阅读全文
posted @ 2012-05-08 07:06
lexus
阅读(905)
评论(0)
推荐(0)
摘要:
品友互動CEO黃曉南:挖掘人的價值-科技頻道-和訊網品友互動只有兩個技術,給營銷帶來革命性的進展、推進的,一是模式識別,我不是搞技術的,但是我們CTO很強大,我們CTO是美國做模式識別的頂尖高手,也是Google原來做個性化搜索的核心團隊成員,我們在模式識別方面是一個可以去變革技術、變革營銷的核心技術。二是點擊率預測,這個出發點也不是從技術出發的,也是從營銷需要出發的,因為廣告主說了,我現在知道這... 阅读全文
posted @ 2012-05-08 07:00
lexus
阅读(172)
评论(0)
推荐(0)
摘要:
ITers~ 工作的地理位置对你们有多重要? - V2EX人多、房价贵、空气不好、交通不好、适合奋斗的人、陌生环境、没有亲人朋友、哥们儿你这是在用生命在北漂啊 阅读全文
posted @ 2012-05-08 06:55
lexus
阅读(172)
评论(0)
推荐(0)
|