11 2011 档案
摘要:http://www.williammalone.com/articles/create-html5-canvas-javascript-drawing-app/http://www.w3.org/TR/2dcontext/http://google-web-toolkit.googlecode.com/svn/javadoc/2.2/com/google/gwt/canvas/dom/client/Context2d.html
阅读全文
摘要:interface CanvasRenderingContext2D { // back-reference to the canvas readonly attribute HTMLCanvasElement canvas; // state void save(); // push state on state stack void restore(); // pop state stack and restore state // transformations (default transform is the identity matrix) void scale(in...
阅读全文
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>不会被屏蔽的<a href="/Web/Wysj/Html_JS/" class="innerlink
阅读全文
摘要:保养说明:1、经常保持干燥。尽量少在雨、雪天穿着。如沾染了雨、雪水,请尽快用干布揩干,并擦上鞋油,放在干爽通风处阴干。2、经常擦油。擦油时,鞋油中可加一两滴醋,可使皮鞋的光泽鲜亮持久。擦油后,停5分钟左右,再用刷子将鞋面打亮。若再涂上一层牛奶,则可使皮鞋更耐穿。3、皮鞋切忌曝晒、火烤,以防发脆、干裂或收缩。4、皮鞋不要久置不穿,以防皮革老化。皮革如已变硬,可涂些牛油来滋润。请注意,越是皮质好的皮鞋,越是需要您的精心呵护!不是说皮质越好,鞋子就越像是钢铁做的,无论怎样都不会坏!
阅读全文
摘要:1.安装IIS 7;具体操作参考:How to install ASP.NET 1.1 with IIS7 on Vista and Windows 2008);2.在IIS7上面安装 FrontPage扩展,具体参考:Installing the FrontPage Server Extensions on IIS 7.03. 安装VS2003(如何安装参考:How to use Visual Studio 2003 in Windows Vista);最后运行工程时,要使用 “start without Debugging” ,如需高度可以采用附加到浏览器进程的方式
阅读全文