#!/bin/bash ipv4=`ifconfig eth0 | grep 'inet addr'|awk -F ":" '{print $2}'|awk '{print$1}'` ipv6=`ifconfig eth0 | grep 'inet6 addr'|awk -F "/" '{print ...
分类:
其他好文 时间:
2020-07-21 13:46:58
阅读次数:
61
转发:https://www.cnblogs.com/therunningfish/p/6106553.html 命令行报bash:.....:command not found的解决办法(几乎所有命令) 命令行输入命令执行后报“bash:....:command not found”这是由于系统P ...
分类:
其他好文 时间:
2020-07-21 00:56:18
阅读次数:
107
训练环境与步骤参考链接: https://www.cnblogs.com/hayley111/p/12918678.html 问题一:使用GTX2080的显卡,在batch_size只有8的情况下,训练速度只有2-3秒每步。 另开窗口使用如下指令查看GPU占用情况,指令如下: nvidia-smi ...
分类:
其他好文 时间:
2020-07-20 22:25:21
阅读次数:
94
You appear to be running a SWT application. On macOS you must specify the -XstartOnFirstThread option when running the jar to run SWT correctly: jar - ...
最近使用goland 和 clion 进行开发时;发现不能使用中文输入法;就是很尴尬; 通过搜索教程,我使用的时sogou输入法,使用的时fcitx 框架;需要配置环境变量; 这时候,我们需要在启动脚本里加入: export XMODIFIERS="@im=fcitx" export GTK_IM_ ...
分类:
系统相关 时间:
2020-07-19 16:17:08
阅读次数:
167
组件传值 <script> import LunBo from "./LunBo"; export default { name: 'Home', components: {LunBo}, data(){ return { lists:[ {title:'标题1',color:'#ffbb78'}, ...
分类:
其他好文 时间:
2020-07-19 16:10:52
阅读次数:
64
Mnist手写数字识别 Tensorflow 任务目标 了解mnist数据集 搭建和测试模型 编辑环境 操作系统:Win10 python版本:3.6 集成开发环境:pycharm tensorflow版本:1.* 了解mnist数据集 mnist数据集:mnist数据集下载地址 MNIST 数据集 ...
分类:
其他好文 时间:
2020-07-18 20:01:40
阅读次数:
78
python脚本引用jenkins的选项参数 1.Jenkins-插件管理,下载安装插件(Python Plugin 和 Python Wrapper Plugin) 2.新建Job 3.选择参数化构建过程 (添加参数:文本参数和字符参数) 4.增加构建步骤-Execute Python scrip ...
分类:
编程语言 时间:
2020-07-18 00:51:16
阅读次数:
98
下载与解压 https://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/ 选择对应版本之后,解压即可 配置 设置环境变量 vi /etc/profile export MAVEN_HOME=你的安装根目录 # 添加到PATH变量中 export ...
分类:
其他好文 时间:
2020-07-18 00:35:23
阅读次数:
77
两个文件。Makefile,dump_fsdb_vcs.tcl Makefile: #veridi simulation makefile for export f=filelist.f#allall: clean com_vcs run_vcs#start compile com_vcs: vcs ...
分类:
其他好文 时间:
2020-07-17 22:17:56
阅读次数:
107