码迷,mamicode.com
首页 >  
搜索关键字:etc    ( 45464个结果
分类:贝叶斯分类之新闻组数据组学习(查看数据类型的方法)(环境:Pycharm)
1、查看数据类型: type(数据)(在下面的探究中会标注出来) 2、初步探究(重点是机器学习模型只能处理数值数据,所以新闻样本集里的每一个文本样本都要转为TF-IDF向量。) from sklearn.datasets import fetch_20newsgroups from sklearn. ...
分类:其他好文   时间:2021-05-04 16:34:58    阅读次数:0
Qt QPainter QBrush 填充区域
Qt QPainter QBrush 填充区域 QBrush brush; brush.setColor(Qt::red);//设置颜色 brush.setStyle(Qt::SolidPattern); painter.setBrush(brush); painter.drawRect(rect3 ...
分类:其他好文   时间:2021-05-04 16:25:58    阅读次数:0
Mint20安装向日葵远程连接
在未做任何设置的前提下mint20安装不上向日葵,一直提示如下 设置并安装 sudo mv /etc/os-release{,.bak}sudo mv /etc/issue{,.bak}sudo mv /etc/upstream-release/ /etc/upsudo vim /etc/os-re ...
分类:其他好文   时间:2021-05-04 15:52:05    阅读次数:0
[LeetCode] 1844. Replace All Digits with Characters
You are given a 0-indexed string s that has lowercase English letters in its even indices and digits in its odd indices. There is a function shift(c, ...
分类:其他好文   时间:2021-05-04 15:31:41    阅读次数:0
Tkinter美化之使用第三方主题
Tkinter的原生界面并不好看。 虽然我们可以使用ttk进行美化。但那也仅限Windows和macos。Linux用了还是一样丑。 而且使用ttk也只是使用了系统风格,想要些别的UI风格,只导入ttk就不够了。 虽然ttk也内置几个主题但是也不怎么好看。 这是我们就要使用第三方主题了。 下面的网址 ...
分类:其他好文   时间:2021-05-04 15:24:53    阅读次数:0
用PreparedStatement批量插入数据
package com.czf.blob; import com.czf.util.JDBCUtils; import org.junit.Test; import java.sql.Connection; import java.sql.PreparedStatement; /** * 使用Pre ...
分类:其他好文   时间:2021-05-03 12:52:05    阅读次数:0
Rabbitmq 3.6.5以上版本修改端口号方法
Rabbitmq 3.6.5以上版本修改端口号方法,网上查了下有一些方不管用,所以自己实践了引用官网说明 https://www.rabbitmq.com/configure.html#configuration-files 本文主要说明在Win系统下如何修改端口号5672为其它号首先查看Log 查 ...
分类:其他好文   时间:2021-05-03 12:27:44    阅读次数:0
Crontab 的使用
crontab 用于设置定时任务,通过 cat /etc/crontab 可查看 crontab 示例: $ cat /etc/crontab SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root # For details s ...
分类:其他好文   时间:2021-05-03 11:54:27    阅读次数:0
CentOS-6 失效源替换
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo-backupwget -O /etc/yum.repos.d/CentOS-Base.repo http://file.kangle.odata.cc/rep ...
分类:其他好文   时间:2021-05-03 11:53:06    阅读次数:0
Kafka启动遇到ERROR Exiting Kafka due to fatal exception (kafka.Kafka$) 解决办法 从kafka的根目录启动 bin/kafka-server-start.sh config/server.properties
Mysql配置读写数据库 ERROR 1227 (42000): Access denied; you need (at least one of) the SUPER privilege(s) for this operation 原因之前mysql的vi /etc/my.cnf 修改配置没有重启 ...
分类:其他好文   时间:2021-04-30 12:42:22    阅读次数:0
45464条   上一页 1 ... 21 22 23 24 25 ... 4547 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!