上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 28 下一页
摘要: public Array MatchHtml(string html,string com) { List urls = new List(); html = html.ToLower(); //获取SRC标签中的URL ... 阅读全文
posted @ 2014-07-17 14:07 编程猴子 阅读(872) 评论(0) 推荐(0)
摘要: ----------------实体类 [DataContract] public class SyncResponseEntity { public SyncResponseEntity() { } /// /// 需要查询的快递代号... 阅读全文
posted @ 2014-07-17 14:03 编程猴子 阅读(377) 评论(0) 推荐(0)
摘要: EF:学习资料http://www.cnblogs.com/libingql/category/366833.html 阅读全文
posted @ 2014-07-16 11:09 编程猴子 阅读(155) 评论(0) 推荐(0)
摘要: jQuery Uploadify在ASP.NET MVC3中的使用1、Uploadify简介 Uploadify是基于jQuery的一种上传插件,支持多文件、带进度条显示上传,在项目开发中常被使用。 Uploadify官方网址:http://www.uploadify.com/ 阅读全文
posted @ 2014-07-16 09:35 编程猴子 阅读(126) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/HuiTai/category/591468.html 阅读全文
posted @ 2014-07-12 11:14 编程猴子 阅读(108) 评论(0) 推荐(0)
摘要: 根据IP显示天气预报:http://weather.xixik.com/ 网页中插入百度地图:http://dev.baidu.com/wiki/static/map/API/tool/creatMap/ 天气网: http://www.tianqi.com/plugin/ 阅读全文
posted @ 2014-07-10 14:54 编程猴子 阅读(619) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Mail;namespace SendMessage{ class SendEmail {... 阅读全文
posted @ 2014-06-24 23:49 编程猴子 阅读(222) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 序列化反序列化{ c... 阅读全文
posted @ 2014-06-21 14:56 编程猴子 阅读(223) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 结构{ class Program { ... 阅读全文
posted @ 2014-06-21 14:55 编程猴子 阅读(546) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 枚举{ class Program { ... 阅读全文
posted @ 2014-06-21 14:53 编程猴子 阅读(168) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 28 下一页