protoc 编译工具 windows 平台下载对应平台的 protobuf,并配置环境变量 protobuf linux 环境先安装依赖 sudo apt-get install autoconf automake libtool curl make g++ unzip git clone htt ...
分类:
其他好文 时间:
2021-02-27 13:31:02
阅读次数:
0
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int, int> ii; typedef vector<int> vi; typedef vector<ii> vii; typedef ...
分类:
编程语言 时间:
2021-02-27 13:27:43
阅读次数:
0
Eva would like to make a string of beads with her favorite colors so she went to a small shop to buy some beads. There were many colorful strings of b ...
分类:
其他好文 时间:
2021-02-27 13:26:28
阅读次数:
0
1 类型转换 ? 由于Java是强类型语言,所以要进行有些运算的时候,需要用到类型转换。运算中,不同类型的数据先转换为同一类型,然后进行运算。 低 高 byte,short,char > int > long > float > double 1.1 强制转换 由高到低 (类型)变量名 // 强制转 ...
分类:
编程语言 时间:
2021-02-27 13:11:10
阅读次数:
0
step1: 打开网站:https://www.ipaddress.com/,分别搜索github.com,github.global.ssl.fastly.net,codeload.github.com,获取对应的ip地址 step2: sudo vi /etc/hosts i进入编辑模式,esc ...
分类:
系统相关 时间:
2021-02-27 13:05:50
阅读次数:
0
题目要求 写一个shell脚本,把192.168.0.0/24网段在线的ip列出来。 参考答案 #!/bin/bash for i in `seq 1 254` do if ping -c 2 -W 2 192.168.0.$i >/dev/null 2>/dev/null then echo "1 ...
分类:
其他好文 时间:
2021-02-27 12:59:19
阅读次数:
0
一:作用 二:定义 三:类型转换 四:内置方法 一:列表类型的作用 如果需存多个值并按顺序取,那用list再合适不过了 二:列表类型的定义 l = [1,2,3,'a'] ##相当于l = list(1,2,3,'a') print(l)print(type(l)) 以上代码执行结果为: [1, 2 ...
分类:
编程语言 时间:
2021-02-26 13:20:23
阅读次数:
0
timeStamp string 是 时间戳,从 1970 年 1 月 1 日 00:00:00 至今的秒数,即当前的时间 nonceStr string 是 随机字符串,长度为32个字符以下 package string 是 统一下单接口返回的 prepay_id 参数值,提交格式如:prepay ...
分类:
微信 时间:
2021-02-26 12:55:21
阅读次数:
0
将Autodesk.Revit.DB.Plane替换成Autodesk.Revit.DB.Plane.CreateByNormalAndOrigin<!--more--> 1将Autodesk.Revit.DB.Plane替换成Autodesk.Revit.DB.Plane.CreateByNorm ...
分类:
数据库 时间:
2021-02-25 12:15:11
阅读次数:
0
华为云重磅福利:云主机、海外云主机、云容器和多款云产品0元领取! 华为云重磅推出云上优选,特惠来袭来迎接这个来之不易的春天本次活动依然是给到了很低的折扣,0.7折起!!! 活动走起:福利1:免费试用海外云主机和云原生容器 进入免费试用专区 【实名才可领取】: ? ? ? 福利2:超低折扣 ? 原价1 ...
分类:
其他好文 时间:
2021-02-25 11:56:53
阅读次数:
0