Skip to content
This repository was archived by the owner on Aug 1, 2020. It is now read-only.

Commit 4911e92

Browse files
authored
Merge pull request #9 from ronething/master
关闭 Disqus 评论系统
2 parents 4e564ad + c06d0e3 commit 4911e92

32 files changed

Lines changed: 192 additions & 1234 deletions

docs/& 操作符和 && 操作符有什么区别.html

Lines changed: 7 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -275,17 +275,6 @@ <h1 class="post-title" itemprop="name headline">& 和 && 的区别</h1>
275275

276276

277277

278-
<span class="post-comments-count">
279-
<span class="post-meta-divider">|</span>
280-
<span class="post-meta-item-icon">
281-
<i class="fa fa-comment-o"></i>
282-
</span>
283-
<a href="/Java/& 操作符和 && 操作符有什么区别.html#comments" itemprop="discussionUrl">
284-
<span class="post-comments-count disqus-comment-count"
285-
data-disqus-identifier="& 操作符和 && 操作符有什么区别.html" itemprop="commentCount"></span>
286-
</a>
287-
</span>
288-
289278

290279

291280

@@ -342,8 +331,8 @@ <h1 class="post-title" itemprop="name headline">& 和 && 的区别</h1>
342331
<div class="post-nav">
343332
<div class="post-nav-next post-nav-item">
344333

345-
<a href="/Java/Interface 与 abstract 类的区别.html" rel="next" title="Interface 与 abstract 类的区别">
346-
<i class="fa fa-chevron-left"></i> Interface 与 abstract 类的区别
334+
<a href="/Java/short s1 = 1; s1 = s1 + 1.html" rel="next" title="short s1 = 1; s1 = s1 + 1;有什么错 ?">
335+
<i class="fa fa-chevron-left"></i> short s1 = 1; s1 = s1 + 1;有什么错 ?
347336
</a>
348337

349338
</div>
@@ -352,8 +341,8 @@ <h1 class="post-title" itemprop="name headline">& 和 && 的区别</h1>
352341

353342
<div class="post-nav-prev post-nav-item">
354343

355-
<a href="/Java/3*0.1 == 0.3 将会返回什么?true 还是 false.html" rel="prev" title="3*0.1 == 0.3 将会返回什么?true 还是 false ?">
356-
3*0.1 == 0.3 将会返回什么?true 还是 false ? <i class="fa fa-chevron-right"></i>
344+
<a href="/Java/ArrayList 和 LinkedList 的区别.html" rel="prev" title="ArrayList 和 LinkedList 的区别">
345+
ArrayList 和 LinkedList 的区别 <i class="fa fa-chevron-right"></i>
357346
</a>
358347

359348
</div>
@@ -384,16 +373,6 @@ <h1 class="post-title" itemprop="name headline">& 和 && 的区别</h1>
384373

385374

386375

387-
<div class="comments" id="comments">
388-
<div id="disqus_thread">
389-
<noscript>
390-
Please enable JavaScript to view the
391-
<a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a>
392-
</noscript>
393-
</div>
394-
</div>
395-
396-
397376

398377

399378

@@ -626,38 +605,22 @@ <h1 class="post-title" itemprop="name headline">& 和 && 的区别</h1>
626605

627606

628607

629-
630-
<script id="dsq-count-scr" src="https://interviewtips-java.disqus.com/count.js" async></script>
631-
632608

633-
634-
<script type="text/javascript">
635-
var disqus_config = function () {
636-
this.page.url = 'https://interviewtips.github.io/Java/& 操作符和 && 操作符有什么区别.html';
637-
this.page.identifier = '& 操作符和 && 操作符有什么区别.html';
638-
this.page.title = '& 和 && 的区别';
639-
};
640-
var d = document, s = d.createElement('script');
641-
s.src = 'https://interviewtips-java.disqus.com/embed.js';
642-
s.setAttribute('data-timestamp', '' + +new Date());
643-
(d.head || d.body).appendChild(s);
644-
</script>
645-
646609

647-
648610

611+
649612

650613

651614

652-
653615

654616

617+
655618

656619

657620

658-
659621

660622

623+
661624

662625

663626

docs/3*0.1 == 0.3 将会返回什么?true 还是 false.html

Lines changed: 7 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -275,17 +275,6 @@ <h1 class="post-title" itemprop="name headline">3*0.1 == 0.3 将会返回什么
275275

276276

277277

278-
<span class="post-comments-count">
279-
<span class="post-meta-divider">|</span>
280-
<span class="post-meta-item-icon">
281-
<i class="fa fa-comment-o"></i>
282-
</span>
283-
<a href="/Java/3*0.1 == 0.3 将会返回什么?true 还是 false.html#comments" itemprop="discussionUrl">
284-
<span class="post-comments-count disqus-comment-count"
285-
data-disqus-identifier="3*0.1 == 0.3 将会返回什么?true 还是 false.html" itemprop="commentCount"></span>
286-
</a>
287-
</span>
288-
289278

290279

291280

@@ -337,8 +326,8 @@ <h1 class="post-title" itemprop="name headline">3*0.1 == 0.3 将会返回什么
337326
<div class="post-nav">
338327
<div class="post-nav-next post-nav-item">
339328

340-
<a href="/Java/& 操作符和 && 操作符有什么区别.html" rel="next" title="& 和 && 的区别">
341-
<i class="fa fa-chevron-left"></i> & 和 && 的区别
329+
<a href="/Java/transient变量有什么特点.html" rel="next" title="transient变量有什么特点">
330+
<i class="fa fa-chevron-left"></i> transient变量有什么特点
342331
</a>
343332

344333
</div>
@@ -347,8 +336,8 @@ <h1 class="post-title" itemprop="name headline">3*0.1 == 0.3 将会返回什么
347336

348337
<div class="post-nav-prev post-nav-item">
349338

350-
<a href="/Java/get 和 post 请求的区别.html" rel="prev" title="get 和 post 请求的区别">
351-
get 和 post 请求的区别 <i class="fa fa-chevron-right"></i>
339+
<a href="/Java/float f = 3.4.html" rel="prev" title="float f = 3.4; 是否正确">
340+
float f = 3.4; 是否正确 <i class="fa fa-chevron-right"></i>
352341
</a>
353342

354343
</div>
@@ -379,16 +368,6 @@ <h1 class="post-title" itemprop="name headline">3*0.1 == 0.3 将会返回什么
379368

380369

381370

382-
<div class="comments" id="comments">
383-
<div id="disqus_thread">
384-
<noscript>
385-
Please enable JavaScript to view the
386-
<a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a>
387-
</noscript>
388-
</div>
389-
</div>
390-
391-
392371

393372

394373

@@ -621,38 +600,22 @@ <h1 class="post-title" itemprop="name headline">3*0.1 == 0.3 将会返回什么
621600

622601

623602

624-
625-
<script id="dsq-count-scr" src="https://interviewtips-java.disqus.com/count.js" async></script>
626-
627603

628-
629-
<script type="text/javascript">
630-
var disqus_config = function () {
631-
this.page.url = 'https://interviewtips.github.io/Java/3*0.1 == 0.3 将会返回什么?true 还是 false.html';
632-
this.page.identifier = '3*0.1 == 0.3 将会返回什么?true 还是 false.html';
633-
this.page.title = '3*0.1 == 0.3 将会返回什么?true 还是 false ?';
634-
};
635-
var d = document, s = d.createElement('script');
636-
s.src = 'https://interviewtips-java.disqus.com/embed.js';
637-
s.setAttribute('data-timestamp', '' + +new Date());
638-
(d.head || d.body).appendChild(s);
639-
</script>
640-
641604

642-
643605

606+
644607

645608

646609

647-
648610

649611

612+
650613

651614

652615

653-
654616

655617

618+
656619

657620

658621

docs/ACID.html

Lines changed: 3 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -275,17 +275,6 @@ <h1 class="post-title" itemprop="name headline">什么是 ACID</h1>
275275

276276

277277

278-
<span class="post-comments-count">
279-
<span class="post-meta-divider">|</span>
280-
<span class="post-meta-item-icon">
281-
<i class="fa fa-comment-o"></i>
282-
</span>
283-
<a href="/Java/ACID.html#comments" itemprop="discussionUrl">
284-
<span class="post-comments-count disqus-comment-count"
285-
data-disqus-identifier="ACID.html" itemprop="commentCount"></span>
286-
</a>
287-
</span>
288-
289278

290279

291280

@@ -378,16 +367,6 @@ <h2 id="4-持久性(Durability)"><a href="#4-持久性(Durability)" clas
378367

379368

380369

381-
<div class="comments" id="comments">
382-
<div id="disqus_thread">
383-
<noscript>
384-
Please enable JavaScript to view the
385-
<a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a>
386-
</noscript>
387-
</div>
388-
</div>
389-
390-
391370

392371

393372

@@ -645,38 +624,22 @@ <h2 id="4-持久性(Durability)"><a href="#4-持久性(Durability)" clas
645624

646625

647626

648-
649-
<script id="dsq-count-scr" src="https://interviewtips-java.disqus.com/count.js" async></script>
650-
651627

652-
653-
<script type="text/javascript">
654-
var disqus_config = function () {
655-
this.page.url = 'https://interviewtips.github.io/Java/ACID.html';
656-
this.page.identifier = 'ACID.html';
657-
this.page.title = '什么是 ACID';
658-
};
659-
var d = document, s = d.createElement('script');
660-
s.src = 'https://interviewtips-java.disqus.com/embed.js';
661-
s.setAttribute('data-timestamp', '' + +new Date());
662-
(d.head || d.body).appendChild(s);
663-
</script>
664-
665628

666-
667629

630+
668631

669632

670633

671-
672634

673635

636+
674637

675638

676639

677-
678640

679641

642+
680643

681644

682645

docs/ArrayList 和 LinkedList 的区别.html

Lines changed: 5 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -275,17 +275,6 @@ <h1 class="post-title" itemprop="name headline">ArrayList 和 LinkedList 的区
275275

276276

277277

278-
<span class="post-comments-count">
279-
<span class="post-meta-divider">|</span>
280-
<span class="post-meta-item-icon">
281-
<i class="fa fa-comment-o"></i>
282-
</span>
283-
<a href="/Java/ArrayList 和 LinkedList 的区别.html#comments" itemprop="discussionUrl">
284-
<span class="post-comments-count disqus-comment-count"
285-
data-disqus-identifier="ArrayList 和 LinkedList 的区别.html" itemprop="commentCount"></span>
286-
</a>
287-
</span>
288-
289278

290279

291280

@@ -344,8 +333,8 @@ <h1 class="post-title" itemprop="name headline">ArrayList 和 LinkedList 的区
344333
<div class="post-nav">
345334
<div class="post-nav-next post-nav-item">
346335

347-
<a href="/Java/get 和 post 请求的区别.html" rel="next" title="getpost 请求的区别">
348-
<i class="fa fa-chevron-left"></i> getpost 请求的区别
336+
<a href="/Java/& 操作符和 && 操作符有什么区别.html" rel="next" title="&&& 的区别">
337+
<i class="fa fa-chevron-left"></i> &&& 的区别
349338
</a>
350339

351340
</div>
@@ -386,16 +375,6 @@ <h1 class="post-title" itemprop="name headline">ArrayList 和 LinkedList 的区
386375

387376

388377

389-
<div class="comments" id="comments">
390-
<div id="disqus_thread">
391-
<noscript>
392-
Please enable JavaScript to view the
393-
<a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a>
394-
</noscript>
395-
</div>
396-
</div>
397-
398-
399378

400379

401380

@@ -628,38 +607,22 @@ <h1 class="post-title" itemprop="name headline">ArrayList 和 LinkedList 的区
628607

629608

630609

631-
632-
<script id="dsq-count-scr" src="https://interviewtips-java.disqus.com/count.js" async></script>
633-
634610

635-
636-
<script type="text/javascript">
637-
var disqus_config = function () {
638-
this.page.url = 'https://interviewtips.github.io/Java/ArrayList 和 LinkedList 的区别.html';
639-
this.page.identifier = 'ArrayList 和 LinkedList 的区别.html';
640-
this.page.title = 'ArrayList 和 LinkedList 的区别';
641-
};
642-
var d = document, s = d.createElement('script');
643-
s.src = 'https://interviewtips-java.disqus.com/embed.js';
644-
s.setAttribute('data-timestamp', '' + +new Date());
645-
(d.head || d.body).appendChild(s);
646-
</script>
647-
648611

649-
650612

613+
651614

652615

653616

654-
655617

656618

619+
657620

658621

659622

660-
661623

662624

625+
663626

664627

665628

0 commit comments

Comments
 (0)