Work and acquire, and thou hast chained the wheel of chance.边工作边探求,你便可拴住机会的车轮。 大学物理 —— 振动学 本来不想写的… 目录 1. 振动的概念2. 简谐振动3. 弹簧振子4. 旋转矢量:5. 简谐振动实例单摆 (摆动角度很 ...
分类:
其他好文 时间:
2020-07-11 00:16:37
阅读次数:
136
应用下新建utils文件,在里面定义自己的Response类,继承自Response # 导入Response from rest_framework.response import Response # 自定义的Response类 class APIResponse(Response): # 初始 ...
分类:
其他好文 时间:
2020-07-10 21:29:19
阅读次数:
69
一、数据库的好处 持久化数据到本地 可以实现结构化查询,方便管理 二、数据库相关概念 数据库DB(DataBase):保存一组有组织的数据的容器。 数据库管理系统DBMS(DataBase Management System):又称为数据库软件,用于管理DB中的数据,比如MySQL、 Oracle、 ...
分类:
数据库 时间:
2020-07-10 19:17:35
阅读次数:
69
[OHIF-Viewers]医疗数字阅片-医学影像-cornerstone-core-Cornerstone.js-Cornerstone Examples-基石实例 The following examples should work on any browser that supports th ...
分类:
Web程序 时间:
2020-07-10 18:56:42
阅读次数:
89
Bank account management in SAP S/4HANA FollowRSS feedLike 6 Likes 2,591 Views 3 Comments The following article is an exemplification of the most commo ...
分类:
其他好文 时间:
2020-07-10 15:28:48
阅读次数:
70
生成全部模型 import os cmd = "sqlacodegen mysql+pymysql://root:123456@192.168.1.14/management >tmp.py" os.system(cmd) 生成指定模型 import os cmd = "sqlacodegen -- ...
分类:
数据库 时间:
2020-07-10 15:06:52
阅读次数:
77
安装 下载软件 → 安装 → Edit Custom VM option 填一行(-javaagent:) → 重启 → 输入激活码 IDEA-Module 在 Eclipse 中有 Workspace(工作空间) 和 Project(工程) 的概念,在 IDEA 中只有 Project(工程) 和 ...
分类:
其他好文 时间:
2020-07-10 13:16:37
阅读次数:
67
ip配置 ifconfig 查看 cd /etc/sysconfig/network-scripts vi ifcfg-en0 BOOTPROTO=static IPADDR=192.168.1.100 NETMASK=255.255.255.0 GATEWAY=192.168.1.1 ONBOOT ...
分类:
其他好文 时间:
2020-07-10 13:10:15
阅读次数:
79
在本分类第15篇文章(地址:https://www.cnblogs.com/Nick-Hu/p/13276594.html)中说道使用vagrant成功创建了镜像实例,并成功访问了。但是由于默认配置下的vagrant实例网络访问是采用与宿主机端口映射的方式访问的。这会导致在镜像实例每安装一个软件都需 ...
分类:
系统相关 时间:
2020-07-10 10:13:02
阅读次数:
83
课上内容(Lesson) a fact n. 事实;实际;真相 take a nap (30-60min.) 睡午觉;小睡一下 # deep sleep a power nap(20 min.) 一个小盹 词汇(Key Word ) expert 专家 regular 规律 hardly 几乎不 r ...
分类:
其他好文 时间:
2020-07-10 09:34:53
阅读次数:
65