1.get jetson_nano_ipAddress in local area network 1)router get jetson nano wlan/eth ipAddress ifconfig 2)jetson nano or PC , AP/network cable get PC w ...
分类:
其他好文 时间:
2021-01-01 12:16:05
阅读次数:
0
How to address an academic presentation This small piece of note is based on the EFES class of UoG and the video. The question lying here is not how g ...
分类:
其他好文 时间:
2020-12-30 10:25:37
阅读次数:
0
nginx启动报错:80端口被占用bind() to 0.0.0.0:80 failed (98: Address already in use) 解决: fuser -k 80/tcp 杀掉进程 重新启动nginx /usr/servers/nginx/sbin/nginx -s reload ...
分类:
其他好文 时间:
2020-12-28 11:55:14
阅读次数:
0
Global Variable Address Modifier (@address) You can assign global variables to specific addresses with the global variable address modifier. These var ...
分类:
编程语言 时间:
2020-12-24 11:33:33
阅读次数:
0
ippool11gateway-list10.1.0.254network10.1.0.0mask255.255.252.0excluded-ip-address10.1.0.110.1.0.253static-bindip-address10.1.0.100mac-addressa-b-cdns-list114.114.114.114223.5.5.5223.6.6.6202.102.224.6
分类:
其他好文 时间:
2020-12-23 12:27:42
阅读次数:
0
####字符串转换为JSON对象 使用python -m json.tool [root@client1 temp]# echo '{"address":{"province":"zhejiang","city":"hangzhou"},"name":"lmx","sex":"male"}' | p ...
分类:
其他好文 时间:
2020-12-21 11:26:55
阅读次数:
0
之前做的excel文件导出都相对简单,用的都是公司自己封装的一些poi方法,导出内容都是表头+一行行的数据,但是这次需要导出的excel复杂度高了不少,自己用现有方法做比较麻烦,因此引入了Easypoi 进行实现。 之所以用Easypoi我是看中了它可以直接根据现有模板填充数据实现excel生成,而 ...
分类:
其他好文 时间:
2020-12-21 10:55:35
阅读次数:
0
看此文档,不用半天时间,仅需10分钟还你一个可以完整使用的homebrew。 全程无需kexueshangwang 0.homebrew能干啥? 能安装软件,用终端输入命令安装,例如如下列表里展示的软件都可以安装,省去了搜索-下载-拖进application的时间。如果你恰好买了个新MacBook, ...
分类:
系统相关 时间:
2020-12-18 12:24:34
阅读次数:
3
#region 删除垃圾文件过程 /// <summary> /// 删除垃圾文件 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void btn_delete_Click( ...
分类:
其他好文 时间:
2020-12-17 12:14:03
阅读次数:
2
其实只提供了 13 个 vsf 样式文件, 还有默认的 Windows 样式, 共 14 种.在空白窗体上添加 ListBox1 等控件, 测试代码: uses IOUtils, Vcl.Styles, vcl.Themes; procedure TForm1.FormCreate(Sender: ...