这里将对ENVI-IDL二次开发程序的一个通用流程做一个总结。 1.首先是文件打开和数据读取: 文件打开work_dir = dialog_pickfile(title='选择路径',/directory) ;手动选择文件路径 fns = file_search('*.dat', count=fnu ...
分类:
其他好文 时间:
2020-02-01 21:19:09
阅读次数:
353
tab-container 面板,可切换显示子页面。 引入 import { TabContainer, TabContainerItem } from 'mint-ui'; Vue.component(TabContainer.name, TabContainer); Vue.component( ...
分类:
其他好文 时间:
2020-02-01 16:03:14
阅读次数:
76
#template_db_mysql.conf created by Zabbix for "Template DB MySQL" and Zabbix 4.2#For OS Linux: You need create .my.cnf in zabbix-agent home directory ...
分类:
数据库 时间:
2020-02-01 14:17:37
阅读次数:
656
1、首先按下快捷键win+X键, 2、然后在命令提示符中输入命令“net user administrator /active:yes”后回车 3、此时administrator管理员账户已开启,点击即可切换 ...
1)升级出问题,ssh登录系统显示 -bash: warning: setlocale: LC_CTYPE: cannot change locale (zh_CN.UTF-8): No such file or directory -bash: warning: setlocale: LC_COL ...
分类:
系统相关 时间:
2020-02-01 00:25:24
阅读次数:
109
0x00 目录穿越 目录穿越(Directory Traversal)攻击是黑客能够在Web应用程序所在的根目录以外的文件夹上,任意的存取被限制的文件夹,执行命令或查找数据。目录穿越攻击,也与人称为Path Traversal攻击。 0x01 目录穿越 漏洞危害 攻击者可以使用目录穿越攻击来查找,执 ...
分类:
Web程序 时间:
2020-01-31 12:40:16
阅读次数:
227
1./darknet: error while loading shared libraries: libcudart.so.10.2: cannot open shared object file: No such file or directory. 解决方法: sudo cp /usr/loc ...
分类:
其他好文 时间:
2020-01-31 10:50:05
阅读次数:
141
一、bad interpreter:No such file or directory 在windows下编辑的脚本有可能有不可见字符。(1)vim 文件名(2):set ff? 可以看到dos或unix的字样. 如果是dos格式的,改成unix,set ff=unix(3)保存再运行 ...
分类:
系统相关 时间:
2020-01-31 10:36:10
阅读次数:
80
环境:centos 8.0.1905用jupyter huanjinghttps://tensorflow.google.cn/install/docker [david@localhost ~]$ sudo podman run -it -rm -p 8888:8888 tensorflow/te ...
分类:
其他好文 时间:
2020-01-31 10:24:14
阅读次数:
433
Spring Cloud介绍 一、Spring Cloud 是什么 Spring Cloud 为开发者提供了在分布式系统(如配置管理、服务发现、断路器、智能路由、微代理、控制总线、一次性 Token、全局锁、决策竞选、分布式会话和 集群状态)操作的开发工具 Spring Cloud 是一整套微服务的 ...
分类:
编程语言 时间:
2020-01-30 22:37:11
阅读次数:
82