其中,PROG变量为所要运行的可执行程序的名称, PROG_PATH为可执行文件所在的目录,PROG_ARGS为执行程序的各个参数。 1 2 3 4 5
1 2 3 4 5 6 filename="" base64_script=$(base64 /usr/local/src/${filename}) cmd="echo '---run---'; mkdir -p /usr/local/src; echo '${base64_script}' | base64 -di > /usr/local/src/${filename}; bash /usr/local/src/${filename}; echo '---end---'" bash -c "${cmd}"
这是一个较为通用的脚本模板。 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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
https://blog.csdn.net/suifeng3051/article/details/53992560
mybatis plus 查询构造器 https://mybatis.plus/guide/wrapper.html#alleq spring boot 配置文件多环境 https://blog.csdn.net/davis2015csdn/article/details/75220046 响应体 Header https://www.baeldung.com/spring-rest-http-headers 注解全介绍 https://cloud.tencent.com/developer/article/1507070 分页 Header 构造 https://www.baeldung.com/rest-api-pagination-in-spring https://www.javadevjournal.com/spring/rest-pagination-in-spring/ 对 Mybatis 的吐槽 https://zhuanlan.zhihu.com/p/45044649 决策: 包名中有多个单词组成的,要用下划线连接吗? 全部用小
https://herbertograca.com/2017/11/16/explicit-architecture-01-ddd-hexagonal-onion-clean-cqrs-how-i-put-it-all-together/
https://www.jianshu.com/p/d3e8b9ac097b
https://matthiasnoback.nl/2017/08/layers-ports-and-adapters-part-3-ports-and-adapters/
https://github.com/VaughnVernon/IDDD_Samples
https://github.com/citerus/dddsample-core