https://www.it1352.com/1873377.html #!/bin/sh if [ -n "$TMUX" ]; then case "$1" in prod_*) tmux selectp -P bg=red ;; esac fi ssh "$@" tmux selectp -P ...
分类:
其他好文 时间:
2021-07-05 17:23:38
阅读次数:
0
layout: post title: 将tkinter打包生成exe subtitle: date: 2020-05-30 author: Dapenson header-img: img/post-bg-universe.jpg catalog: true tags: - Python - tk ...
分类:
其他好文 时间:
2021-06-28 20:10:21
阅读次数:
0
BigInteger: 对大整数类进行操作,超过long能存储的范围 BigDecimal:对高精度小数进行操作 BigInteger bg = new BigInteger("0"); 初始化 并赋值为0 BigInteger类只能与BigInteger类 进行操作 常用方法: bg.add( ) ...
分类:
其他好文 时间:
2021-06-25 17:05:29
阅读次数:
0
// html <div id="bg_img"> <div> <input type="text" /> </div> </div> // css #bg_img{ display: grid; place-items: center; } ...
分类:
其他好文 时间:
2021-06-04 19:14:30
阅读次数:
0
目录 OSPF路由协议基本概述和工作过程 DR和BDR OSPF数据包 指令 实验操作 OSPF路由协议基本概述和工作过程 自治系统—AS(相对独立的系统) 内部网关协议—IGP(内部网关路由协议例如:RIP、OSPF,AS内部各路由之间使用的网关) 外部网关协议—EGP(外部网络路由协议例如:BG ...
分类:
其他好文 时间:
2021-06-02 19:23:12
阅读次数:
0
直接用java -jar xxx.jar,当退出或关闭shell时,程序就会停止掉。以下方法可让jar运行后一直在后台运行。 1. java -jar xxx.jar & 说明: 在末尾加入 & 符号 2. (1)执行java -jar xxx.jar后 (2)ctrl+z 退出到控制台,执行 bg ...
分类:
其他好文 时间:
2021-04-21 11:58:31
阅读次数:
0
1.在末尾加入&符号 java -jar xx.jar & (1).执行java -jar xxx.jar后 (2).ctrl+z 退出到控制台,执行bg (3).exit 完成3步,退出xshell后,jar服务一直在后台运行 3.java -jar 加入到nohup和&中间 nohup java ...
分类:
编程语言 时间:
2021-01-02 11:24:35
阅读次数:
0
兼容 IE 浏览器常见兼容问题 兼容问题 ie中图片边框问题 图片放在a标签中 img { border:none } ie8以下浏览器中背景复合属性的写法问题 .bg { background:url("./images/bg.jpg")no-repeat center } //解决方案:在url ...
分类:
Web程序 时间:
2020-12-28 11:03:28
阅读次数:
0
<?xml version="1.0" encoding="UTF-8"?> <LinearLayout android:padding="16dp" android:orientation="vertical" android:background="@drawable/bg" android:l ...
分类:
其他好文 时间:
2020-12-25 12:11:47
阅读次数:
0
1 <?xml version="1.0" encoding="UTF-8"?> 2 3 <LinearLayout android:padding="16dp" android:orientation="vertical" android:background="@drawable/bg" and ...
分类:
其他好文 时间:
2020-12-25 11:58:52
阅读次数:
0