发布时间:2014-09-11 16:09:10
1. [图片] asp.net ajax 效果截图.png 2. [代码]前端代码HTML/Javascript/jQuery <!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.........【阅读全文】
发布时间:2014-09-11 15:57:32
1. [代码]ASP.NET验证码 在ASP页面中生成图片验证码,需要用到System.Drawing命名空间下的很多类,首先我们需要新建一个CreateImage.aspx页面,在后台代码中定义用于生成验证码图片的方法,如下: using System;using System.Collections;using System.Configuration;using System.Data;us.........【阅读全文】
发布时间:2014-09-11 15:55:20
1. [代码]jquery.facial.js //从OSCHINA.NET 提取出来的 表情选择 插件 by zhouxiang //如果有不满足的地方 可以自己改改 没事随便写写的 style 和 html 都被我弄到JS里了 这样方便简洁jQuery.fn.extend({ facial: function (opts) { var _self = t.........【阅读全文】
发布时间:2014-09-11 15:53:00
1. [代码]使用 log = new Logger(this.GetType());log.Info("Hello world.");2. [代码]第二个版本,修复了Console重复发送消息的问题 using System;using System.Collections.Generic;using System.Text; using log4net;using log4net.Config;using log4net.Appender.........【阅读全文】
发布时间:2014-09-10 16:47:51
1. [代码]完整源代码 <!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><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>jq倾斜的动画导航菜单-柯.........【阅读全文】