一、准备 创建一个名为QuickstartIdentityServer的ASP.NET Core Web 空项目(asp.net core 2.2),端口5000创建一个名为Api的ASP.NET Core Web Api 项目(asp.net core 2.2),端口5001 二、定义服务端配置 ...
分类:
其他好文 时间:
2019-06-16 09:57:08
阅读次数:
123
1.物理像素:移动设备出厂时,不同设备自带的不同像素,也称硬件像素; 逻辑像素:即css中记录的像素 在开发中,为什么移动端CSS里面写了1px,实际上看起来比1px粗;了解设备物理像素和逻辑像素的同学应该很容易理解,其实这两个px的含义其实是不一样的,UI设计师要求的1px是指设备的物理像素1px ...
分类:
移动开发 时间:
2019-06-14 21:29:05
阅读次数:
187
I sometimes put what I hate most in my code, because I have to interact with somebody in my code, I have friends, I have enemies, I have what I hate v ...
分类:
其他好文 时间:
2019-06-07 19:09:41
阅读次数:
113
你可以使用 SQL 的 DELETE FROM 命令来删除 MySQL 数据表中的记录。 你可以在 mysql> 命令提示符或 PHP 脚本中执行该命令。 语法 以下是 SQL DELETE 语句从 MySQL 数据表中删除数据的通用语法: DELETE FROM table_name [WHERE ...
分类:
数据库 时间:
2019-06-06 13:56:37
阅读次数:
115
``` Document 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123... ...
分类:
Web程序 时间:
2019-06-06 12:09:23
阅读次数:
104
h(x)\[\begin{align*}h_\theta(x) =\begin{bmatrix}\theta_0 \hspace{2em} \theta_1 \hspace{2em} ... \hspace{2em} \theta_n\end{bmatrix}\begin{bmatrix}x_0 \... ...
分类:
其他好文 时间:
2019-06-02 19:25:39
阅读次数:
126
还有一种方法是利用opencv的方法,https://blog.csdn.net/liqiancao/article/details/55670749 https://www.cnblogs.com/python-life/articles/8727692.html 如果背景颜色差异比较大的话,效果 ...
分类:
编程语言 时间:
2019-06-02 18:06:17
阅读次数:
333
1 NX9+VS2012 2 3 #include <NXOpen/Features_BlockFeatureBuilder.hxx> 4 #include <NXOpen/Features_FeatureCollection.hxx> 5 #include <NXOpen/NXException. ...
分类:
其他好文 时间:
2019-05-31 21:41:50
阅读次数:
132
表名和字段 –1.学生表Student(s_id,s_name,s_birth,s_sex) --学生编号,学生姓名, 出生年月,学生性别–2.课程表Course(c_id,c_name,t_id) – --课程编号, 课程名称, 教师编号–3.教师表Teacher(t_id,t_name) --教 ...
分类:
其他好文 时间:
2019-05-31 16:24:07
阅读次数:
94