Filename: msm_windows_x64_v1_01_20324.exe Date: 12 Mar 2013 Size: 105.5 MB Language: English US Version: 1.01.20324 Description: maxView Storage Manager v1.01.20324 for use under 64-bit Windows Server 2008/R2, Windows Server 2012, Windows 7, Windows 8, Windows Small Business Server 2011 (Standard and Essentials), Windows Storage Server 2008 R2. This archive also includes the ARCCONF command line utility.
2025-06-20 21:47:23 105.5MB windows Adaptec raid 磁盘阵列
1
实现vcf文件导出excel,开发日期2024-05-08,只支持windows平台运行 注意:vcf文件需要与可执行文件放在同一目录下 操作说明:解压后,双击可执行文件”vcf格式文件转换xls文件.exe“,输入要转换的vcf文件名称,不需要填写后缀,然后敲回车就可以了,转换好的文件会放在同级目录下。
2025-06-20 18:13:49 5.47MB windows
1
Windows 下 Vue-cli 及 Webpack 搭建安装环境 在现代 Web 开发中,Vue-cli 和 Webpack 是两个非常重要的工具,前者是 Vue.js 的脚手架工具,可以快速构建 Vue 项目,而后者是目前最流行的模块打包工具。本文将详细介绍如何在 Windows 下搭建 Vue-cli 及 Webpack 环境,并且详细讲解每一步的安装和配置过程。 一、安装 Node.js Node.js 是目前最流行的 JavaScript 运行时环境, Vue-cli 和 Webpack 都依赖于 Node.js 环境。需要从 Node.js 官方网站下载并安装 Node.js,下载地址为:https://nodejs.org/en/download/。安装完成后,可以通过输入 "npm -v" 来测试是否成功安装。 二、安装 npm npm 是 Node.js 的包管理工具,用于安装和管理项目依赖项。由于新版的 Node.js 已经集成了 npm,所以之前 npm 也一并安装好了。可以通过输入 "npm -v" 来测试是否成功安装。如果安装的是旧版本的 npm,可以通过 npm 命令来升级,命令如下:npm install npm -g。 此外,也可以使用淘宝定制的 cnpm(gzip 压缩支持)命令行工具代替默认的 npm,命令如下:npm install -g cnpm --registry=https://registry.npm.taobao.org。这样就可以使用 cnpm 命令来安装模块了,例如:cnpm install [name]。 三、安装 Vue-cli Vue-cli 是 Vue.js 的脚手架工具,用于快速构建 Vue 项目。可以通过 npm 命令来安装 Vue-cli,命令如下:npm install -g vue-cli。这个命令只需要运行一次就可以了。安装完成后,以后就不用安装了。 四、使用 Vue-cli 构建项目 在终端中把当前目录定位到准备存放项目的地方。例如,如果准备放在 E:\vue 这个目录下面,那么先通过 cmd 命令进入这个目录,命令如下:cd vue。 然后,使用 Vue-cli 构建一个项目,命令如下:vue init webpack demo01。这将新建一个名为 demo01 的 Vue 项目。 五、安装项目依赖项 在项目目录下,使用 cnpm 命令安装项目依赖项,命令如下:cnpm install。这将安装项目所需的所有依赖项。 六、启动项目 安装完成项目依赖项后,使用 npm 命令启动项目,命令如下:npm run dev。这将启动开发服务器,并自动打开一个浏览器窗口,显示项目的实际效果。 本文详细介绍了如何在 Windows 下搭建 Vue-cli 及 Webpack 环境,并且详细讲解了每一步的安装和配置过程。希望对大家的学习有所帮助,也希望大家多多支持我们。
2025-06-20 15:54:32 160KB vue webpack搭建 vuecli webpack
1
采用VS2022 + win11编译的libiec61850 1.5.1源码,release版本,为需要者省去下载VS动手编译的时间
2025-06-20 09:46:03 507KB windows libiec61850
1
Windows 10 1909-x86版本离线安装.net2.0~3.5资源包是一个为Windows 10操作系统特别设计的软件包,旨在帮助用户在没有互联网连接的情况下安装.NET Framework 3.5版本。这个框架版本包括.NET 2.0和.NET 3.0,是构建和运行使用.NET技术开发的应用程序的基础。 .NET Framework是由微软开发的一套软件框架,它支持在Windows平台上开发和运行包括Web应用程序、智能客户端应用程序和XML Web服务等在内的多种应用程序。从.NET 3.5开始,框架进一步扩展了对语言集成查询(LINQ)的支持,增强了数据访问能力和网络服务功能。 在安装这个资源包之前,用户需要确保已经下载了Windows 10 1909的x86版本ISO文件,并且有适当的系统权限来执行安装操作。安装资源包通常包含多个文件,其中包括了.NET Framework 3.5的安装文件,以及可能需要的更新程序和补丁。用户需要按照一定的顺序来安装这些文件,以确保框架能够正确配置并运行在系统上。 安装.NET Framework 3.5的步骤一般包括:运行安装向导、同意许可条款、选择安装位置、开始安装过程,并在安装结束后重启计算机。在某些情况下,用户可能还需要在安装过程中使用命令行工具来解决安装过程中出现的问题。 对于开发者而言,.NET Framework 3.5是一个重要的组件,因为它提供了广泛的API集和丰富的类库,包括支持Windows Forms、Windows Presentation Foundation(WPF)、Windows Communication Foundation(WCF)、Windows Workflow Foundation(WF)和Windows CardSpace等技术。这些技术为开发各种类型的应用程序提供了强大的工具和框架。 在Windows 10系统中,微软采取了模块化的操作系统设计,这意味着某些旧的组件和功能可能默认不被安装,以减少系统的体积和提高效率。因此,对于那些需要.NET Framework 3.5支持的应用程序来说,拥有一个离线安装资源包就显得尤为重要。 需要注意的是,微软在后续的Windows更新中,可能会改变.NET Framework的安装和配置方式。因此,对于新的Windows版本,开发者和用户应该参考最新的官方文档来确保正确的安装和使用。 Windows 10 1909-x86版本离线安装.net2.0~3.5资源包为用户和开发者提供了一个方便的途径,可以在没有网络连接的环境中安装.NET Framework 3.5,从而支持运行和开发基于.NET技术的应用程序。这是一个重要的资源,尤其对于那些需要在特定环境下工作的专业人员。
2025-06-19 21:39:18 37.4MB .net windows
1
This book describes application development using the Microsoft Windows Application Programming Interface (API), concentrating on the core system services, including the file system, process and thread management, interprocess communication, network programming, and synchronization. The examples concentrate on realistic scenarios, and in many cases they’re based on real applications I’ve encountered in practice. The Win32/Win64 API, or the Windows API, is supported by Microsoft’s family of 32-bit and 64-bit operating systems; versions currently supported and widely used include Windows 7, XP, Vista, Server 2003, Server 2008, and CE. Older Windows family members include Windows 2000, NT, Me, 98, and 95; these systems are obsolete, but many topics in this book still apply to these older systems. The Windows API is an important factor for application development, frequently replacing the POSIX API (supported by UNIX and Linux) as the preferred API for applications targeted at desktop, server, and embedded systems now and for the indefinite future. Many programmers, regardless of experience level, need to learn the Windows API quickly, and this book is designed for them to do so.
2025-06-19 20:40:41 10.57MB Win32 Windows
1
WIndows Active Directory
2025-06-19 18:41:37 263KB WIndows Active Directory
1
ettercap-NG-0.7.3-windows版本 ettercap-NG-0.7.3-windows版本 ettercap-NG-0.7.3-windows版本
2025-06-19 09:10:31 3.34MB ettercap-NG-0.7.3-windows版本
1
android-sdk-windows_r24.4.1 sdk-tools-windows-4333796
2025-06-18 12:55:35 337.55MB android sdk
1