Chinaunix首页 | 论坛 | 博客
  • 博客访问: 365607
  • 博文数量: 284
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1707
  • 用 户 组: 普通用户
  • 注册时间: 2014-05-14 16:38
文章分类

全部博文(284)

文章存档

2015年(6)

2014年(278)

我的朋友

发布时间:2014-09-11 16:11:06

1. [代码]调用代理示例     using System;using System.Data;using System.Configuration;using System.Collections;using System.IO;using System.Net;using System.Text;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web..........【阅读全文】

阅读(925) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(768) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(537) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(618) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(497) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册