RSS PlanABC - 怿飞’s Blog
哪吒推荐该订阅
简介:落草为根—专注前端技术&&关注用户体验
原站:http://www.planabc.net
标签:怿飞 怿飞’s 淘宝 前端工程师 前端
指数:
点击立即订阅,“PlanABC - 怿飞’s Blo...”的内容有更新,哪吒第一时间提醒您
“PlanABC - 怿飞’s Blog”的内容更新
累计:123 篇(自 2008-07-16 起)
更新:约3篇/月,最后更新124 天前
PlanABC - 怿飞’s Blog
传统对于文本框(input)的输入可通过键盘的 onkeydown / onkeypress / onkeyup 来监测,但在处理较多细节时存在诟病比如: cut(剪切) / paste(复制) / undo(撤销) / redo(重做) / drag & drop(拖拽)/ 输入法等。而 oninput & onpropertychange 事件基本可以解决上面的诟病:oninput 事件作为 html5 中的标准事件,基本除了ie6 / ie7 / ie8 外的最新浏览器均支持(注:1、... (124 天前)
PlanABC - 怿飞’s Blog
首先我们一起来看下 character entities references (html entities)和 numeric character reference (ncr)的异同:html entities 的格式如:<,ncr 的格式如:< 或 <,均都表示“<” 字符。html 中规定了 character entity references,在 “24.2.1 the list of characters” 列出了 html entities 和 ncr 的对应关系,例如:<!entity nbsp cdata "?" -- no-break sp... (259 天前)
PlanABC - 怿飞’s Blog
什么是 jscript?jscript 是由微软开发的活动脚本语言,基于 ecmascript 规范实现。internet explorer 中的 javascript,实际上是指 jscript。jscript 已被 windows script host(wsh)支持。jscript 最新的版本(jscript.net)基于尚未定稿的 ecmascript 4.0 ,并且可以在.net环境下编译。.net framwork 中包含有 jscript 编译器 :jscriptcompiler (c:\windows\microsoft.net\fr... (260 天前)
PlanABC - 怿飞’s Blog
我们在平常使用字符串拼接的时候(如下例),会发现代码的可维护性和易读性将变得更加糟糕(代码中一堆的变量、双引号、单引号, 加号等,相信当情况更为复杂时,头一定发晕):var url= 'http://www.plannabc.net/', title= '落草为根——专注前端技术&关注用户体验', text = '怿飞's blog';var link = '<a href="' + url + '" title="' + title+ '">' + text+ '</a>';如果上... (264 天前)
PlanABC - 怿飞’s Blog
#-*- coding:utf-8 -*-import image, imagedraw, imagefont, uuiddef text2png(text): # config: adtexts = ['---------------', 'http://www.planabc.net'] imgbg = '#ffffff' textcolor = "#000000" adcolor = "#ff0000" ttf = "c:\windows\fonts\stxihei.ttf" fontsize = 20 tmp = 'tmp/' # build rich text for ads ads = [] for adtext in adtexts: ads += [(adte... (266 天前)
PlanABC - 怿飞’s Blog
上次写过 《模拟兼容性的 adddomloadevent 事件》,昨天抽时间整理成了 domready 函数。使用非常方便:domready(function () { // dom is loaded! you can do anything!});测试案例:http://blank.github.com/domready/test/代码如下(注释较为详尽,就不再说明了):/** * domready.js - specify a function to execute when the dom is fully loaded. * copyright (c) 201... (267 天前)
PlanABC - 怿飞’s Blog
in rfc 3986://uri = scheme ":" hier-part [ "?" query ] [ "#" fragment ] gen-delims = ":" / "/" / "?" / "#" / "[" / "]" / "@"sub-delims = "!" / "$" / "&" / "'" / "(" / ")" / "*" / "+" / "," / ";" / "="reserved = gen-delims / sub-delimsunreserved = alpha / digit / "-" / "." / "_" / "~"percent-encoded = "%" hexdig hexdigpchar = unreserved / percent... (267 天前)
订阅者 ( 18 )
tiger_jackie
puchunxiao
Aluan
renafool
alimanman
caihuafeng
DCN111
dcn01
Nipao.com
Jimsang
kkey123
yougucaofan
lwxhami
kookoooo
baiyi
midichen
zleee
phoebuszhang
相关订阅源
RSS 乐淘喔-提供网上购物优惠券以及促销打折优惠信息

乐淘喔-为您提供VANCL,DELL戴尔电脑,京东,新蛋、卡巴斯基等国内知名网上购物商城优惠券和网上购物打折优惠信息。乐淘喔,为您省钱,体验购物优惠的快感!

标签: 乐淘屋 消费 淘宝 哈哈

指数 | 63人订阅  

RSS 新闻关键字跟踪--淘宝

新闻关键字跟踪--淘宝

标签: 淘宝

指数 | 10人订阅  

我要反馈