01 2019 档案

Shell命令解析
摘要:1.简单语法: 执行shell: sh executeTest.sh puttyy上跑java: java IpScanReport(没有后缀) 执行shell的时候传参数: sh executeTest.sh args1 args2 shell脚本接受参数: $1 shell脚本导入制定的shel 阅读全文

posted @ 2019-01-24 20:32 周公 阅读(319) 评论(0) 推荐(0) 编辑

Java集合实现类区别与联系
摘要:ArrayList和LinkList相同点和区别: 共性: 都实现了List接口,都是list的实现类,处理list集合操作。 区别: ArrayList:底层存储结构是数组,每个元素都有index标记元素所在位置,所以执行查询的时候速度比较快。但执行插入或删除时因为要移动这个元素后面所有元素的in 阅读全文

posted @ 2019-01-18 08:17 周公 阅读(565) 评论(0) 推荐(0) 编辑

java开发过程问题及解决
摘要:1.junit做测试时候报异常: junit.framework.AssertionFailedError: No tests found in com.mq.original.OriginalMqProducerTest at junit.framework.Assert.fail(Assert. 阅读全文

posted @ 2019-01-02 11:47 周公 阅读(338) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示