openocd.sh #! /usr/bin/expectset timeout 30spawn suexpect "密码:"send "123456\r"send "./killopenocd.sh\r"send "openocd --file ./board/ek-lm3s8962.cfg\r" ...
分类:
系统相关 时间:
2019-03-29 20:39:46
阅读次数:
220
#!/usr/bin/bash###批量上传密钥V.1.0bychenght2019-03-29password=12345qwertforiin{2..254}do{ip=192.28.1.$iping-c1-W1$ip&>/dev/nullif[$?=0];thenecho"$ip">>ip.txt#####EOF交互内容容易出错,请注意#####
分类:
Web程序 时间:
2019-03-29 16:11:07
阅读次数:
225
Expect是Unix/Linux系统中用来进行自动化控制和测试的软件工具,它是Tcl脚本语言的一个扩展,应用在交互式软件中如telnet,ftp,ssh,rsync等。下面是一个用expect脚本登录远程机器的示例:#!/usr/bin/expectsethost[lindex$argv0]setpasswd[lindex$argv1]spawnsshroot@$hostexpect{"
分类:
其他好文 时间:
2019-03-27 15:28:19
阅读次数:
190
1 @PostMapping("/user") 2 public User create(@RequestBody User user){ 3 System.out.println(user.toString()); 4 user.setId(5l); 5 return user; 6 } 1 @T... ...
分类:
其他好文 时间:
2019-03-26 15:25:00
阅读次数:
188
CSI3131Assignment 2 Winter 2019Semaphores/inter-thread synchronizationYou must submit your assignment on-line with Virtual Campus. This isthe only met ...
多条数据,需要条件筛选之后插入到数据表: <insert id="insertExpectCardLabelInfo" parameterType="java.util.List">//插入表字段 INSERT INTO expect_know_label ( expect_know_label_i ...
分类:
其他好文 时间:
2019-03-25 16:21:54
阅读次数:
267
搭建基于springboot的jdbcTemplate的一个小demo练手。 ...
分类:
数据库 时间:
2019-03-24 13:47:35
阅读次数:
164
1. 安装Python 2. 安装selenium 3. 下载谷歌驱动ChromeDriver,放到Python的Scripts目录下 4. 编写代码,如下 结果: ...
分类:
其他好文 时间:
2019-03-19 21:38:49
阅读次数:
158
Java代码在编译后会变成Java字节码,字节码被类加载起加载到JVM里,JVM执行字节码,最终需要转化为汇编指令在CPU上执行, Java中所使用的并发机制依赖于JVM的实现和CPU的指令. 一、volatile的应用 在多处理器开发中保证共享变量的 "可见性", 可见性的意思是: 当一个线程修改 ...
分类:
编程语言 时间:
2019-03-19 01:34:40
阅读次数:
239
Final Project - Escape from CS 162In this final project, you'll implement a game that combines many of the things wetalked about in class this year. T ...
分类:
其他好文 时间:
2019-03-14 20:10:23
阅读次数:
131