<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[chen798213337的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/chen798213337</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; chen798213337]]></copyright><item><title><![CDATA[Git push 代码到gitee仓库， 误上传大文件，导致后续push失败。]]></title><link>https://blog.csdn.net/chen798213337/article/details/147545428</link><guid>https://blog.csdn.net/chen798213337/article/details/147545428</guid><author>chen798213337</author><pubDate>Sun, 27 Apr 2025 00:28:57 +0800</pubDate><description><![CDATA[2. 这个原因是gitee 拒绝上传的超过100M的文件。然而使用git push命令需要将历史的所有修改依次提交。其中历史信息中包含了一个push 大文件的记录。其中：0cacf4ba27ab92a3bc558aba3e593df171048feb是包含上传大文件的记录。在CMD中使用命令：git log  ，CMD 返回信息如下。找到信息后使用：eq命令退出。如果使用pycharm可以使用项目右键->git->show history进行可视化查看。（1）查找那一次记录包含了大文件的上传。]]></description><category></category></item><item><title><![CDATA[Windows环境下PyCharm 配置miniforge ]]></title><link>https://blog.csdn.net/chen798213337/article/details/147041313</link><guid>https://blog.csdn.net/chen798213337/article/details/147041313</guid><author>chen798213337</author><pubDate>Mon, 07 Apr 2025 14:12:31 +0800</pubDate><description><![CDATA[（1）创建一个项目，后选择 Conda Evvironment，在 conda Eexcutable 中找到。（2）创建成功后，会在 C:\用户\XXX用户名\.condarc文件中，新增添加的位置信息。（3） 打开CMD命令行窗口，使用conda -- version命令检测是否安装成功。（4）修整MiniForge目录文件夹的访问权限：找到安装位置 属性-》安全-》编辑权限。(2) 单击Load Environment 后，创建新环境或者使用已存在的环境。注意安装时，路径中不要存在空格。]]></description><category></category></item><item><title><![CDATA[ Pyinstaller 打包flask_socketio为exe程序后出现：ValueError: Invalid async_mode specified]]></title><link>https://blog.csdn.net/chen798213337/article/details/146974645</link><guid>https://blog.csdn.net/chen798213337/article/details/146974645</guid><author>chen798213337</author><pubDate>Thu, 03 Apr 2025 10:36:36 +0800</pubDate><description><![CDATA[Pyinstaller 打包flask_socketio为exe程序后出现：ValueError: Invalid async_mode specified]]></description><category></category></item><item><title><![CDATA[vue 自定义校检规则TypeError: callback is not a function]]></title><link>https://blog.csdn.net/chen798213337/article/details/123751836</link><guid>https://blog.csdn.net/chen798213337/article/details/123751836</guid><author>chen798213337</author><pubDate>Sat, 26 Mar 2022 10:45:46 +0800</pubDate><description><![CDATA[1、问题描述 

在自定义vue校检规则，时出现 callback is not a function问题

F12 打开浏览器控制台查看详细错误：vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in data(): "TypeError: callback is not a function"





2、解决方法

（1）检查自定义函数是否有问题，排除自定义函数问题



（2）检查校检字段信息



3、解决方法

(1) validator: 自定义..]]></description><category></category></item><item><title><![CDATA[fatal: unable to access ‘https://github.com/nhn/raphael.git/‘: OpenSSL SSL_connect: Connection was]]></title><link>https://blog.csdn.net/chen798213337/article/details/114935546</link><guid>https://blog.csdn.net/chen798213337/article/details/114935546</guid><author>chen798213337</author><pubDate>Wed, 17 Mar 2021 16:17:39 +0800</pubDate><description><![CDATA[1、问题描述：

 在基于webstorm 配置vue环境时，输入npm install 开始自动安装依赖时出现该问题，

2、解决方案：

（1）安装配置git环境

（2）更换npm源


npm configsetregistryhttps://registry.npm.taobao.org
...]]></description><category></category></item><item><title><![CDATA[vue element admin  后台请求Uncaught (in promise) Error: Error     at __webpack_exports__.def问题]]></title><link>https://blog.csdn.net/chen798213337/article/details/111300947</link><guid>https://blog.csdn.net/chen798213337/article/details/111300947</guid><author>chen798213337</author><pubDate>Wed, 16 Dec 2020 19:38:24 +0800</pubDate><description><![CDATA[一、问题描述：

vue element admin 按照vue 封装的 fech 方法编写方法请求后台数据，出现错误Uncaught (in promise) Error: Error   at __webpack_exports__.def问题



二、解决方案

（1）按照错误提示连接 点入，分析vue 代码，发现 res对象 必须要有 code,message,data三个属性，并且只有当code === 20000时，vue才认为数据请求成功。因此后台需要构造的json对象结构为：


{"..]]></description><category></category></item><item><title><![CDATA[windows环境下 pytorch离线安装]]></title><link>https://blog.csdn.net/chen798213337/article/details/110287325</link><guid>https://blog.csdn.net/chen798213337/article/details/110287325</guid><author>chen798213337</author><pubDate>Sat, 28 Nov 2020 17:34:23 +0800</pubDate><description><![CDATA[windows环境下 pytorch离线安装



1、问题描述：由于在下载依赖包时pytorch包非常大，无论是更改清华源、阿里源都下载的非常缓慢

（1）首先找到自己Windows显卡对应的 cuda版本

找到：NVDIA控制面板--&gt;帮助--&gt;系统信息--&gt;组件 ，如下图所示：对应版本为 cuda 11





（2）在pytorch官网https://pytorch.org/get-started/locally/

按照cuda版本 配置信息如下：



(3)...]]></description><category></category></item><item><title><![CDATA[配置Anaconda jupyter notebook 项目默认路径配置]]></title><link>https://blog.csdn.net/chen798213337/article/details/108751497</link><guid>https://blog.csdn.net/chen798213337/article/details/108751497</guid><author>chen798213337</author><pubDate>Wed, 23 Sep 2020 14:15:28 +0800</pubDate><description><![CDATA[一、问题描述：从anaconda 中启动jupyter notebook，如何修改系统项目路径

（1）系统环境：windows10 系统， anaconda 版本 2020.07



二、具体步骤

1、 打开 Anaconda Prompt, 并输入命令：该命令会生成配置文件


jupyter notebook --generate-config



2、打开生成的配置文件，路径在C盘，用户目录下的jupyter目录下，打开jupyter_note_config.py文件



3、修改配置信息.]]></description><category></category></item><item><title><![CDATA[kubernets apiserver无法启动故障，排错指南。]]></title><link>https://blog.csdn.net/chen798213337/article/details/103482473</link><guid>https://blog.csdn.net/chen798213337/article/details/103482473</guid><author>chen798213337</author><pubDate>Tue, 10 Dec 2019 20:35:22 +0800</pubDate><description><![CDATA[1、问题描述：在二进制安装kubernets时，出现apiserver无法启动，如下图所示：





2、解决方案：

（1）首先查看详细出错原因，需要查看kubernets的日志，因此在apiserver.service文件中配置日志输出格式和路径：

[Unit]
Description=Kubernetes API Server
After=etcd.service
Wants=etcd...]]></description><category></category></item><item><title><![CDATA[Maven3.6.3 在IntelliJ IDEA2019新版本中问题，Unable to import maven project: See logs for details]]></title><link>https://blog.csdn.net/chen798213337/article/details/103442717</link><guid>https://blog.csdn.net/chen798213337/article/details/103442717</guid><author>chen798213337</author><pubDate>Sun, 08 Dec 2019 11:01:46 +0800</pubDate><description><![CDATA[1、问题描述

（1）之前使用maven3.6.1版本，配置了maven阿里源。现在升级了Intellij 2019并重新下载了maven版本3.6.3，在maven更新依赖时出现：idea导入项目出现Unable to import maven project: See logs for details提示



（2）在IDEA工具工具栏中调出详细日志信息：help-》Show Log ...]]></description><category></category></item><item><title><![CDATA[Build  tools  for  Visual Studio  2015 / 2017 / 2019  cannot be found ，Windows10环境 OpenVINO 运行demo例子]]></title><link>https://blog.csdn.net/chen798213337/article/details/95652601</link><guid>https://blog.csdn.net/chen798213337/article/details/95652601</guid><author>chen798213337</author><pubDate>Fri, 12 Jul 2019 19:58:33 +0800</pubDate><description><![CDATA[1、问题描述：

在windows10 环境下 配置安装完成OpenVINO，在进入demo目录 ，验证环境是否配置成功时。在下载完各项依赖，

出现如下问题：vswhere 不是内部或外部命令，又不是可运行程序。

Build tools for Visual Studio 2015 / 2017 / 2019 cannot be found





2、分析原因：

（1）...]]></description><category></category></item><item><title><![CDATA[Windows10下配置Maven环境 修改Maven下载源]]></title><link>https://blog.csdn.net/chen798213337/article/details/94318114</link><guid>https://blog.csdn.net/chen798213337/article/details/94318114</guid><author>chen798213337</author><pubDate>Sun, 30 Jun 2019 14:40:00 +0800</pubDate><description><![CDATA[1、下载maven  网址：http://maven.apache.org/download.cgi 



2、解压MAVEN到本地磁盘，这里解压到D盘



3、将Maven安装目录添加到系统全局变量中（这一步是为了在CMD环境下，输入MAVEN相关命令，识别并执行），

操作如下：

（1）我的电脑--&gt;属性--&gt;高级系统设置--&gt;在“系统变量”处，新...]]></description><category></category></item><item><title><![CDATA[修改Maven源地址为阿里源]]></title><link>https://blog.csdn.net/chen798213337/article/details/79121339</link><guid>https://blog.csdn.net/chen798213337/article/details/79121339</guid><author>chen798213337</author><pubDate>Sun, 21 Jan 2018 17:15:10 +0800</pubDate><description><![CDATA[默认的Maven源为国外，下载速度非常慢，修改成阿里源可提高速度

（1）找到 apache-maven-3.5.2\conf 目录中的settings.xml 文件

（2） 修改maven 本地仓库地址,

   首先在D:\Program Files创建文件夹MavenRepository ；

   找到settings.xml 文件中 &lt;localReposit...]]></description><category></category></item><item><title><![CDATA[Kubernetes离线安装、Kubernetes二进制文件方式安装]]></title><link>https://blog.csdn.net/chen798213337/article/details/78501042</link><guid>https://blog.csdn.net/chen798213337/article/details/78501042</guid><author>chen798213337</author><pubDate>Fri, 10 Nov 2017 16:24:04 +0800</pubDate><description><![CDATA[Kubernetes在CentOS7下二进制文件方式安装、离线安装

一、下载Kubernetes(简称K8S)二进制文件

1）https://github.com/kubernetes/kubernetes/releases 
从上边的网址中选择相应的版本，本文以1.9.1版本为例，从 CHANGELOG页面 下载二进制文件。



2）组件选择：选择Service Binaries中的kub]]></description><category></category></item><item><title><![CDATA[安装Docker CE、安装最新版Docker]]></title><link>https://blog.csdn.net/chen798213337/article/details/78228299</link><guid>https://blog.csdn.net/chen798213337/article/details/78228299</guid><author>chen798213337</author><pubDate>Fri, 13 Oct 2017 17:03:44 +0800</pubDate><description><![CDATA[基于CentOS安装Docker CE、安装最新版Docker一、Docker版本分支问题 
2017年3月 docker在原来的基础上分为两个分支版本: 
Docker CE 和Docker EE。Docker CE即社区版,免费，Docker EE即企业版，强调安全，付费使用。因此本文基于CentOS7 安装Docker CE 
二、Docker CE安装 
（1）系统版本要求 
在安装Dock]]></description><category></category></item><item><title><![CDATA[CentOS7 安装Navicat，软件出现乱码解决方案]]></title><link>https://blog.csdn.net/chen798213337/article/details/70767902</link><guid>https://blog.csdn.net/chen798213337/article/details/70767902</guid><author>chen798213337</author><pubDate>Tue, 25 Apr 2017 22:03:56 +0800</pubDate><description><![CDATA[CentOS7 安装Navicat，软件出现乱码解决方案1、问题描述： 安装Navicat管理数据库时，启动界面出现乱码情况。如图所示：2、解决方法：1）打开Navicat安装目录，找到 start_navicat文件，2） 修改字符集如下： 
 将  export LANG=”en_US.UTF-8”  修改为  export LANG=”zh_CN.UTF-8” 
3）重新启动Navicat]]></description><category></category></item><item><title><![CDATA[CentOS7安装MariaDB10.X]]></title><link>https://blog.csdn.net/chen798213337/article/details/70666336</link><guid>https://blog.csdn.net/chen798213337/article/details/70666336</guid><author>chen798213337</author><pubDate>Mon, 24 Apr 2017 22:29:14 +0800</pubDate><description><![CDATA[* CentOS7安装MariaDB10.X* 1）默认情况下：使用CentOS yum install mariadb  mariadb-server 的版本为5.X。问题： 
如何安装新版本的Maridb1）进入 官网：https://downloads.mariadb.org/ 
点击 See our reposittory configration tool 
2)此页面选择对应的安装版本（]]></description><category></category></item><item><title><![CDATA[CentOS7删除开机启动项中的多余内核]]></title><link>https://blog.csdn.net/chen798213337/article/details/60469472</link><guid>https://blog.csdn.net/chen798213337/article/details/60469472</guid><author>chen798213337</author><pubDate>Sun, 05 Mar 2017 17:32:03 +0800</pubDate><description><![CDATA[1、问题描述： 
       在CentOS升级后，在关机重启后，启动项会多出一条新的条目如下图所示：再确定新的内核不出现问题时，可以删除这些内核。 
 
2、解决方案： 
（1）查询正在使用的内核 ：  
uname -a[bigdata@bigdata ~]$ uname -a 
Linux bigdata 3.10.0-327.36.3.el7.x86_64 #1 SMP Mon Oct 2]]></description><category></category></item><item><title><![CDATA[jquery控制iframe根据内容高度自动调整问题。]]></title><link>https://blog.csdn.net/chen798213337/article/details/57413697</link><guid>https://blog.csdn.net/chen798213337/article/details/57413697</guid><author>chen798213337</author><pubDate>Sun, 26 Feb 2017 14:36:51 +0800</pubDate><description><![CDATA[1、问题描述
$(function() {
    $("#JmenuFrame").load(function() {
        var height = $(this).contents().find("body").height() + 40;
        $(this).height(height 
  });
});
该段代码实现 jquery控制iframe高度]]></description><category></category></item><item><title><![CDATA[Hbase 创建表出现异常 org.apache.hadoop.hbase.TableExist]]></title><link>https://blog.csdn.net/chen798213337/article/details/52104260</link><guid>https://blog.csdn.net/chen798213337/article/details/52104260</guid><author>chen798213337</author><pubDate>Wed, 03 Aug 2016 15:43:42 +0800</pubDate><description><![CDATA[通过Hbase api 创建表时出现org.apache.hadoop.hbase.TableExistsException: hbase:namespace 异常，]]></description><category></category></item></channel></rss>