ASP.NET从入门到精通第四版拓展项目开发案例.7z
2022-07-14 16:06:22 440.73MB 教学资料
SQL Server 2012 安装部署
2022-07-14 14:05:37 3.03MB SQLServer2012 SQLServer 安装部署 数据库
1
asp.net人事管理系统asp.net人事管理系统asp.net人事管理系统asp.net人事管理系统
2022-07-14 11:13:46 889KB asp.net人事管理系统
1
SQL语法基础+高级.PDF,适合刚入门的小白和对SQL有一定基础的码友们巩固基础
2022-07-14 11:05:10 5.33MB SQL MYSQL SQLSERVER ORACLE
1
VS C#2013 DES加密解密完整源代码 测试平台 visual studio 2013 win8.1 依据网上资源整理,并亲测,并写出窗口供调用演示,原代码全部打包奉上,可供学习使用。 public static string EncryptDES(string encryptString, string encryptKey) { try { byte[] rgbKey = Encoding.UTF8.GetBytes(encryptKey.Substring(0, 8)); byte[] rgbIV = Keys; byte[] inputByteArray = Encoding.UTF8.GetBytes(encryptString); DESCryptoServiceProvider dCSP = new DESCryptoServiceProvider(); MemoryStream mStream = new MemoryStream(); CryptoStream cStream = new CryptoStream(mStream, dCSP.CreateEncryptor(rgbKey,rgbIV), CryptoStreamMode.Write); cStream.Write(inputByteArray, 0, inputByteArray.Length); cStream.FlushFinalBlock(); return Convert.ToBase64String(mStream.ToArray()); } catch { return encryptString; } } // // DES解密字符串 // // 待解密的字符串 // 解密密钥,要求为8位,和加密密钥相同 // 解密成功返回解密后的字符串,失败返源串 public static string DecryptDES(string decryptString, string decryptKey) { try { byte[] rgbKey = Encoding.UTF8.GetBytes(decryptKey); byte[] rgbIV = Keys; byte[] inputByteArray = Convert.FromBase64String(decryptString); DESCryptoServiceProvider DCSP = new DESCryptoServiceProvider(); MemoryStream mStream = new MemoryStream(); CryptoStream cStream = new CryptoStream(mStream, DCSP.CreateDecryptor(rgbKey,rgbIV), CryptoStreamMode.Write); cStream.Write(inputByteArray, 0, inputByteArray.Length); cStream.FlushFinalBlock(); return Encoding.UTF8.GetString(mStream.ToArray()); } catch { return decryptString; } }
2022-07-14 00:09:29 51KB C#2013 DES 加密解密 asp.net
1
sqlserver链接oracle数据库
2022-07-13 18:06:07 55.02MB 数据库
1
ASP.NET大型在线学习平台源码
2022-07-13 18:02:04 127.94MB ASP.NET大型在线学习平台
ASP.NET驾校管理系统源码ASP.NET驾校管理系统源码 源码描述: 一、源码介绍 1、本系统使用.Net Framework2.0编写,前端用到了jquery ui框架。程序简单易懂, 界面美观操作方便。程序简单,VS.NET 2013运行即可。 二、注意事项 1、开发环境为Visual Studio 2013,数据库为SqlServer2008R2,使用.net 2.0开发。 2、数据库文件在DB文件夹中,附加即可 3、默认数据库连接字符串在web.config配置文件中修改 4、管理员用户名密码 admin/admin
2022-07-13 18:01:59 2.69MB ASP.NET 驾校管理系统 jqueryui
ASP.NET租号网系统源码 某宝买的租号程序
2022-07-13 16:07:12 23.85MB ASP.NET租号网系统源码
PDAC物联网实例源码 asp.net物联网后台管理系统源码。懂行的可以试试。
2022-07-13 16:07:11 48.8MB 物联网后台管理系统源码