摘要: 之前目录是这样的,我们需要在app.py里面导入resource里面的自定义函数,resource文件如下: 试着添加绝对路径啥的都不对,报错,ModuleNotFoundError: No module named 'resource.model'; 'resource' is not a pac 阅读全文
posted @ 2021-08-11 23:25 ament 阅读(2158) 评论(0) 推荐(0) 编辑
摘要: #include <opencv2/core/version.hpp> ^~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. Makefile:159: recipe for target 'obj/image_opencv.o' failed``` 阅读全文
posted @ 2021-08-10 21:16 ament 阅读(638) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash #date: 2020.04.02 #description: show the rate of system resources # cpu资源信息统计 function show_cpu { cpu_rate=$(vmstat | awk 'NR == 3 {print 阅读全文
posted @ 2021-07-14 19:28 ament 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 内网穿透frp 下载 https://github.com/fatedier/frp/releases 内网和公网服务器均要安装frp 直接解压 tar -zxvf frp_0.37.0_linux_amd64.tar.gz frpc 以及frpc.ini分别是frp的客户端的执行命令以及配置文件。 阅读全文
posted @ 2021-07-11 11:20 ament 阅读(191) 评论(0) 推荐(0) 编辑
摘要: import pandas as pd import matplotlib.pyplot as plt data = pd.read_csv(r'D:\实验数据记录\kcss\2次\monitor.csv') # nodeIp = "192.168.1.27" # nodeIp = "192.168 阅读全文
posted @ 2021-06-23 11:31 ament 阅读(691) 评论(0) 推荐(0) 编辑
摘要: 侧重点不同 云边缘:云边缘形态的边缘计算,是云服务在边缘侧的延伸, 逻辑上仍是云服务,主要的能力提供依赖于云服务或需要与云服务紧密协同,如视频智能接入解决方案就属于此类。 边缘云:边缘云形态的边缘计算,是 在边缘侧构建中小规模云服务能力,服务能力主要由边缘云提供,集中式数据中心侧主要提供边缘云的管理 阅读全文
posted @ 2021-05-26 17:56 ament 阅读(225) 评论(0) 推荐(0) 编辑
摘要: https://blog.51cto.com/chiliming/1678922 阅读全文
posted @ 2021-04-28 21:01 ament 阅读(109) 评论(0) 推荐(0) 编辑
摘要: java runtime exec shell 脚本执行指令无效 String[] arguments = new String[]{"sh","-c","docker","load" ,"<",newPath+"&"}; Process res = Runtime.getRuntime().exe 阅读全文
posted @ 2021-04-25 16:02 ament 阅读(607) 评论(0) 推荐(0) 编辑
摘要: 接口地址: https://cx.shouji.360.cn/phonearea.php?number=手机号 import java.io.*; import java.net.HttpURLConnection; import java.net.URL; import java.util.reg 阅读全文
posted @ 2020-11-30 18:29 ament 阅读(1560) 评论(0) 推荐(0) 编辑
摘要: https://pytorch.org/get-started/previous-versions/ 阅读全文
posted @ 2020-11-04 14:40 ament 阅读(701) 评论(0) 推荐(0) 编辑