训练代码: import tensorflow as tf from tensorflow import keras import numpy as np from matplotlib import pyplot as plt np.random.seed(42) # 设置numpy随机数种子 t ...
分类:
其他好文 时间:
2021-01-06 12:16:12
阅读次数:
0
系统环境 centos7,php7.0 安装有关依赖 yum -y install gcc glibc-devel make ncurses-devel openssl-devel autoconf unixODBC unixODBC-devel socat 安装erlang运行环境 wget ht ...
分类:
Web程序 时间:
2021-01-06 11:39:23
阅读次数:
0
Mosquitto库依赖libuuid和openssl库,所以我们在交叉编译Mosquitto之前需要先交叉编译他所需要的依赖库,这里作者已经把需要的源码都下载好了,大家可以在这个文档的目录下找到。不建议大家下载和我不一致的版本,可能会出问题。 mqtt源码下载页: 1. 交叉编译uuid库 我们把 ...
分类:
其他好文 时间:
2021-01-04 10:43:19
阅读次数:
0
1 // 抓取,添加数据 2 public function save(){ 3 require 'QueryList/phpQuery.php'; 4 require 'QueryList/QueryList.php'; 5 // 要抓的网址 6 $url = 'http://www.techwe ...
分类:
其他好文 时间:
2021-01-04 10:33:29
阅读次数:
0
public class RandomAccessDemo6 { public static void main(String[] args) throws IOException { RandomAccessFile src = new RandomAccessFile("src.AVI", "r ...
分类:
编程语言 时间:
2020-12-31 12:33:36
阅读次数:
0
归并排序 利用递归实现分治。每次排序时间复杂度是O(N),一共需要 LogN 次。 #include <stdlib.h> #include <time.h> #define size 100 static int n[size]; static int t[size]; void msort(in ...
分类:
编程语言 时间:
2020-12-31 12:14:15
阅读次数:
0
code # 文件db的内容为:{"count":5} # 注意一定要用双引号,不然json无法识别 # 并发运行,效率高,但竞争写同一文件,数据写入错乱 from multiprocessing import Process,Lock import time,json,random def sea ...
分类:
系统相关 时间:
2020-12-31 12:02:45
阅读次数:
0
接着上次GPG的结构,我继续使用Windows Ubuntu与虚拟机Linux Ubuntu (多次尝试后做成,桌面文件增添或缺失属正常现象,找关键文件就好。) 1,两机互通公钥 2.真机对学号文件是由des3加密为xuehao2.txt(忘了截了)。 获得加密后的文件 与 密钥,把密钥写入miya ...
分类:
其他好文 时间:
2020-12-29 11:42:43
阅读次数:
0
1 准备工作 1.1 下载openssl1.1.0g 地址: https://github.com/openssl/openssl/tree/OpenSSL_1_1_0g 1.2 安装perl 我使用的strawberry 版本号v5.28.2 地址:http://strawberryperl.co ...
使用dockerbuildx实现多平台编译dockerregistryapiv2支持多CPU架构镜像.同时harborv2也实现了dockerregistryapiv2的支持.实现之后,将不再有cpu架构困扰,一个dockerpullimage:tag将自动适配可适配的平台。真正做到海纳百川,一骑当千。0x01准备docker开启实验模式buildx插件qemu模拟器Linuxkernel>
分类:
其他好文 时间:
2020-12-25 13:19:26
阅读次数:
0