摘要: ref: https://github.com/FatliTalk/blog/issues/58 阅读全文
posted @ 2019-06-20 11:12 名著人士 阅读(505) 评论(0) 推荐(0)
摘要: 引用自:https://blogs.msdn.microsoft.com/vsofficedeveloper/2008/05/08/office-2007-file-format-mime-types-for-http-content-streaming-2/ Ext MIME Type .doc 阅读全文
posted @ 2019-06-19 14:15 名著人士 阅读(372) 评论(0) 推荐(1)
摘要: ref: https://www.jianshu.com/p/9c74de691cfa?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation show VARIABLES like 阅读全文
posted @ 2019-05-31 11:38 名著人士 阅读(104) 评论(0) 推荐(0)
摘要: 事务 异常 边界 阅读全文
posted @ 2019-05-29 17:27 名著人士 阅读(67) 评论(0) 推荐(0)
摘要: $ git remote $ git remote rm origin $ git remote add origin git@xxx.git $ git pushfatal: The current branch master has no upstream branch.To push the 阅读全文
posted @ 2019-04-28 12:04 名著人士 阅读(123) 评论(0) 推荐(0)
摘要: settings.xml: 阅读全文
posted @ 2019-04-09 10:52 名著人士 阅读(131) 评论(0) 推荐(0)
摘要: 点击Contana搜索框,输入“regedit”打开注册表编辑器; 查找:HKEY_CURRENT_USER/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/Advanced 并在右侧窗口中新建一个DWORD(32位)值,命名“ShowSecon 阅读全文
posted @ 2019-01-14 10:56 名著人士 阅读(146) 评论(0) 推荐(0)
摘要: 参考自 : https://www.bbsmax.com/A/LPdoYLkGJ3/ 阅读全文
posted @ 2019-01-12 20:49 名著人士 阅读(359) 评论(0) 推荐(0)
摘要: Instant now = Instant.now(); DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss").withZone(ZoneId.systemDefault()); String 阅读全文
posted @ 2018-12-26 11:35 名著人士 阅读(1703) 评论(0) 推荐(0)
摘要: 1.官网下载windows版docker 2.设置bios 3.CMD进入到某个jhipster的工程目录,执行"docker-compose -f src/main/docker/jhipster-registry.yml up",来启动注册中心。 启动失败,报:jhipster-registry 阅读全文
posted @ 2018-12-19 16:54 名著人士 阅读(1223) 评论(0) 推荐(0)