网易课堂:耶鲁心理学公开课 https://open.163.com/newview/movie/free?pid=M6HUJ9GBL&mid=M6HUVL53R心理学导论 哔哩哔哩:认知心理学: https://www.bilibili.com/video/BV1CK4y1t72p?from=se ...
分类:
其他好文 时间:
2021-06-28 18:16:10
阅读次数:
0
作者:junbaor 来源:https://segmentfault.com/a/1190000012030747 此脚本用来管理 SpringBoot 项目的进程状态。 有提示功能。 把脚本丢到项目文件夹, 添加执行权限即可。 如果 jenkins 使用这个脚本, 需要在 java -jar 命令 ...
分类:
编程语言 时间:
2021-06-28 18:13:21
阅读次数:
0
Management Commands: app* Docker App (Docker Inc., v0.9.1-beta3) builder Manage builds buildx* Build with BuildKit (Docker Inc., v0.5.1-docker) config ...
分类:
其他好文 时间:
2021-06-28 18:11:58
阅读次数:
0
标题: Arduino参考手册-函数和变量及电路图 作者: 梦幻之心星 sky-seeker@qq.com 标签: [#Arduino,#参考手册,#函数,#变量] 目录: [Arduino] 日期: 2021-06-25 常用函数(Nano版) 数字 I/O digitalRead(pin) 参数 ...
分类:
其他好文 时间:
2021-06-28 18:11:36
阅读次数:
0
1 PCA参数列表 2 PCA属性列表 3 PCA接口列表 ...
分类:
编程语言 时间:
2021-06-28 18:03:27
阅读次数:
0
NVM for Windows下载与安装 下载NVM for Windows https://github.com/coreybutler/nvm-windows/releases nvm-noinstall.zip: 这个是绿色免安装版本,但是使用之前需要配置 nvm-setup.zip:这是一个 ...
说明:SpringBoot使用@Scheduled创建定时任务 package com.lch.task; import org.springframework.scheduling.annotation.EnableScheduling; import org.springframework.sc ...
分类:
其他好文 时间:
2021-06-28 17:53:36
阅读次数:
0
LocalDate 年月日 LocalTime 时分秒 LocalDateTime 年月日时分秒 以 LocalDate 为例 package com.lch.time; import java.time.*; import java.time.format.DateTimeFormatter; i ...
分类:
其他好文 时间:
2021-06-28 17:53:00
阅读次数:
0
Sampling + Randomized Sampling + Weighted Sampling + Priority Sampling ...
分类:
编程语言 时间:
2021-06-28 17:51:24
阅读次数:
0
BeanUtils.copyProperties引入不同的包,赋值顺序不同举例BeanUtils.copyProperties(a, b)1、当引入org.springframework.beans.BeanUtils时,a拷贝到b2、当引入org.apache.commons.beanutils. ...
分类:
其他好文 时间:
2021-06-28 17:44:13
阅读次数:
0