|
@@ -165,6 +165,16 @@
|
|
|
<meta itemprop="name" content="Alex's Blog">
|
|
|
</span>
|
|
|
<header class="post-header">
|
|
|
+ <script>
|
|
|
+ (function(){
|
|
|
+ if(''){
|
|
|
+ if (prompt('Enter the password') !== ''){
|
|
|
+ alert('You shall not access this page.');
|
|
|
+ history.back();
|
|
|
+ }
|
|
|
+ }
|
|
|
+ })();
|
|
|
+</script>
|
|
|
<h1 class="post-title" itemprop="name headline">
|
|
|
|
|
|
<a href="/2020/03/01/plan/" class="post-title-link" itemprop="url">plan</a>
|
|
@@ -190,7 +200,7 @@
|
|
|
<i class="fa fa-calendar-check-o"></i>
|
|
|
</span>
|
|
|
<span class="post-meta-item-text">Edited on</span>
|
|
|
- <time title="Modified: 2020-Mar-04 20:32:42" itemprop="dateModified" datetime="2020-03-04T20:32:42+08:00">2020-Mar-04</time>
|
|
|
+ <time title="Modified: 2020-Mar-15 16:47:20" itemprop="dateModified" datetime="2020-03-15T16:47:20+08:00">2020-Mar-15</time>
|
|
|
</span>
|
|
|
|
|
|
|
|
@@ -204,27 +214,7 @@
|
|
|
<div class="post-body" itemprop="articleBody">
|
|
|
|
|
|
|
|
|
- <h3 id="薄弱项"><a class="markdownIt-Anchor" href="#薄弱项"></a> 薄弱项</h3>
|
|
|
-<ol>
|
|
|
-<li><strong>作文</strong>
|
|
|
-<ol>
|
|
|
-<li>写日记
|
|
|
-<ul>
|
|
|
-<li>每天固定 9:00-9:30</li>
|
|
|
-<li>内容不必精美</li>
|
|
|
-<li>一周写五天,两天机动</li>
|
|
|
-</ul>
|
|
|
-</li>
|
|
|
-<li>读书
|
|
|
-<ul>
|
|
|
-<li>作文辅导书为主 <code>作文大全等</code></li>
|
|
|
-<li>其他书籍为辅</li>
|
|
|
-</ul>
|
|
|
-</li>
|
|
|
-<li>录音</li>
|
|
|
-</ol>
|
|
|
-</li>
|
|
|
-</ol>
|
|
|
+ <p>This page is locked.</p>
|
|
|
<!--noindex-->
|
|
|
<div class="post-button">
|
|
|
<a class="btn" href="/2020/03/01/plan/#more" rel="contents">
|
|
@@ -263,6 +253,16 @@
|
|
|
<meta itemprop="name" content="Alex's Blog">
|
|
|
</span>
|
|
|
<header class="post-header">
|
|
|
+ <script>
|
|
|
+ (function(){
|
|
|
+ if(''){
|
|
|
+ if (prompt('Enter the password') !== ''){
|
|
|
+ alert('You shall not access this page.');
|
|
|
+ history.back();
|
|
|
+ }
|
|
|
+ }
|
|
|
+ })();
|
|
|
+</script>
|
|
|
<h1 class="post-title" itemprop="name headline">
|
|
|
|
|
|
<a href="/2020/03/04/computer/" class="post-title-link" itemprop="url">How do computers work?</a>
|
|
@@ -338,6 +338,16 @@
|
|
|
<meta itemprop="name" content="Alex's Blog">
|
|
|
</span>
|
|
|
<header class="post-header">
|
|
|
+ <script>
|
|
|
+ (function(){
|
|
|
+ if(''){
|
|
|
+ if (prompt('Enter the password') !== ''){
|
|
|
+ alert('You shall not access this page.');
|
|
|
+ history.back();
|
|
|
+ }
|
|
|
+ }
|
|
|
+ })();
|
|
|
+</script>
|
|
|
<h1 class="post-title" itemprop="name headline">
|
|
|
|
|
|
<a href="/2020/03/02/segment-tree/" class="post-title-link" itemprop="url">线段树</a>
|
|
@@ -417,6 +427,16 @@
|
|
|
<meta itemprop="name" content="Alex's Blog">
|
|
|
</span>
|
|
|
<header class="post-header">
|
|
|
+ <script>
|
|
|
+ (function(){
|
|
|
+ if(''){
|
|
|
+ if (prompt('Enter the password') !== ''){
|
|
|
+ alert('You shall not access this page.');
|
|
|
+ history.back();
|
|
|
+ }
|
|
|
+ }
|
|
|
+ })();
|
|
|
+</script>
|
|
|
<h1 class="post-title" itemprop="name headline">
|
|
|
|
|
|
<a href="/2020/03/02/ferbonacci/" class="post-title-link" itemprop="url">斐波那契数列-O(1)</a>
|
|
@@ -508,6 +528,16 @@ s-65,47,-65,47z M834 80H400000v40H845z'/></svg></span></span></span><span class=
|
|
|
<meta itemprop="name" content="Alex's Blog">
|
|
|
</span>
|
|
|
<header class="post-header">
|
|
|
+ <script>
|
|
|
+ (function(){
|
|
|
+ if(''){
|
|
|
+ if (prompt('Enter the password') !== ''){
|
|
|
+ alert('You shall not access this page.');
|
|
|
+ history.back();
|
|
|
+ }
|
|
|
+ }
|
|
|
+ })();
|
|
|
+</script>
|
|
|
<h1 class="post-title" itemprop="name headline">
|
|
|
|
|
|
<a href="/2020/03/02/dinic/" class="post-title-link" itemprop="url">网络最大流-Dinic</a>
|
|
@@ -587,6 +617,16 @@ s-65,47,-65,47z M834 80H400000v40H845z'/></svg></span></span></span><span class=
|
|
|
<meta itemprop="name" content="Alex's Blog">
|
|
|
</span>
|
|
|
<header class="post-header">
|
|
|
+ <script>
|
|
|
+ (function(){
|
|
|
+ if(''){
|
|
|
+ if (prompt('Enter the password') !== ''){
|
|
|
+ alert('You shall not access this page.');
|
|
|
+ history.back();
|
|
|
+ }
|
|
|
+ }
|
|
|
+ })();
|
|
|
+</script>
|
|
|
<h1 class="post-title" itemprop="name headline">
|
|
|
|
|
|
<a href="/2020/03/01/min-span-tree/" class="post-title-link" itemprop="url">最小生成树</a>
|
|
@@ -666,6 +706,16 @@ s-65,47,-65,47z M834 80H400000v40H845z'/></svg></span></span></span><span class=
|
|
|
<meta itemprop="name" content="Alex's Blog">
|
|
|
</span>
|
|
|
<header class="post-header">
|
|
|
+ <script>
|
|
|
+ (function(){
|
|
|
+ if(''){
|
|
|
+ if (prompt('Enter the password') !== ''){
|
|
|
+ alert('You shall not access this page.');
|
|
|
+ history.back();
|
|
|
+ }
|
|
|
+ }
|
|
|
+ })();
|
|
|
+</script>
|
|
|
<h1 class="post-title" itemprop="name headline">
|
|
|
|
|
|
<a href="/2020/03/01/union-find/" class="post-title-link" itemprop="url">并查集</a>
|
|
@@ -743,6 +793,16 @@ s-65,47,-65,47z M834 80H400000v40H845z'/></svg></span></span></span><span class=
|
|
|
<meta itemprop="name" content="Alex's Blog">
|
|
|
</span>
|
|
|
<header class="post-header">
|
|
|
+ <script>
|
|
|
+ (function(){
|
|
|
+ if(''){
|
|
|
+ if (prompt('Enter the password') !== ''){
|
|
|
+ alert('You shall not access this page.');
|
|
|
+ history.back();
|
|
|
+ }
|
|
|
+ }
|
|
|
+ })();
|
|
|
+</script>
|
|
|
<h1 class="post-title" itemprop="name headline">
|
|
|
|
|
|
<a href="/2020/03/01/tree-link/" class="post-title-link" itemprop="url">树链剖分</a>
|
|
@@ -822,6 +882,16 @@ s-65,47,-65,47z M834 80H400000v40H845z'/></svg></span></span></span><span class=
|
|
|
<meta itemprop="name" content="Alex's Blog">
|
|
|
</span>
|
|
|
<header class="post-header">
|
|
|
+ <script>
|
|
|
+ (function(){
|
|
|
+ if(''){
|
|
|
+ if (prompt('Enter the password') !== ''){
|
|
|
+ alert('You shall not access this page.');
|
|
|
+ history.back();
|
|
|
+ }
|
|
|
+ }
|
|
|
+ })();
|
|
|
+</script>
|
|
|
<h1 class="post-title" itemprop="name headline">
|
|
|
|
|
|
<a href="/2020/03/01/test/" class="post-title-link" itemprop="url">test</a>
|