1.@RestController 与 @RequestMapping 注解 @RestController : return 内容为字符串 @RequestMapping:return 内容为方法或者页面 2.mvn:spring-boot:run 指令使用(执行挺消耗时间的,而且每次执行该指令还 ...
分类:
编程语言 时间:
2021-06-18 19:53:59
阅读次数:
0
常用命令 一、Build(生成)生成.生成解决方案 Ctrl+Shift+B生成.取消 Ctrl+Break生成.编译 Ctrl+F7生成.对解决方案运行代码分析 Alt+F11二、调试调试.在函数处中断 Ctrl+B调试.全部中断 Ctrl+Alt+Break调试.删除所有断点 Ctrl+Shif ...
添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> 添加yml配置 spring: re ...
分类:
编程语言 时间:
2021-06-18 19:19:32
阅读次数:
0
error 1: Unable to open 'raise.c': Unable to read file '/build/glibc-S9d2JN/glibc-2.27/sysdeps/unix/sysv/linux/raise.c' (Error: Unable to resolve non- ...
分类:
其他好文 时间:
2021-06-18 18:49:18
阅读次数:
0
项目博客:https://www.cnblogs.com/fishpro/p/spring-boot-study-cxfclient.html 学习博客:https://www.cnblogs.com/yolanda-lee/p/4907380.html ...
分类:
Web程序 时间:
2021-06-18 18:47:41
阅读次数:
0
1.5 注解@ConfigurationProperties进行组件属性和资源配置文件中的值进行绑定 注解@ConfigurationProperties+@Component的方式将application.properties文件中的值绑定到某个组件的属性上。注意现在默认只能是绑定核心资源配置文件 ...
分类:
编程语言 时间:
2021-06-17 17:11:28
阅读次数:
0
因为手残 不小心打成了 ninja -C out\Default chrome.exe 立马火速取消 ctrl + C 然后! 再来一次准备ninja -C out\Default chrome 就完犊子了啊 参考这篇:https://www.jianshu.com/p/1b96772fce51 先 ...
分类:
其他好文 时间:
2021-06-17 17:08:14
阅读次数:
0
petalinux-build -c bootloader petalinux-build -c bootloader -x distclean petalinux-build -c bootloader diff -uNr zynq_fsbl_old zynq_fsbl_new > diff.pa ...
分类:
系统相关 时间:
2021-06-17 17:02:18
阅读次数:
0
Android的RadioButton的常见写法 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" andro ...
分类:
移动开发 时间:
2021-06-17 16:53:21
阅读次数:
0
Activity的活动图 Resume:重新开始 1.启动Activity:系统会先调用onCreate方法,然后调用onStart方法,最后调用onResume,Activity进入运行状态。 2.当前Activity被其他Activity覆盖其上或被锁屏:系统会调用onPause方法,暂停当前A ...
分类:
移动开发 时间:
2021-06-17 16:52:16
阅读次数:
0