上一页 1 2 3 4 5 6 7 ··· 11 下一页
摘要: https://www.cnblogs.com/xiami2046/p/12771482.html 阅读全文
posted @ 2020-06-19 13:59 趙楊 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 1、调用前提 在百度EasyDL中建立数据模型并发布 2、代码 1、测试 package com.stefanie.sun.EasyDLTest; import com.stefanie.sun.bean.EasyDL.EasydlImageClassify; /** * Created with 阅读全文
posted @ 2020-06-18 10:21 趙楊 阅读(1420) 评论(1) 推荐(0) 编辑
摘要: 1、配置Typora-Ubuntu镜像源wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add -sudo add-apt-repository 'deb https://typora.io/linux ./'2、更新 阅读全文
posted @ 2020-06-17 11:24 趙楊 阅读(328) 评论(0) 推荐(0) 编辑
摘要: 命令:sudo apt-get install yum提示: 提示python相关依赖包问题且无法安装解决:将提示中涉及到的包重新安装 sudo apt-get install +包名 阅读全文
posted @ 2020-06-17 11:20 趙楊 阅读(1650) 评论(0) 推荐(0) 编辑
摘要: 1、查看IP地址 ifconfig 2、安装工具 sudo apt-get install net-tools 阅读全文
posted @ 2020-06-17 11:16 趙楊 阅读(1005) 评论(0) 推荐(0) 编辑
摘要: 原因:镜像源问题 解决:新增镜像源 sudo vi etc/apt/source.list添加deb http://archive.ubuntu.com/ubuntu/ trusty main universe restricted multiverse 阅读全文
posted @ 2020-06-17 10:29 趙楊 阅读(1301) 评论(0) 推荐(0) 编辑
摘要: https://www.runoob.com/docker/ubuntu-docker-install.html 阅读全文
posted @ 2020-06-17 10:07 趙楊 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 1、系统提示进程号 参考:https://blog.csdn.net/weixin_37769711/article/details/88759474 2、系统提示进程号 sudo kill -9 +进程号 阅读全文
posted @ 2020-06-17 09:57 趙楊 阅读(153) 评论(0) 推荐(0) 编辑
摘要: package com.stefanie.sun.bean.TimeTest; import org.springframework.scheduling.annotation.EnableAsync; import org.springframework.scheduling.annotation 阅读全文
posted @ 2020-06-16 15:27 趙楊 阅读(136) 评论(0) 推荐(0) 编辑
摘要: Maven常见命令 mvn -v:查看maven版本信息mvn clean:清空target文件/上次构建信息mvn package -DskipTests:服务打包(不受测试文件影响)mvn compile:预编译mvn package -Dmaven.test.skip=true:打包的时候跳过 阅读全文
posted @ 2020-06-16 11:28 趙楊 阅读(129) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 11 下一页