-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
133 lines (129 loc) · 6.84 KB
/
index.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<html>
<head>
<meta charset="UTF-8">
<title>Index</title>
<link href="https://cdn.bootcss.com/bootstrap/4.0.0-beta.3/css/bootstrap-grid.min.css" rel="stylesheet">
<link href="https://cdn.bootcss.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.bootcss.com/bootstrap/4.0.0-beta.3/css/bootstrap-reboot.min.css" rel="stylesheet">
<script src="https://cdn.bootcss.com/jquery/3.2.1/core.js"></script>
<script src="https://cdn.bootcss.com/angular.js/1.6.8/angular.min.js"></script>
<script src="https://cdn.bootcss.com/angular-ui-router/1.0.3/angular-ui-router.min.js"></script>
<!-- <script src="https://cdn.bootcss.com/angular.js/1.6.8/angular-resource.min.js"></script> -->
<!-- <script src="https://cdn.bootcss.com/angular.js/1.6.8/angular-animate.min.js"></script> -->
</head>
<body>
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Dropdown </a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#">Disabled</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
<div class="row" style="display: none;">
<div class="col-md-4">
<a href="pages/interviewee/bishi.html">笔试题1</a>
</div>
<div class="col-md-4">
<a href="pages/interviewee/bishi2.html">笔试题2</a>
</div>
<div class="col-md-4">
<a href="pages/interviewee/jishi.html">机试题</a>
</div>
<div class="col-md-4">
<a href="pages/interviewee/mindtest.html">编程思维测试</a>
</div>
<div class="col-md-4">
<a href="pages/interviewee/hanoi.js">汉诺塔</a>
</div>
<div class="col-md-4">
<a href="pages/test.html">test</a>
</div>
<div class="col-md-4">
<a href="pages/random_name.html">Random Name</a>
</div>
<div class="col-md-4">
<a href="projects/ng-shoppingcart/index.html">Shopping Cart - Angularjs</a>
</div>
<div class="col-md-4">
<a href="pages/SQLSERVER性能调优实践.html">SQLSERVER性能调优实践</a>
</div>
<div class="col-md-4">
<a href="pages/[译]AngularJS中DOM操作.html">[译]AngularJS中DOM操作</a>
</div>
<div class="col-md-4">
<a href="pages/[译]AngularJS $apply, $digest, 和$evalAsync的比较.html">[译]AngularJS $apply, $digest, 和$evalAsync的比较</a>
</div>
<div class="col-md-4">
<a href="config_bak/sql assist/SqlAssist manual.pdf">SqlAssist manual.pdf</a>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h3>Tool</h3>
</div>
<div class="col-md-4">
<a href="pages/tool/arr_compare.html">列表比较工具</a>
</div>
<div class="col-md-4">
<a href="code/max-src/app/index.html">ZIP 查询</a>
</div>
</div>
</div>
</body>
</html>
<!--
<h1>Help</h1>
<hr/> git clone https://github.com/wancy86/wancy86.github.io
<div>
<a href="https://help.github.com/categories/github-pages-basics/">https://help.github.com/categories/github-pages-basics/</a>
<a href="https://pages.github.com/">https://pages.github.com/</a>
</div>
<div id="current-category-articles" class="js-hide-during-search">
<ul class="chevron">
<li class="article">
<a href="https://help.github.com/articles/what-is-github-pages" class="km-article-link">What is GitHub Pages?</a>
</li>
<li class="article">
<a href="https://help.github.com/articles/user-organization-and-project-pages" class="km-article-link">User, Organization, and Project Pages</a>
</li>
<li class="article">
<a href="https://help.github.com/articles/creating-pages-with-the-automatic-generator" class="km-article-link">Creating Pages with the automatic generator</a>
</li>
<li class="article">
<a href="https://help.github.com/articles/creating-project-pages-manually" class="km-article-link">Creating Project Pages manually</a>
</li>
<li class="article">
<a href="https://help.github.com/articles/securing-your-github-pages-site-with-https" class="km-article-link">Securing your GitHub Pages site with HTTPS</a>
</li>
<li class="article">
<a href="https://help.github.com/articles/further-reading-on-github-pages" class="km-article-link">Further reading on GitHub Pages</a>
</li>
</ul>
</div>
-->