摘要: WebClient client = new WebClient(); string stockCodes = "sh601169,sz000948,sh601398,sz002114"; string zs = "s_sh000001,s_sz399001"; while (true) { string reply = client.DownloadString( str... 阅读全文
posted @ 2010-05-14 15:52 joe62 阅读(833) 评论(0) 推荐(1) 编辑
摘要: class fraction{private:int above; //分子int below; //分母void reduction(); //约分fraction makeCommond(fraction); //通分public:fraction(int a=0,int b=1){ //构造函数 above=a;below=b;}fraction add(fraction); //两分数相加... 阅读全文
posted @ 2010-03-13 11:18 joe62 阅读(4162) 评论(1) 推荐(0) 编辑
摘要: 检测到 CallbackOnCollectedDelegateMessage: 对“HBVideoParser!Videocomm.Video.HB.HBSDK+SrcDataParseCBHandler::Invoke”类型的已垃圾回收委托进行了回调。这可能会导致应用程序崩溃、损坏和数据丢失。向非托管代码传递委托时,托管应用程序必须让这些委托保持活动状态,直到确信不会再次... 阅读全文
posted @ 2009-12-18 10:12 joe62 阅读(4831) 评论(7) 推荐(1) 编辑
摘要: Microsoft Visual 2008 SP1C++Redistributable Package (x86) 阅读全文
posted @ 2009-10-26 10:44 joe62 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 引用Ado.net Data Service的WinApp部署到.NET2.0 阅读全文
posted @ 2009-04-18 08:24 joe62 阅读(450) 评论(2) 推荐(0) 编辑
摘要: 1 转到定义: F12; 2 设置书签:Ctr+K+K; 3 设置任务: //TODO:something,查看任务Ctrl+W+T; 4 查找:Ctrl+ F, Ctrl+Shift+F; 5 强迫智能感知:Ctrl+J; 6 强迫智能感知显示参数信息:Ctrl-Shift-空格; 7 格式化整个块:Ctrl+K+F; 8 全屏幕:Alt+Shift+Enter; 9 设置书签:Ctrl+B+T... 阅读全文
posted @ 2008-12-21 09:57 joe62 阅读(411) 评论(0) 推荐(0) 编辑
摘要: API-Less INI File Wrapper 阅读全文
posted @ 2008-11-11 08:58 joe62 阅读(144) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2008-11-08 08:27 joe62 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 动态修改连接字符串 阅读全文
posted @ 2008-08-02 00:17 joe62 阅读(1275) 评论(2) 推荐(0) 编辑