人本善良

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

02 2015 档案

javascript 操作cookie
摘要:function setCookie(c_name, value, expiredays) { var exdate = new Date(); exdate.setDate(exdate.getDate() + expiredays); ... 阅读全文

posted @ 2015-02-13 11:41 简简单单2018 阅读(102) 评论(0) 推荐(0) 编辑

ajax
摘要:菜鸟简述Jquery中Ajax发送post请求及XML响应在没有出现jquery前,是通过纯手工的方式获取XmlHttpRequest对象来向服务器发送异步请求实现局部刷新。在jquery出现以后我们利用其封装好的对象来实现ajax请求,下面以post请求为例作一个简单介绍:jQuery.post(... 阅读全文

posted @ 2015-02-06 17:49 简简单单2018 阅读(142) 评论(0) 推荐(0) 编辑

匿名委托
摘要:Action系统封装的Action委托,没有参数没有返回值。调用实例为:class Program { public delegate void Action(); static void Main(string[] args) { Action action = ne... 阅读全文

posted @ 2015-02-06 10:36 简简单单2018 阅读(143) 评论(0) 推荐(0) 编辑

C# 对象操作
摘要://*********************************************************************************//**********************************修改记录***************************... 阅读全文

posted @ 2015-02-05 12:06 简简单单2018 阅读(133) 评论(0) 推荐(0) 编辑

C# 对象深度拷贝
摘要:转载using System;using System.Collections.Generic;using System.Linq;using System.Reflection;using System.Reflection.Emit;using System.Text;namespace Car... 阅读全文

posted @ 2015-02-05 11:42 简简单单2018 阅读(426) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示