本文参考原文 http://bjbsair.com/2020 03 25/tech info/6300/ 写在前面 今天的教程是基于FAIR的Bag of Tricks for Efficient Text Classification[1]。也就是我们常说的fastText。 最让人欣喜的这篇论文 ...
分类:
其他好文 时间:
2020-03-26 09:18:31
阅读次数:
80
Intellij idea下 file—>Invalidate Caches/Restart 清除缓存重启即可。 网上的一些方法都没用,我这次识别不了springboot工程是因为我排除了svn的.class时配置有误,附图: ...
分类:
移动开发 时间:
2020-03-23 09:19:26
阅读次数:
103
首先安装 EsLint、vetur 打开setting.json ...
分类:
其他好文 时间:
2020-03-22 18:04:14
阅读次数:
64
① 第一种方式:在线安装(不推荐,下载安装包太耗时间了) https://www.cnblogs.com/black-fact/p/10840332.html ② 第二种方式:使用rpm安装包进行安装 file:///F:/迅雷下载 安装步骤如下 安装client:rpm -ivh mysql-co ...
分类:
数据库 时间:
2020-03-19 09:33:35
阅读次数:
82
trim() 方法用于删除字符串的头尾空格。(这个方法可以判断是否输入全是空格) addNewTag(){ this.$refs["addTagForm"].validate((valid) => { if (valid) { var name = this.addTagForm.tagName.t ...
分类:
Web程序 时间:
2020-03-18 23:33:09
阅读次数:
116
安装插件 配置vscode的go环境变量 https://blog.csdn.net/weixin_41558061/article/details/100741278 配置 ESLint (需安装 Prettier Code formatter 插件) command + shift + p 打开 ...
分类:
其他好文 时间:
2020-03-16 09:55:01
阅读次数:
72
[toc] 安装客户端和依赖环境 初始化MySQL(MySQL 5.7并未设置默认密码,需要初始化,即运行安全向导) 安全向导: 1.(是否设置随机密码,Y/y随机密码, N/n自己输入密码) VALIDATE PASSWORD PLUGIN can be used to test password ...
分类:
数据库 时间:
2020-03-15 15:04:33
阅读次数:
76
5.1.3 Server Configuration Validation As of MySQL 8.0.16, MySQL Server supports a --validate-config option that enables the startup configuration to b ...
分类:
数据库 时间:
2020-03-13 20:44:51
阅读次数:
114
权威指南 参考官网链接:https://cn.vuejs.org/v2/guide/mixins.html 更多场景学习:https://zhuanlan.zhihu.com/p/27547999 使用场景 当有多个页面重复调用同一个方法或者同一个变量时,使用mixins可以避免每个 .vue文件中 ...
分类:
其他好文 时间:
2020-03-13 18:31:09
阅读次数:
59
在云服务器上安装上mysql5.7后,登录后报错error:1820 1820的错误就是 You must reset your password using ALTER USER statement before executing this statement. 解释:在执行此语句之前,必须使用 ...
分类:
数据库 时间:
2020-03-12 19:09:06
阅读次数:
58