-
Notifications
You must be signed in to change notification settings - Fork 0
/
note.html
34 lines (34 loc) · 930 Bytes
/
note.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>note</title>
<style>
*{
margin: 0;
padding: 0;
}
ul{
list-style:none;
}
</style>
</head>
<body>
<h1>dotnet tool</h1>
<sub>ids4</sub>
<ul>
<li><a href="javascript:;">安装ids4模板</a><span>dotnet new -i identityserver4.templates</span></li>
<li><a href="javascript:;">恢复dotnet原样</a><span>dotnet new --debug:reinit</span></li>
</ul>
<h2>数据库</h2>
<sub>可用远程服务器上的数据库</sub>
<h3>mssql</h3>
<ul>
<li><a href="javascript:;"></a>服务器<span>47.75.130.231</span></li>
<li><a href="javascript:;"></a>登录名<span>sa</span></li>
<li><a href="javascript:;"></a>密码<span>ak47~231o^>>88A*70</span></li>
</ul>
</body>
</html>