04 2017 档案

摘要:1.生成客户端的私钥,客户端的证书 1)keytool -genkey -alias clientkey -keystore kclient.keystore -validity 36500 2)keytool -export -alias clientkey -keystore kclient.k 阅读全文
posted @ 2017-04-27 15:08 恋之呓 阅读(238) 评论(0) 推荐(0) 编辑
摘要:USE [tms]GO/****** Object: UserDefinedFunction [dbo].[fn_StrToTable_Double] Script Date: 2017/4/26 9:07:38 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTI 阅读全文
posted @ 2017-04-26 09:08 恋之呓 阅读(313) 评论(0) 推荐(0) 编辑
摘要:USE [tms]GO/****** Object: UserDefinedFunction [dbo].[StrToTable] Script Date: 2017/4/26 9:06:20 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOA 阅读全文
posted @ 2017-04-26 09:07 恋之呓 阅读(2689) 评论(0) 推荐(0) 编辑
摘要:USE [tms]GO/****** Object: UserDefinedFunction [dbo].[fn_ConvertListToTable_Sort] Script Date: 2017/4/26 9:04:51 ******/SET ANSI_NULLS ONGOSET QUOTED_ 阅读全文
posted @ 2017-04-26 09:06 恋之呓 阅读(253) 评论(0) 推荐(0) 编辑
摘要:public static string StringToMD5Hash(string inputString) { MD5CryptoServiceProvider md5 = new MD5CryptoServiceProvider(); byte[] encryptedBytes = md5. 阅读全文
posted @ 2017-04-21 14:23 恋之呓 阅读(139) 评论(0) 推荐(0) 编辑
摘要:System.IO.MemoryStream ms = new System.IO.MemoryStream(); xmlDoc.Save(ms); System.IO.StreamReader sr = new System.IO.StreamReader(ms, System.Text.Enco 阅读全文
posted @ 2017-04-17 16:36 恋之呓 阅读(237) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示