11 2015 档案

第一个python程序
摘要:import timeimport sysimport stompimport urllibdef getHtml(url): page = urllib.urlopen(url) html = page.read() return htmlclass MyListener(... 阅读全文

posted @ 2015-11-30 17:56 阳光2046 阅读(258) 评论(0) 推荐(0)

c# 测试通过
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Text;using System.Text.RegularExpressions;usi... 阅读全文

posted @ 2015-11-17 17:54 阳光2046 阅读(217) 评论(0) 推荐(0)

c#重起 普通路由器
摘要:using DotNet.Utilities;using System;using System.Collections.Generic;using System.Linq;using System.Net.NetworkInformation;using System.Text;using Sys... 阅读全文

posted @ 2015-11-11 13:49 阳光2046 阅读(609) 评论(0) 推荐(0)

c# ProxyServer 代理服务器 不是很稳定
摘要:/**C# Programming Tips & Techniquesby Charles Wright, Kris Jamsa Publisher: Osborne/McGraw-Hill (December 28, 2001)ISBN: 0072193794*/// Proxy.cs -- Im... 阅读全文

posted @ 2015-11-11 13:41 阳光2046 阅读(772) 评论(0) 推荐(0)

c# MySqlHelper_ExecuteSqlTran
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Text;using System.Data;using System.Collections;using My... 阅读全文

posted @ 2015-11-11 13:38 阳光2046 阅读(782) 评论(0) 推荐(0)

c# ActiveMQ 类
摘要:using System;using System.Collections.Generic;using System.Text;using Apache.NMS;using Apache.NMS.ActiveMQ;namespace yangguang.weixinandsogou{ publ... 阅读全文

posted @ 2015-11-11 13:37 阳光2046 阅读(652) 评论(0) 推荐(0)

c# webbrower 代理 类 IEProxy
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Runtime.InteropServices;using System.Text;using System.Threading.Tasks;na... 阅读全文

posted @ 2015-11-11 13:35 阳光2046 阅读(250) 评论(0) 推荐(0)

不错的 HttpHelper类 c#
摘要:/// /// 类说明:HttpHelper类,用来实现Http访问,Post或者Get方式的,直接访问,带Cookie的,带证书的等方式,可以设置代理/// 重要提示:请不要自行修改本类,如果因为你自己修改后将无法升级到新版本。如果确实有什么问题请到官方网站提建议,/// 我们一定会及时修改///... 阅读全文

posted @ 2015-11-11 13:29 阳光2046 阅读(504) 评论(0) 推荐(0)

第一个spark+scala程序
摘要:import org.apache.spark._import SparkContext._import java.util.{Calendar,Properties,Date,Locale}import java.text.SimpleDateFormat import java.math.Big... 阅读全文

posted @ 2015-11-11 13:22 阳光2046 阅读(3333) 评论(1) 推荐(0)

导航