上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 85 下一页
  2014年5月19日
摘要: public static class Extensions{public static async Task ForEachAsync(this IEnumerable collection, Func> body, IObserver observer = null){foreach (var ... 阅读全文
posted @ 2014-05-19 18:15 武胜-阿伟 阅读(416) 评论(0) 推荐(0)
摘要: MSS(Array[],N)//Where N is the number of elements in array{sum=0; //current summax-sum=0;//Maximum Sumseq-start=0;//start of the subsequenceseq-end=0;... 阅读全文
posted @ 2014-05-19 18:05 武胜-阿伟 阅读(170) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Reflection;using System.Runtime.InteropServices;namespace... 阅读全文
posted @ 2014-05-19 18:01 武胜-阿伟 阅读(292) 评论(0) 推荐(0)
摘要: http://www.codeproject.com/Articles/746191/SQLite-Helper-CsharpThis small class (SQLiteHelper.cs) is built on top of System.Data.SQLite.DLL. A referen... 阅读全文
posted @ 2014-05-19 17:48 武胜-阿伟 阅读(1090) 评论(0) 推荐(0)
摘要: public static string getTimeAgo(string strDate) { string strTime = string.Empty; if (clsCommon.IsDate(strDate)) { T... 阅读全文
posted @ 2014-05-19 17:36 武胜-阿伟 阅读(279) 评论(0) 推荐(0)
  2014年5月18日
摘要: 文章整理发布:黑客风云1.我的os是winXP,无法使用trw2000,而softice装了多次均未成功,还蓝屏死机多次.郁闷.2.友好的gui界面,不像softice.可以边干活边听歌,不像softice,把整个os都挂起了.多用两次,连时间都不知道了.3.强大的内存查看功能,再不用什么-d了,而... 阅读全文
posted @ 2014-05-18 20:43 武胜-阿伟 阅读(1739) 评论(0) 推荐(0)
摘要: 通达信l2密码器方法: 1:使用Ollydbg,点文件,打开,选择通达信的可执行文件(或者把通达信的执行文件直接拖进Ollydbg的窗口),按F9运行程序。 2:正常使用通达信,进入到K线图后,在k线图(主图或者副图上)点右键,选择指标,然后选择一个加密的公式,点确定。此时公式应该能正确使用并且在... 阅读全文
posted @ 2014-05-18 20:42 武胜-阿伟 阅读(1161) 评论(1) 推荐(0)
摘要: The final missing piece depends on if you are using any processor, x86 or x64. The details using these different functions requires specific handling ... 阅读全文
posted @ 2014-05-18 09:20 武胜-阿伟 阅读(1209) 评论(0) 推荐(0)
  2014年5月17日
摘要: 原文地址:http://blog.csdn.net/morewindows/article/details/6804157进程间通信最简单的方式就是发送WM_COPYDATA消息。本文提供C++及C#程序相互通信的二种实现方式。这样消息的接收端可以用C++实现,发送端可以用C++或C#实现。发送WM... 阅读全文
posted @ 2014-05-17 23:27 武胜-阿伟 阅读(3283) 评论(1) 推荐(0)
摘要: 调用TdxAPI.dll函数.DLL命令 TdxInit, 逻辑型, "TdxApi.dll", "TdxInit", , 初始化通达信实例,成功时返回true,失败时返回false .参数 IP, 文本型, , 交易服务器IP .参数 Port, 整数型, , 交易服务器端口 .参数 Versio... 阅读全文
posted @ 2014-05-17 23:17 武胜-阿伟 阅读(5069) 评论(2) 推荐(1)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 85 下一页