上一页 1 ··· 6 7 8 9 10 11 12 下一页
摘要: import com.alibaba.fastjson.JSON; import com.ctrip.car.osd.util.LogHelper; import org.apache.commons.collections.CollectionUtils; import java.util.Arr 阅读全文
posted @ 2022-10-12 11:49 KeepSmiling_me 阅读(33) 评论(0) 推荐(0)
摘要: import java.io.*; public class LowerCaseInputStream extends FilterInputStream { /** * Creates a <code>FilterInputStream</code> * by assigning the argu 阅读全文
posted @ 2022-08-25 10:25 KeepSmiling_me 阅读(43) 评论(0) 推荐(0)
摘要: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jaxb2-maven-plugin</artifactId> <version>2.4</version> <executions> <execution> <id>xjc</id> 阅读全文
posted @ 2022-08-19 16:56 KeepSmiling_me 阅读(169) 评论(0) 推荐(0)
摘要: @echo off & setlocal enabledelayedexpansion @REM 需要被替换的字符串,注意字符串前后不加“”,支持空格 set var1=654321 @REM 替换成什么内容,此处是批处理当前路径 set var2=123456 for /r %%i in (*.t 阅读全文
posted @ 2022-08-17 17:06 KeepSmiling_me 阅读(2830) 评论(0) 推荐(0)
摘要: package Thread_01; import java.io.File; import java.io.IOException; /** * @author ZziQon * */ public class main { public static void main(String[] arg 阅读全文
posted @ 2022-08-15 16:43 KeepSmiling_me 阅读(33) 评论(0) 推荐(0)
摘要: busybox.exe bash test.sh 阅读全文
posted @ 2022-08-12 14:41 KeepSmiling_me 阅读(56) 评论(0) 推荐(0)
摘要: public static Object getBean(String beanName) { // 双检锁保证beanMap中确实没有beanName对应的对象 if (!beanMap.containsKey(beanName)) { synchronized (BeanFactory.clas 阅读全文
posted @ 2022-07-02 09:02 KeepSmiling_me 阅读(108) 评论(0) 推荐(0)
摘要: docker run ..............--privileged --cap-add=SYS_ADMIN --device /dev/fuse.................. 阅读全文
posted @ 2022-03-18 10:36 KeepSmiling_me 阅读(114) 评论(0) 推荐(0)
摘要: //安装gccsudo apt-get install software-properties-common python-software-properties sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt-get upd 阅读全文
posted @ 2022-03-15 17:09 KeepSmiling_me 阅读(40) 评论(0) 推荐(0)
摘要: 1.$(realpath $0):当前脚本的绝对路径 2.$(dirname $(realpath $0)):当前脚本所在的文件夹 3.source filename或 . filename 导入模块 4.if [[ ! -f ${filepath} ]]; then fi-f指判断文件是否存在-d 阅读全文
posted @ 2022-03-03 11:09 KeepSmiling_me 阅读(459) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 下一页