• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
June's New World
知识和经验都是一点点积累的!现在努力也不晚,June加油!
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 2 3 4 5 6 ··· 21 下一页
2017年2月14日
总结Sql Server内置函数实现MD5加密
摘要: 在SQL Server 2005下自带的函数HashBytes() ,此函数是微软在SQL Server 2005中提供的,HashBytes() 函数的返回结果是VarBinary类型(以 0x 开头 16 进制形式的二进制数据)。通常情况下,我们需要的都是字符串型的数据,直接存入varchar字 阅读全文
posted @ 2017-02-14 11:32 冬雨在路上 阅读(14766) 评论(0) 推荐(4)
2016年9月26日
转载C#下RSA算法的实现(适用于支付宝和易宝支付)
摘要: RSA算法代码: using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Security.Cryptography; namespace RSA.Class { 阅读全文
posted @ 2016-09-26 19:33 冬雨在路上 阅读(3203) 评论(0) 推荐(0)
2016年2月20日
怎么解决xp系统不能安装NET Framework4.0?
摘要: 第一步: 如果是XP系统: 1.开始——运行——输入cmd——回车——在打开的窗口中输入net stop WuAuServ 2.开始——运行——输入%windir% 3.在打开的窗口中有个文件夹叫SoftwareDistribution,把它重命名为SDold 4.开始——运行——输入cmd——回车 阅读全文
posted @ 2016-02-20 15:00 冬雨在路上 阅读(435) 评论(0) 推荐(0)
经典SQL语句大全
摘要: 一、基础 1、说明:创建数据库CREATE DATABASE database-name 2、说明:删除数据库drop database dbname3、说明:备份sql server--- 创建 备份数据的 deviceUSE masterEXEC sp_addumpdevice 'disk', 阅读全文
posted @ 2016-02-20 14:48 冬雨在路上 阅读(2380) 评论(0) 推荐(0)
2016年1月29日
C#中图片与BASE64码互相转换
摘要: //保存目录 string dir = "/upload/user/head"; //站点文件目录 string fileDir = HttpContext.Current.Server.MapPath("~" + dir); //文件名称 string fileName = "headdemo" 阅读全文
posted @ 2016-01-29 15:09 冬雨在路上 阅读(34259) 评论(0) 推荐(3)
2016年1月20日
C#中XML和json互相转换
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Xml;using Newtonsoft;//此方法需单独下载namespace ThumbsLotteryTi... 阅读全文
posted @ 2016-01-20 20:11 冬雨在路上 阅读(6403) 评论(1) 推荐(1)
SQL中的OpenXML使用
摘要: DECLARE @idoc intDECLARE @doc varchar(1000)SET @doc =' '--Create an internal representation of the XML document.EXEC sp_x... 阅读全文
posted @ 2016-01-20 20:03 冬雨在路上 阅读(8828) 评论(0) 推荐(1)
2016年1月19日
SQL 存储过程 解析XML
摘要: 第一种说明:我看过这样一篇文章,如下在SQL Server2005中,微软延续了 2000中一个特性(即支持XML类型的数据),并加强了对XML 数据列、XML变量以及XML索引的支持。在数据库中存储XML数据是一个很出色的特征。对于大部分的数据处理需求来讲,将XML数据格式化为其它关联数据是... 阅读全文
posted @ 2016-01-19 17:11 冬雨在路上 阅读(7799) 评论(0) 推荐(0)
2016年1月8日
Json.net 常用使用小结
摘要: using System;using System.Linq;using System.Collections.Generic;namespace microstore{ public interface IPerson { string FirstName ... 阅读全文
posted @ 2016-01-08 20:46 冬雨在路上 阅读(3185) 评论(3) 推荐(0)
2015年12月28日
Could not load file or assembly or one of its dependencies. 试图加载格式不正确的程序。
摘要: 当我把编译好的程序托管到IIS下后,访问时出现了以下问题,服务器环境是IIS 7,操作系统 Windows server 2008 r2 64位。出现上述问题的原因是,所加载的程序集中有32位的,也有64位的,IIS 7 程序池 在Windows下.Net FrameWork是64位的,要想正确使用... 阅读全文
posted @ 2015-12-28 17:32 冬雨在路上 阅读(332) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 21 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3