diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-02-10 11:16:07 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-02-10 11:16:07 +0800 |
commit | 9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3 (patch) | |
tree | 339de0698c13e1763d3361d70fb1266621025c91 /blog/post/TOP.html | |
download | web-9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3.tar.xz |
Initial commit.
Diffstat (limited to 'blog/post/TOP.html')
-rw-r--r-- | blog/post/TOP.html | 253 |
1 files changed, 253 insertions, 0 deletions
diff --git a/blog/post/TOP.html b/blog/post/TOP.html new file mode 100644 index 0000000..742239e --- /dev/null +++ b/blog/post/TOP.html @@ -0,0 +1,253 @@ +<html><head> +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width,initial-scale=1"> +<meta name="theme-color" content="#000000"> +<title>Chrisoft::Blog</title> +<script type="text/javascript" src="/panel.js"></script> +<script type="text/javascript" src="/blog/footnoter.js"></script> +<script type="text/javascript" src="/blog/aes-js.js"></script> +<script type="text/javascript" src="/blog/scrypt.js"></script> +<script type="text/javascript" src="/blog/sha256.js"></script> +<script type="text/javascript" src="/blog/decryptor.js"></script> +<link rel="stylesheet" type="text/css" href="/common.css"> +<link rel="stylesheet" type="text/css" href="/panel.css"> +<link rel="stylesheet" type="text/css" href="/theme0a.css" id="theme0a"> +<link rel="stylesheet" type="text/css" href="/theme0b.css" id="theme0b"> +<link rel="stylesheet" type="text/css" href="/theme1a.css" id="theme1a"> +<link rel="stylesheet" type="text/css" href="/theme1b.css" id="theme1b"> +<link rel="stylesheet" type="text/css" href="/theme2a.css" id="theme2a"> +<link rel="stylesheet" type="text/css" href="/theme2b.css" id="theme2b"> +<link rel="stylesheet" type="text/css" href="/theme3a.css" id="theme3a"> +<link rel="stylesheet" type="text/css" href="/theme3b.css" id="theme3b"> +<link rel="stylesheet" type="text/css" href="/blog/blogext.css"> +<script> +function ol() +{ + window.onresize=function() + { + if(window.innerWidth<768) + setupevents(); + else unsetevents(); + } + window.onresize(); + _decryptonload(); +} +function loadTheme(){ + var thm=document.cookie.replace(new RegExp("(?:(?:^|.*;\\s*)thm\\s*\\=\\s*([^;]*).*$)|^.*$"),"$1"); + if(thm.length<2||'0123z'.indexOf(thm[0])==-1||'abz'.indexOf(thm[1])==-1)thm='zz'; + var ent=""; + var d=new Date(); + if(thm[0]=='z') + { + var m=d.getMonth()+1; + if(m>=3&&m<6)thm='0'+thm[1]; + else if(m>=6&&m<9)thm='1'+thm[1]; + else if(m>=9&&m<12)thm='2'+thm[1]; + else thm='3'+thm[1]; + } + if(thm[1]=='z') + {if(d.getHours()>=18||d.getHours()<6)thm=thm[0]+'b';else thm=thm[0]+'a';} + ent=`theme${thm}`; + var R=new RegExp('theme[0-4][ab]'); + for(var i=0;i<document.styleSheets.length;++i) + { + if(R.exec(document.styleSheets[i].ownerNode.id)!==null&&document.styleSheets[i].ownerNode.id!=ent) + document.styleSheets[i].disabled=true; + else document.styleSheets[i].disabled=false; + } + var thmcolor=""; + switch(thm[0]) + { + case '0':thmcolor=thm[1]=='a'?'#f59dda':'#2f0933';break; + case '1':thmcolor=thm[1]=='a'?'#9df59d':'#090933';break; + case '2':thmcolor=thm[1]=='a'?'#edb47b':'#1f1205';break; + case '3':thmcolor=thm[1]=='a'?'#a0cdfa':'#051933';break; + } + document.querySelector("meta[name=theme-color]").setAttribute('content',thmcolor); +} +loadTheme(); +</script> +</head> +<body onload="ol()" style="overflow-x:hidden;"> + <div id="panel" class="TText"> + <ul id="panellist"> + <li><a href="/"><h1>Chrisoft</h1></a></li> + <li><a href="/blog"><h2>Blog</h2></a></li> + <li><a href="#"><h3 id="title">Readme_en</h3></a></li> + <li><span>Tags</span> + <ul id="tagslist"> + <li><a href="/blog/list/garbage/">garbage</a></li></ul> + </li> + <li id="tocouter"> + <span>Table of Contents</span> + <ul id="tocroot"> + <li><a class="toctarg" href="#tocanch0">Early life</a></li><li><ul class="tocnode"><li><a class="toctarg" href="#tocanch1">Preschool and elementary school life</a></li></ul></li><li><a class="toctarg" href="#tocanch2">Known problems</a></li></ul> + </li> + <li style="margin-left:-0.5em"><a id="prevp" href="2018-12-06.html">Prev post</a></li> + <li style="margin-left:-0.5em"><a id="nextp">Next post</a></li> + </ul> + </div> + <div id="content"> + <h2 id="titleh" class="TText" style="font-wight:normal;">Readme_en</h2> + <div id="datetags" class="TText" style="margin-bottom:1em;">2016-02-13<br>#garbage</div> + <hr><div id="article" class="TText"> +<article> +<table style="float:right;width:320px;background-color:rgba(255,255,255,0.2);text-align:left;font-size:0.8em;margin-left:10px;"> +<style> +td{padding-top:5px;padding-bottom:5px;vertical-align:top;} +</style> +<tbody><tr><td colspan="2" style="text-align:center;font-size:1.25em;"> +Chris Xiong<br>熊?? +</td></tr> +<tr><td colspan="2" style="text-align:center;font-size:1.25em;"> +<p>Photo not available.</p> +</td></tr> +<tr><td colspan="2" style="background-color:rgba(124,124,192,0.6);text-align:center;font-size:1.25em;"> +Details +</td></tr> +<tr> +<td>Species</td> +<td><i>Homo sapiens</i></td> +</tr> +<tr> +<td>Born</td> +<td>October 24, 1997 (age 18)<br>Dongying, Shandong, China</td> +</tr> +<tr> +<td>Abilities</td> +<td>Mainly the ability to manipulate electronic devices</td> +</tr> +<tr> +<td>Nationality</td> +<td>Chinese</td> +</tr> +<tr> +<td>Political party</td> +<td>None</td> +</tr> +<tr> +<td>Political belief</td> +<td>Unclear</td> +</tr> +<tr> +<td>Religion</td> +<td>None</td> +</tr> +<tr> +<td>Occupation</td> +<td>None</td> +</tr> +<tr> +<td>Sighted at...</td> +<td> +Computer room<br> +Utility room<br> +<s>E-waste-filled basement<s><br> +<s>Electrical room<s><br> +<s>Home<s> +</s></s></s></s></s></s></td> +</tr> +<tr> +<td>Signature</td> +<td><img src="/data/chris_xiong_signature.svg" width="160px" alt="Chris_Xiong_Signature" decoding="async"></td> +</tr> +<tr> +<td>Website</td> +<td><a href="https://chrisoft.org">chrisoft.org</a></td> +</tr> +</tbody></table> + +<table style="border:1px solid #aaa;display:table;margin:auto;background-color:rgba(0,0,0,0);"><tbody><tr> +<td> +<img alt="warning" src="https://upload.wikimedia.org/wikipedia/commons/f/f4/Ambox_content.png" decoding="async"> +</td> +<td> +This blog post is written in a mock wikipedia style. However, it's an autobiography.<br> +<s>For reference only!</s> Just for fun! +</td> +</tr> +</tbody></table> + +<p> +Chris Xiong is a Chinese programmer <s>(now upgrading to a software engineer)</s>. He hasn't make +any significant contribution to the world of computer yet. +</p> + +<div style="padding:7px;border:1px solid #aaa;display:table;"> +<div style="text-align:center;"> +<b>Contents</b> [<a href="#" onclick="var e=document.getElementById("toc");if(e.style.display=="block"){e.style.display="none";this.innerHTML="show";}else {e.style.display="block";this.innerHTML="hide";}">hide</a>] +</div> +<ul style="font-size:0.9em;display:block;list-style-type:none;" id="toc"> + <li><a href="#c1">1 Early life</a> + <ul> + <li><a href="#c1_1">1.1 Preschool and elementary school life</a></li> + <li>1.2 Middle school life</li> + </ul> + </li> + <li>2 Current Status + <ul> + <li>2.1 Education</li> + <li>2.2 Hobbies</li> + <li>2.3 Entertainment</li> + </ul> + </li> + <li>3 Skills</li> + <li>4 Personality</li> + <li>5 Works + <ul> + <li>5.1 Early works</li> + <li>5.2 WHG3D</li> + <li>5.3 Ballance Remix</li> + <li>5.4 the BLR series</li> + <li>5.5 FOSS Projects</li> + <li>5.6 Other minor works</li> + </ul> + </li> + <li><a href="#c6">6 Known problems</a></li> +</ul> +</div> +<style> +article h2,article h3{border-bottom:1px solid #c0c0c0;overflow:hidden;} +</style> +<h2 id="tocanch0" class="tvis">Early life</h2> +As a child of two outer party members, Chris Xiong's childhood life differs from most peers. +As a result, his childhood life is often described as "dull" by others. +However, he insists that is not the case. +<h3 id="tocanch1" class="tvis">Preschool and elementary school life</h3> +Chris Xiong did not go to kindergarten as other childs. +<h2 id="tocanch2" class="tvis">Known problems</h2> +<ul> +<li>The task scheduler is crappy.</li> +<li>A fault tolerant kernel is needed.</li> +<li>We need a new execution control module.</li> +</ul> +<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> +<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> +</article> +</div><br><hr> + <div class="TText" id="notediv" style="font-size:80%;"></div> + <div id="insanch" style="height:3em;"></div> + <div id="footer" style=""> + <div id="pagesw" class="TText" style="width:100%;height:0.5em;"></div> + <div style="text-align:center;" class="TText"> + Proudly powered by SSBS <reduced style="font-size:70%;">(the static stupid blogging system)</reduced> 2.5 + <br> + Content licensed under CC BY-SA 4.0. <span id="purgep" style="display:none;font-size:70%;">This page has passphrase(s) stored. Click <a href="javascript:_purgep()">here</a> to purge.</span> + </div> + </div> + <div id="cmdbuf" class="TText" style="transition:500ms;padding:1em;font-size:2em;color:white;position:absolute;background-color:rgba(0,0,0,0.6);left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none;opacity:0;"> + </div> + </div> + <div id="decryptui" style="display:none;opacity:0;color:white;z-index:1000;position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.4);transition:opacity 0.5s;"> + <div id="decryptdlg" class="TText" style="padding:10px 20px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:rgba(0,0,0,0.6);"> + <div id="keyhint" style="margin-bottom:8px;"></div> + <div style="margin-bottom:8px;">Key: <input id="keyinp" type="text" style="color:#fff;"></div> + <div style="height:2.25em;"> + <button id="btndecrypt" onclick="decryptor(decid,document.getElementById('keyinp').value);" style="position:absolute;left:20px;">Decrypt</button> + <button onclick="hidedecryptui();" style="position:absolute;right:20px;">Cancel</button> + </div> + + </div> + + +</div></body></html>
\ No newline at end of file |