摘要: http://blog.csdn.net/jsyxcjw/article/details/46763639 spring boot 1 父Pom 包含用到的jar包的版本定义, java6, utf-8 等设定, 还有一个boot的打包成可执行jar的plugin, 智能读取配置文件 *applic 阅读全文
posted @ 2018-01-29 18:38 雪漫江南 阅读(243) 评论(0) 推荐(0)
摘要: AWS DynamoDB 1.配置AWS$ aws configureAWS Access Key ID [None]: xxxxxAWS Secret Access Key [None]: xxxxxxxDefault region name [None]: us-west-2Default ou 阅读全文
posted @ 2018-01-29 18:37 雪漫江南 阅读(898) 评论(0) 推荐(0)
摘要: VBA ◆写文件Dim sFile As Object, fso As ObjectSet fso = CreateObject("Scripting.FileSystemObject") sFile.WriteLine (String(8, " ") & "<Request>") sFile.Cl 阅读全文
posted @ 2018-01-29 18:13 雪漫江南 阅读(1233) 评论(1) 推荐(0)