摘要:
Spring Boot Applications NOTE: Would love feedback to make this better Remove explicit dependencies on springfox-swagger2 Remove any @EnableSwagger2..
阅读全文
posted @ 2020-12-17 11:00
不可能被劝退的新手
阅读(2745)
推荐(0)
摘要:
原文:https://stackoverflow.com/questions/63724523/how-to-add-typescript-to-vue-3-and-vite-project How to add typescript to Vue 3 and Vite project I will
阅读全文
posted @ 2020-12-14 21:37
不可能被劝退的新手
阅读(566)
推荐(0)
摘要:
vue-next vue-router-next vuex-next element-plug note that: 由于vue更新到vue3,vue组件也需要更新
阅读全文
posted @ 2020-12-13 11:08
不可能被劝退的新手
阅读(99)
推荐(0)
摘要:
npm config set registry https://registry.npm.taobao.org
阅读全文
posted @ 2020-12-04 11:27
不可能被劝退的新手
阅读(71)
推荐(0)
摘要:
@ResponseBody会把返回值封装到response的body中, 自动转换成json格式, 而不是json格式 fetch的json会将fetch的内容提取出来 所以当你 @ResponseBody传给前端, 前端用fetch然后json转换, 最终得到的还是js对象. 可以直接通过 "对象
阅读全文
posted @ 2020-12-01 20:59
不可能被劝退的新手
阅读(222)
推荐(0)
摘要:
在linux上可能会出现无法识别android的情况 详情可见:https://wiki.archlinux.org/index.php/Android_Debug_Bridge /etc/udev/rules.d/51-android.rules SUBSYSTEM=="usb", ATTR"[V
阅读全文
posted @ 2020-11-16 19:10
不可能被劝退的新手
阅读(114)
推荐(0)
摘要:
异步 疑问 JS是单线程的,异步不应该是多线程的吗? 异步不一定是多线程的,但一定是非堵塞的.多线程只是异步的一种实现方式. 为什么需要异步编程? 防止异步内容堵塞同步的内容. 比如,你使用ajax向服务器请求数据,极端假设服务器需要10min才能返回给你数据.假设不使用异步,那么这将是堵塞的. J
阅读全文
posted @ 2020-11-09 20:15
不可能被劝退的新手
阅读(96)
推荐(0)
摘要:
解偶是防止重新编译的依赖,或者重新编译. IoC通过对beans的关系的处理,可以不需要修改java代码并重新编译. AOP通过在指定位置添加指定方法,可以防止重新编译.
阅读全文
posted @ 2020-10-31 20:02
不可能被劝退的新手
阅读(98)
推荐(0)
摘要:
将下面文件内容注释全部去掉 记得备份 sudo nvim /etc/systemd/sleep.conf 设置之后 发现不卡开机动画了 update 10/31/20 setting compositor里面关闭 enable compositor on startup
阅读全文
posted @ 2020-10-31 18:33
不可能被劝退的新手
阅读(961)
推荐(0)
摘要:
千万别乱动这里面的文件,最近触摸板失灵,我就误删这里的内容,鼠标键盘全部失灵了.
阅读全文
posted @ 2020-10-31 00:26
不可能被劝退的新手
阅读(261)
推荐(0)