一、基本线条 二、特效(效果并不是孤立的,可相互组合)1、两头渐变透明:<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=3)" width="80%" color=#987cb9 SIZE=3> 2、纺锤形:<HR style=" ...
分类:
Web程序 时间:
2020-06-26 01:31:38
阅读次数:
178
参考资料: 杨旭视频:https://www.bilibili.com/video/BV1xa4y1v7rR?p=5 添加 输出执行的SQL语句 查询 模糊查询 ToList等执行对数据库的操作的方法 删除 修改 AsNoTracking() 添加 与数据库进行交互需要用到我们的数据库上下文,我的是 ...
分类:
其他好文 时间:
2020-06-26 01:30:44
阅读次数:
198
一、使用场景 我们在将 JSON 反序列化实体集的时候,如果字段是固定的,那么我们序列化非常简单,对应字段写的实体集就可以了。比如下面这种: { "data":[ { "houseid": "210166268", "city": "唐山", "pv": "1" } ], "message": "S ...
1. 引言 什么是Json Schema? 以一个例子来说明 假设有一个web api,接受一个json请求,返回某个用户在某个城市关系最近的若干个好友。一个请求的例子如下: { "city" : "chicago", "number": 20, "user" : { "name":"Alex", ...
分类:
Web程序 时间:
2020-06-24 12:10:05
阅读次数:
53
StatefulSet cattle: 关注群体 pet: 关注个体 特性: 1. 稳定且需要有唯一的网络标识符; 2. 稳定且持久的存储设备; 3. 有序、平滑的部署和扩展; 4. 有序、平滑的终止和删除; 5. 有序的滚动更新;StatefulSet必备的三个组件: 1. headless Se ...
分类:
Web程序 时间:
2020-06-23 15:12:44
阅读次数:
69
可能需要的数据 省市数据 html <div class="area-box" :class="showArea?'show':''"> <div class="area-box-sub" :class="showArea?'show':''"> <van-area title="标题" :area ...
分类:
其他好文 时间:
2020-06-22 17:03:27
阅读次数:
131
题目如下: There are n cities numbered from 0 to n-1 and n-1 roads such that there is only one way to travel between two different cities (this network for ...
分类:
其他好文 时间:
2020-06-22 15:47:54
阅读次数:
60
Your country has an infinite number of lakes. Initially, all the lakes are empty, but when it rains over the nth lake, the nth lake becomes full of wa ...
分类:
其他好文 时间:
2020-06-22 15:46:01
阅读次数:
58
两个表连接:inner join要两个都有,right outer join是要右边的表有这个数据(on后面的),left outer join是要左边的有这个数据,full outer join只要某一张有就可以 leetcode 175 无难度,连接俩表,要左边数据的都要 用left outer ...
分类:
数据库 时间:
2020-06-21 22:58:36
阅读次数:
68
博主的 BiBi 时间 这已经成为了一个固定栏目。。。其实也没有什么要说的。。。 Solution 感觉这题的建边不太一样。 我们输入 \(u,v\),连一条 \((u,v)\) 间的有向边表示 \(u\) 选了人, \(v\) 必须选人。(\(u,v\) 相等时不连边) 考虑这样连出来的一张图是什 ...
分类:
其他好文 时间:
2020-06-19 12:26:07
阅读次数:
46