07 2013 档案
摘要:无意中在国外论坛发现一个gif动画类,我使用它来制作了一个动态验证码 ;一:首先新建一个类库 1:新建AnimatedGifEncoder类 using System;using System.Collections.Generic;using System.Drawing;using System.IO;using System.Linq;using System.Text;namespace Common.Gif{ #region Java /** * Class AnimatedGifEncoder - Encodes a GIF file consisting of o...
阅读全文
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using System.Linq; 5 6 namespace Client 7 { 8 /// 9 /// 文件切割与合并 10 /// 11 public class FilePartitions 12 { 13 #region const params 14 private const Int32 DefaultMaxEdges = 5 * 10...
阅读全文
摘要:Adobe 公司放弃移动平台的 Flash 支持已经是板上钉钉的事了,GooglePlay 的 Flash 插件也会在 8 月份下架,这在一定程度上也会促进 HTML5 的发展和普及,因此我个人还是对 Adobe 的做法十分赞赏的。当然,仍然有不少不明真相的用户对失去 Flash 伤心不已。之所以说“不明真相”,因为用户自然是不了解软件行业的技术更迭。对于普遍使用第 4 代 HTML 技术组织网页的时代,Flash 的出现着实丰富了用户的体验,让人眼前一亮。Web 前段开发者需要把 Flash 嵌入 HTML 代码中,而编写 Flash 时则是另一套语法代码,这是不协调、也是不便于维护的。加之
阅读全文
摘要:无标题文档 1 2 3 4 5 $.fn.extend({ Jselect:function(){ var me=$(this); var li=me.find("li"); var span=me.find("span"); var hidden=me.find("input[type=hidden]"); me.hover(function(){li.show(); span.css({backgroundPosition:"-77px -143px"})},function(){li.hide(); sp..
阅读全文

浙公网安备 33010602011771号