Files

1320 lines
55 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="#222"><meta name="generator" content="Hexo 6.3.0">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-next.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-next.png">
<link rel="mask-icon" href="/images/logo.svg" color="#222">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css" integrity="sha256-VHqXKFhhMxcpubYf9xiWdCiojEbY9NexQ4jh8AxbvcM=" crossorigin="anonymous">
<script class="next-config" data-name="main" type="application/json">{"hostname":"toozhao.com","root":"/","images":"/images","scheme":"Muse","darkmode":false,"version":"8.28.0","exturl":false,"sidebar":{"position":"left","width_expanded":320,"width_dual_column":240,"display":"post","padding":18,"offset":12,"b2t":true,"scrollpercent":true},"hljswrap":true,"codeblock":{"theme":{"light":"default","dark":"stackoverflow-dark"},"prism":{"light":"prism","dark":"prism-dark"},"copy_button":{"enable":true,"style":"mac"},"fold":{"enable":false,"height":500},"language":false},"bookmark":{"enable":true,"color":"#222","save":"auto"},"mediumzoom":true,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"stickytabs":false,"motion":{"enable":false,"async":false,"duration":200,"transition":{"menu_item":"fadeInDown","post_block":"fadeIn","post_header":"fadeInDown","post_body":"fadeInDown","coll_header":"fadeInLeft","sidebar":"fadeInUp"}},"prism":false,"i18n":{"placeholder":"搜索...","empty":"没有找到任何搜索结果:${query}","hits_time":"找到 ${hits} 个搜索结果(用时 ${time} 毫秒)","hits":"找到 ${hits} 个搜索结果"},"path":"/search.xml","localsearch":{"enable":true,"top_n_per_article":5,"unescape":false,"preload":false,"trigger":"auto"}}</script><script src="/js/config.js" defer></script>
<meta name="description" content="分享编程、运维、生活与思考">
<meta property="og:type" content="website">
<meta property="og:title" content="大染志">
<meta property="og:url" content="https://toozhao.com/page/11/">
<meta property="og:site_name" content="大染志">
<meta property="og:description" content="分享编程、运维、生活与思考">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="Junv">
<meta property="article:tag" content="junv, wahyd4, blog, toozhao, 大染志">
<meta name="twitter:card" content="summary">
<link rel="canonical" href="https://toozhao.com/page/11/">
<script class="next-config" data-name="page" type="application/json">{"sidebar":"","isHome":true,"isPost":false,"lang":"zh-CN","comments":"","permalink":"","path":"page/11/index.html","title":""}</script>
<script class="next-config" data-name="calendar" type="application/json">""</script>
<title>大染志</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js" integrity="sha256-XL2inqUJaslATFnHdJOi9GfQ60on8Wx1C2H8DYiN1xY=" crossorigin="anonymous" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/medium-zoom/1.1.0/medium-zoom.min.js" integrity="sha256-ZgMyDAIYDYGxbcpJcfUnYwNevG/xi9OHKaR/8GK+jWc=" crossorigin="anonymous" defer></script>
<script src="/js/utils.js" defer></script><script src="/js/sidebar.js" defer></script><script src="/js/next-boot.js" defer></script><script src="/js/bookmark.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/hexo-generator-searchdb/1.5.0/search.js" integrity="sha256-xFC6PJ82SL9b3WkGjFavNiA9gm5z6UBxWPiu4CYjptg=" crossorigin="anonymous" defer></script>
<script src="/js/third-party/search/local-search.js" defer></script>
<style>
/* =========================================================
Toozhao blog custom styles (injected via head.njk)
阅读体验优化 — 微信读书风格
========================================================= */
html { scroll-behavior: smooth; }
/* 主内容阅读宽度 */
.post-block, .posts-expand .post-block {
max-width: 760px;
}
.post-title {
font-size: 1.7em;
font-weight: 700;
letter-spacing: 0.01em;
}
.post-meta { color: #999; font-size: 0.9em; }
.post-body {
font-size: 1.05em;
line-height: 1.9;
letter-spacing: 0.02em;
color: #333;
}
.post-body p {
margin: 1.1em 0;
text-align: justify;
text-justify: inter-ideograph;
}
.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 {
line-height: 1.4;
margin-top: 1.6em;
margin-bottom: 0.8em;
font-weight: 600;
color: #222;
}
.post-body h2::before, .post-body h3::before, .post-body h4::before {
content: '';
display: inline-block;
width: 4px;
height: 0.9em;
background: #4a90d9;
border-radius: 2px;
margin-right: 10px;
vertical-align: -0.08em;
}
.post-body img {
border-radius: 8px;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
margin: 0.6em auto;
display: block;
max-width: 100%;
}
.post-body blockquote {
border-left: 4px solid #4a90d9;
background: rgba(74, 144, 217, 0.06);
margin: 1.4em 0;
padding: 0.8em 1.2em;
border-radius: 0 8px 8px 0;
color: #555;
}
.post-body blockquote p { margin: 0.4em 0; }
.post-body a {
color: #2d6cdf;
border-bottom: 1px solid rgba(45, 108, 223, 0.3);
transition: color 0.2s, border-color 0.2s;
}
.post-body a:hover { color: #1a4fae; border-bottom-color: #1a4fae; }
.post-body code {
background: rgba(0, 0, 0, 0.05);
border-radius: 4px;
padding: 2px 6px;
font-size: 0.9em;
color: #c7254e;
}
.post-body table {
border-collapse: collapse;
margin: 1.2em auto;
font-size: 0.95em;
}
.post-body table th, .post-body table td {
border: 1px solid #ddd;
padding: 8px 14px;
}
.post-body table th { background: #f5f7fa; font-weight: 600; }
.post-body table tr:nth-child(even) { background: #fafbfc; }
.post-body ul, .post-body ol { padding-left: 1.6em; margin: 0.8em 0; }
.post-body ul li, .post-body ol li { margin: 0.35em 0; }
.post-body hr {
border: none;
border-top: 1px dashed #ccc;
margin: 2em auto;
width: 60%;
}
/* 暗色模式(跟随系统,不依赖 NexT darkmode class */
@media (prefers-color-scheme: dark) {
body { background: #1b1f24; color: #c8cdd3; }
.post-body { color: #c8cdd3; }
.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 { color: #e8eaed; }
.post-body blockquote { background: rgba(74, 144, 217, 0.1); color: #9aa5b1; }
.post-body code { background: rgba(255, 255, 255, 0.1); color: #e88388; }
.post-body table th, .post-body table td { border-color: #3a3f45; }
.post-body table th { background: #2d3238; }
.post-body table tr:nth-child(even) { background: #262a2f; }
.post-meta { color: #777; }
}
::selection { background: rgba(74, 144, 217, 0.25); }
/* 字体调节按钮 */
.font-size-control {
position: fixed;
right: 18px;
bottom: 90px;
z-index: 1000;
background: rgba(0, 0, 0, 0.65);
color: #fff;
border-radius: 20px;
padding: 6px 4px;
display: flex;
flex-direction: column;
gap: 2px;
user-select: none;
}
.font-size-control button {
background: none;
border: none;
color: #fff;
font-size: 13px;
cursor: pointer;
padding: 3px 8px;
opacity: 0.85;
}
.font-size-control button:hover { opacity: 1; }
</style>
<noscript>
<link rel="stylesheet" href="/css/noscript.css">
</noscript>
</head>
<body itemscope itemtype="http://schema.org/WebPage">
<div class="headband"></div>
<main class="main">
<div class="column">
<header class="header" itemscope itemtype="http://schema.org/WPHeader"><div class="site-brand-container">
<div class="site-nav-toggle">
<div class="toggle" aria-label="切换导航栏" role="button">
<span class="toggle-line"></span>
<span class="toggle-line"></span>
<span class="toggle-line"></span>
</div>
</div>
<div class="site-meta">
<a href="/" class="brand" rel="start">
<i class="logo-line"></i>
<h1 class="site-title">大染志</h1>
<i class="logo-line"></i>
</a>
<p class="site-subtitle" itemprop="description">Junv's blog</p>
</div>
<div class="site-nav-right">
<div class="toggle popup-trigger" aria-label="搜索" role="button">
<i class="fa fa-search fa-fw fa-lg"></i>
</div>
</div>
</div>
<nav class="site-nav">
<ul class="main-menu menu"><li class="menu-item menu-item-home"><a href="/" rel="section"><i class="fa fa-home fa-fw"></i>首页</a></li><li class="menu-item menu-item-tags"><a href="/tags/" rel="section"><i class="fa fa-tags fa-fw"></i>标签</a></li><li class="menu-item menu-item-categories"><a href="/categories/" rel="section"><i class="fa fa-th fa-fw"></i>分类</a></li><li class="menu-item menu-item-archives"><a href="/archives/" rel="section"><i class="fa fa-archive fa-fw"></i>归档</a></li><li class="menu-item menu-item-about"><a href="/about/" rel="section"><i class="fa fa-user fa-fw"></i>关于</a></li>
<li class="menu-item menu-item-search">
<a role="button" class="popup-trigger"><i class="fa fa-search fa-fw"></i>搜索
</a>
</li>
</ul>
</nav>
<div class="search-pop-overlay">
<div class="popup search-popup">
<div class="search-header">
<span class="search-icon">
<i class="fa fa-search"></i>
</span>
<div class="search-input-container">
<input autocomplete="off" autocapitalize="off" maxlength="80"
placeholder="搜索..." spellcheck="false"
type="search" class="search-input">
</div>
<span class="popup-btn-close" role="button">
<i class="fa fa-times-circle"></i>
</span>
</div>
<div class="search-result-container">
<div class="search-result-icon">
<i class="fa fa-spinner fa-pulse fa-5x"></i>
</div>
</div>
</div>
</div>
</header>
<aside class="sidebar">
<div class="sidebar-inner sidebar-overview-active">
<ul class="sidebar-nav">
<li class="sidebar-nav-toc">
文章目录
</li>
<li class="sidebar-nav-overview">
站点概览
</li>
</ul>
<div class="sidebar-panel-container">
<!--noindex-->
<div class="post-toc-wrap sidebar-panel">
</div>
<!--/noindex-->
<div class="site-overview-wrap sidebar-panel">
<div class="site-author animated" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image" alt="Junv"
src="/images/avatar.gif">
<p class="site-author-name" itemprop="name">Junv</p>
<div class="site-description" itemprop="description">分享编程、运维、生活与思考</div>
</div>
<div class="site-state-wrap animated">
<nav class="site-state">
<div class="site-state-item site-state-posts">
<a href="/archives/">
<span class="site-state-item-count">310</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/">
<span class="site-state-item-count">249</span>
<span class="site-state-item-name">标签</span></a>
</div>
</nav>
</div>
<div class="links-of-author animated">
<span class="links-of-author-item">
<a href="https://github.com/wahyd4" title="GitHub → https:&#x2F;&#x2F;github.com&#x2F;wahyd4" rel="noopener me" target="_blank"><i class="fab fa-github fa-fw"></i>GitHub</a>
</span>
</div>
<div class="cc-license animated" itemprop="license">
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" class="cc-opacity" rel="noopener" target="_blank"><img src="https://cdnjs.cloudflare.com/ajax/libs/creativecommons-vocabulary/2020.11.3/assets/license_badges/small/by_nc_sa.svg" alt="Creative Commons"></a>
</div>
</div>
</div>
</div>
</aside>
</div>
<div class="main-inner index posts-expand">
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://toozhao.com/2011/03/12/content-lost/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="Junv">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="大染志">
<meta itemprop="description" content="分享编程、运维、生活与思考">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content=" | 大染志">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2011/03/12/content-lost/" class="post-title-link" itemprop="url">不好意思!博客被黑了,内容丢失了。</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2011-03-13 00:00:00" itemprop="dateCreated datePublished" datetime="2011-03-13T00:00:00+11:00">2011-03-13</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2026-08-04 20:47:21" itemprop="dateModified" datetime="2026-08-04T20:47:21+10:00">2026-08-04</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<p>RT,也许今天下午太黑暗了,我的博客被黑了,而且数据全被删了,虽然我还原了单身3月一号以后的文章的图片还是丢失了,我现在也不想在我的电脑上去找。</p>
<p>下午踢足球脚光荣负伤了,很痛,今天晚上特别痛。不知道今天晚上会不会因为这个而失眠。</p>
<p>如果明天早上还是很痛,就只有不去上课了,</p>
<p>可是还要想一个很重要的东西,或者说要做出一个原型!</p>
<p>大家也多注意点安全,</p>
<p>这几天都知道地球活动有点剧烈。</p>
<p>希望各位同学都平平安安的,春天来了,一定要多去耍耍!</p>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://toozhao.com/2011/03/08/css3html5google20-things-i-learned-about-browsers-and-the-web/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="Junv">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="大染志">
<meta itemprop="description" content="分享编程、运维、生活与思考">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content=" | 大染志">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2011/03/08/css3html5google20-things-i-learned-about-browsers-and-the-web/" class="post-title-link" itemprop="url">CSS3+HTML5+Google=20 things i learned about browsers and the web</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2011-03-09 00:00:00" itemprop="dateCreated datePublished" datetime="2011-03-09T00:00:00+11:00">2011-03-09</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2026-08-04 20:47:21" itemprop="dateModified" datetime="2026-08-04T20:47:21+10:00">2026-08-04</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<blockquote>
<p>应在我博客里面留言的同学的话,真无聊。那就分享个也许你们会觉得无聊的东西。话说笔者很喜欢关于google几乎所有的东西。</p>
</blockquote>
<p>就是google chrome 浏览器团队用CSS3+HTML5开发出的一本在线图书叫做20 things i learned about browsers and the web,首先我们就单从界面和用户体验讲,这个网站或者说这本书真的很绚丽。(前提是请使用支持CSS3+HTML5的浏览器访问,最好使用chrome)总之让我很惊讶,感觉这哪里是一个网站,绚丽效果完全可以喝flash和桌面游戏的效果媲美。</p>
<p>其实我觉得内容也是挺不错的,google选择了20件关于互联网和浏览器的相关个故事,第一个故事就是讲的互联网的由来,等等。每件事都配有很不错绚丽的动画哦。</p>
<p>而且值得说的是:</p>
<ul>
<li>这本书拥有很绚丽动画效果。</li>
<li>这个网站还支持关灯模式,就是背景是灰色的,对眼睛保护很不错。</li>
<li>这个书应该是使用了HTML5的保存历史记录和书签的功能吧,可以自动保存书签,待你下次访问的时候就可以直接接上次的进度。</li>
</ul>
<blockquote>
<h2 id="点击进入阅读:20-things-i-learned-about-browsers-and-the-web"><a href="#点击进入阅读:20-things-i-learned-about-browsers-and-the-web" class="headerlink" title="点击进入阅读:20 things i learned about browsers and the web"></a>点击进入阅读:<a target="_blank" rel="noopener" href="http://www.20thingsilearned.com/home">20 things i learned about browsers and the web</a></h2></blockquote>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://toozhao.com/2011/03/05/wibiya/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="Junv">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="大染志">
<meta itemprop="description" content="分享编程、运维、生活与思考">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content=" | 大染志">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2011/03/05/wibiya/" class="post-title-link" itemprop="url">一款超级酷炫的页面底部工具栏插件——wibiya(完美支持wordpress</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2011-03-06 00:00:00" itemprop="dateCreated datePublished" datetime="2011-03-06T00:00:00+11:00">2011-03-06</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2026-08-04 20:47:21" itemprop="dateModified" datetime="2026-08-04T20:47:21+10:00">2026-08-04</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<blockquote>
<p>早上起来人还不是很新鲜,因为前面踢了球,全身酸痛,精神也不太好。最近我自己有介绍用css做一个简单的一直黏在页面底部的工具栏**<a target="_blank" rel="noopener" href="http://www.junv.info/1486.html" title="详细阅读 在页面底部添加固定信息栏,类似于本博客所示效果">在页面底部添加固定信息栏,类似于本博客所示效果</a>。**也有同学在介绍说万戈做的工具栏,我也试用了,感觉兼容性不太好,用不来。今天给大家推荐非常好用的页面底部的工具栏wibiya,我这里只介绍免费版本的,已经很强大了。更强大的需要付费了。</p>
</blockquote>
<p><a href="/images/2011/03/212_conew1.jpg"><img src="/images/2011/03/212_conew1.jpg" title="212_conew1"></a></p>
<p>下面就来详细的给大家介绍一下如何得到这个工具栏:</p>
<ul>
<li>打开<a target="_blank" rel="noopener" href="http://www.wibiya.com/">http://www.wibiya.com/</a>,点击get it now 开始获取插件。</li>
<li>在接下来的页面里面输入你的邮箱,密码、网址、网站名称等等。以方便个性化,这点和无觅差不多需要个性定制。</li>
<li>接着是select theme页面,这里面免费已经有很多主题可以选择,而且你还可以上传你网站个性的icon以供显示。</li>
<li><a href="/images/2011/03/3-143_conew1.jpg"><img src="/images/2011/03/3-143_conew1.jpg" title="3-143_conew1"></a></li>
<li>然后这个页面是选择应用,即是在你的页面底部工具栏显示的应用。几个很好的是real time users(显示网站实时的访客情况)、itranslation(实时翻译网页内容)、photo gallery(支持flickr和picasa的相册)、facebook、twitter、已经实时聊天插件、feed订阅插件、已经获取最新文章插件。</li>
<li>最后就是选择你的博客网站的版本了,这里面当然有wordpress、blogger、typepad、drupal、joomla、以及一般的网页。</li>
</ul>
<p><a href="/images/2011/03/3-14-5_conew1.jpg"><img src="/images/2011/03/3-14-5_conew1.jpg" title="3-14-5_conew1"></a></p>
<blockquote>
<p>比如是wordpress博客的话:</p>
<p>首先将下载的插件上传到网站相应的目录,然后激活该插件,打开插件设置页面,在里面设置启用wibiya,然下面一行输入你创建好插件的页面提供的一个javascript 资源地址(每个人的都不一样哦),比如我的是:<a target="_blank" rel="noopener" href="http://cdn.wibiya.com/Toolbars/dir/_0740/Toolbar/_740040/Loader_740040.js%E3%80%82%E5%A5%BD%E4%BA%86%E5%B0%B1%E5%A4%A7%E5%8A%9F%E5%91%8A%E6%88%90%E4%BA%86%E3%80%82">http://cdn.wibiya.com/Toolbars/dir\_0740&#x2F;Toolbar\_740040&#x2F;Loader_740040.js。好了就大功告成了。</a></p>
</blockquote>
<blockquote>
<p>开始进入获取工具栏:<a target="_blank" rel="noopener" href="http://www.wibiya.com/">http://www.wibiya.com</a></p>
<p>demo:<a target="_blank" rel="noopener" href="http://junv.org/">http://junv.org/</a></p>
</blockquote>
<p>注意:安装好插件只有,它还可以统计你的博客相关的一些信息,比如有多少人使用了这个插件,你的微博有多少喜欢等等,更多功能大家自己去发掘吧。</p>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://toozhao.com/2011/03/04/background-images/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="Junv">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="大染志">
<meta itemprop="description" content="分享编程、运维、生活与思考">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content=" | 大染志">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2011/03/04/background-images/" class="post-title-link" itemprop="url">一些适合做网站背景的五彩壁纸下载</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2011-03-05 00:00:00" itemprop="dateCreated datePublished" datetime="2011-03-05T00:00:00+11:00">2011-03-05</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2026-08-04 20:47:21" itemprop="dateModified" datetime="2026-08-04T20:47:21+10:00">2026-08-04</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<blockquote>
<p>如果各位也和我一样对网站的颜色搭配特别不敏感,如果各位也希望可以找到很漂亮的比较没有太多杂乱图案的壁纸用作网站的背景,那么今天给各位分享的一定就适合你啦。</p>
</blockquote>
<p>包内所含的图片的分辨率都是2000*2000的,应该是设计原稿吧,是jpg格式的,各位如果想要用作壁纸的需要自己再加工一下。毕竟文件太大了,每张图片几乎都是2M左右。</p>
<p>包含如此多的颜色,应该够各位下载使用了吧。</p>
<p>如果喜欢就支持我们把!</p>
<p>其他废话就 不多说了。</p>
<blockquote>
<p>下载地址:<a target="_blank" rel="noopener" href="http://u.115.com/file/t1e2944734">网盘下载</a></p>
</blockquote>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://toozhao.com/2011/03/03/360/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="Junv">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="大染志">
<meta itemprop="description" content="分享编程、运维、生活与思考">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content=" | 大染志">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2011/03/03/360/" class="post-title-link" itemprop="url">360抢占桌面又一力作——360安全桌面</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2011-03-04 00:00:00" itemprop="dateCreated datePublished" datetime="2011-03-04T00:00:00+11:00">2011-03-04</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2026-08-04 20:47:21" itemprop="dateModified" datetime="2026-08-04T20:47:21+10:00">2026-08-04</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<blockquote>
<p>话说笔者已经没有没有介绍关于软件相关的东西了,今天恰好在转某网站的时候发现这样一款软件——360安全桌面。我一下子就变得很精神了,想到了360的安全卫士。我想着也许就是360占领各位同学的桌面的又一法宝吧。我试用了,还不错哦,下面请听我慢慢道来。</p>
</blockquote>
<p><a href="/images/2011/03/20110304-1_conew1.jpg"><img src="/images/2011/03/20110304-%E6%88%AA%E5%9B%BE-1_conew1.jpg" title="20110304-截图 1_conew1"></a></p>
<p>经过试用我觉得360安全桌面的定位或者说是总体的功能就是整合我们平时生活中最爱使用的各种东西或者网站、软件,让各位同学可以更加方便、快捷得做我们喜欢的事。360安全桌面还允许大家在其桌面上开发自己的应用,可以这样说吧,360安全桌面最终想达到的效果就是成为操作系统之上的操作系统。</p>
<p><a href="/images/2011/03/20110304-2_conew1.jpg"><img src="/images/2011/03/20110304-2_conew1.jpg" title="20110304-2_conew1"></a>如图为360安全管家运行界面。</p>
<p><strong>它的主要功能有</strong></p>
<ul>
<li>在其桌面上集成了大家可能是最感兴趣,最喜欢用的一些应用,当然也包括奇虎公司自己的应用比如说360浏览器、360安全卫士。</li>
<li>将互联网几个大家使用最多的类别的网站地址或者软件集成在了桌面上。这样大家就不用再一个一个得输入地址去进入网站,而是直接可以通过360桌面直接进入,而且可以很轻松同时进入几个不同的网站。而不用输入几个地址。</li>
<li>有一个可以随时随地截图的小功能,只有你的360安全桌面是运行的就可以轻松截图。</li>
<li>360安全桌面可以停靠在电脑屏幕的上下左右四个不同地方的任何一个位置,很方便。</li>
<li>可以直接在360安全桌面里面关闭你想要关闭的软件,而不用再去打开任务管理器。</li>
<li>可以将你电脑上安装的软件加入到常用的某个类别里面去,方便使用。</li>
<li>当然也还可以切换壁纸。</li>
<li>支持开机自启动。</li>
</ul>
<p>总之,这个360安全桌面还是给人耳目一新的感觉,但是毕竟这个桌面软件还是预览版本,还有很多不足和完善的地方,里面的应用也不是很多。希望不久之后360安全桌面里面可以有更多的开发者开发的实用的、有趣的、好玩的应用吧。</p>
<blockquote>
<p>下载地址:<a target="_blank" rel="noopener" href="http://down.360safe.com/zhuomian/setup.exe">官方下载</a> <a target="_blank" rel="noopener" href="http://down.360safe.com/zhuomian/zmsetup.exe" title="下载360安全桌面离线安装包">【离线安装包】</a> <a target="_blank" rel="noopener" href="http://u.115.com/file/f1320b6230">网盘下载</a></p>
</blockquote>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://toozhao.com/2011/02/27/background-image/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="Junv">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="大染志">
<meta itemprop="description" content="分享编程、运维、生活与思考">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content=" | 大染志">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2011/02/27/background-image/" class="post-title-link" itemprop="url">送上自己拍的图片三张,高清壁纸</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2011-02-28 00:00:00" itemprop="dateCreated datePublished" datetime="2011-02-28T00:00:00+11:00">2011-02-28</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2026-08-04 20:47:21" itemprop="dateModified" datetime="2026-08-04T20:47:21+10:00">2026-08-04</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<blockquote>
<p>这几天鄙人心情有些烦躁,所以博客也没有怎么更新,但是还是谢谢支持我的人了!</p>
</blockquote>
<p>几天前买了佳能的500D 单反,虽然是入门级别的单反,但是与卡片机的效果是好太多了。有些功能还没有弄明白,而且即使弄明白也不一定可以拍出的好的照片。</p>
<p>好了废话就不多说了,我等下再给大家详细介绍一些买佳能500D的事情吧。上图咯。</p>
<blockquote>
<h2 id="高清壁纸下载:点我"><a href="#高清壁纸下载:点我" class="headerlink" title="高清壁纸下载:点我"></a>高清壁纸下载:<a target="_blank" rel="noopener" href="http://u.115.com/file/f11fbde959">点我</a></h2></blockquote>
<p>当然还希望各位多提意见啊。。。</p>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://toozhao.com/2011/02/27/fixed-toolbar/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="Junv">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="大染志">
<meta itemprop="description" content="分享编程、运维、生活与思考">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content=" | 大染志">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2011/02/27/fixed-toolbar/" class="post-title-link" itemprop="url">在页面底部添加固定信息栏,类似于本博客所示效果</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2011-02-28 00:00:00" itemprop="dateCreated datePublished" datetime="2011-02-28T00:00:00+11:00">2011-02-28</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2026-08-04 20:47:21" itemprop="dateModified" datetime="2026-08-04T20:47:21+10:00">2026-08-04</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<blockquote>
<p>以前我也不知道我的博客浏览器页面底部的这个灰色固定的信息条是怎么实现的,今天没事就在网上查了一下,结果发现原来这个东西真的很容易。我本以为会用到javascript或者jquery之类的东西,结果没有想到只要简单的CSS即可。</p>
</blockquote>
<p><a href="/images/2011/02/550365_164344022_2_conew1.jpg"><img src="/images/2011/02/550365_164344022_2_conew1.jpg" title="550365_164344022_2_conew1"></a></p>
<p>下面就稍微详细给大家说一下如何实现吧,其实原理很简单。将底部这个小长条固定在页面的底部涉及到的核心CSS代码就是</p>
<blockquote>
<p>#footer{</p>
<p>position:fixed;</p>
<p>bottom:0;</p>
<p>}</p>
</blockquote>
<p>position:fixed是将小条固定,bottom:0 是小条距离底部是0,就是一直贴在页面底部。</p>
<p>如果你想让这个小条有些透明,就可以加上:</p>
<blockquote>
<p>filter:alpha(opacity&#x3D;75);</p>
</blockquote>
<figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">opacity:0.75;</span><br></pre></td></tr></table></figure>
<p>第一行的是支持IE7这样的浏览器,第二行是支持firefox,chrome这样的浏览器,具体的IE9以前的浏览器是否可以实现透明效果我没有试过,因为我用的是IE9。应该是可以的。</p>
<p>然后稍微美化一下小条:</p>
<blockquote>
<p>width:100%; &#x2F;&#x2F;让小条铺满底部宽度,还必须加上 left:0;</p>
</blockquote>
<figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br><span class="line">11</span><br><span class="line">12</span><br><span class="line">13</span><br><span class="line">14</span><br><span class="line">15</span><br><span class="line">16</span><br><span class="line">17</span><br><span class="line">18</span><br><span class="line">19</span><br><span class="line">20</span><br><span class="line">21</span><br><span class="line">22</span><br><span class="line">23</span><br></pre></td><td class="code"><pre><span class="line"></span><br><span class="line"> background:#65676a; //设置小条背景颜色为灰色</span><br><span class="line"></span><br><span class="line"></span><br><span class="line"></span><br><span class="line"> left:0;              //让小条在底部铺满</span><br><span class="line"></span><br><span class="line"></span><br><span class="line"></span><br><span class="line"> color:white; //设置字体为白色,好看些</span><br><span class="line"></span><br><span class="line"></span><br><span class="line"></span><br><span class="line"> height:20px; //设置小条高度</span><br><span class="line"></span><br><span class="line"></span><br><span class="line">注意:这里的“//”不是CSS里面的注释,我这样写只是为了方便罢了,请柬上面的所有代码都写到#footer 这个选择器里面。</span><br><span class="line"></span><br><span class="line">好了,大概就写好了,大家请看我写的这个效果吧,很烂,只是实现了这个功能。如果部分浏览器下不行,请大家说一下哦。</span><br><span class="line"></span><br><span class="line"></span><br><span class="line"> 示例:点我 在网页右键选择查看源代码,即可查看网页完整源代码。我用的是HTML 5写的。</span><br><span class="line"></span><br></pre></td></tr></table></figure>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://toozhao.com/2011/02/22/tv-radios/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="Junv">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="大染志">
<meta itemprop="description" content="分享编程、运维、生活与思考">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content=" | 大染志">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2011/02/22/tv-radios/" class="post-title-link" itemprop="url">全球电视、广播电台免费在线收看、收听(免下载、安装)</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2011-02-23 00:00:00" itemprop="dateCreated datePublished" datetime="2011-02-23T00:00:00+11:00">2011-02-23</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2026-08-04 20:47:21" itemprop="dateModified" datetime="2026-08-04T20:47:21+10:00">2026-08-04</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<blockquote>
<p>话说大染志已经有一周没有更新了,这几天心情不是很好,因为生活中的一些琐事,但是看到大家的支持给了我动力,今天就给大家分享这样一个好东西,免费在线看电视,收听广播,不只是中国,而是全球的哦,但是可能有部分电视会出现打不开的情况。</p>
</blockquote>
<p><a href="/images/2011/02/2-23-3.jpg"><img src="/images/2011/02/2-23-3.jpg" title="2-23-3"></a></p>
<p>最爱试听网站为我们提供的服务,里面提供全球多个国家的免费在线电视收看,以及几乎所有国内的地方电视台的收看。还有很多广播的收听地址。主要提供的国家和地区有香港、台湾、韩国、日本、英国、美国、加拿大、意大利、埃及、泰国。几乎你听过的国家在这里都可以找到电视的收看地址。</p>
<p>朝日电视台、英国BBC新闻台、英国太空电视台、法国24小时新闻频道、C-PAN有线频道、凤凰卫视中文台、东风37台、星空卫视、亚视美洲台、中视无线台。</p>
<p><a href="/images/2011/02/2-23-4_conew1.jpg"><img src="/images/2011/02/2-23-4_conew1.jpg" title="2-23-4_conew1"></a>如图所示为台湾中视无线台视频直播截图。</p>
<p>在线收看中视无线地址:<a target="_blank" rel="noopener" href="http://www.zueiai.net/tv/tw/32.html">点我进入</a></p>
<p>需要注意的是:可能有部分电视台或者广播电台的播放地址已经失效。大家只有忽略了,不过这里面还是有很多国外的电视台很不错,就只有大家慢慢去发掘了,大家发现好的电视台也可以留言告诉我们哦。</p>
<blockquote>
<h2 id="进入免费看电视、听广播"><a href="#进入免费看电视、听广播" class="headerlink" title="进入免费看电视、听广播"></a><a target="_blank" rel="noopener" href="http://www.zueiai.net/">进入免费看电视、听广播</a></h2></blockquote>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://toozhao.com/2011/02/16/make-your-own-theme/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="Junv">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="大染志">
<meta itemprop="description" content="分享编程、运维、生活与思考">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content=" | 大染志">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2011/02/16/make-your-own-theme/" class="post-title-link" itemprop="url">快速高效制作一款属于你的chrome主题(在线/本地)</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2011-02-17 00:00:00" itemprop="dateCreated datePublished" datetime="2011-02-17T00:00:00+11:00">2011-02-17</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2026-08-04 20:47:21" itemprop="dateModified" datetime="2026-08-04T20:47:21+10:00">2026-08-04</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<blockquote>
<p>笔者作为google的忠实追随者已经使用google浏览器一年多了,chrome一直是我的默认浏览器,可以说也算见证了它的成长。我也在博客里面多次分享了和chrome相关的东西,大家可以在文末的相关文章里面看到。今天给大家分享的是如果快速制作一款谷歌浏览器 chrome主题,而且还需要几乎是傻瓜式的。当然你可以可以精雕细琢做出一款艺术品。</p>
</blockquote>
<h2 id=""><a href="#" class="headerlink" title=""></a></h2><h2 id="在线制作"><a href="#在线制作" class="headerlink" title="在线制作"></a>在线制作</h2><p>打开<a target="_blank" rel="noopener" href="http://www.chrometheme.net/">http://www.chrometheme.net/</a>,在页面底部点击<a target="_blank" rel="noopener" href="http://www.chrometheme.net/chrome-theme-creator-online.html">create chrome theme online</a> 这个按钮即可进入制作主题。</p>
<p>主题制作分为几个部分:</p>
<p>start是填写主题的名字和主题的相关介绍。</p>
<p>&#x2F;images,&#x2F;images 2主要是设置主题相关的图片。</p>
<p>colors:设置主题的重要位置的颜色,不如一些按钮和文字的颜色</p>
<p>tints:这里是设置主题相关模块的布局。</p>
<p>pack:制作并生产主题crx文件,可以直接下载文件,也可以下载zip源文件。</p>
<p><strong>下面是制作主题的截图:</strong></p>
<p><strong>设置界面图片:</strong></p>
<p><strong><a href="/images/2011/02/2-17-1.png"><img src="/images/2011/02/2-17-1.png" title="2-17-1"></a>(1)frame:</strong></p>
<p><strong>(2)toolbar:</strong></p>
<hr>
<h2 id="本地制作"><a href="#本地制作" class="headerlink" title="本地制作"></a>本地制作</h2><p>和在线制作差不多,离线制作是一个windows程序,和在线制作缺少的就只是没有对照图片,不过你有了我们的博客也还是可以轻而易举了。</p>
<blockquote>
<p>这里提供离线制作主题的程序:</p>
</blockquote>
<figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br></pre></td><td class="code"><pre><span class="line">crxtheme-v1.0.rar</span><br><span class="line"></span><br><span class="line">另附上一个我自己简单做的主题,这里提供下载:junv</span><br></pre></td></tr></table></figure>
<p>大家快去试试吧!</p>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<div class="post-block">
<article itemscope itemtype="http://schema.org/Article" class="post-content" lang="">
<link itemprop="mainEntityOfPage" href="https://toozhao.com/2011/02/14/good-photos/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
<meta itemprop="name" content="Junv">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="大染志">
<meta itemprop="description" content="分享编程、运维、生活与思考">
</span>
<span hidden itemprop="post" itemscope itemtype="http://schema.org/CreativeWork">
<meta itemprop="name" content=" | 大染志">
<meta itemprop="description" content="">
</span>
<header class="post-header">
<h2 class="post-title" itemprop="name headline">
<a href="/2011/02/14/good-photos/" class="post-title-link" itemprop="url">高清壁纸免费下</a>
</h2>
<div class="post-meta-container">
<div class="post-meta">
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建时间:2011-02-15 00:00:00" itemprop="dateCreated datePublished" datetime="2011-02-15T00:00:00+11:00">2011-02-15</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2026-08-04 20:47:21" itemprop="dateModified" datetime="2026-08-04T20:47:21+10:00">2026-08-04</time>
</span>
</div>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<blockquote>
<p>还记得哪个很流行的广告语:步步高英语学习机——爸爸妈妈再也不用担心我的学习。今天给大家推荐的是一个免费下载壁纸的网站,我这里套用过来就是。Wallpapers WIDE——各位同学再也不用担心桌面没有漂亮壁纸。</p>
</blockquote>
<p><a href="/images/2011/02/cloud_heart-960x600_conew1.jpg"><img src="/images/2011/02/cloud_heart-960x600_conew1.jpg" title="cloud_heart-960x600_conew1"></a></p>
<p>不知道各位同学以前是在哪里找壁纸,反正我一般是在论坛里面找壁纸,或者在某个博客里面翻看博主分享的好看的壁纸。</p>
<p>在国内也有一些专门的壁纸分享网站,但是我个人认为他们都不够专业,很多几乎都没有适合各种分辨率的壁纸。而且壁纸数量都不太多。</p>
<p>今天分享的这个网站是一个国外的壁纸分享网站 Wallpapers Wide ,里面提供很丰富的壁纸至少超过10000张,而且每张壁纸都对应提供960×600,1280×800,1440×900,1366×768(很多笔记本都是这个分辨率,笔者的也是),1920×1200</p>
<p>所以我觉得这个网站还是挺专业的。</p>
<p>当然你自己也可以分享自己设计的壁纸。</p>
<p>需要高清的同学请到网站自己去下载把。真的很不错哦!</p>
<blockquote>
<h2 id="壁纸下载:点我进入"><a href="#壁纸下载:点我进入" class="headerlink" title="壁纸下载:点我进入"></a>壁纸下载:<a target="_blank" rel="noopener" href="http://wallpaperswide.com/">点我进入</a></h2></blockquote>
</div>
<footer class="post-footer">
<div class="post-eof"></div>
</footer>
</article>
</div>
<nav class="pagination">
<a class="extend prev" rel="prev" title="上一页" aria-label="上一页" href="/page/10/"><i class="fa fa-angle-left"></i></a><a class="page-number" href="/">1</a><span class="space">&hellip;</span><a class="page-number" href="/page/10/">10</a><span class="page-number current">11</span><a class="page-number" href="/page/12/">12</a><span class="space">&hellip;</span><a class="page-number" href="/page/31/">31</a><a class="extend next" rel="next" title="下一页" aria-label="下一页" href="/page/12/"><i class="fa fa-angle-right"></i></a>
</nav>
</div>
</main>
<footer class="footer">
<div class="footer-inner">
<div class="copyright">
&copy; 2012
<span itemprop="copyrightYear">2026</span>
<span class="with-love">
<i class="fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">Junv</span>
</div>
<div class="powered-by"><a href="https://hexo.io/" rel="noopener" target="_blank">Hexo</a> & <a href="https://theme-next.js.org/muse/" rel="noopener" target="_blank">NexT.Muse</a> 强力驱动
</div>
</div>
</footer>
<div class="toggle sidebar-toggle" role="button">
<span class="toggle-line"></span>
<span class="toggle-line"></span>
<span class="toggle-line"></span>
</div>
<div class="sidebar-dimmer"></div>
<div class="back-to-top" role="button" aria-label="返回顶部">
<i class="fa fa-arrow-up fa-lg"></i>
<span>0%</span>
</div>
<div class="reading-progress-bar"></div>
<a role="button" class="book-mark-link book-mark-link-fixed"></a>
<noscript>
<div class="noscript-warning">Theme NexT works best with JavaScript enabled</div>
</noscript>
<script>
/* 字号调节 A- / A / A+(阅读体验) */
(function () {
'use strict';
function initFontSize() {
var postBody = document.querySelector('.post-body');
if (!postBody || document.getElementById('font-size-control')) return;
var bar = document.createElement('div');
bar.id = 'font-size-control';
bar.className = 'font-size-control';
var labels = [['A-', -1], ['A', 0], ['A+', 1]];
var current = 1.0;
labels.forEach(function (item) {
var btn = document.createElement('button');
btn.textContent = item[0];
btn.title = item[0] === 'A-' ? '减小字号' : item[0] === 'A+' ? '增大字号' : '恢复默认';
btn.addEventListener('click', function () {
if (item[1] === 0) current = 1.0;
else current = Math.min(1.4, Math.max(0.8, current + item[1] * 0.1));
postBody.style.fontSize = current + 'em';
});
bar.appendChild(btn);
});
document.body.appendChild(bar);
}
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', initFontSize);
} else {
initFontSize();
}
})();
</script>
</body>
</html>