摘要: 材料 百网盘链接:jdk-8u65-linuxx64.tar 提取码:ki7n 安装步骤 step1:将文件移动到home文件夹下 ... 阅读全文
posted @ 2022-08-01 18:21 thicker 阅读(29) 评论(0) 推荐(0)
摘要: from tensorflow.python.keras.layers import Input, GRU, Dense, Conc... 阅读全文
posted @ 2022-08-01 18:21 thicker 阅读(267) 评论(0) 推荐(0)
摘要: 最近想使用code2vec这种词向量工具将代码转化为词向量,我在网上只看到了文章讲到在github上的code2vec工具的使用... 阅读全文
posted @ 2022-08-01 18:21 thicker 阅读(497) 评论(0) 推荐(0)
摘要: 最近做了一个实验,实验得到的结果是一个个的表格,我们需要通过表格做一个topn,然后进行分析。 首选我们先阐述一下我们做topn... 阅读全文
posted @ 2022-08-01 18:21 thicker 阅读(303) 评论(0) 推荐(0)
摘要: 运行指令neo4j console显示报错如下 WARNING: Max 1024 open files allowed, mini... 阅读全文
posted @ 2022-08-01 18:21 thicker 阅读(283) 评论(0) 推荐(0)
摘要: ubuntu下运行sudo Java 时提示“sudo: java: command not found”。在网上找了,其中很多... 阅读全文
posted @ 2022-08-01 18:21 thicker 阅读(1016) 评论(0) 推荐(0)
摘要: 问题描述: 腾讯云服务器Ubuntu 系统的默认用户名是 ubuntu,并且在安装过程中默认不设置 root 帐户和密码。如果想... 阅读全文
posted @ 2022-08-01 18:21 thicker 阅读(477) 评论(0) 推荐(0)
摘要: 不要卸载Ubuntu自带的Python2.7和Python3.5,直接安装新版本的Python,然后修改默认的Python软链接... 阅读全文
posted @ 2022-08-01 18:21 thicker 阅读(370) 评论(0) 推荐(0)
摘要: 步骤总结 ubuntu升级python版本号的方法: 1、打开ubuntu终端; 2、输入命令获取最新的python3.6; 3... 阅读全文
posted @ 2022-08-01 18:21 thicker 阅读(377) 评论(0) 推荐(0)
摘要: 1、下载JDK 对于下载方法,可以使用命令,也可以手动下载。本人采用手动下载jdk的方式。 下载jdk-7u7-linux-i586... 阅读全文
posted @ 2022-08-01 18:21 thicker 阅读(149) 评论(0) 推荐(0)