
Computer knowledge
一个处女座的程序猿
人工智能硕博生,拥有十多项发明专利(6项)和软著(9项),包括SCI内多篇论文,多个国家级证书(2个国三级、3个国四级),曾获国内外“人工智能算法”竞赛(包括国家级省市级等,一等奖5项、二等奖4项、三等奖2项)证书十多项,以上均以第一作者身份,并拥有省市校级个人荣誉证书十多项。目前也是国内知名博主,连续3年获CSDN十大博客之星,荣获达摩院评测官、阿里社区/CSDN社区/51CTO/华为社区等十多个开发者社区专家博主荣誉,曾受邀阿里/华为/谷歌等(开发者社区)采访-评审-论坛几十次。截止2022年,AI领域粉丝超100万,文章阅读量超5000万。正在撰写《AI算法最新实战》一书,目前已43万字
展开
-
成功解决Permission denied: user=hive,access=WRITE,inode=“/warehouse……“etl:hive:drwxr-xr-x
成功解决Permission denied: user=hive,access=WRITE,inode="/warehouse……"etl:hive:drwxr-xr-x。原创 2022-12-02 00:07:12 · 950 阅读 · 0 评论 -
成功解决urllib.error.HTTPError: HTTP Error 403: Forbidden
成功解决urllib.error.HTTPError: HTTP Error 403: Forbidden。原创 2022-11-18 23:12:16 · 1495 阅读 · 0 评论 -
成功解决读取txt文档时出现意外字符\ufeff
成功解决读取txt文档时出现意外字符\ufeff。原创 2022-11-18 23:12:42 · 984 阅读 · 1 评论 -
成功解决启动SQLServer失败——根据不同错误信息判断错误故障进而解决问题
成功解决启动SQLServer失败——根据不同错误信息判断错误故障进而解决问题。原创 2022-09-25 15:57:51 · 1260 阅读 · 0 评论 -
成功解决Microsoft visual Studio 0518\SwVBAddin44\SwVBAddin44.vbproj”,因为此板本的应用程序不支持其项目类型(.vbproj).
Microsoft visual Studio 0518\SwVBAddin44\SwVBAddin44.vbproj”,因为此板本的应用程序不支持其项目类型(.vbproj). 若要打开它,请使用支持此类型项目的版本。成功解决Microsoft visual Studio 0518\SwVBAddin44\SwVBAddin44.vbproj”,因为此板本的应用程序不支持其项目类型(.vbproj).找到devenv.exe运行,然后通过这个程序转换后,再打开项目文件夹的文件即可;原创 2022-09-25 09:45:10 · 967 阅读 · 0 评论 -
成功解决无法写入输出文件,此实现不是Windows平台FIPS验证加密算法的一部分
成功解决无法写入输出文件,此实现不是Windows平台FIPS验证加密算法的一部分。无法写入输出文件,此实现不是Windows平台FIPS验证加密算法的一部分。Win+R→输入gpedit.msc→启动组策略编辑器。Win+R→输入regedit→启动注册表编辑器。原创 2022-09-25 09:43:12 · 1080 阅读 · 0 评论 -
成功解决AttributeError: module ‘numpy‘ has no attribute ‘polyld‘
成功解决AttributeError: module 'numpy' has no attribute 'polyld'原创 2022-09-12 17:10:22 · 2054 阅读 · 2 评论 -
成功解决IPython.core.display.HTML object
成功解决IPython.core.display.HTML object。原创 2022-08-12 23:17:10 · 1945 阅读 · 0 评论 -
成功解决raise TypeError(‘Unexpected feature_names type‘)TypeError: Unexpected feature_names type
成功解决raise TypeError('Unexpected feature_names type')TypeError: Unexpected feature_names type。原创 2022-08-10 22:03:38 · 1133 阅读 · 0 评论 -
成功解决TypeError: can‘t multiply sequence by non-int of type ‘float‘
成功解决TypeError: can't multiply sequence by non-int of type 'float'原创 2022-08-09 18:59:00 · 11216 阅读 · 0 评论 -
成功解决ImportError: cannot import name ‘soft_unicode‘ from ‘markupsafe‘
成功解决ImportError: cannot import name 'soft_unicode' from 'markupsafe'soft_unicode方法在最新版本中已被抛弃,若要使用该方法,可以降低到2.0.1版本即可!导入错误:无法从'markupsafe'导入名称'soft_unicode'经过分析,是该库版本升级导致的问题!............原创 2021-03-30 19:27:57 · 8185 阅读 · 0 评论 -
成功解决TypeError: can‘t multiply sequence by non-int of type ‘float‘
成功解决TypeError: can't multiply sequence by non-int of type 'float'分析函数的输入参数,分析出错参数feature,分发现该参数的规则是。类型错误:不能将序列乘以float类型的非int类型。故输入数据及数据类型,应该满足以上条件才可以!......原创 2022-08-02 18:49:49 · 1506 阅读 · 0 评论 -
成功解决TypeError: only size-1 arrays can be converted to Python scalars
成功解决TypeError: only size-1 arrays can be converted to Python scalars目录解决问题解决思路解决方法TypeError: only size-1 arrays can be converted to Python scalars类型错误:只有大小为 1 的数组可以转换为 Python 标量在执行shap.summary_plot(shap_i_values, X_data, max_display=7)函数的时候,遇到了TypeError: o原创 2022-08-01 22:40:56 · 7814 阅读 · 1 评论 -
成功解决ModuleNotFoundError: No module named ‘Image‘
成功解决ModuleNotFoundError: No module named 'Image'目录解决问题解决思路解决方法解决问题ModuleNotFoundError: No module named 'Image'解决思路未找到模块错误:没有名为“Image”的模块解决方法将import Image 改为from PIL import Image 大功告成!......原创 2022-07-30 16:43:49 · 2113 阅读 · 1 评论 -
成功解决ImportError: cannot import name ‘_validate_lengths‘
成功解决ImportError: cannot import name '_validate_lengths'目录解决问题解决思路解决方法解决问题ImportError: cannot import name '_validate_lengths'解决思路导入错误:无法导入名称“_validate_lengths”解决方法numpy版本与当前库skimage的版本不匹配导致!推荐T2方法!T1、将numpy版本降低到1.15以下T2、直接修改源代码激活原方原创 2022-07-30 16:42:05 · 1945 阅读 · 0 评论 -
成功解决AttributeError: ‘PngImageFile‘ object has no attribute ‘imshow‘
成功解决AttributeError: 'PngImageFile' object has no attribute 'imshow'目录解决问题解决思路解决方法解决问题AttributeError: 'PngImageFile' object has no attribute 'imshow'解决思路属性错误:“PngImageFile”对象没有属性“imshow”解决方法PngImageFile没有imshow方法,但是有show方法,所以需要进行以下更改!将原创 2022-07-29 16:17:32 · 1070 阅读 · 0 评论 -
成功解决pydotplus.graphviz.InvocationException: GraphViz‘s executables not found
成功解决pydotplus.graphviz.InvocationException: GraphViz's executables not found目录解决问题解决思路解决方法pydotplus.graphviz.InvocationException: GraphViz's executables not foundpydotplus.graphviz.Invocation 异常:未找到 GraphViz 的可执行文件需要安装可视化软件GraphViz,具体图文教程请参考下文。参考文章:Graphvi原创 2022-07-29 15:14:05 · 1446 阅读 · 0 评论 -
成功解决电脑麦克风不管用、电脑无法录制声音之出现的麦克风Realtek(R) Audio未插入
成功解决电脑麦克风不管用、电脑无法录制声音之出现的麦克风Realtek(R)Audio未插入。电脑无法录制声音,经过查看发现问题,麦克风Realtek(R)Audio未插入。搜索框输入RealtekAudioConsole→麦克风阵列。原创 2022-07-20 22:54:18 · 5204 阅读 · 0 评论 -
成功解决python编程时调用webbrowser.open函数不能自动打开浏览器的网页
成功解决python编程时调用webbrowser.open函数不能自动打开浏览器的网页。原创 2022-07-19 22:44:59 · 1122 阅读 · 0 评论 -
成功解决‘pip‘ 不是内部或外部命令,也不是可运行的程序或批处理文件或者‘conda‘ 不是内部或外部命令,也不是可运行的程序或批处理文件
成功解决'pip' 不是内部或外部命令,也不是可运行的程序或批处理文件或者'conda' 不是内部或外部命令,也不是可运行的程序或批处理文件目录解决问题解决方法'pip' 不是内部或外部命令,也不是可运行的程序或批处理文件或者'conda' 不是内部或外部命令,也不是可运行的程序或批处理文件首先打开系统环境变量,再将anconda或者python安装环境所涉及的以下几个路径,加载到系统环境中去,即可! 哈哈,大功告成!.........原创 2022-07-14 10:26:43 · 886 阅读 · 0 评论 -
成功解决urllib.error.URLError: <urlopen error [Errno 11001] getaddrinfo failed>
成功解决urllib.error.URLError: 目录解决问题解决思路解决方法raise URLError(err)urllib.error.URLError: 网址错误,网址有问题!如果网址确定没错,并且当前上网也没问题,那么,很可能是网址单双引号导致的bug。可以将网址链接的双引号改为单引号,如果原来就是单...原创 2022-07-12 23:16:38 · 2388 阅读 · 0 评论 -
成功解决基于model利用plot_importance()函数出现仅输出一个、两个或者三个等特征(极少的特征)
成功解决基于model利用plot_importance()函数出现仅输出一个、两个或者三个等特征(极少的特征)目录解决问题解决方法利用plot_importance()函数出现仅输出一个、两个或者三个等特征(极少的特征) 此时,很可能是目标特征(标签/目标变量)渗入或者混入到入模特征变量(因变量)中去了此时需要检查入模特征变量中,是否含有目标变量的映射形式经过查看,发现存在salary2num变量!需要将上边代码注释即可!哈哈,大功告成!......原创 2022-07-06 01:19:30 · 1357 阅读 · 1 评论 -
成功解决ValueError: Only TF native optimizers are supported in Eager mode
成功解决ValueError: Only TF native optimizers are supported in Eager mode.目录解决问题解决思路解决方法ValueError: Only TF native optimizers are supported in Eager mode.值错误:Eager 模式仅支持 TF 原生优化器。 因为在Eager execution模式下,不能再使用keras接口的优化器,可以改为tensorflow原生的优化器,注意,这个时候,带来的后果可原创 2022-06-28 21:38:23 · 922 阅读 · 0 评论 -
成功解决NotImplementedError: numpy() is only available when eager execution is enabled.
成功解决NotImplementedError: numpy() is only available when eager execution is enabled.目录解决问题解决思路解决方法NotImplementedError: numpy() is only available when eager execution is enabled.未实现错误:numpy() 仅在启用急切执行时可用。Eager execution 为 TensorFlow 提供了一个命令式接口。 启用急切执行后,Tenso原创 2022-06-28 21:35:20 · 1315 阅读 · 0 评论 -
成功解决raise KeyError(f“None of [{key}] are in the [{axis_name}]“)KeyError: “None of [Index([‘age.in.y
成功解决raise KeyError(f"None of [{key}] are in the [{axis_name}]")KeyError: "None of [Index(['age.in.years'], dtype='object')] are in the [columns]"目录解决问题解决思路解决方法raise KeyError(f"None of [{key}] are in the [{axis_name}]")KeyError: "None of [Index(['age.in.y原创 2022-06-21 22:06:43 · 7706 阅读 · 0 评论 -
Computer:成功教你如何使用一招—就能找回以前的密码(曾经保存的密码但当前显示为******号的密码)
Computer:成功教你如何使用一招—吊炸天—就能找回以前的密码(曾经保存的密码但当前显示为******号的密码)—建议收藏目录解决问题解决思路解决方法很久之前保存的密码,目前显示为一堆星号****,密码完全忘记了,但是试错好几次仍旧找不回,以github账号为例,教你一招找回原来密码!密码显示为一堆星号****,是因为type默认password,改为可读的文本格式就好了!如图所示,首先,将鼠标定位到密码所在框内→右键选择审查元素→接着更改代码,将改为改完以后→点击回车键,即可!图文教程如下原创 2022-06-08 20:00:00 · 1364 阅读 · 3 评论 -
成功解决ret = ret / rcountTypeError: unsupported operand type(s) for /: ‘str‘ and ‘int‘
成功解决ret = ret / rcountTypeError: unsupported operand type(s) for /: 'str' and 'int'目录解决问题解决思路解决方法解决问题 boxplot(array) File "E:\Program Files\Python\Python36\lib\site-packages\matplotlib\pyplot.py", line 2848, in boxplot zor...原创 2022-04-20 20:00:00 · 2408 阅读 · 1 评论 -
Tool之synergyc:synergyc的简介、安装、使用方法(鼠标键盘控制两台或多台电脑)之详细攻略
Tool之synergyc:synergyc的简介、安装、使用方法(鼠标键盘控制两台或多台电脑)之详细攻略目录synergyc的简介synergyc的安装synergyc的使用方法synergyc的简介 synergyc是用一套鼠标键盘控制两台或多台电脑,但是只适合win7及以下的,win10有时候不适用;无需外部硬件设备,用软件的方法实现一套鼠标键盘控制两台或多台电脑。(1)、Synergy软件特点1、synergy中文版使...原创 2022-04-18 00:00:08 · 1678 阅读 · 2 评论 -
成功解决AttributeError: predict_proba is not available when probability=False
成功解决AttributeError: predict_proba is not available when probability=False目录解决问题解决思路解决方法解决问题raise AttributeError("predict_proba is not available when "AttributeError: predict_proba is not available when probability=False解..原创 2022-03-19 23:39:07 · 2672 阅读 · 0 评论 -
成功解决ValueError: feature_names mismatch: [‘f0‘, ‘f1‘, ‘f2‘, ‘f3‘, ‘f4‘] expected f3, f1, f2, f0, f4
成功解决ValueError: feature_names mismatch: ['f0', 'f1', 'f2', 'f3', 'f4'] expected f3, f1, f2, f0, f4目录解决问题解决思路解决方法T1、修改函数T2、升级版本解决问题ValueError: feature_names mismatch: ['f0', 'f1', 'f2', 'f3', 'f4']expected f3, f1, f2, f0, f.原创 2022-03-19 19:14:08 · 3811 阅读 · 0 评论 -
成功解决ValueError: Data is not binary and pos_label is not specified
成功解决ValueError: Data is not binary and pos_label is not specified目录解决问题解决思路解决方法解决问题raise ValueError("Data is not binary and pos_label is not specified")ValueError: Data is not binary and pos_label is not specified解决思路原创 2022-03-19 17:50:27 · 2045 阅读 · 0 评论 -
成功解决ValueError: pos_label=1 is not a valid label: array([‘0‘, ‘1‘], dtype=‘<U1‘)
成功解决ValueError: pos_label=1 is not a valid label: array(['0', '1'], dtype='<U1')目录解决问题解决思路解决方法解决问题ValueError: pos_label=1 is not a valid label: array(['0', '1'], dtype='<U1')解决思路值错误:pos_label=1不是有效的标签:数组(['0','1'],原创 2022-03-19 17:36:27 · 3311 阅读 · 1 评论 -
成功解决raise AttributeError(“Parent variable ‘%s‘ is not the index of entity %s“ % (parent_variable, p
成功解决raise AttributeError("Parent variable '%s' is not the index of entity %s" % (parent_variable, parent_variable.entity))目录解决问题解决思路解决方法解决问题raise AttributeError("Parent variable '%s' is not the index of entity %s" % (parent_variab原创 2022-03-13 23:59:43 · 3903 阅读 · 1 评论 -
成功解决matplotlib.units.ConversionError: Failed to convert value(s) to axis units: ‘LiR‘
成功解决matplotlib.units.ConversionError: Failed to convert value(s) to axis units: 'LiR'目录解决问题解决思路解决方法解决问题No handles with labels found to put in legend.Traceback (most recent call last): File "D:\ProgramData\Anaconda3\lib\site.原创 2022-03-06 23:57:49 · 7954 阅读 · 2 评论 -
成功解决RecursionError: maximum recursion depth exceeded
成功解决RecursionError: maximum recursion depth exceeded目录解决问题解决思路解决方法解决问题在程序pyinstaller打包的时候,遇到递归错误,RecursionError: maximum recursion depth exceeded解决思路递归错误:超过最大递归深度解决方法直接修改默认的最大递归深度即可!第一步,在py对应的spec文件内添加以下代码...原创 2022-02-20 12:25:54 · 3949 阅读 · 0 评论 -
成功解决在excel表格中仅在某列内插入一个空白单元格,使其下部的数据整体下移一格
成功解决在excel表格中仅在某列内插入一个空白单元格,使其下部的数据整体下移一格目录解决问题解决方法解决问题在excel表格中仅在某列内插入一个空白单元格,使其下部的数据整体下移一格解决方法第一步,把鼠标放在当前要整体移动数据的上一个单元格的右下角,直至变成加粗的十字形状;第二步,按住Shift键,直接向下拖动鼠标!...原创 2022-02-20 01:04:50 · 2957 阅读 · 0 评论 -
成功解决wps文档中输入英文单词出现对应英文单词下边红色波浪线(英文拼写自动检测)去掉或加上图文教程
成功解决wps文档中输入英文单词出现对应英文单词下边红色波浪线(英文拼写自动检测)去掉或加上图文教程目录解决问题解决方法解决问题wps文档中输入英文单词出现对应英文单词下边红色波浪线解决方法可知,这是wps文档自带的英文拼写自动检测功能导致,我们可以手动选择不要自动检测原创 2022-02-09 22:42:22 · 2860 阅读 · 0 评论 -
成功解决将python的列表格式输出数值(如pandas.read_excel().describe())批量转到表格内
成功解决将python的列表格式输出数值(如pandas.read_excel().describe())批量转到表格内。原创 2022-01-08 12:14:33 · 1362 阅读 · 0 评论 -
成功解决无法连接到YLMF-201404228CG,在建立与服务器的连接时出错。在连接到 SQL Server 2005 时,在默认的设置下 SQL Server 不允许进行远程连接可能会导致此失败
成功解决无法连接到YLMF-201404228CG,在建立与服务器的连接时出错。在连接到 SQL Server 2005 时,在默认的设置下 SQL Server 不允许进行远程连接可能会导致此失败目录解决问题解决办法解决问题无法连接到YLMF-201404228CG,在建立与服务器的连接时出错。在连接到 SQL Server 2005 时,在默认的设置下 SQL Server 不允许进行远程连接可能会导致此失败。 (provider: 命名管道提供程序, err原创 2022-01-06 21:35:40 · 2395 阅读 · 0 评论 -
成功解决ValueError: DataFrame.dtypes for data must be int, float or bool.Did not expect the data types
成功解决ValueError: DataFrame.dtypes for data must be int, float or bool.Did not expect the data types in fieldsdatetime64[ns]_col目录解决问题解决思路解决方法解决问题ValueError: DataFrame.dtypes for data must be int, float or bool.Did not expect ..原创 2022-01-03 16:39:38 · 5306 阅读 · 1 评论