上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 25 下一页
摘要: 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 阅读全文
posted @ 2011-11-18 09:50 Jake.Xu 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2011-11-18 09:42 Jake.Xu 阅读(6527) 评论(0) 推荐(0) 编辑
摘要: <!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 阅读全文
posted @ 2011-11-16 16:17 Jake.Xu 阅读(1000) 评论(1) 推荐(0) 编辑
摘要: 保养说明:1、经常保持干燥。尽量少在雨、雪天穿着。如沾染了雨、雪水,请尽快用干布揩干,并擦上鞋油,放在干爽通风处阴干。2、经常擦油。擦油时,鞋油中可加一两滴醋,可使皮鞋的光泽鲜亮持久。擦油后,停5分钟左右,再用刷子将鞋面打亮。若再涂上一层牛奶,则可使皮鞋更耐穿。3、皮鞋切忌曝晒、火烤,以防发脆、干裂或收缩。4、皮鞋不要久置不穿,以防皮革老化。皮革如已变硬,可涂些牛油来滋润。请注意,越是皮质好的皮鞋,越是需要您的精心呵护!不是说皮质越好,鞋子就越像是钢铁做的,无论怎样都不会坏! 阅读全文
posted @ 2011-11-05 20:09 Jake.Xu 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 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” ,如需高度可以采用附加到浏览器进程的方式 阅读全文
posted @ 2011-11-01 08:29 Jake.Xu 阅读(3981) 评论(0) 推荐(0) 编辑
摘要: http://visualstudiogallery.msdn.microsoft.com/a15c3ce9-f58f-42b7-8668-53f6cdc2cd83 阅读全文
posted @ 2011-08-22 13:31 Jake.Xu 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 在链接数据库的时候,提示一个错误!错误信息如下!在建立与服务器的连接时出错。在连接到 SQL Server 2005 时,在默认的设置下 SQL Server 不允许进行远程连接可能会导致此失败。 (provider: 命名管道提供程序, error:40 - 无法打开到 SQL Server 的连接)我是现装了SQL Server2000 后 在装SQL Server2005的,网上有很多解决方法!下面一一列举下:1,在开始菜单,程序里面的 SQL Server2005下有个SQL Server2005外围程序配置器 选择服务和连接的外围配置器,在database engine里选择远程控制 阅读全文
posted @ 2011-08-19 09:10 Jake.Xu 阅读(225) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2011-07-13 14:48 Jake.Xu 阅读(0) 评论(0) 推荐(0) 编辑
摘要: A potentially dangerous Request.Form value was detected from the clientA potentially dangerous Request.Form value was detected from the client由于在.net中,Request时出现有HTML或Javascript等字符串时,系统会认为是危险性值。立马报错。解决方案一:在.aspx文件头中加入这句:<%@ Page validateRequest="false" %>解决方案二:修改web.config文件:<conf 阅读全文
posted @ 2011-07-13 11:00 Jake.Xu 阅读(465) 评论(0) 推荐(0) 编辑
摘要: http://www.youku.com/playlist_show/id_6065839.html 阅读全文
posted @ 2011-07-11 14:41 Jake.Xu 阅读(130) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 25 下一页