摘要:
刘兰芝_百度百科刘兰芝 阅读全文
posted @ 2014-05-21 12:32
lexus
阅读(690)
评论(0)
推荐(0)
|
摘要:
Pattern | CLiPSPatternPattern is a web mining module for the Python programming language.It has tools for data mining (Google, Twitter and Wikipedia API, a web crawler, a HTML DOM parser), natural lan... 阅读全文
posted @ 2014-05-21 11:01
lexus
阅读(240)
评论(0)
推荐(0)
摘要:
Paper.js - Paper.jsPaper.js is an open source vector graphics scripting framework that runs on top of the HTML5 Canvas. It offers a clean Scene Graph / Document Object Model and a lot of powerful fun... 阅读全文
posted @ 2014-05-21 10:59
lexus
阅读(724)
评论(0)
推荐(0)
摘要:
canvas.js | CLiPScanvas.jsThe canvas.js module is a simple and robust JavaScript API for the HTML5 element, which can be used to generate interactive 2D graphics in a web browser, using lines, shapes... 阅读全文
posted @ 2014-05-21 10:52
lexus
阅读(354)
评论(0)
推荐(0)
摘要:
图片旋转+剪裁js插件(兼容各浏览器) « 张鑫旭-鑫空间-鑫生活图片旋转+剪裁js插件(兼容各浏览器)by zhangxinxu from http://www.zhangxinxu.com 本文地址:http://www.zhangxinxu.com/wordpress/?p=804一、写此插件的缘由在现在的web应用中,对上传的图片,例如头像,原始的摄影照片常常需要在web页面上进行一些处理... 阅读全文
posted @ 2014-05-21 10:50
lexus
阅读(1060)
评论(0)
推荐(0)
摘要:
刺刀见红_百度百科收藏查看我的收藏8113刺刀见红编辑目下,世界多数国家军队装备的步枪仍然保留着刺刀,因此“刺刀见红”这个词并未完全失去现实感。尤其在特种作战部队,刺杀技术仍然实用而有效。在陆军时代,刺杀曾被列为步兵“三大技术”之一,另两项分别是射击和投弹。可以做个比较:射击不准、投弹欠远,无非少杀几个敌人而已;刺杀水平稀松,关键时刻却要自身难保。刺刀见红刺刀见红的距离为1.5米左右。在这个距离,... 阅读全文
posted @ 2014-05-21 10:39
lexus
阅读(633)
评论(0)
推荐(0)
摘要:
HTML5 canvas translate() 方法translate() 方法重新映射画布上的 (0,0) 位置。 阅读全文
posted @ 2014-05-21 10:22
lexus
阅读(206)
评论(0)
推荐(0)
摘要:
Robert Penner's Easing FunctionsRobert Penner's Easing FunctionsA collection of swappable functions that add flavor to motion.VisualizeEasing Cheat Sheet for jQuery, CSS, SCSSEasing Function Generator... 阅读全文
posted @ 2014-05-21 08:47
lexus
阅读(303)
评论(0)
推荐(0)
摘要:
缓动函数速查表缓动函数指定动画效果在执行时的速度,使其看起来更加真实。现实物体照着一定节奏移动,并不是一开始就移动很快的。当我们打开抽屉时,首先会让它加速,然后慢下来。当某个东西往下掉时,首先是越掉越快,撞到地上后回弹,最终才又碰触地板。本页可以在每次你需要时,帮助你找到想要的缓动函数。linearxtcss+jseaseInSineeaseOutSineeaseInOutSineeaseIn 阅读全文
posted @ 2014-05-21 08:45
lexus
阅读(639)
评论(0)
推荐(0)
摘要:
大图片,请别把我的页面撑破了——不,一秒都不行。 | planeArt 阅读全文
posted @ 2014-05-20 16:35
lexus
阅读(496)
评论(0)
推荐(0)
摘要:
RIAidea – Focus on Flash/Flex/AIR » About MeBrowse > Home > About MeTuesday, May 20, 2014 | Subcribe via RSSAbout MeName: Flashlizi (Alex.li) MSN: flashlizi@hotmail.com Job: Flash/Flex/AIR development 阅读全文
posted @ 2014-05-20 14:39
lexus
阅读(142)
评论(0)
推荐(0)
摘要:
360极速浏览器 HTML5实验室HTML5实验室 阅读全文
posted @ 2014-05-20 10:40
lexus
阅读(163)
评论(0)
推荐(0)
摘要:
使用 HTML5 canvas 绘制精美的图形使用 HTML5 canvas 绘制精美的图形 阅读全文
posted @ 2014-05-20 10:37
lexus
阅读(128)
评论(0)
推荐(0)
摘要:
HTML5 Canvas Arc TutorialHTML5 Canvas Arc Tutorial 阅读全文
posted @ 2014-05-20 10:10
lexus
阅读(115)
评论(0)
推荐(0)
摘要:
canvas arcTo()用法详解 – CodePlayercanvas arcTo()用法详解 阅读全文
posted @ 2014-05-20 09:50
lexus
阅读(219)
评论(0)
推荐(0)
摘要:
A canvas fillText and strokeText exampleA canvas fillText and strokeText example 阅读全文
posted @ 2014-05-20 09:38
lexus
阅读(191)
评论(0)
推荐(0)
摘要:
Canvas API - 江苏黑马 - 博客园Canvas API 阅读全文
posted @ 2014-05-19 21:47
lexus
阅读(124)
评论(0)
推荐(0)
摘要:
HTML5 Canvas Cheat SheetHTML5 Canvas Cheat Sheet v1.x 阅读全文
posted @ 2014-05-19 21:42
lexus
阅读(220)
评论(0)
推荐(0)
摘要:
Doughnut Chartvar c=document.getElementById("canvas");var ctx=c.getContext("2d");ctx.font="50px sans-serif";ctx.fillText("75%",40,92);//ctx.clearRect(40, 52, 74, 68); var c=document.getElementById("... 阅读全文
posted @ 2014-05-19 20:59
lexus
阅读(319)
评论(0)
推荐(0)
摘要:
Canvas API -- JavaScript 标准参考教程(alpha)Canvas API 阅读全文
posted @ 2014-05-19 20:51
lexus
阅读(204)
评论(0)
推荐(0)
|