spring boot: @EnableScheduling开启计划任务支持, @Scheduled计划任务声明 ...
分类:
编程语言 时间:
2018-01-10 18:36:55
阅读次数:
1171
一、前言 让我们先理一下springfox与swagger的关系。 swagger是一个流行的API开发框架,这个框架以“开放API声明”(OpenAPI Specification,OAS)为基础,对整个API的开发周期都提供了相应的解决方案,是一个非常庞大的项目(包括设计、编码和测试,几乎支持所 ...
分类:
编程语言 时间:
2017-12-29 10:18:03
阅读次数:
194
Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructu ...
分类:
其他好文 时间:
2017-12-23 19:13:24
阅读次数:
163
原型图 图片发自简书App <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <script src="http://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script> <!--调用百度地 ...
View the Exhibit to observe the roles assigned to the SLP_REP user. Which statement is true about the assignment of the SELECT_CATALOG_ROLE role to th ...
分类:
其他好文 时间:
2017-12-14 19:26:03
阅读次数:
203
转自 http://blog.csdn.net/zhshulin/article/details/23912615 利用MyBatis Generator自动创建代码 偶遇自动生成代码的工具,感觉受益匪浅,源文里面讲到了很多,还有一点没有说详实,稍作补充。 1.生成代码需要的文件和jar包: Mav ...
分类:
其他好文 时间:
2017-12-09 20:47:55
阅读次数:
295
CUDA C编程 啥玩意是CUDA? CUDA? is a parallel computing platform and programming model invented by NVIDIA. It enables dramatic increases in computing perform ...
分类:
其他好文 时间:
2017-12-02 00:42:07
阅读次数:
274
C 实现FTP下载文件 初学C 需要用到FTP下载文件,在这里记录一下。 具体FtpWebRequest查看文档: https://msdn.microsoft.com/zh cn/library/system.net.ftpwebrequest.usepassive(v=vs.110).aspx ...
如果在android O上遇到这种webView渲染异常,那就在manifest的Application下面添加 https://developer.android.com/guide/webapps/managing-webview.html#version 参考google文档 ...
分类:
移动开发 时间:
2017-11-17 14:53:05
阅读次数:
1057