Files

1419 lines
63 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/23/">
<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/23/">
<script class="next-config" data-name="page" type="application/json">{"sidebar":"","isHome":true,"isPost":false,"lang":"zh-CN","comments":"","permalink":"","path":"page/23/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/2010/09/22/f1-2010/">
<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="/2010/09/22/f1-2010/" class="post-title-link" itemprop="url">F1 2010 现在可以下载啦!</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="创建时间:2010-09-23 00:00:00" itemprop="dateCreated datePublished" datetime="2010-09-23T00:00:00+10:00">2010-09-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">
<p>作者:Junv</p>
<p>F1 2010 与9月22日发行了,作者第一时间在国内几个比较著名的单机游戏网站的醒目位置都看到介绍和下载链接!本人虽然不算一个游戏的狂热的追求者,但是对赛车和足球确实有着很深厚的感情,于是本人也在第一时间下载了游戏,进行试玩。</p>
<p><a href="/images/2010/09/picthumb.php_.jpg"><img src="/images/2010/09/picthumb.php_.jpg" title="picthumb.php"></a></p>
<p>我下载的是完整破解版,文件大小的5个多G,(我将在文末提供外链种子下载链接),安装的时候也很顺利,没好远出现什么异常,只是我感觉它 的安装界面比较单调,而是剩余时间弄得不好,安装在我的笔记本上大概话了20-30分钟吧。要在安装的过程中输入密钥:01911-01911-01911-01911-01911。</p>
<p>安装好之后只需要将镜像razar里面的文件,复制替换到原游戏文件夹即可!</p>
<p>安装信息:</p>
<ol>
<li>解压缩</li>
<li>载入镜像</li>
<li>安装并且输入序列号01911-01911-01911-01911-01911</li>
<li>将破解补丁复制到游戏安装目录下</li>
<li>运行游戏</li>
</ol>
<p><a href="/images/2010/09/33.jpg"><img src="/images/2010/09/33.jpg" title="33"></a></p>
<p>这里有一点需要说明一下,可能有的童鞋,进入游戏会发现需要你登陆windows live 并输入key 才可以保存游戏,本人最初玩这个游戏的时候也犯了这个错误,后面再网上查了资料。其实不用的,就是在叫你选择使用已有的账号或者新建账号登陆的时候,请选择新建账号,然后进去将选择条往下拉到底,会出现 “ creat a local profile” 这样一个链接,点进去就可以啦。你就可以不用登陆到网上了。</p>
<p>我觉得对于我来说刚开始操作这个游戏的时候,感觉还是比较困难的,</p>
<p>下面简单说一下按键吧   A:进档  Z:退档     空格:油门     ctrl:  刹车,或者倒车用的倒档,   C:切换屏幕,级切换视角    方向键左键:左转    方向键右键:右转</p>
<p>其他就差不多啦。</p>
<p><a href="/images/2010/09/22.jpg"><img src="/images/2010/09/22.jpg" title="22"></a></p>
<p>刚开始你会从练习赛开始,这个操作也需要大家慢慢适应吧,玩多了就应该觉得好些了。</p>
<p>我玩了雨天赛道,感觉太震撼了,而且特别真实,连水雾都模仿得非常逼真。</p>
<p>值得一玩的是,里面还有上海国际赛道哦,感觉很亲切。玩过之后发现上海国际赛道还是有两个比较大的弯感觉很困难拐过去,</p>
<p>而且我还发现法拉利的车子真的直线加速好快好快,很轻易就超过一半的车子。</p>
<p>更多精彩由你来体验吧。</p>
<p>下面附上下载链接:<a target="_blank" rel="noopener" href="http://db.gamersky.com/Soft/ShowSoftDown.asp?UrlID=1&SoftID=25895">点我下载BT种子</a></p>
<p><a target="_blank" rel="noopener" href="http://db.gamersky.com/Soft/ShowSoftDown.asp?UrlID=1&SoftID=25895&flag=1">迅雷下载</a>(来自gamersky</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/2010/09/22/ultraiso/">
<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="/2010/09/22/ultraiso/" class="post-title-link" itemprop="url">UltraISO(软碟通)—>轻松做个超好用的u盘系统启动盘!</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="创建时间:2010-09-23 00:00:00" itemprop="dateCreated datePublished" datetime="2010-09-23T00:00:00+10:00">2010-09-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">
<p>作者:zhong liang</p>
<p>UltraISO(软碟通)—&gt;轻松做个超好用的u盘系统启动盘!</p>
<p>欢迎来到大染志,欢迎来到酷玩软件。</p>
<p>分享这个软件的功能:怎样做一个u盘系统启动盘。</p>
<p>目的:方便大家,快速的给电脑装:windos xp 或windos 7系统。</p>
<ol>
<li>下载UltraISO(软碟通)。地址:<a target="_blank" rel="noopener" href="http://download.csdn.net/source/1292484">http://download.csdn.net/source/1292484</a></li>
</ol>
<p>这个地址下载的该软件,有软件和软件的注册码,堪称完美破解版。大家进去注册(注册很简单就不介绍 了哈) ,然后就能下载了。</p>
<ol>
<li>下载个老毛挑winpe<a target="_blank" rel="noopener" href="http://www.duote.com/soft/8624.html">http://www.duote.com/soft/8624.html</a></li>
<li>安装:UltraISO(软碟通)。直接点下一步,下一步,……就ok 了。</li>
<li>制作u盘系统启动盘过程。</li>
<li>打开安装好的  :UltraISO(软碟通) ,然后选择文件。如图:</li>
</ol>
<p><img src="/images/2010/09/QQ%E6%88%AA%E5%9B%BE%E6%9C%AA%E5%91%BD%E5%90%8D1-300x217.png" title="QQ截图未命名"></p>
<p>然后点,文件下的打开文件:打开后如图:</p>
<p><a href="/images/2010/09/12.png"><img src="/images/2010/09/12-300x217.png" title="1"></a></p>
<p>然后选择:你下好的老毛挑winpeboot.iso文件。如下图:</p>
<p><a href="/images/2010/09/21.png"><img src="/images/2010/09/21-300x229.png" title="2"></a></p>
<p>选择好后,点打开。效果如下图:</p>
<p><a href="/images/2010/09/31.png"><img src="/images/2010/09/31-300x231.png" title="3"></a></p>
<p>用红色圈住的就是winpeboot.iso的全部文件。</p>
<p>接下来就选择,菜单上的:启动  。如下图:</p>
<p><a href="/images/2010/09/41.png"><img src="/images/2010/09/41-300x210.png" title="4"></a></p>
<p>然后选,启动下的:写入硬盘映像,并同时插上你的u盘。</p>
<p>打开效果如图:</p>
<p><a href="/images/2010/09/5.png"><img src="/images/2010/09/5-300x244.png" title="5"></a></p>
<p>这里要注意了,一定要确定:上图显示的硬盘驱动器:是你u盘的信息,就是确保那驱动器是你的u盘,然后,写入放式最好选择:USB-HDD+,最后选择:写入。</p>
<p>这时你等过:10分钟左右就刻录完了,这时你的u盘就是系统启动盘了。</p>
<p>科学家说  :实践是检验真理的唯一标准,大家赶快试试吧。</p>
<p>经验:本人已做了2个u盘系统启动盘了,跟朋友也做了10多个了 ,绝对好用、使用。</p>
<p>由于篇幅问题,这里就不详细介绍怎样用做好的u盘系统启动盘装系统了。简单的说哈。你在:biso里把      first    boot设为:USB-HDD或USB-ZIP启动。就可以看到,u盘启动里面的强大功能了。</p>
<p>寄予:希望这篇文章,能真正帮助朋友们轻松做个属于自己的u盘系统启动盘。而不是在网上找了一大堆烦杂的资料,最后还是无从下手。</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/2010/09/21/nikitamaggie-q/">
<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="/2010/09/21/nikitamaggie-q/" class="post-title-link" itemprop="url">NIKITA/maggie Q</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="创建时间:2010-09-22 00:00:00" itemprop="dateCreated datePublished" datetime="2010-09-22T00:00:00+10:00">2010-09-22</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><a href="/images/2010/09/NIKITA.jpg"><img src="/images/2010/09/NIKITA-219x300.jpg" title="NIKITA"></a></p>
<p>美剧回归了。盼来了久违的《gossip girl》。除此之外还有一部新上的《Nikita》,是继《吸血鬼日记》之后美国CW电视台推出的又一部谍战电视连续剧,改编自法国著名导演吕克贝松1990年的经典作。看了两集,感觉还不错,是我喜欢的类型。一如美剧一贯的精彩紧凑的剧情。</p>
<p>不得不说,Maggie Q的出演是本剧的一大亮点。出身于美国檀香山的美越混血,从一位知名model到知名演员,《赤裸特工》《尖峰时刻2》《碟中谍3》加上这部CW的新戏《尼基塔》,成功塑造了她的“亚洲打女”形象。但Maggie Q始终还是那么性感优雅。</p>
<p><a href="/images/2010/09/Maggie-Q1.jpg"><img src="/images/2010/09/Maggie-Q1-160x300.jpg" title="Maggie Q"></a></p>
<p><strong>NIKITA&#x2F;maggie Q****《尼基塔 第一季》剧集免费下载:来自人人影视:</strong><a target="_blank" rel="noopener" href="http://yyets.net/showresource-juji-624.html">点我进入下载</a></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/2010/09/21/wordpress/">
<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="/2010/09/21/wordpress/" class="post-title-link" itemprop="url">一款很棒的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="创建时间:2010-09-22 00:00:00" itemprop="dateCreated datePublished" datetime="2010-09-22T00:00:00+10:00">2010-09-22</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>笔者为了找这样一款在首页显示的插件费了很多功夫,本来国产的有一款类似的差距叫helloFlash做的还不错,但是有一点不好的就是,这个插件会截取你发辫文章里面的每一张图片,而不是只是一张。这样就不好了。</p>
<p>经过苦苦寻找,终于让我找到了这样一款插件,做得比较好。叫做Featured Content Valley ,是一款英文的插件,设置相比helloflash那样的傻瓜配置是要复杂一些,不过还好。下面我就介绍一下这款插件的配置。<a href="/images/2010/09/8-15.png"><img src="/images/2010/09/8-15-1024x513.png" title="8-15"></a></p>
<p>这里面可以设置你要截取图片的类别,就是 Category name ,我这里选择的是头条推荐。下面一个是显示数量。说一下比较重要的事,你可以自定义幻灯片的宽度和高度。你完全可以按照你自己的需要设置就好了,下面一个选项是在图片下方留多高的区域来显示文字。这篇区域的颜色由幻灯片的背景颜色控制,这个颜色也是可以设置的。即是Gallery Background color。然后你还可以设置幻灯片的边框的颜色,你可以设置成与你的主题相协调的颜色。即是Gallery Border color. 你还可以在Gallery Text color 里面设置显示的字体的颜色。这些事基本设置,下面还有一些设置。</p>
<p><a href="/images/2010/09/8-15-2.png"><img src="/images/2010/09/8-15-2-1024x450.png" title="8-15-2"></a></p>
<p>下面两行的设置,你可以不用修改,如果你不需要高级属性的话,因为插件本身已经有默认值了。这里我就不再介绍了,如果大家想自己设置这些,就花点功夫自己研究研究吧。</p>
<p>Slide Transition Type 这是动画效果的选择,你可以根据你自己的需要来设置什么效果。</p>
<p>下面就是有一个Advanced Custom Fields ,一些高级选项。 如果你不勾选高级选项的话,系统就会采用默认选项。 即你只需要在自定义栏目里面属于  类似于键值对这样的东西。键是“ artucleimg”不要引号。然后再值里面跟上图片的地址,说选择的图片还是尽量满足你设置的大小比较好。</p>
<p>最后你要做的很简单就是   代码放到你想显示这个动画的任何地方。他就可以显示啦,不信你试试。很简单的。</p>
<p>php include (ABSPATH . &#x2F;wp-content&#x2F;plugins&#x2F;featured-content-gallery&#x2F;gallery.php); ?</p>
<p>下面附上最新版本3.2.0下载地址吧:<a target="_blank" rel="noopener" href="http://downloads.wordpress.org/plugin/featured-content-gallery.3.2.0.zip">点我下载</a>wordpress 官方网站下载)!</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/2010/09/20/230/">
<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="/2010/09/20/230/" 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="创建时间:2010-09-21 00:00:00" itemprop="dateCreated datePublished" datetime="2010-09-21T00:00:00+10:00">2010-09-21</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>记得多少年前的小学时代,冒着被老师,被家长骂的危险也要悄悄到网吧玩CS的日子真的渐渐逝去,邀上几个好友血拼是何等的痛快,在那个天真的年代就开始了“血腥”的杀戮。随着时间的消逝,不管现在游戏有多少,无论腾讯的穿越火线有多火,电脑上永远都不会少了反恐精英的影子,经典就是经典,无论多少年华,无论多少的竞争,都不可能磨灭它在我们这个年代出生的人心中的位置。</p>
<p>CS最早是由Valve Software公司从1999年6月19日开始发行,从那时候开始CS的神话就不曾抹灭过!</p>
<p><strong>人物简介:</strong>** **</p>
<p>反恐精英方(CT</p>
<p>ST-6【美国海豹突击队第六分队】</p>
<p><a href="/images/2010/09/Seal1.jpg"><img src="/images/2010/09/Seal1-300x285.jpg" title="Seal1"></a></p>
<p>美国著名特种部队,队员训练素质高,作战能力强,得到世界各国认可。</p>
<p>GSG9【德国边境防御大队第九小队】</p>
<p><a href="/images/2010/09/Gsg9.jpg"><img src="/images/2010/09/Gsg9-300x240.jpg" title="Gsg9"></a>原本是奥运会保安小队,逐渐发展壮大成为世界一流的境防部队。</p>
<p>SAS【英国皇家空降特勤队】</p>
<p><a href="/images/2010/09/Sas.jpg"><img src="/images/2010/09/Sas-300x266.jpg" title="Sas"></a></p>
<p>世界著名的反恐部队,原本只执行间谍任务,后来扩大到全欧洲的恐怖事件。</p>
<p>GIGN【法国宪兵干预队】</p>
<p><a href="/images/2010/09/Gign1.jpg"><img src="/images/2010/09/Gign1-156x300.jpg" title="Gign1"></a></p>
<p>法国动乱时期建立,在没有军队的情况下干预队会率先镇压民众。</p>
<p>恐怖分子方(T</p>
<p>凤凰战士【凤凰国际特种组织】</p>
<p><a href="/images/2010/09/Phoenix1.jpg"><img src="/images/2010/09/Phoenix1-300x189.jpg" title="Phoenix1"></a></p>
<p>曾制造世界震惊的“凤凰炸弹事件”,现正被全世界通缉</p>
<p>L337克鲁尔【代号L337】</p>
<p><a href="/images/2010/09/L3371.jpg"><img src="/images/2010/09/L3371-300x189.jpg" title="L3371"></a></p>
<p>亚洲精英恐怖分子集体,队员枪法高超配合默契,令人闻风丧胆。</p>
<p>北极复仇者【瑞典北极特战队】</p>
<p><a href="/images/2010/09/Arctic.jpg"><img src="/images/2010/09/Arctic-156x300.jpg" title="Arctic"></a></p>
<p>欧洲著名恐怖组织,曾策划多起大型爆炸事件</p>
<p>蝰蛇【狂蟒游击队】</p>
<p><a href="/images/2010/09/Guerilla-2.jpg"><img src="/images/2010/09/Guerilla-2-283x300.jpg" title="Guerilla (2)"></a></p>
<p>东南亚经常出没的恐怖分子,手段残忍暴力,为达到目标不惜消灭亲友</p>
<p>CS是我们这代人中的神话,是永恒的经典,无论是人物系统,还是武器系统,都是在那个时候甚至到如今都是那样的出色,程亮枪生的金属光泽,棱角分明,轮廓清晰的枪身构造还有那枪口喷发出的火焰!  这些都是我们最珍贵的记忆!</p>
<p><a href="/images/2010/09/d5cdbdb46aee81308bd4b29b.jpg"><img src="/images/2010/09/d5cdbdb46aee81308bd4b29b-300x225.jpg" title="d5cdbdb46aee81308bd4b29b"></a></p>
<p><a href="/images/2010/09/3442157490195162000.jpg"><img src="/images/2010/09/3442157490195162000.jpg" title="3442157490195162000"></a></p>
<p><a href="/images/2010/09/1e3ae5dda13222ff76c63827.jpg"><img src="/images/2010/09/1e3ae5dda13222ff76c63827-300x225.jpg" title="1e3ae5dda13222ff76c63827"></a></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/2010/09/18/blue-tooth-one/">
<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="/2010/09/18/blue-tooth-one/" class="post-title-link" itemprop="url">蓝牙手机控制电脑——不是梦!(1)</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="创建时间:2010-09-19 00:00:00" itemprop="dateCreated datePublished" datetime="2010-09-19T00:00:00+10:00">2010-09-19</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>作者:Junv</p>
<p>开始之前你需要:智能手机一部(理论上支持Java的手机都行,作者是在Nokia 6120C 下试验成功),支持蓝牙的电脑一台(不支持蓝牙的可以外接蓝牙接收器!淘宝上很便宜。),Salling Clickr 软件(这个是核心)。</p>
<p>作者设备:Nokia 6120c ,Lenovo y450.</p>
<p>下面开始</p>
<p>下面开始实现蓝牙控制电脑,</p>
<p>首先下载<a target="_blank" rel="noopener" href="http://www.salling.com/Clicker/windows/" title="Salling Clickr">Salling Clickr</a> 软件,并安装。该软件支持windows 和 Mac两种系统!(这一步没什么特别,相信大家都可以做到!)</p>
<p>安装完成之后运行电脑端Salling Clickr 软件将看到如下页面。</p>
<p><a href="/images/2010/09/%E6%90%9C%E7%8B%97%E6%88%AA%E5%9B%BE_2010-09-19_20-59-02.png"><img src="/images/2010/09/%E6%90%9C%E7%8B%97%E6%88%AA%E5%9B%BE_2010-09-19_20-59-02.png" title="搜狗截图_2010-09-19_20-59-02"></a></p>
<p>可以看到如界面显示的,用这个软件可以实现控制iTunes PowerPoint,windows Mediaplayer,还可以实现操作鼠标!从而达到实现操作电脑几乎所有软件的一半应用。</p>
<p>另外一个选项phone events,大家可以根据自己需要更改,这里不再多讲。</p>
<p>而在底部菜单setting里面,大家可以看到</p>
<p><a href="/images/2010/09/%E6%90%9C%E7%8B%97%E6%88%AA%E5%9B%BE_2010-09-19_21-06-17.png"><img src="/images/2010/09/%E6%90%9C%E7%8B%97%E6%88%AA%E5%9B%BE_2010-09-19_21-06-17.png" title="搜狗截图_2010-09-19_21-06-17"></a></p>
<p>勾选 automatically run Salling Clickr when logging on,即表示在随电脑启动的时候就自启动该软件。</p>
<p>Disconnect idle 里面则表示多少时间手机不操作则断开手机与电脑的链接。这个可以根据自己需要选择。</p>
<p>其他的设置就不在这里演示了。</p>
<p>现在开始比较关键的设置手机型号,软件会根据相应的型号,然后给你提供相应的软件,支持  Symbian s60,s40(java)windows moblie ,理论上支持Java的软件都可以支持!这个情大家试试吧。</p>
<p>点主界面的set up device.</p>
<p><a href="/images/2010/09/%E6%90%9C%E7%8B%97%E6%88%AA%E5%9B%BE_2010-09-19_21-18-30.png"><img src="/images/2010/09/%E6%90%9C%E7%8B%97%E6%88%AA%E5%9B%BE_2010-09-19_21-18-30.png" title="搜狗截图_2010-09-19_21-18-30"></a></p>
<p>先选brand 商标,然后选择型号 model .里面包含了很多手机的型号,出了iphone。android 最新的型号,但是可能android 用Java版本可以使用!</p>
<p>选好之后</p>
<p><a href="/images/2010/09/%E6%90%9C%E7%8B%97%E6%88%AA%E5%9B%BE_2010-09-19_21-21-14.png"><img src="/images/2010/09/%E6%90%9C%E7%8B%97%E6%88%AA%E5%9B%BE_2010-09-19_21-21-14.png" title="搜狗截图_2010-09-19_21-21-14"></a></p>
<p>点copy to desktop,软件就将你手机所需要的软件复制到桌面。再点 continue .然后就是安装手机端软件啦。</p>
<p>在Nokia 6120c 下面安装好之后,出现如下图标。<a href="/images/2010/09/SuperScreenshot0002.jpg"><img src="/images/2010/09/SuperScreenshot0002.jpg" title="SuperScreenshot0002"></a></p>
<p>我这里有两个一个是sis格式的,另外一个是java 版</p>
<p>本的。</p>
<p>接下来你需要继续阅读:</p>
<h2 id="蓝牙手机控制电脑——不是梦!-2"><a href="#蓝牙手机控制电脑——不是梦!-2" class="headerlink" title="蓝牙手机控制电脑——不是梦!(2)"></a><a target="_blank" rel="noopener" href="http://www.junv.info/2010/09/19/%e8%93%9d%e7%89%99%e6%89%8b%e6%9c%ba%e6%8e%a7%e5%88%b6%e7%94%b5%e8%84%91%e2%80%94%e2%80%94%e4%b8%8d%e6%98%af%e6%a2%a6%ef%bc%812/">蓝牙手机控制电脑——不是梦!(2)</a></h2>
</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/2010/09/18/blue-tooth/">
<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="/2010/09/18/blue-tooth/" class="post-title-link" itemprop="url">蓝牙手机控制电脑——不是梦!(2)</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="创建时间:2010-09-19 00:00:00" itemprop="dateCreated datePublished" datetime="2010-09-19T00:00:00+10:00">2010-09-19</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>作者:Junv</p>
<p>上篇文章阅读:<a target="_blank" rel="noopener" href="http://www.junv.info/2010/09/19/%e8%93%9d%e7%89%99%e6%89%8b%e6%9c%ba%e6%8e%a7%e5%88%b6%e7%94%b5%e8%84%91%e2%80%94%e2%80%94%e4%b8%8d%e6%98%af%e6%a2%a6%ef%bc%811/">蓝牙手机控制电脑——不是梦!(1)</a></p>
<p>接下来我们实现手机连接电,并控制电脑的操作。。</p>
<p>这里我选择运行Java 版本的程序(sis也可以!),</p>
<p>手机版本的界面如图所示。</p>
<p><a href="/images/2010/09/SuperScreenshot0003.jpg"><img src="/images/2010/09/SuperScreenshot0003.jpg" title="SuperScreenshot0003"></a></p>
<p>我们选择connect.(连接)需要确认你的电脑支持蓝牙,并打开。你的手机支持蓝牙并打开。</p>
<p><a href="/images/2010/09/SuperScreenshot0004.jpg"><img src="/images/2010/09/SuperScreenshot0004.jpg" title="SuperScreenshot0004"></a></p>
<p>选择你的电脑,这里我的电脑是lenovo-pc.然后连接</p>
<p>连接成功后得以下界面。这里可以看淡菜单项,</p>
<p><a href="/images/2010/09/SuperScreenshot0005.jpg"><img src="/images/2010/09/SuperScreenshot0005.jpg" title="SuperScreenshot0005"></a></p>
<p>可以看到现在该软件支持控制三种程序,在system里面还可以实现控制鼠标,和调节声音大小。</p>
<p>在我们进去之后。点击 menu菜单,然后在里面选择open presentation&gt;&gt;&gt;&gt;在里面可以看到两个选项,我们这里选择recent(这里为了演示方便,而且我以前使用过,如果初次使用你必须选择browse,从电脑里面浏览)</p>
<p><a href="/images/2010/09/SuperScreenshot0006.jpg"><img src="/images/2010/09/SuperScreenshot0006.jpg" title="SuperScreenshot0006"></a></p>
<p>这是手机连接电脑成功的画面,此时电脑的现实是这个样子的,自己调出了PowerPoint</p>
<p>此时点击手机的ok键,电脑即进入全屏PPt模式,手机界面还有PPT页面的预览显示,手机的左右键即可控制PPT的上下页浏览。</p>
<p><a href="/images/2010/09/SuperScreenshot0007.jpg"><img src="/images/2010/09/SuperScreenshot0007.jpg" title="SuperScreenshot0007"></a></p>
<p>其他的功能就留给大家自己探索吧,反正这款软件相当不错。</p>
<p>大家有什么不懂的,请留言吧,我会尽量给大家解答的。</p>
<p>下面附上下载链接:里面包含电脑端安装软件,再弱弱地说一下还有注册机哦。</p>
<p><a target="_blank" rel="noopener" href="http://cid-5b8b195ca5b3555d.office.live.com/self.aspx/.Public/SallingClickerV3.5.0.860.rar">点击下载</a></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/2010/09/18/end-of-the-summer/">
<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="/2010/09/18/end-of-the-summer/" class="post-title-link" itemprop="url">end of the summer</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="创建时间:2010-09-19 00:00:00" itemprop="dateCreated datePublished" datetime="2010-09-19T00:00:00+10:00">2010-09-19</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>这个夏天就快结束了。我在这里写下第一篇文字。for our summer memories.</p>
<p><a href="/images/2010/09/DSC02310jpg"><img src="/images/2010/09/DSC02310_%E5%89%AF%E6%9C%AC_%E5%89%AF%E6%9C%AC3-300x169.jpg" title="DSC02310_副本_副本"></a></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/2010/09/18/recuva/">
<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="/2010/09/18/recuva/" class="post-title-link" itemprop="url">软件分享:Recuva(超强文件恢复软件)</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="创建时间:2010-09-19 00:00:00" itemprop="dateCreated datePublished" datetime="2010-09-19T00:00:00+10:00">2010-09-19</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>作者:Zhong Liang</p>
<p>欢迎来到大染志          欢迎来到酷玩软件。  从这周开始每周我们每周都会跟大家分享一些对大家的工作、生活、学习非常有用的软件。大家有什么意见、会有什么要求,请在评论中积极提出,我们将尽最大力量满足大家的需求!</p>
<p>第一款软件分享:</p>
<p>名字:Recuva(超强文件恢复软件)。</p>
<p>功能:该软件能将 :1.被误删了文件、2.格式化了磁盘里面的资料 :恢复如初。</p>
<p>适用于:但有些人不小心把自己的重要资料误删了、把盘格式化了、回收站也清空了。这是一点很焦急,这是大家不要慌。Recuva这款超强文件恢复软件能 将你大部分误删的资料找回!   这款软件以得到很多人的认可,并且本人也多次用它,恢复被删的文件的能力超强!觉得值得大家收藏!</p>
<p>用法简绍:1.首先下载:地址:<a target="_blank" rel="noopener" href="http://www.skycn.com/soft/40631.html">http://www.skycn.com/soft/40631.html</a></p>
<p>2.双击打开,下一步:出现如下图:</p>
<p><a href="/images/2010/09/11w2.jpg"><img src="/images/2010/09/11w2.jpg" title="11w2"></a></p>
<p>出现这图时你可以选择你要恢复的文件类型,如果都没就选择其它,直到找到你要恢复的文件类型。</p>
<p>3.选好文件类型后下一步,出现如下图:</p>
<p><a href="/images/2010/09/asda.jpg"><img src="/images/2010/09/asda.jpg" title="asda"></a></p>
<p>当出现这个画面是,你就选择你被删的文件的路径。也就是:你想要恢复的文件以前存储的路径。</p>
<p>4.当选好路径后点下一步:出现如下图:</p>
<p><a href="/images/2010/09/sdasd.jpg"><img src="/images/2010/09/sdasd.jpg" title="sdasd"></a></p>
<p>这是你被删出的文件就已经出现在如上图的目录里了,然后选择你想恢复的文件,点上勾,然后点恢复。</p>
<p>注意:当你点恢复时:会让你选择你要把文件恢复到那个盘。请不要把恢复文件的路径整到跟以前被删除文件的路径一样。</p>
<p>比如:你以前被删的文件在:c盘</p>
<p>那么你恢复文件的文件就最好在:D盘或其它盘。</p>
<p>这样文件恢复的机会才能到达95%以上。</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/2010/09/18/tencent/">
<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="/2010/09/18/tencent/" 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="创建时间:2010-09-19 00:00:00" itemprop="dateCreated datePublished" datetime="2010-09-19T00:00:00+10:00">2010-09-19</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>作者:Junv</p>
<p>前几天在网友那里要到的腾讯企业邮箱邀请码,绑定了我的域名。感觉还不错,但是现在腾讯企业邮箱只支持邀请的方式去使用。</p>
<p>现在我有30个邀请名额,请各位需要邀请码的朋友们,在下面留言吧,我会尽快送上邀请码的!</p>
<p>下面是关于腾讯企业邮箱的一些参数。</p>
<table>
<thead>
<tr>
<th></th>
<th></th>
</tr>
</thead>
<tbody><tr>
<td>附:腾讯企业邮箱功能速览</td>
<td></td>
</tr>
<tr>
<td>独立邮箱帐号数</td>
<td></td>
</tr>
</tbody></table>
<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">200个</span><br></pre></td></tr></table></figure>
<p>| 多域名支持 |</p>
<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">5个</span><br></pre></td></tr></table></figure>
<p>| 邮箱容量 |</p>
<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">无限制</span><br></pre></td></tr></table></figure>
<p>| 企业网盘 |</p>
<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">2GB,内部共享</span><br></pre></td></tr></table></figure>
<p>| 普通附件 |</p>
<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">50 MB</span><br></pre></td></tr></table></figure>
<p>| 超大附件 |</p>
<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">1 GB/每个帐号</span><br></pre></td></tr></table></figure>
<p>| 短信支持 |</p>
<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">来信提醒、备忘提醒</span><br></pre></td></tr></table></figure>
<p>| 全球互通、南北互联 |</p>
<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">国内外10多个城市架设服务器</span><br></pre></td></tr></table></figure>
<p>| 防病毒 |</p>
<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">卡巴斯基防病毒引擎</span><br></pre></td></tr></table></figure>
<p>| 反垃圾功能 |</p>
<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">系统级反垃圾过滤,支持企业自定义黑白名单</span><br></pre></td></tr></table></figure>
<p>| 多种方式访问 |</p>
<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">网页、POP3/SMTP、IMAP</span><br></pre></td></tr></table></figure>
<p>| 支持SSL |</p>
<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">全程SSL</span><br></pre></td></tr></table></figure>
<p>| 企业内部信息通知 |</p>
<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">支持公告板和邮件群发</span><br></pre></td></tr></table></figure>
<p>| 帐号自主管理 |</p>
<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">支持批量导入、邮件群组、分级管理</span><br></pre></td></tr></table></figure>
<p>| 企业地址本 |</p>
<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">多级组织架构管理</span><br></pre></td></tr></table></figure>
<p>| 日志管理 |</p>
<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">用户和管理员登录及常用操作记录</span><br></pre></td></tr></table></figure>
<p>| 企业LOGO |</p>
<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">支持自定义</span><br></pre></td></tr></table></figure>
<p><a href="/images/2010/09/qiye.png"><img src="/images/2010/09/qiye-300x150.png" title="qiye"></a></p>
</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/22/"><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/22/">22</a><span class="page-number current">23</span><a class="page-number" href="/page/24/">24</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/24/"><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>