/// <summary> /// SHA256加密 /// </summary> /// <param name="strData"></param> /// <returns></returns> public static string GetSHA256HashFromString(stri ...
分类:
Web程序 时间:
2017-07-17 15:14:14
阅读次数:
228
/// <summary> /// 获取字符串最长的数字 /// </summary> /// <param name="inputStr">输入字符串</param> /// <returns>最长数字</returns> public string GetMaxLenNumber(string ...
分类:
其他好文 时间:
2017-07-17 12:30:13
阅读次数:
234
create function dbo.regexreplace ( @source ntext, --原字符串 @regexp varchar(1000), --正则表达式 @replace varchar(1000), --替换值 @globalreplace bit = 1, --是否是全局替... ...
分类:
数据库 时间:
2017-07-14 11:59:17
阅读次数:
215
--1.利用INTERSECT关键字数组之间交集函数 CREATE OR REPLACE FUNCTION array_intersect(anyarray, anyarray) RETURNS anyarray AS $$ SELECT ARRAY( SELECT UNNEST($1) INTER... ...
分类:
编程语言 时间:
2017-07-14 00:33:06
阅读次数:
1240
文件操作 对文件操作流程 现有文件如下 Somehow, it seems the love I knew was always the most destructive kind 不知为何,我经历的爱情总是最具毁灭性的的那种 Yesterday when I was young 昨日当我年少轻狂 ...
分类:
编程语言 时间:
2017-07-13 14:24:30
阅读次数:
389
1. mongodb的where中有比較丰富的 条件。例如以下: static $builders = [ 'NOT' => 'buildNotCondition', 'AND' => 'buildAndCondition', 'OR' => 'buildOrCondition', 'BETWEEN ...
分类:
数据库 时间:
2017-07-13 13:33:28
阅读次数:
302
原文发布时间为:2010-04-11 —— 来源于本人的百度文章 [由搬家工具导入] ...
分类:
Web程序 时间:
2017-07-13 10:25:02
阅读次数:
140
行为驱动开发(BDD) - 一个快速的描述和示例 BDD表示乙 ehavior ð里文ð才有发展。用于描述行为的语法是Gherkin。 这个想法是尽可能自然地描述一种语言应该发生什么。 如果你熟悉单元测试,并且很容易编写单元测试,那么你熟悉它们的阅读方式。根据测试需要覆盖的程度,可以很难弄清楚它的作 ...
分类:
其他好文 时间:
2017-07-13 10:23:14
阅读次数:
262
查看全文,这里不再更新,最新版请大家访问如下地址: http://www.sufeinet.com/thread-6-1-1.html 如果要使用中间的方法的话,可以访问我的帮助类完全免费开源:C# HttpHelper,帮助类,真正的Httprequest请求时无视编码,无视证书,无视Cookie ...
原文:http://www.cnblogs.com/jxsoft/archive/2011/10/17/2215366.html DWORD GetTickCount(void); 1) 定义 For Release configurations, this function returns the ...
分类:
其他好文 时间:
2017-07-11 17:44:47
阅读次数:
186