自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(12)
  • 资源 (55)
  • 收藏
  • 关注

原创 Electron 12 学习 说明

若修改DNS可能会导致npm安装失败。本博客主要讲述Electron 12.0.9及之后的版本。如果使用之前的版本,请注意:Electron 10.0.0 之前的版本(不包含10.0.0)可在渲染进程中使用remote,10.0.0 及之后的版本(包含10.0.0)不可使用remote,需要额外增加一个开发依赖'@electron/remote,参见官网:https://github.com/electron/remotevue 中使用node,需要在vue.config.js文件中设置nodeInt.

2021-05-23 20:42:44 545

原创 Electron 12 学习(十)渲染进程直接发送消息到其他渲染进程

源码:GitHubGiteeCodeChina

2021-05-21 20:36:12 254

原创 Electron 12 学习(九)渲染进程通过主进程向其他渲染进程发送消息

源码:GitHubGiteeCodeChina

2021-05-21 20:34:58 304

原创 Electron 12 学习(八)渲染进程向主进程发送消息

源码:GitHubGiteeCodeChina

2021-05-21 20:33:41 464

原创 Electron 12 学习(七)Electron 自动更新

搭建一个httpd服务器:官网:http://httpd.apache.org/下载地址:http://httpd.apache.org/download.cgi#apache24Windows版下载地址:http://httpd.apache.org/docs/current/platform/windows.html#down解压:软件说明:依赖下载:安装配置:启动及测试:直接启动时报错:修改路径:安装服务,提示使用管理员身份运行:..

2021-05-21 18:16:19 1006 1

原创 Electron 12 学习(六)DLL 调用安装与配置

注意:32位DLL仅能在32位Node、32位Electron上运行。64位DLL仅能在64位Node、64位Electron上运行。若要切换Node版本,需要删除组件重新下载。下载 Visual Studio 2019 Community:https://visualstudio.microsoft.com/zh-hans/vs/安装使用C++的桌面开发:打开软件,新建项目,搜索 dll,选择具有导出项的(DLL)动态链接库:添加一个函数:int sum(..

2021-05-21 18:14:48 2342

原创 Electron 12 学习(五)sass-loader 安装与配置

安装sass-loader:npm i -D sass-loader测试scss文件:新建文件src/style/app.scss:将src/App.vue内的样式剪切到src/style/app.scss:#app { font-family: Avenir, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-a.

2021-05-21 18:11:57 1336

原创 Electron 12 学习(四)Vue CLI Plugin Electron Builder 安装与配置

添加 Vue CLI Plugin Electron Builder:vue add electron-builderD:\WebstormProjects\Electron-12-Study>vue add electron-builder???? Installing vue-cli-plugin-electron-builder...+ vue-cli-plugin-electron-builder@2.0.0added 238 packages from 119 contri

2021-05-21 18:10:21 3894 6

原创 Electron 12 学习(三)Vue 3 安装与配置

全局安装 Vue 3 脚手架:npm i -g @vue/cliMicrosoft Windows [版本 10.0.19042.985](c) Microsoft Corporation。保留所有权利。D:\WebstormProjects>npm i -g @vue/clinpm WARN deprecated @hapi/joi@15.1.1: Switch to 'npm install joi'npm WARN deprecated request@2.88.2: req..

2021-05-21 18:01:30 822

原创 Electron 12 学习(二)Electron 12 安装与配置

设置 electron 镜像:npm config set ELECTRON_MIRROR https://npm.taobao.org/mirrors/electron/全局安装 Electron 并测试:npm i -g electronC:\Users\xuxiaowei>npm i -g electronD:\Program Files\nodejs\node_global\electron -> D:\Program Files\nodejs\node_globa..

2021-05-21 18:00:30 1931

原创 Electron 12 学习(一)Node 14 安装与配置

Node 下载地址:https://nodejs.orgNode 历史版本下载地址:https://nodejs.org/dist/安装位置:D:\Program Files\nodejs将安装位置添加到环境变量查看 node 配置:npm config ls设置组件位置、将组件添加到环境变量中:npm config set prefix "D:\Program Files\nodejs\node_global"设置缓存目录:npm config set cache "D:\Pro.

2021-05-21 17:58:29 4163 1

原创 MySQL 8 压缩包版(zip) 安装

最新版下载网址:https://dev.mysql.com/downloads/mysql/ 历史版本下载网址:https://downloads.mysql.com/archives/community/ 解压安装包: 解压目录: D:\Program Files\mysql-8.0.25-winx64 增加配置文件 my.ini: 官方文档:https://dev.mysql.com/doc/refman/8.0/en/windows-create-option-file.h.

2021-05-12 20:57:58 1408

Spring 5 + Spring MVC 5 + MyBatis 3 的 Maven 项目集成 源码

Spring 5 + Spring MVC 5 + MyBatis 3 的 Maven 项目集成 源码,详细信息请查看博客:https://blog.csdn.net/qq_32596527/article/details/83302826

2018-10-30

mysql-installer-community-5.7.20.0.msi

MySQL 5.7.20.0 数据库 下载 mysql-installer-community-5.7.20.0.msi 下载。

2018-10-29

mysql-installer-community-5.7.19.0.msi

MySQL 5.7.19.0 数据库 下载 mysql-installer-community-5.7.19.0.msi 下载。

2018-10-29

MySQL 5.7.23 离线安装文件及方法.rar

MySQL 5.7.23 离线安装文件及方法.rar,更多安装教程请看:https://blog.csdn.net/qq_32596527

2018-10-26

MySQL 5.7.21 离线安装文件及方法.rar

MySQL 5.7.21 离线安装文件及方法.rar,更多安装教程请看:https://blog.csdn.net/qq_32596527

2018-10-26

mysql-installer-community-5.7.21.0.msi

MySQL 5.7.21.0 数据库 下载 mysql-installer-community-5.7.21.0.msi 下载。

2018-10-26

mysql-installer-community-5.7.22.1.msi

MySQL 5.7.22.1 数据库 下载 mysql-installer-community-5.7.22.1.msi下载。

2018-10-26

MySQL 5.7.22 离线安装文件及方法.rar

MySQL 5.7.22 离线安装文件及方法.rar,更多安装教程请看:https://blog.csdn.net/qq_32596527

2018-10-26

MySQL 5.7.24 离线安装文件及方法.rar

MySQL 5.7.24 离线安装文件及方法.rar,更多安装教程请看:https://blog.csdn.net/qq_32596527

2018-10-26

MySQL 5.7.20 离线安装文件及方法.rar

MySQL 5.7.20 离线安装文件及方法.rar,更多安装教程请看:https://blog.csdn.net/qq_32596527

2018-10-26

mysql-installer-community-5.7.23.0.msi

MySQL 5.7.23.0 数据库 下载 mysql-installer-community-5.7.23.0.msi 下载 。

2018-10-26

mysql-installer-community-8.0.0.0-dmr.msi

MySQL 8.0.0.0-dmr 数据库 下载 mysql-installer-community-8.0.0.0-dmr.msi 下载。

2018-10-26

mysql-installer-community-8.0.1.0-dmr.msi

MySQL 8.0.1.0-dmr 数据库 下载 mysql-installer-community-8.0.1.0-dmr.msi 下载。

2018-10-24

mysql-installer-community-8.0.3.0-rc.msi

MySQL 8.0.3.0-rc 数据库 下载 mysql-installer-community-8.0.3.0-rc.msi 下载。

2018-10-24

mysql-installer-community-8.0.11.0.msi

MySQL 8.0.11.0 数据库 下载 mysql-installer-community-8.0.11.0.msi 下载。

2018-10-24

mysql-installer-community-8.0.12.0.msi

MySQL 8.0.12.0 数据库 下载 mysql-installer-community-8.0.12.0.msi 下载 。

2018-10-24

Microsoft Visual C++ Redistributable For Visual Studio 2013 (vcredist_x86.exe)

Microsoft Software License Terms Microsoft Visual C++ Redistributable For Visual Studio 2013

2018-10-23

mysql-installer-community-5.5.40.1.msi

MySQL 5.5.40.1 数据库 下载 mysql-installer-community-5.5.40.1.msi下载。

2018-10-23

mysql-installer-community-5.5.39.0.msi

MySQL 5.5.39.0 数据库 下载 mysql-installer-community-5.5.39.0.msi 下载。

2018-10-23

mysql-installer-community-5.5.38.0.msi

MySQL 5.5.38.0 数据库 下载 mysql-installer-community-5.5.38.0.msi 下载。

2018-10-23

mistral-7b-openorca.Q4-0.zip - 3

使用方式与其他分卷压缩文件参见: https://blog.csdn.net/qq_32596527/article/details/134382867

2023-11-13

mistral-7b-openorca.Q4-0.zip - 4

使用方式与其他分卷压缩文件参见: https://blog.csdn.net/qq_32596527/article/details/134382867

2023-11-13

mistral-7b-openorca.Q4-0.zip - 2

使用方式与其他分卷压缩文件参见: https://blog.csdn.net/qq_32596527/article/details/134382867

2023-11-13

mistral-7b-openorca.Q4-0.zip - 1

使用方式与其他分卷压缩文件参见: https://blog.csdn.net/qq_32596527/article/details/134382867

2023-11-13

CentOS 7.9 最小化安装 kubernetes(k8s)1.25.3(免费下载)

语雀文档:https://www.yuque.com/xuxiaowei-com-cn/gitlab-k8s

2022-11-23

手把手 - 微服务 Windows 开发环境从头搭建 2022-09-05 直播录像 - 软件安装包-2.zip

视频 https://www.bilibili.com/video/BV1914y1s7hi

2022-09-07

手把手 - 微服务 Windows 开发环境从头搭建 2022-09-05 直播录像 - 软件安装包-1.zip

视频 https://www.bilibili.com/video/BV1914y1s7hi

2022-09-07

nexus-3.37.3-02 Windows 与 Linux 版 免费下载

1、nexus 视频合集:http://xxw.ac.cn/Hz2K 2、免费资源与视频,顺手点个赞吧

2022-03-12

curl-7.80.0-LIB Release - DLL Windows SSPI

curl 7.80.0,手动编译,包含 32位、64位,包含 VC6、VC7、VC8、VC10、VC11、VC12、VC14、VC15,共14个(VC6、VC7不含64位)文件,支持https等协议,构建视频:https://www.bilibili.com/video/BV1S44y1E78a/,免费资源,给视频点个赞吧。

2021-12-20

基于 VC15 DLL Release - DLL Windows SSPI 的 curl.exe 7.77.0

查看版本: curl 7.77.0 (i386-pc-win32) libcurl/7.77.0 Schannel Release-Date: 2021-05-26 Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp Features: AsynchDNS HSTS IPv6 Kerberos Largefile NTLM SPNEGO SSL SSPI Unicode UnixSockets alt-svc

2021-06-19

Oracle GoldenGate 11.2.1.0.3 for Oracle 11g on Linux x86-64 - V34339-01.zip

Oracle® GoldenGate 11g Release 2 (11.2.1.0.3) Release Notes E36358-01

2020-06-20

nexus-3.17.0-01-unix.tar.zip

nexus-3.17.0-01-unix.tar

2020-01-23

mysql-installer-community-5.5.41.0.msi

MySQL 5.5.41.0 数据库 下载 mysql-installer-community-5.5.41.0.msi 下载。

2019-06-23

Spring Boot Redis Session 共享(Ajax 跨域)

Spring Boot 使用 Redis 进行配置 Session 共享(Ajax 跨域) 源码下载。

2019-04-12

Spring Boot Redis Session 共享

Spring Boot 使用 Redis 进行配置 Session 共享 源码下载。

2019-04-10

weibo4j-oauth2-2.1.1-beta3.1.1.jar(已使用IDEA构建成jar和jar源码)

weibo4j-oauth2-2.1.1-beta3.1.1.jar(已使用IDEA将weibo4j-oauth2-beta3.1.1-master.zip构建成jar与jar源码(未修改))

2018-11-28

mysql-installer-community-5.7.16.0.msi

MySQL 5.7.16.0 数据库 下载 mysql-installer-community-5.7.16.0.msi 下载。

2018-10-29

mysql-installer-community-5.7.15.0.msi

MySQL 5.7.15.0 数据库 下载 mysql-installer-community-5.7.15.0.msi 下载。

2018-10-29

mysql-installer-community-5.7.18.1.msi

MySQL 5.7.18.1 数据库 下载 mysql-installer-community-5.7.18.1.msi 下载 。

2018-10-29

mysql-installer-community-5.7.17.0.msi

MySQL 5.7.18.1 数据库 下载 mysql-installer-community-5.7.17.0.msi 下载 。

2018-10-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除