comment
This commit is contained in:
parent
984a105cd5
commit
d2982e6969
@ -82,8 +82,7 @@ format=qcow2,if=ide,cache=writeback,\
|
|||||||
vncviewer 127.0.0.1:5989
|
vncviewer 127.0.0.1:5989
|
||||||
```
|
```
|
||||||
|
|
||||||
###
|
### 2.2 QEMU Memory Layout
|
||||||
2.2 QEMU Memory Layout
|
|
||||||
|
|
||||||
分配给guest虚拟机的物理内存实际上是QEMU虚拟地址空间中mmapp专用的区域。 重要的是要注意,分配guest的物理内存时未启用PROT_EXEC标志。
|
分配给guest虚拟机的物理内存实际上是QEMU虚拟地址空间中mmapp专用的区域。 重要的是要注意,分配guest的物理内存时未启用PROT_EXEC标志。
|
||||||
|
|
||||||
|
@ -118,10 +118,10 @@ baidusitemap:
|
|||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
|
|
||||||
# Schemes
|
# Schemes
|
||||||
#scheme: Muse
|
|
||||||
# scheme: Mist
|
# scheme: Mist
|
||||||
|
scheme: Muse
|
||||||
|
# scheme: Gemini
|
||||||
# scheme: Pisces
|
# scheme: Pisces
|
||||||
scheme: Gemini
|
|
||||||
|
|
||||||
|
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
@ -190,8 +190,8 @@ sidebar:
|
|||||||
# - always expand for all pages automatically
|
# - always expand for all pages automatically
|
||||||
# - hide expand only when click on the sidebar toggle icon.
|
# - hide expand only when click on the sidebar toggle icon.
|
||||||
# - remove Totally remove sidebar including sidebar toggle.
|
# - remove Totally remove sidebar including sidebar toggle.
|
||||||
display: post
|
# display: post
|
||||||
#display: always
|
display: always
|
||||||
#display: hide
|
#display: hide
|
||||||
#display: remove
|
#display: remove
|
||||||
|
|
||||||
@ -256,7 +256,7 @@ alipay: /images/Alipay.png
|
|||||||
|
|
||||||
# Declare license on posts
|
# Declare license on posts
|
||||||
post_copyright:
|
post_copyright:
|
||||||
enable: false
|
enable: true
|
||||||
license: CC BY-NC-SA 3.0
|
license: CC BY-NC-SA 3.0
|
||||||
license_url: https://creativecommons.org/licenses/by-nc-sa/3.0/
|
license_url: https://creativecommons.org/licenses/by-nc-sa/3.0/
|
||||||
|
|
||||||
@ -409,7 +409,7 @@ valine:
|
|||||||
# You can get your Github ID from https://api.github.com/users/<Github username>
|
# You can get your Github ID from https://api.github.com/users/<Github username>
|
||||||
gitment:
|
gitment:
|
||||||
enable: true
|
enable: true
|
||||||
mint: false # RECOMMEND, A mint on Gitment, to support count, language and proxy_gateway
|
mint: true # RECOMMEND, A mint on Gitment, to support count, language and proxy_gateway
|
||||||
count: true # Show comments count in post meta area
|
count: true # Show comments count in post meta area
|
||||||
lazy: false # Comments lazy loading with a button
|
lazy: false # Comments lazy loading with a button
|
||||||
cleanly: false # Hide 'Powered by ...' on footer, and more
|
cleanly: false # Hide 'Powered by ...' on footer, and more
|
||||||
|
@ -110,7 +110,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div id="music163player">
|
<div id="music163player">
|
||||||
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=450 src="//music.163.com/outchain/player?type=4&id=334277093&auto=1&height=430"></iframe>
|
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=110 src="//music.163.com/outchain/player?type=4&id=334277093&auto=1&height=90"></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// 修改成你期望的宽度
|
// 修改成你期望的宽度
|
||||||
//$content-desktop = 700px
|
$content-desktop = 700px
|
||||||
|
|
||||||
// 当视窗超过 1600px 后的宽度
|
// 当视窗超过 1600px 后的宽度
|
||||||
$content-desktop-large = 1400px
|
$content-desktop-large = 900px
|
||||||
|
Loading…
Reference in New Issue
Block a user