2015年12月17日
摘要:
1.苦才是生活;2.累才是工作3.变才是命运;4.忍才是历练5.容才是智慧;6.静才是修养7.舍才会得到;8.做才会拥有
阅读全文
posted @ 2015-12-17 08:17
武胜-阿伟
阅读(295)
推荐(0)
2015年12月16日
摘要:
SPREAD_NET6 下载地址http://www.gcpowertools.com.cn/downloads/trial/Spread.NET/EN_SPREAD_NET6_SETUP_RA_6.0.2007_2013.0725.0_Full.zip先不要输入KEY安装SPREAD_NET 6记...
阅读全文
posted @ 2015-12-16 19:06
武胜-阿伟
阅读(605)
推荐(0)
2015年12月13日
摘要:
public class OperationResult {private readonly ConcurrentDictionary _values =new ConcurrentDictionary();public OperationResult() { }public OperationRe...
阅读全文
posted @ 2015-12-13 20:59
武胜-阿伟
阅读(832)
推荐(0)
2015年11月27日
摘要:
create table memberinfo( member_id int, member_name varchar(20), member_birthday varchar(50) )go/// /// 微信消息中的参数 ...
阅读全文
posted @ 2015-11-27 11:50
武胜-阿伟
阅读(1368)
推荐(0)
2015年11月19日
摘要:
Sample publisherPublish an event topic:?12345678910public class Publisher{[EventPublication("topic://EventBrokerSample/SimpleEvent")]public event Even...
阅读全文
posted @ 2015-11-19 22:30
武胜-阿伟
阅读(404)
推荐(0)
摘要:
Create State MachineCreate either a passive or an active state machine:?1var fsm = new PassiveStateMachine()?1var fsm = new ActiveStateMachine()The ab...
阅读全文
posted @ 2015-11-19 22:05
武胜-阿伟
阅读(586)
推荐(0)
摘要:
// Create a report instance, assigned to a Print Tool. ReportPrintTool pt = new ReportPrintTool(new XtraReport1()); // Invoke the Print dialog. pt...
阅读全文
posted @ 2015-11-19 20:31
武胜-阿伟
阅读(1142)
推荐(0)
2015年11月15日
摘要:
SPR EAD_NET6 下载地址http://www.gcpowertools.com.cn/downloads/trial/Spread.NET/EN_SPREAD_NET6_SETUP_RA_6.0.2007_2013.0725.0_Full.zip先不要输入KEY安装SPREAD_NET 6...
阅读全文
posted @ 2015-11-15 19:36
武胜-阿伟
阅读(298)
推荐(0)
2015年10月31日
摘要:
public static void Raise(this EventHandler handler, object sender, T args) where T : EventArgs{ if (handler != null) { handler(sender,...
阅读全文
posted @ 2015-10-31 18:21
武胜-阿伟
阅读(229)
推荐(0)
摘要:
Before navigating the URL, write meta into webbrowser's documenttext property as follows://Setting compatible mode of IE.this.m_oWebBrowser.DocumentTe...
阅读全文
posted @ 2015-10-31 18:18
武胜-阿伟
阅读(330)
推荐(0)