发博文
音乐播放器
个人资料
ufobjfh
ufobjfh
  • 博客等级:
  • 博客积分:153
  • 博客访问:908
  • 关注人气:0
评论
加载中…
留言
加载中…
分类
博文
(2011-08-07 21:10)
标签:

杂谈

(华佗天师在上 弟子天心 求您保佑我 考上太医院 我一定好好学习 将来悬壶济世 救助百姓 拜托拜托拜托拜托)
一支笔龙飞凤舞悬壶济世,一根针咄咄逼人手到病治,一张嘴翻云覆雨伶牙俐齿 头痛脑热 腰酸背痛 (哈哈 小case)一双手采遍江湖花花草草,一双眼寻觅人间济世珍宝,一颗心拯救苍生任怨任劳 救死扶伤 感觉真好 (嘿嘿 你知不知道?)
(rap:就算老子真留下了中华医学浩瀚无边举世无双是人类瑰宝 说你们为何不曾去看一看中医要领就知道人类本来可以走得更老 接下做的事别怪我不忠不孝不仁不义不三不四无理取闹 有种病得上了天皇老子玉皇大帝神医在世谁都救不了)
如果爱上一个无法拥抱的男人,谁能解开爱留下的疼,就算牵手留下的余温,只能留给画中人。为何曾经扎过无数病魔的银针,无法解开你种下的恨。就此叹息我们的缘分,不见彼此的泪痕
(杜仲 田七 枸杞 天麻 都去哪儿啦?快来救人哪)
阅读  ┆ 转载 ┆ 收藏 
(2011-05-05 20:41)
标签:

杂谈

doyu hexcontrol is a turn-based tactical game. the objective of the game is to remove your opponent from all the tiles/hexagons of the board.
how to play
on each turn,click on your tiles or on empty tiles to add dots on them.

when a tile is full of dots,the tile explodes and you conquer all the neighboring tiles.
building long chains of explosions is a good stragety to defeat your opponent.

阅读  ┆ 评论  ┆ 转载 ┆ 收藏 
(2011-03-23 16:01)
标签:

杂谈

the interest of labor lies in bringing about the transition with a minimum of inconvenience and distress to the workers involved.
it was to maury of the us navy that the atlantic telegraph company turned,in 1853,for information on this matter.
we find that bright children are rarely held back by mixed-ability teaching.  on the contrary,both their knowledge and experience are enriched. we feel that there are many disadvantages in streaming pupils.  it does not take into account the fact that children develop at different rates. it can  have a bad effect on both the bright and the not-so-bright child.  after all,it can be quite discouraging to be at the bottom of the top grade.
made to remain in the same class
forced to study in the lower class
 drawn to their studies
prevented from advancing

in the workplace,men have long had well-defined precedents and role models for achieving

success.
masculine femini

阅读  ┆ 转载 ┆ 收藏 
(2011-02-27 15:39)
标签:

杂谈

歌曲:爱的供养  
歌手:杨幂  
专辑:宫锁心玉主题曲  
把你捧在手上,虔诚地焚香,  
剪下一段烛光,将经纶点亮,  
不求荡气回肠,只求爱一场,  
爱到最后受了伤,哭得好绝望!  
把你放在心上,合起了手掌,  
默默乞求上苍,指引我方向,  
不求地久天长,只求在身旁,  
累了醉倒温柔乡,轻轻地梵唱!  
我用尽一生一世 来将你供养,  
只期盼你停住 流转的目光,  
请赐予我无限爱 与被爱的力量,  
让我能安心在菩提下 静静的观想,  
我用尽一生一世 来将你供养,  
人世间有太多的 烦恼要忘,  
苦海中飘荡着你 那旧时的模样,  
一回头发现 早已踏出了红尘万丈!  
啦……啦……啦……  
(结束句)我抬头看见了光芒万丈……
阅读  ┆ 评论  ┆ 转载 ┆ 收藏 
标签:

杂谈

http://www.lyricsmania.com/teenage_mutant_ninja_turtles_theme_song_lyrics_teenage_mutant_ninja_turtles.html

 

Lyrics to Teenage Mutant Ninja Turtles Theme Song :

Teenage Mutant Ninja Turtles
Teenage Mutant Ninja Turtles
Teenage Mutant Ninja Turtles
Heroes in a half-shell
Turtle power!

They're the world's most fearsome fighting team (We're really hip!)
They're heroes in a half-shell and they're green (Hey - get a grip!)
When the evil Shredder attacks
These Turtle boys don't cut him no slack!

Teenage Mutant Ninja Turtles
Teenage Mutant Ninja Turtles

Splinter taught them to be ninja teens (He's a radical rat!)
Leonardo leads, Donatello does machines (That's a fact, Jack!)
Raphael is cool but crude (Gimme a break!)
阅读  ┆ 评论  ┆ 转载 ┆ 收藏 
(2011-01-27 14:29)
标签:

杂谈

apache2/bin/apr-config 文件修改其中的 LDFLAGS 值为 '-lz',编译 mod_deflate

apache2/bin/apxs -ica httpd-2.0.63/modules/filters/mod_deflate.c

./configure --prefix=apache2 --enable-so --enable-mods-shared=most  --enable-proxy=shared   --enable-proxy=shared --enable-proxy-connect=shared --enable-proxy-ftp=shared --enable-proxy-http=shared  --enable-rewrite=shared  --enable-deflate=shared

#<Location />
# Insert filter
SetOutputFilter DEFLATE
# Netscape 4.x has some problems...
BrowserMatch ^Mozilla/4 gzip-only-text/html
# Netscape 4.06-4.08 have some more problems
BrowserMatch ^Mozilla/4\.0[678] no-gzip
# MSIE masquerades as Netscape, but it is fine
# BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
# NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48
# the above regex won't work. You can use the following
# workaround to get the desired effect:
BrowserMatch \b

阅读  ┆ 评论  ┆ 转载 ┆ 收藏 
(2010-08-28 18:27)
标签:

杂谈

stage 01 780464
stage 02 290299
stage 03 918660
stage 04 520967
stage 05 028431
stage 06 524383
stage 07 189493
stage 08 499707
stage 09 074355
stage 10 300590
stage 11 291709
stage 12 958640
stage 13 448106
stage 14 210362
stage 15 098598
stage 16 000241
stage 17 683596
stage 18 284933
stage 19 119785
stage 20 543019
stage 21 728724
stage 22 987319
stage 23 293486
stage 24 088198
stage 25 250453
stage 26 426329
stage 27 660141
stage 28 769721
stage 29 691859
stage 30 280351
stage 31 138620
stage 32 879021
stage 33 614955

游戏攻略
第一关:780464
破关密诀:需要的人请把这游戏关了吧h= =
第二关:290299
破关要诀:O形按钮只要压到就会启动;X形按钮必定要立在上面才会启动h
第三关:918660
破关要诀:这个技能有点难阐明,但却是在游戏中最常用的,简略地说就是平移h
第四关

阅读  ┆ 转载 ┆ 收藏 
(2010-07-22 09:47)
标签:

杂谈

cd httpd-2.0.63

./configure --prefix=/soft/apache2 --enable-so --enable-mods-shared=most     --enable-proxy=shared --enable-proxy-connect=shared --enable-proxy-ftp=shared --enable-proxy-http=shared  --enable-rewrite=shared  --enable-deflate=shared

./configure --prefix=/soft/apache2 --enable-module=most --enable-share=max --enable-proxy=shared --enable-proxy-connect=shared --enable-proxy-ftp=shared --enable-proxy-http=shared --enable-rewrite=shared --enable-deflate=shared

 

阅读  ┆ 评论  ┆ 转载 ┆ 收藏 
QQ
(2010-03-27 20:24)
标签:

杂谈

阅读  ┆ 评论  ┆ 转载 ┆ 收藏 
(2010-03-20 09:27)
标签:

杂谈



 

阅读  ┆ 转载 ┆ 收藏 
  

新浪BLOG意见反馈留言板 不良信息反馈 电话:4006900000 提示音后按1键(按当地市话标准计费) 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 会员注册 | 产品答疑

新浪公司 版权所有