商品编码标准库(共100万条)是一份共100多万条商品编码商品条码库大全,包含超市商品的69码、条码库,商品最新的信息等,本库中条码数据并不一定完善,如有发现新的品编码,可以自行添加。奧利奧迷你原味小餅乾6901668053893
2023-07-27 08:29:39 72.48MB sql 数据库 database 商品条码库
1
元数值 Meta.Numerics是一个用于.NET平台的高级数值计算库。 它提供了面向对象的API,用于数据处理,统计分析,高级功能,矩阵代数,傅立叶变换,高级功能,扩展精度算术和求解器功能,例如集成,优化和求根。 Meta.Numerics是David Wright的2008-2020年版权。 它是根据Microsoft公共许可证(BSD风格的开源许可证)获得许可的。 有关更多信息,请访问 。
2023-07-25 20:43:11 965KB statistics math dotnet optimization
1
SQL的进阶,图灵书系数据库方面的第二阶段书籍
2023-07-23 19:02:43 4.07MB sql
1
在数据库所在的服务器上运行,亲测可以强制修改SA密码
2023-07-22 14:05:29 8KB sql 密码
1
Access_增删改.accdb
2023-07-21 19:49:56 536KB access sql
1
感谢下载 Microsoft .NET Framework 4.5 注意:Windows 8 和 Windows Server 2012 包括 .NET Framework 4.5。因此,您不必在这些操作系统上安装此软件。 .NET Framework 4.5 是一个针对 .NET Framework 4 的高度兼容的就地更新。通过将 .NET Framework 4.5 与 C#、Visual Basic 或 F# 编程语言结合使用,您可以编写 Windows 应用程序。.NET Framework 4.5 包括针对 C#、Visual Basic 和 F# 的重大语言和框架改进(以便您能够更轻松地编写异步代码)、同步代码中的控制流混合、可响应 UI 和 Web 应用程序可扩展性。.NET Framework 4.5 添加了针对其他功能区域(如 ASP.NET、Managed Extensibility Framework、Windows Communication Foundation、Windows Workflow Foundation 和 Windows Identity Foundation)的大量改进。.NET Framework 4.5 提供了更高的性能、可靠性和安全性。 有关 .NET Framework 4.5 的这些功能及其他功能的详细信息,请参见 .NET Framework 开发中心网站。 注意:.NET Framework 4.5 可再发行组件包于 2012 年 10 月 9 日更新,此更新更正了与数字证书上时间戳不正确相关的问题,此问题导致由 Microsoft 生成并签署的文件上的数字签名过早到期。对于之前安装过 .NET 4.5 可再发行组件包(2012 年 8 月 16 日发行)的客户,我们建议安装此经过更新的 .NET 4.5 可再发行组件包。有关此问题的详细信息,请参见 Microsoft Security Advisory 2749655。(来自官网)
2023-07-20 09:57:01 874KB Microsoft .NET Framework 4.5
1
DinkToPdf wkhtmltopdf库的.NET Core P / Invoke包装器,该包装器使用Webkit引擎将HTML页面转换为PDF。 安装 可以通过Nuget安装库。 从软件包管理器控制台运行以下命令: PM> Install-Package DinkToPdf 将本机库复制到项目的根文件夹。 当使用P / Invoke调用本机方法时,.NET Core从那里加载本机库。 您可以找到本机库的最新版本。 选择适合您的操作系统和平台(64位或32位)的库。 重要 未使用IIS测试库。 库已在控制台应用程序中以及在Kestrel Web服务器上针对Web应用程序和Web API
2023-07-13 10:36:20 88.73MB html pdf wkhtmltopdf pdf-converter
1
sql注入在很早很早以前是很常见的一个漏洞。后来随着安全水平的提高,sql注入已经很少能够看到了。但是在,还有很多网站带着sql注入漏洞在运行。稍微有点安全意识的朋友应该懂得要做一下sql注入过滤。   SQL注入的绕过技巧有很多,具体的绕过技巧需要看具体的环境,而且很多的绕过方法需要有一个实际的环境,好是你在渗透测试的过程中遇到的环境,否则如果仅仅是自己凭空想,那显然是不靠谱的。这篇文章是总结我在遇到的CTF题目或者是渗透环境的过程中,所使用到的sql注入的绕过技巧,这篇文章随着自己的见识和能力不断的提升,所总结的方法也会变多。   一、引号绕过   会使用到引号的地方是在于后的whe
2023-07-12 20:47:45 44KB SQL 技巧
1
SQL代码美化程序 SQL Pretty Printer 3.2.8 Copyright 2005-2011, Gudu Software. All Rights Reserved http://www.dpriver.com -------------------------------------------------------- Overview -------- SQL Pretty Printer is a tool that will help you beautify your SQL code. Using hotkey functionality, SQL Pretty Printer can reformat SQL statements for a wide variety of database tools such as Microsoft Query Analyzer, SQL Server Management Studio (SSMS), TOAD and PL/SQL Developer, development environments such as Visual Studio 2003/2005/2008 and Eclipse, and popular editors such as UltraEditor and EditPlus. In addition to beautifying SQL code, SQL Pretty Printer can translate SQL code into C#, Java, PHP, DELPHI and other program languages. SQL Pretty Printer also includes command line functionality, with the ability to format single files, single directories and multiple directories. SQL Pretty Printer is designed to deal with the syntax used by most popular database systems including Microsoft SQL Server, Oracle, IBM DB2, MySQL and Microsoft Access (Informix, Sybase, and PostgreSQL support is currently in development). Output conforms to most of the entry level SQL99 Standard. Add-Ins for SSMS and Visual Studio 2003/2005/2008/2011 are available. APIs for dotnet and COM version are available. features: ** Beautifies SQL statements utilizing highly customizable format options. ** Formats SQL on-the-fly in popular tools and editors using hotkey functionality. ** Minimizes to the system tray for quick access. ** Includes a command line for batch conversion of single files, single directories or directory trees (use the command line API in your own program!) ** Verifies SQL syntax with detailed error information. ** Converts monochrome SQL code into colorful RTF document. ** Converts monochrome SQL code into colorful HTML for easy placement in blogs and forums. ** Converts SQL to various programming languages including C#, Java, DELPHI, PHP and others. ** Currently supports SQL syntax for Microsoft SQL Server, Oracle, IBM DB2, MySQL and Microsoft Access (Informix, Sybase, and PostgreSQL support is currently in development). ** Add-In for SQL Server Management Studio available. ** Add-In for Visual Studio 2003/2005/2008 available. Requirements ------------ Pentium class CPU or higher Windows 95/98/NT/2000/XP/Vista/win7
2023-07-12 20:37:24 1.96MB SQL 代码 美化程序
1
供应链管理信息系统源码 1.本软件采用Asp.Net MVC4 + EasyUI(1.4.3版本)开发,访问数据库采用的是ADO.NET 2.源码必须使用vs2015及以上版本才可以正常运行 3.数据库采用的是sqlserver2008 r2版本
2023-07-12 08:58:17 14.77MB asp.netMVC
1