Files

1310 lines
69 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/25/">
<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/25/">
<script class="next-config" data-name="page" type="application/json">{"sidebar":"","isHome":true,"isPost":false,"lang":"zh-CN","comments":"","permalink":"","path":"page/25/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/06/12/%E6%A3%92%E5%AD%90%E6%97%A0%E8%B6%A3%E3%80%81%E6%9C%80%E7%88%B1%E6%A2%85%E5%B8%85%E3%80%81%E9%98%BF%E6%A0%B9%E5%BB%B7%E5%8A%A0%E6%B2%B9%EF%BC%81/">
<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/06/12/%E6%A3%92%E5%AD%90%E6%97%A0%E8%B6%A3%E3%80%81%E6%9C%80%E7%88%B1%E6%A2%85%E5%B8%85%E3%80%81%E9%98%BF%E6%A0%B9%E5%BB%B7%E5%8A%A0%E6%B2%B9%EF%BC%81/" 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-06-13 00:55:00" itemprop="dateCreated datePublished" datetime="2010-06-13T00:55:00+10:00">2010-06-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>世界杯进入到第二天,阿根廷与尼日利亚的比赛则是我最期待的。早上在班上发生趣事一件,说来与大家分享分享。老师见闻教室吵闹不堪,则问到:‘“你们在闹啥子?”突然三班一位身强体壮的男生答到:“老师,世界杯你懂吗?”这下子安逸了,(由于我们的物理老师大概40~50岁,多半不怎么接触足球,加之也许正处于更年期)老师很大声的说:“你晓不晓得啥子叫纪律???”如此之类的话,说了一两分钟。我们三个班的同学都笑了,笑着同学太勇敢,同时也笑着老师太官方!就这样一个问题也可以说这么久。在此表示对此君的佩服之意!</p>
<p><img src="http://img.bimg.126.net/photo/NGZAxHmlXYoDzF1dN5yCBA==/5671720780721238123.jpg" alt="棒子无趣、最爱梅帅、阿根廷加油! - wahyd4 - 龙的博客" title="棒子无趣、最爱梅帅、阿根廷加油! - wahyd4 - 龙的博客"></p>
<p><img src="http://img.bimg.126.net/photo/S8LuaTg49ej8URfykmIrTw==/5671720780721238124.jpg" alt="棒子无趣、最爱梅帅、阿根廷加油! - wahyd4 - 龙的博客" title="棒子无趣、最爱梅帅、阿根廷加油! - wahyd4 - 龙的博客"></p>
<p>         世界杯在发酵,进入第二天,一直在我脑海中任务,能够在平均实力很强的欧洲打入世界杯的队伍一定也不会弱,但是现在看来我错了。本想着今天可以看希腊调戏棒子军,但是没想到事与愿违,吃屎的吧龌屎的股住了。悲剧啊。。。而且真的比赛之中几乎没有什么高潮,没有什么艺术可言,看得人想睡觉。在目睹韩国队进球之后甚是如此,于是我选择了看天天向上,那样还可以让我哈哈大笑。可是我看奥韩国队赢球时无论如何也笑不起来的。想起2002年夏天韩国凭借黑哨淘汰西班牙的比赛。我心中就愤愤不平。<img src="http://img.bimg.126.net/photo/SgiwSKQuI3tmD3ckMo1JMw==/5671720780721238125.jpg" alt="棒子无趣、最爱梅帅、阿根廷加油! - wahyd4 - 龙的博客" title="棒子无趣、最爱梅帅、阿根廷加油! - wahyd4 - 龙的博客"></p>
<p>照片描述:带球跑比不带球跑更快!</p>
<p><img src="http://img.bimg.126.net/photo/T_Qky7o-UebFOUU7oi74Xw==/5671720780721238126.jpg" alt="棒子无趣、最爱梅帅、阿根廷加油! - wahyd4 - 龙的博客" title="棒子无趣、最爱梅帅、阿根廷加油! - wahyd4 - 龙的博客"></p>
<p>照片描述:因为我爱阿根廷是如此深。。。</p>
<p><img src="http://img.bimg.126.net/photo/tQsxhe10J83pSCGG8cxSRQ==/5671720780721238127.jpg" alt="棒子无趣、最爱梅帅、阿根廷加油! - wahyd4 - 龙的博客" title="棒子无趣、最爱梅帅、阿根廷加油! - wahyd4 - 龙的博客"></p>
<p><img src="http://img.bimg.126.net/photo/FwAhoEbZwQJXXMVd78VKJA==/5671720780721238128.jpg" alt="棒子无趣、最爱梅帅、阿根廷加油! - wahyd4 - 龙的博客" title="棒子无趣、最爱梅帅、阿根廷加油! - wahyd4 - 龙的博客"></p>
<p><img src="http://img.bimg.126.net/photo/hBuF9QiL67uOAMvpmDFXpg==/5671720780721238129.jpg" alt="棒子无趣、最爱梅帅、阿根廷加油! - wahyd4 - 龙的博客" title="棒子无趣、最爱梅帅、阿根廷加油! - wahyd4 - 龙的博客"></p>
<p><img src="http://img.bimg.126.net/photo/QOvrA1LSNxIdK74wk1sA2g==/5671720780721238130.jpg" alt="棒子无趣、最爱梅帅、阿根廷加油! - wahyd4 - 龙的博客" title="棒子无趣、最爱梅帅、阿根廷加油! - wahyd4 - 龙的博客"></p>
<p><img src="http://img.bimg.126.net/photo/0cK2Abuj5lx5uWUh8htUhg==/5671720780721238131.jpg" alt="棒子无趣、最爱梅帅、阿根廷加油! - wahyd4 - 龙的博客" title="棒子无趣、最爱梅帅、阿根廷加油! - wahyd4 - 龙的博客"></p>
<p><img src="http://img.bimg.126.net/photo/Wjg77z65Dk3EEfcjUEAI9A==/5671720780721238132.jpg" alt="棒子无趣、最爱梅帅、阿根廷加油! - wahyd4 - 龙的博客" title="棒子无趣、最爱梅帅、阿根廷加油! - wahyd4 - 龙的博客"></p>
<p>        10点,激动人心的阿根廷与尼日利亚的比赛开始了,喜欢它并不是尼日利亚和阿根廷是如何势均力敌,而是我这届世界杯看中的阿根廷。还有梅西等等。之前还很看好伊瓜因,但从今晚看来伊瓜因也许确实还尚需时日,白白浪费梅西送出的几次传球,然而梅西自己也几次精彩射门,但可惜的是都没有得分,这也许就是唯一遗憾的地方。在82分钟的时候贝利终于舍得 吧伊瓜因换下,米利托换上了。可惜的是阿根廷1:0的比分还是保持到了最后。梅西没有进球,但是他的表现我们大家都是看到的,不能不说今天晚上阿根廷和尼日利亚还是为我们奉上了一场很好看的球赛。</p>
<p>        在看阿根廷的比赛的时候,有时候也会觉得抱怨他们太慢了,很多时候都是在那里倒脚,很多次几乎都是靠梅西来突破,我怕这个样子梅西最后会累到不行啊。比起阿根廷这样的打法,我就更喜欢西班牙和英格兰的打法,进攻比较流利快速,很让人兴奋啊!!!</p>
<p>        06年的世界杯,那个夏天虽然是中考完了,但是现在想起来,好像很多比赛都是在凌晨举行,我妈他们坚决不准我熬夜,所以在我有限的记忆里,看过的比赛,不是很多。今年的世界杯,我一定要把我想看的比赛,争取都看了。毕竟这是我成人以来的第一个世界杯。I’m just love it.</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/06/11/%E4%B8%96%E7%95%8C%E6%9D%AF%E9%A6%96%E6%97%A5%EF%BC%8C%E6%B3%95%E5%9B%BD%E6%8B%89%E7%A8%80%E6%91%86%E5%B8%A6%EF%BC%8C%E5%8D%97%E9%9D%9E%E8%A1%A8%E7%8E%B0%E5%B0%9A%E5%8F%AF%EF%BC%81/">
<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/06/11/%E4%B8%96%E7%95%8C%E6%9D%AF%E9%A6%96%E6%97%A5%EF%BC%8C%E6%B3%95%E5%9B%BD%E6%8B%89%E7%A8%80%E6%91%86%E5%B8%A6%EF%BC%8C%E5%8D%97%E9%9D%9E%E8%A1%A8%E7%8E%B0%E5%B0%9A%E5%8F%AF%EF%BC%81/" 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-06-12 06:48:00" itemprop="dateCreated datePublished" datetime="2010-06-12T06:48:00+10:00">2010-06-12</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>昨天晚上由于dating 去了没有看成世界杯开幕式,稍微有那么点点遗憾。不过听过曼德拉没有出席开幕式现场,我觉得这也许算是开幕式最大的遗憾。(PS:也许是是因为他老人家还沉浸在市区曾孙女的悲痛之中!)但是貌似老天对我又是特别优待的,在我回来之前双方都没进球,在我回来之后看到了势均力敌的情况,双方表现还将就:各进一球。看世界排名的南非的90位和墨西哥的10几位确实相差甚远,但是这样的结果也许又是两个队都不能接受的!(PS:当时也许是这样,但在法国队闷平之后,南非和墨西哥也许就要偷笑了。)</p>
<p>        本人文笔拙劣,不值细细赏玩,但我希望我可以把我这个夏天之世界杯的所见所闻所感写出来,与大家分享,就做TangBrea的文学青年吧。(哪里敢当,我充其量只是小毛孩子!)我就做我喜欢的事吧。</p>
<p>         大清吧早的,5点过我就醒了。醒了脑袋里面第一个想到的就是法国队和乌拉圭的比赛。打开电脑,真的还是看到了不想看到的事:法国和乌拉圭握手言和了。太没意思了,我期待的亨利和里贝里没能带来惊喜!感觉法国的前途都一片黯淡了。整场比赛颗粒未收。这个时候我又开始庆幸自己作为最终决定不看法国的比赛。高丽雄鸡哑火了。由于没看这场比赛,当然对于其中过程,我也不能说啥子,只能表示对法国队的同情!一个连中国队的这样世界3流的球队都可以输的队还有什么不能发生了!我只想说:‘’亨利真的老了?里贝里也不行?你们怎么对得起支持法兰西的球迷们!“</p>
<p>        南非与墨西哥的比赛,就从那国际足联的排名来看,我个人决定应该是墨西哥占有相当大的优势。但南非处于强大的主场,那气场也许在90分钟内都将 墨西哥镇到的。酒窝看到的比赛而言,南非先拔头筹,那一记力量很大的球,又挂了一个死角,确实看起来相当安逸!但墨西哥实力摆在那,不会轻易就这样输掉比赛,虽然面对南非在进球之后的收缩防守,有那么一段时间确实感觉墨西哥没得啥子办法!但后面墨西哥一队员一个精彩的射门,势大力沉被南非守门员飞身扑出。(话说那一刻,南非的守门员飞得好高,好高!做出来特别精彩的扑救!)这个球没进实在太遗憾了,后面墨西哥利用一个头球好像还是进了。总算扳平了。在快结尾的时候,南非利用反击,一个射门打在门柱上(多半是南非队员比赛前洗了脚,脚气不够大!),遗憾的丧失了领先的局面,最终还是平了。</p>
<p>        第一天晚上的世界杯,就两场平局!确实还是没得好多意思,我还是喜欢看西班牙,喜欢看阿根廷!今天晚上的阿根廷我大大的顶你啊!!!!!!!!!!梅西,伊瓜因!你们多进点球啊。这么早就起来看新闻,结果又没得好消息,等会还要上物理课。不安逸!</p>
<p>        但是想到晚上看比赛的时候还要牛肉干可以吃。(谢谢亲爱的TangBear!看我那句话:亲爱的亲爱的最爱亲爱的! )还有那大大的枕巾。。。。。哈哈哈哈哈哈哈。突然想到郭富城的一首歌:*****************************(能干的自己慢慢想!)。</p>
<p>      期待6月12日晚10点。阿根廷对尼日利亚!</p>
<p><img src="http://simg.sinajs.cn/blog7style/images/special/1265.gif"> <a target="_blank" rel="noopener" href="http://sina.allyes.com/main/adfclick?db=sina&bid=204720,469641,474922&cid=0,0,0&sid=473458&advid=358&camid=37389&show=ignore&url=http://qing.blog.sina.com.cn/tag/%E5%86%99%E7%9C%9F">青春就应该这样绽放</a>  <a target="_blank" rel="noopener" href="http://sina.allyes.com/main/adfclick?db=sina&bid=204720,469645,474926&cid=0,0,0&sid=473464&advid=358&camid=37389&show=ignore&url=http://union.9173.com/pub?p=1&u=1008">游戏测试:三国时期谁是你最好的兄弟!!</a>  <a target="_blank" rel="noopener" href="http://sina.allyes.com/main/adfclick?db=sina&bid=204720,469646,474927&cid=0,0,0&sid=473465&advid=358&camid=37389&show=ignore&url=http://qing.blog.sina.com.cn/tag/%E6%98%9F%E5%BA%A7">你不得不信的星座秘密</a><img src="http://sina.allyes.com/main/adfclick?db=sina&bid=204720,470173,475454&cid=0,0,0&sid=474001&advid=358&camid=37389&show=ignore&url=http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif?t=3"> - wahyd4 - 龙的博客](<a target="_blank" rel="noopener" href="http://img.bimg.126.net/photo/CF3CU3JJNgPgBQ3mykU5kw==/5671720780721238145.jpg">http://img.bimg.126.net/photo/CF3CU3JJNgPgBQ3mykU5kw==/5671720780721238145.jpg</a> “世界杯首日,法国拉稀摆带,南非表现尚可! - wahyd4 - 龙的博客”)</p>
<p><img src="http://img.bimg.126.net/photo/IvR13hUcCAtZD-YrDavDbQ==/5671720780721238148.jpg" alt="世界杯首日,法国拉稀摆带,南非表现尚可! - wahyd4 - 龙的博客" title="世界杯首日,法国拉稀摆带,南非表现尚可! - wahyd4 - 龙的博客"></p>
<p><img src="http://img.bimg.126.net/photo/jZcqE-IEBhrQmuhYdAuWAw==/5671720780721238151.jpg" alt="世界杯首日,法国拉稀摆带,南非表现尚可! - wahyd4 - 龙的博客" title="世界杯首日,法国拉稀摆带,南非表现尚可! - wahyd4 - 龙的博客"></p>
<p>        南非与墨西哥的比赛,就从那国际足联的排名来看,我个人决定应该是墨西哥占有相当大的优势。但南非处于强大的主场,那气场也许在90分钟内都将 墨西哥镇到的。就我看到的比赛而言,南非先拔头筹,那一记力量很大的球,又挂了一个死角,确实看起来相当安逸!但墨西哥实力摆在那,不会轻易就这样输掉比赛,虽然面对南非在进球之后的收缩防守,有那么一段时间确实感觉墨西哥没得啥子办法!但后面墨西哥一队员一个精彩的射门,势大力沉被南非守门员飞身扑出。(话说那一刻,南非的守门员飞得好高,好高!做出来特别精彩的扑救!)这个球没进实在太遗憾了,后面墨西哥利用一个头球好像还是进了。总算扳平了。在快结尾的时候,南非利用反击,一个射门打在门柱上(多半是南非队员比赛前洗了脚,脚气不够大!),遗憾的丧失了领先的局面,最终还是平了。</p>
<p>        第一天晚上的世界杯,就两场平局!确实还是没得好多意思,我还是喜欢看西班牙,喜欢看阿根廷!今天晚上的阿根廷我大大的顶你啊!!!!!!!!!!梅西,伊瓜因!你们多进点球啊。这么早就起来看新闻,结果又没得好消息,等会还要上物理课。不安逸!</p>
<p>        但是想到晚上看比赛的时候还要牛肉干可以吃。(谢谢亲爱的TangBear!看我那句话:亲爱的亲爱的最爱亲爱的! )还有那大大的枕巾。。。。。哈哈哈哈哈哈哈。突然想到郭富城的一首歌:*****************************(能干的自己慢慢想!)。</p>
<p>      期待6月12日晚10点。阿根廷对尼日利亚!</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/06/03/%E8%BF%99%E4%B8%AA%E6%9D%80%E6%89%8B%E4%B8%8D%E5%A4%AA%E5%86%B7/">
<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/06/03/%E8%BF%99%E4%B8%AA%E6%9D%80%E6%89%8B%E4%B8%8D%E5%A4%AA%E5%86%B7/" 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-06-04 01:06:00" itemprop="dateCreated datePublished" datetime="2010-06-04T01:06:00+10:00">2010-06-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">
<p>写在前面:是该死的成大弄网络的还是电信,今天晚上把我们网给关了。直接导致一帮大小孩没坏事可做。我当然也在其中,如果说是爱学习的小孩一定会抓住这个时间多看一点书,多敲一点代码,可以我毕竟不在其之列。于是我选择了看这部电影—这个杀手不太冷。</p>
<p>看完之后,心里面有一点点失落,但这似乎也是leon应得的。失落的是他没有完成以后和小女孩一起生活的承诺,但也许杀手的最好的归宿就是吞下一枚子弹。 一方面,leon不是一个合格的杀手,他没有做到对每一个人心狠手辣,正是他的一次心软导致他的人生从此改变,最终这样死去;另一方面他又是最好的杀手,他从没失误,他信守承诺。</p>
<p>这个杀手让你对他没有强烈的反感,憎恨。反而觉得他是那样的真男人,到他毕竟是那么复杂,我品不出那份味道。我们每个人都是那么复杂,我们每个人在人生中都会拥有当杀手的经历。我们之中的绝大多数都是永远不合格的。我们不是杀人,而且杀心。</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/2010/05/05/%E4%BE%9D%E6%97%A7%E5%8D%88%E5%A4%9C/">
<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/05/05/%E4%BE%9D%E6%97%A7%E5%8D%88%E5%A4%9C/" 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-05-06 01:17:00" itemprop="dateCreated datePublished" datetime="2010-05-06T01:17:00+10:00">2010-05-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">
<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/2010/04/14/%E4%BB%8A%E5%A4%A9/">
<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/04/14/%E4%BB%8A%E5%A4%A9/" 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-04-15 01:09:00" itemprop="dateCreated datePublished" datetime="2010-04-15T01:09:00+10:00">2010-04-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">
<p>今天是很很平凡的一天,但是我想他又不是很平凡的一天。</p>
<p>不平凡从早上开始。</p>
<p>很不幸发生了地震~希望那里的人们少受点痛苦吧!</p>
<p>早上买面包的时候,不同以往的买了两个。</p>
<p>更加奇怪的则是,我们学的java我发现第二章的内容是那些中文教材前面的内容,也就意味着应该比第一章会简单些,这难道不够奇怪吗?</p>
<p>下午同样奇怪的是在星空间广场那女生找我在那拍快乐男生宣传片,我摆摆手拒绝了。但我们小马就不爽了:为啥子都在一路,找你去而不找我们去?这个问题我这莫法回答~我拒绝是因为我不是很好意思,而且我也对这个不感兴趣。</p>
<p>奇怪的事天天走,唯独今天特别多。我碰到那个她了,是面对面。开学这么久这是第一次相向而行,我很远的地方看到了,然后就假装没看到的把头偏向一方。反正不想面对了,主要还是不好意思。既然都啥都不是了~也找不到说啥子,反正尴尬。感觉都莫得啥了,就是碰面不晓得怎么处理。</p>
<p>晚上的时候,又接触到很久没有接触到的云计算。其实很喜欢这个技术,喜欢把啥子事都留给“云”去做,而你需要的仅仅只是浏览器,喜欢google(一如既往地)。虽然现在google现在离开中国了,我们可能享受到的服务更加少了~但是就是喜欢google的那种文化和他代表的高科技吧!</p>
<p>还有这该去的移动网络。但是我也不晓得我手机有莫得问题,短信我现在才收到,纠结得很~我想要milestone!很想,今年夏天降到2500我就买~满足我的愿望吧!</p>
<p>可能还有一个很重要的就是学院的春蕾计划。我们想组织团队申请项目。但是我现在又没有想到什么项目开发,主要是很多都很困难,要不再就是没多少用的东西。我想开发网站,但是那个用php很好,意味着又只有重新学习,就不能把java很好的巩固,所以这个只能废弃。慢慢想想有什么好的点子吧!</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/04/07/Betty%E5%A6%82%E4%B8%80%E7%BC%95%E6%B8%85%E6%B3%89/">
<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/04/07/Betty%E5%A6%82%E4%B8%80%E7%BC%95%E6%B8%85%E6%B3%89/" class="post-title-link" itemprop="url">Betty如一缕清泉</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-04-08 00:54:00" itemprop="dateCreated datePublished" datetime="2010-04-08T00:54:00+10:00">2010-04-08</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>当初抱着既可以学英语又可以看点东西的态度开始看美剧,又是因为丑女贝蒂很红而看它。</p>
<p>watched a little!</p>
<p>它越来越吸引我了</p>
<p>贝蒂如一缕清泉</p>
<p>虽长相丑陋,面目狰狞</p>
<p>却无比善良,纯洁</p>
<p>但注定人善被人欺</p>
<p>同事嘲笑,老板冷眼</p>
<p>是善良,和蔼让她赢得了尊敬</p>
<p>她一根肠子</p>
<p>让她拥有越来越多的朋友</p>
<p>更多人的青睐</p>
<p>甚至也有不错的男人喜欢他</p>
<p>当然不止一个</p>
<p>她可以为老板做很多</p>
<p>即使这需要丢下自己家里的事</p>
<p>即使需要为此与姐姐闹架</p>
<p>她愿意</p>
<p>贝蒂成功了</p>
<p>真的被贝蒂感动了</p>
<p>让我想起了一点</p>
<p>初次见面我们喜欢的是在外的美</p>
<p>而更远更长来看</p>
<p>我们爱的是soul</p>
<p>在外确实很重要</p>
<p>所以很多所谓的美女</p>
<p>丰富了这个世界</p>
<p>也许我们需要的是</p>
<p>另外一种</p>
<p>who has a normal but great soul</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/2010/04/02/%E4%B8%80%E4%B8%9D%E4%B8%8D%E6%8C%82/">
<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/04/02/%E4%B8%80%E4%B8%9D%E4%B8%8D%E6%8C%82/" 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-04-02 11:54:00" itemprop="dateCreated datePublished" datetime="2010-04-02T11:54:00+11:00">2010-04-02</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>此刻耳朵里面听到的正是这首歌,算起来,第一次听到它还是在何思雨的人人网里面!一听便爱上了!</p>
<p>今天又放假了</p>
<p>整整四天</p>
<p>我不回家,寝室又没网,我真的还不晓得怎么过,其实最难熬的日子永远是周末!</p>
<p>今夜凌晨,夜不能寐,只想呆久点!从抽屉掏出很久没用的耳机,躺在床上,一边听歌,一边写我自己的心声。</p>
<p>说到一丝不挂,现在想想已经很久没有一丝不挂睡觉了,其实想这样做,喜欢没有任何约束的样子。let it be!只怕这样不卫生…其实又不是很喜欢一丝不挂,而且喜欢一种很朦胧的感觉,隐隐约约,若隐若现,呼之欲出…留下的是无尽的遐想,是多么美好的事啊!</p>
<p>此刻想到了当下盛行的黑色丝袜,不可厚非的我们男生们要感谢女生们带来的这一道道靓丽的风景线。老实说我喜欢女生那样着装,黑色的诱惑!再一次感谢女生们带来的风景吧,同时也希望个别女生不要这样穿来破坏我们胃口了,因为看到你们这样穿,我们实在咽不下饭!也许扯远了,扯到女生了!</p>
<p>现在的我,也不确信我真的需要什么,我更加受不了诱惑,我已经体会到一寸与一尺了,我了解那就是欲望,被激起的欲望,不可抑制。这些使得我会由于一时的冲动而表达自己的喜欢与不喜欢。其实现在想想很多的事情自己受伤不能全怪罪他人,而我的冷漠也应全由我负责。就近两次由于冲动做出的决定我都错了,归跟接底和欲望有关。也许人的一切一切都和欲望有关。现在,当我看到美好的事物,也许我会告诉自己:冷静下吧,最后留在自己心里的才是最重要的。也许要求不能太高,理想的处女座同样需要自己满足自己!然后就是珍惜身边的所有。朋友以及将来可能成为恋人的人。记住那句话,不轻易说爱和不爱!说多了就没价值了。</p>
<p>爱情至今对我来说不是我的心灵的港湾,倒像是屠夫,在我胸口开了几刀。我怕屠夫了,老实说…</p>
<p>今天下午第一次去去其他班教室说事,找人。我紧张…</p>
<p>手不知放在哪,明显感觉走路也不自然了!</p>
<p>话说到一半卡住了</p>
<p>最后还是完了,总算是迈出了第一步。</p>
<p>谢谢,唐~~(我当时还在想那个时候给你发短信对不对!当时想到的就是你)的鼓励吧!you enspired me!</p>
<p>接下来就是排练这个节目,好好排练吧,把自己的处女秀搞好吧,这次希望是不带任何目的的!</p>
<p>耳朵传来的是高三月考的音乐a place nearby!很舒缓的,想起了高中很多东西,想想复读的同志们现在还在奋斗,希望他们好运吧!祝福~</p>
<p>凌晨 音乐 黑色 寂静 鼻息 思绪</p>
<p>我 遐想 她 变化 体贴 鼓励 爱我</p>
<p>手 心 眼睛 泪光 嘴唇 ** 抚摸</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/2010/03/25/%E8%80%81%E6%A0%91%E5%8F%91%E6%96%B0%E7%89%99/">
<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/03/25/%E8%80%81%E6%A0%91%E5%8F%91%E6%96%B0%E7%89%99/" 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-03-26 01:11:00" itemprop="dateCreated datePublished" datetime="2010-03-26T01:11:00+11:00">2010-03-26</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>春天来了,你从那成大莺鸣湖畔随风飘舞的杨柳便可知晓;春天来了,你从那草地上冒出绿油油的嫩叶便可知晓;春天来了,你多从那一对对情侣脸上的笑容便可知晓。是的,春天的确来了,她带来了生机,带来了希望,带来了鸟语,带来了花香,甚至她还带来了那神圣的爱情,但我没想到的是她还特地为我带来了一件礼物:让我老树发新“芽”了!此芽非彼芽,而是牙!</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/2010/03/11/%E5%8F%AA%E6%98%AF%E8%AE%B0%E5%BD%95/">
<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/03/11/%E5%8F%AA%E6%98%AF%E8%AE%B0%E5%BD%95/" 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-03-12 08:19:00" itemprop="dateCreated datePublished" datetime="2010-03-12T08:19:00+11:00">2010-03-12</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>我很懒,真的很懒,看到即使这两天感冒了,都不再把铺床的绵絮铺好,我说就这个样子吧,天也冷不到好久了!但我会想主意,把衣服放在铺盖上,现在鼻子不通,堵得恼火啊…嘿嘿!(貌似很瓜)</p>
<p>我喜欢一切美好的东西,好像还是有点贪心哈,但是有些时候只是一瞬间的事情,等心平静下来,一直在我心中的那个才是我最想要的…貌似还是有这么多也!</p>
<p>最近看了一些手机,再看看我自己的手机已经用了一年多,虽然仍然可以正常使用,功能也还算齐全,但是我看到我最喜欢的Google的nexus one!那么好,我真的好想买哦,有我喜欢的多点触控,还有入上网本的配置,总之太好了,唯一的缺点就是太贵了,要4000多!看来我是买不成了,我爸说我换手机叫我自己挣钱买,但是我肯定挣不到这么多,我想应该找我爸要1000还是莫得好多问题的,加上我自己的…我的承受能力也就2000!纠结啊,我多半这个样子就只可以买魅族…这些问题夏天再说哦…</p>
<p>最近开学我完成了一个突破,大学我从来没在数学课上回答问题,前两天我突破了…嗯,应该算是一个小小的进步吧,新的英语老师带来了新的改变,她的鼓励让我变得主动了些,这两天我回答了几个问题,还做了两次英语发言…哈哈,感觉英语课也还很不错!那三颗星星就是对我的肯定…嘿嘿</p>
<p>我们的线性代数老师,真的很与众不同也,他上课不用PPT,全靠手写…而且讲得很详细,真的很喜欢这个老师,而且线性代数我觉得比起高数似乎简单一些…老师不标准的川普,有时让我们哄堂大笑…很安逸的!</p>
<p>java老师,那是想当的重要啊,我以后多半就是选这个作为我的方向了!苏老师很有才,而且太细心,第一次上机课就给我准备很多资料,老实说这些东西以前从来没人给我们准备…真的很感谢老师,我自己肯定还是要努力学习嘛…哈哈!加油!</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/2010/03/04/%E7%BA%A0%E7%BB%93%E2%80%A6%E5%95%8A%EF%BC%81%E7%83%A6%E8%BA%81%EF%BC%8C%E5%8F%91%E7%8B%82%EF%BC%8C%E6%9C%89%E7%97%85/">
<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/03/04/%E7%BA%A0%E7%BB%93%E2%80%A6%E5%95%8A%EF%BC%81%E7%83%A6%E8%BA%81%EF%BC%8C%E5%8F%91%E7%8B%82%EF%BC%8C%E6%9C%89%E7%97%85/" 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-03-05 00:38:00" itemprop="dateCreated datePublished" datetime="2010-03-05T00:38:00+11:00">2010-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">
<p>昨天我就很纠结,今天仍然很纠结,归根结底是我自己的缘故,我很容易被其他人影响,要是我心中有个疑虑,其他人再稍微煽动,我的心就不平静了!那就烦躁了,躁动了,癫狂了!我做不到不在乎其他人的看法!这个属于啥子毛病哦?天哪!</p>
<p>其实事情是这个样子,最近有个兼职,一个二级考试培训,每找到一个人报名给钱,我就可以得到一定的报酬!当时想的是这个也跟容易嘛,而且还可以挣到不少的钱,但是我其实真的不好意思去推销,我连到处去贴海报的勇气恐怕都不足够,平时看起来也许我很啥子啥子,但是真正让我一个人去面对很多事,我真的不好意思!这就是我的毛病!言归正传,通过我昨天晚上去问朋友,我慢慢就觉得似乎这个东西并没有那么简单,似乎也许会很忙并且没有什么结果,我开始打退堂鼓了,晚上和何~~聊天的时候,她鼓励我去尝试一哈,我似乎又有那个动力了,我还是决定去试!(感谢何思雨,其实我这个人最需要的就是支持和鼓励,比其他啥子都重要,然而生活中我缺少的也正是这个!)时间又转到今天中午,我想叫欧同学帮我在他们班上宣传这个,然后她的几个问题给我一问,我顿时又在想,这个东西又不是我找的,要是以后真的出了问题,我怎么向朋友交代,她也说这个似乎很困难…哎,几句话我就又倒下了,再一次倒下了…这一次我不想再去做这个工作了!我完全没有了信心!我做不到不为外物所动。今天晚上,回来本来就很累,今天一直在上课上到晚上10点,又想了很多,最终还是放弃了,也许算是逃避…这个事就告一段落!</p>
<p>另外一件事则是源自学姐的评论,说我是感情上的问题啊。我当时反驳到。我身边女生都莫得几个,纳闷去耍朋友……又加上今天晚上听到何思雨小朋友和她男朋友复合了,(在这里要祝福他们哈!)加上开学这几天的所见,所闻…我又在爱情这个问题上想开了!</p>
<p>其实,寒假前的那一段爱情老实说对我还是影响比较大,因为一个很重要的原因,但是我选择不在这里说!走在大学里面看到的都是很多情侣,很多美女…更多的女生,我承认我内心不平静,但是又因为我最近是很坚定得想要把java学好,然后还有朋友的陪伴,其实爱情这个东西我一直压着。我承认我羡慕,我嫉妒,我内心空虚,寂寞。但是我外表肯定阳光,有活力,我想的是要很乐观的态度生活,我也是这样做的,虽然我真的很想有一个人时时刻刻都来鼓励我,关心我,陪我说话,等等…我肯定很想。鼓励是我的最好的精神药片。哎,爱情啊!看吧…等等再说吧,也许就是明天…</p>
<p>爱情这方面,我承认我很弱智,我很不得行…</p>
<p>我有些时候想得有点疯癫,说话肯定不怎么收敛,要是哪里得罪了大家,真的不好意思!我肯定不是有意的…</p>
<p>写在最后,有些时候我很想很想爱情,有的时候我又想要是再一次受伤怎么半,但是我真的在爱情上没有怎么努力过…我脑壳有病!</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/24/"><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/24/">24</a><span class="page-number current">25</span><a class="page-number" href="/page/26/">26</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/26/"><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>