上一页 1 2 3 4 5 6 7 8 9 ··· 31 下一页
摘要: 参考链接: Vite+Electron快速构建一个VUE3桌面应用(一) 1. 创建一个Vite项目 安装 vite 并创建项目, 输入项目名, 模板采用 vue ,其他的根据情况,可以先全部No yarn create vite 创建完成后, 进入项目,在运行前需要先安装下依赖。 cd <your 阅读全文
posted @ 2022-09-19 18:43 panie2015 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 在vscode 中执行 npm 命令时,报错 ``` yarn : 无法加载文件 C:\Users\xx\AppData\Roaming\npm\yarn.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=1351 阅读全文
posted @ 2022-09-19 17:17 panie2015 阅读(501) 评论(0) 推荐(0) 编辑
摘要: 背景 今天github 又不能访问了。照着 github520 上的hosts 更新了配置之后, 刷新 也还是不能访问 方案一: github520 上的方法 https://raw.hellogithub.com/hosts 复制可以访问的hosts, 修改本地配置 windows 环境: C:\ 阅读全文
posted @ 2022-09-16 17:21 panie2015 阅读(680) 评论(0) 推荐(0) 编辑
摘要: 在项目进行编译时,控制台会出现以下警告信息,提示sun.misc.BASE64Decoder是内部API,会在将来的版本的进行删除,需要避免使用 不想看到这个提示~ 源代码 public static String imageToBase64ByLocal(File file) { byte[] d 阅读全文
posted @ 2022-06-02 15:17 panie2015 阅读(664) 评论(0) 推荐(0) 编辑
摘要: 原文出处: https://www.cnblogs.com/xiaoFeng2017/p/11173095.html 阅读全文
posted @ 2021-11-22 10:51 panie2015 阅读(213) 评论(0) 推荐(0) 编辑
摘要: Python版本:Python3.5.2 一、安装Pyinstaller 1、安装pywin32 下载安装文件:查找到跟自己适用的python版本及window系统版本匹配的pywin32,下载后安装 使用pip命令安装:pip install pywin32 2、安装Pyinstaller 下载安 阅读全文
posted @ 2020-07-06 14:27 panie2015 阅读(213) 评论(0) 推荐(0) 编辑
摘要: DNS有问题,之前手动配置DNS导致,执行如下内容(8.8.8.8是谷歌提供的) 也可使用阿里巴巴提供的DNS域名解析 ———————————————— 原文链接:https://blog.csdn.net/u012848709/article/details/82989276 阅读全文
posted @ 2020-04-30 18:23 panie2015 阅读(9208) 评论(0) 推荐(1) 编辑
摘要: nginx 使用 一、概述 有一个域名,有一台服务器,有多个服务。 为了可以通过域名来访问 服务器上的不同服务,而不将端口 对外 暴露。 采用 nginx 来进行 转发。 二、nginx 安装 不同的操作系统上,需要安装不同的包。 这里以在 centos6.5 上安装为例。 在 "官网下载" 最新的 阅读全文
posted @ 2020-01-15 18:40 panie2015 阅读(234) 评论(0) 推荐(0) 编辑
摘要: CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙步骤。 1、关闭firewall: systemctl stop firewalld.service 停止firewall systemctl disable firewalld.service 禁止firew 阅读全文
posted @ 2020-01-15 09:34 panie2015 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 启动redis: redis-server ../redis.conf redis启动成功后 执行命令行redis-cli报:Could not connect to Redis at 127.0.0.1:6379: Connection refused错误 那是因为redis安装路径下的redis 阅读全文
posted @ 2020-01-14 15:19 panie2015 阅读(1246) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 31 下一页