2012年7月10日

摘要: USE [MyDataBase]GO/****** Object: StoredProcedure [dbo].[GetVipDetails] Script Date: 07/05/2012 09:39:14 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOALTER Proc [dbo].[GetVipDetails] @pageindex int=1 , @pagesize int=10, @VipAccount nvarchar(20)=null, --VIP账户 @VipCompanyUserI... 阅读全文
posted @ 2012-07-10 17:54 wboweb 阅读(221) 评论(0) 推荐(0) 编辑
摘要: return Encoding.UTF8.GetString(Convert.FromBase64String(Base64string)); 阅读全文
posted @ 2012-07-10 13:42 wboweb 阅读(595) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Security.Cryptography;using System.Text;using System.IO;/// <summary>/// DES加密/解密类。/// </summary>public class DESEncryptEx1{ #region ========加密======== /// <summary> /// 加密 /// </summary> /// <param name="pToEncrypt">要加密的内容</param& 阅读全文
posted @ 2012-07-10 13:38 wboweb 阅读(3996) 评论(0) 推荐(0) 编辑

导航