<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feed.miss.ieph.net/styles/feedsky1.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feed.miss.ieph.net" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feed.feedsky.com/missyoung" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 03 May 2012 05:57:40 GMT</lastBuildDate><title>Miss Young's Blog</title><description>记录生活和学习，分享知识和乐趣</description><link>http://miss.ieph.net</link><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><language>en</language><pubDate>Thu, 03 May 2012 05:57:40 GMT</pubDate><item><title>用正则表达式识别数据库IDs/Accession Numbers</title><link>http://miss.ieph.net/archives/1921</link><content:encoded>&lt;p&gt;生物数据库多如牛毛，而不同的数据库可能采用各异的 ID/Accession Number （以下简称 ID/ACC）来标识里面的记录，免不了眼花缭乱~&lt;/p&gt;
&lt;p&gt;所以，试着用正则表达式来表达这些 ID/ACCs，目标是每一个数据库可以拥有独特的、只匹配相应数据库 ID/ACCs 的正则表达式~ (假设每一行的内容对应一个ID/ACC)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://www.ebi.ac.uk/arrayexpress/&quot; target=&quot;_blank&quot;&gt;ArrayExpress&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^[AE]-[A-Z]{4}-\d+$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.ebi.ac.uk/gxa/experiment/E-TABM-518&quot; target=&quot;_blank&quot;&gt;E-TABM-518&lt;/a&gt;, &lt;a href=&quot;http://www.ebi.ac.uk/arrayexpress/arrays/A-AFFY-5&quot; target=&quot;_blank&quot;&gt;A-AFFY-5&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.ebi.ac.uk/biosamples/&quot; target=&quot;_blank&quot;&gt;BioSample&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^SAMEG?\d{6}$&lt;/SPAN&gt; (eg: SAME058933, SAMEG038449)&lt;span id=&quot;more-1921&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.cathdb.info/&quot; target=&quot;_blank&quot;&gt;CATH Domain&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^[1-9][0-9a-z]{3}[A-Z]\d\d$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.cathdb.info/domain/1vq8V00&quot; target=&quot;_blank&quot;&gt;1vq8V00&lt;/a&gt;)&lt;br /&gt;
*&lt;strong&gt;&lt;a href=&quot;http://www.cathdb.info/&quot; target=&quot;_blank&quot;&gt;CATH Superfamily&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^[1234](?:\.\d{1,3})*$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.cathdb.info/cathnode/3&quot; target=&quot;_blank&quot;&gt;3&lt;/a&gt;, &lt;a href=&quot;http://www.cathdb.info/cathnode/2.170&quot; target=&quot;_blank&quot;&gt;2.170&lt;/a&gt;, &lt;a href=&quot;http://www.cathdb.info/cathnode/2.170.300&quot; target=&quot;_blank&quot;&gt;2.170.300&lt;/a&gt;, &lt;a href=&quot;http://www.cathdb.info/cathnode/4.10.6.10&quot; target=&quot;_blank&quot;&gt;4.10.6.10&lt;/a&gt;, &lt;a href=&quot;http://www.cathdb.info/cathnode/4.10.6.10.2&quot; target=&quot;_blank&quot;&gt;4.10.6.10.2&lt;/a&gt;, &lt;a href=&quot;http://www.cathdb.info/cathnode/4.10.6.10.2.1&quot; target=&quot;_blank&quot;&gt;4.10.6.10.2.1&lt;/a&gt;, &lt;a href=&quot;http://www.cathdb.info/cathnode/4.10.6.10.2.1.1&quot; target=&quot;_blank&quot;&gt;4.10.6.10.2.1.1&lt;/a&gt;, &lt;a href=&quot;http://www.cathdb.info/cathnode/4.10.6.10.2.1.1.1&quot; target=&quot;_blank&quot;&gt;4.10.6.10.2.1.1.1&lt;/a&gt;, &lt;a href=&quot;http://www.cathdb.info/cathnode/4.10.6.10.2.1.1.1.3&quot; target=&quot;_blank&quot;&gt;4.10.6.10.2.1.1.1.3&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://0-www.ncbi.nlm.nih.gov.opac.acc.msmc.edu/cdd/&quot; target=&quot;_blank&quot;&gt;CDD&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^([cC](d|l|OG|HL)|[pP](HA|LN|TZ|fam)|KOG|MTH|TIGR|smart|LOAD_)\d{4,5}$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://0-www.ncbi.nlm.nih.gov.opac.acc.msmc.edu/Structure/cdd/cddsrv.cgi?uid=cd05471&quot; target=&quot;_blank&quot;&gt;cd05471&lt;/a&gt;, &lt;a href=&quot;http://0-www.ncbi.nlm.nih.gov.opac.acc.msmc.edu/Structure/cdd/cddsrv.cgi?uid=cl14058&quot; target=&quot;_blank&quot;&gt;cl14058&lt;/a&gt;, &lt;a href=&quot;http://0-www.ncbi.nlm.nih.gov.opac.acc.msmc.edu/Structure/cdd/cddsrv.cgi?uid=pfam01394&quot; target=&quot;_blank&quot;&gt;pfam01394&lt;/a&gt;, &lt;a href=&quot;http://0-www.ncbi.nlm.nih.gov.opac.acc.msmc.edu/Structure/cdd/cddsrv.cgi?uid=smart00855&quot; target=&quot;_blank&quot;&gt;smart00855&lt;/a&gt;, &lt;a href=&quot;http://0-www.ncbi.nlm.nih.gov.opac.acc.msmc.edu/Structure/cdd/cddsrv.cgi?uid=COG4074&quot; target=&quot;_blank&quot;&gt;COG4074&lt;/a&gt;, &lt;a href=&quot;http://0-www.ncbi.nlm.nih.gov.opac.acc.msmc.edu/Structure/cdd/cddsrv.cgi?uid=CHL00016&quot; target=&quot;_blank&quot;&gt;CHL00016&lt;/a&gt;, &lt;a href=&quot;http://0-www.ncbi.nlm.nih.gov.opac.acc.msmc.edu/Structure/cdd/cddsrv.cgi?uid=MTH00199&quot; target=&quot;_blank&quot;&gt;MTH00199&lt;/a&gt;, &lt;a href=&quot;http://0-www.ncbi.nlm.nih.gov.opac.acc.msmc.edu/Structure/cdd/cddsrv.cgi?uid=PHA02670&quot; target=&quot;_blank&quot;&gt;PHA02670&lt;/a&gt;, &lt;a href=&quot;http://0-www.ncbi.nlm.nih.gov.opac.acc.msmc.edu/Structure/cdd/cddsrv.cgi?uid=PLN00170&quot; target=&quot;_blank&quot;&gt;PLN00170&lt;/a&gt;, &lt;a href=&quot;http://0-www.ncbi.nlm.nih.gov.opac.acc.msmc.edu/Structure/cdd/cddsrv.cgi?uid=TIGR00867&quot; target=&quot;_blank&quot;&gt;TIGR00867&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.ncbi.nlm.nih.gov/projects/SNP/&quot; target=&quot;_blank&quot;&gt;dbSNP&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^[rs]s\d+$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/projects/SNP/snp_ref.cgi?rs=1313032&quot; target=&quot;_blank&quot;&gt;rs1313032&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/projects/SNP/snp_ref.cgi?rs=709932&quot; target=&quot;_blank&quot;&gt;rs709932&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/projects/SNP/snp_ss.cgi?subsnp_id=6&quot; target=&quot;_blank&quot;&gt;ss6&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/projects/SNP/snp_ss.cgi?subsnp_id=1487247&quot; target=&quot;_blank&quot;&gt;1487247&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://disease-ontology.org/&quot; target=&quot;_blank&quot;&gt;Disease Ontology&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^DOID:\d+$&lt;/SPAN&gt; (eg: DOID:635, DOID:0050198)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.drugbank.ca/&quot; target=&quot;_blank&quot;&gt;DrugBank&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^DB\d{5}$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.drugbank.ca/drugs/DB01193&quot; target=&quot;_blank&quot;&gt;DB01193&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.ensembl.org/index.html&quot; target=&quot;_blank&quot;&gt;Ensembl&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^ENS(?:(?:[A-Z]{3})*[GTPE]\d{11}|(?:FM|GT)\d{14})$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.ensembl.org/Homo_sapiens/Gene/Summary?db=core;g=ENSG00000139618&quot; target=&quot;_blank&quot;&gt;ENSG00000139618&lt;/a&gt;, &lt;a href=&quot;http://www.ensembl.org/Danio_rerio/Gene/Variation_Gene/Table?g=ENSDARG00000019096&quot; target=&quot;_blank&quot;&gt;ENSDARG00000019096&lt;/a&gt;, &lt;a href=&quot;http://www.ensembl.org/Sus_scrofa/Transcript/Summary?g=ENSSSCG00000004244;r=1:44525271-44698100;t=ENSSSCT00000004691&quot; target=&quot;_blank&quot;&gt;ENSSSCT00000004691&lt;/a&gt;, &lt;a href=&quot;http://www.ensembl.org/Homo_sapiens/Transcript/ProteinSummary?db=core;g=ENSG00000139618;r=13:32889642-32907428;t=ENST00000530893&quot; target=&quot;_blank&quot;&gt;ENSP00000435699&lt;/a&gt;, &lt;a href=&quot;http://www.ensembl.org/Sus_scrofa/Location/View?db=core;g=ENSSSCG00000004244;r=1:44671858-44672081;t=ENSSSCT00000004691&quot; target=&quot;_blank&quot;&gt;ENSSSCE00000035150&lt;/a&gt;, &lt;a href=&quot;http://www.ensembl.org/Homo_sapiens/Gene/Family?db=core;family=ENSFM00500000270358&quot; target=&quot;_blank&quot;&gt;ENSFM00500000270358&lt;/a&gt;, &lt;a href=&quot;http://www.ensembl.org/Multi/GeneTree/Image?db=core;gt=ENSGT00550000074763&quot; target=&quot;_blank&quot;&gt;ENSGT00550000074763&lt;/a&gt;)&lt;br /&gt;
*&lt;strong&gt;&lt;a href=&quot;http://www.ncbi.nlm.nih.gov/gene&quot; target=&quot;_blank&quot;&gt;Entrez Gene&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^[1-9]\d*$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/gene/12345&quot; target=&quot;_blank&quot;&gt;12345&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://flybase.org/&quot; target=&quot;_blank&quot;&gt;FlyBase&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^FB[a-z]{2}\d{7}$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://flybase.org/reports/FBgn0158306.html&quot; target=&quot;_blank&quot;&gt;FBgn0158306&lt;/a&gt;, &lt;a href=&quot;http://flybase.org/reports/FBrf0075422.html&quot; target=&quot;_blank&quot;&gt;FBrf0075422&lt;/a&gt;, &lt;a href=&quot;http://flybase.org/reports/FBal0003687.html&quot; target=&quot;_blank&quot;&gt;FBal0003687&lt;/a&gt;, &lt;a href=&quot;http://flybase.org/reports/FBcl0659807.html&quot; target=&quot;_blank&quot;&gt;FBcl0659807&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.geneontology.org/&quot; target=&quot;_blank&quot;&gt;Gene Ontology&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^GO\:\d{7}$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://amigo.geneontology.org/cgi-bin/amigo/term_details?term=GO:0003700&quot; target=&quot;_blank&quot;&gt;GO:0003700&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.ncbi.nlm.nih.gov/geo/&quot; target=&quot;_blank&quot;&gt;GEO&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^G(?:SM|SE|PL|DS)\d+$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE18208&quot; target=&quot;_blank&quot;&gt;GSE18208&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM724609&quot; target=&quot;_blank&quot;&gt;GSM724609&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GPL1322&quot; target=&quot;_blank&quot;&gt;GPL1322&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/sites/GDSbrowser?acc=GDS3707&quot; target=&quot;_blank&quot;&gt;GDS3707&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.genenames.org/&quot; target=&quot;_blank&quot;&gt;HGNC&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^HGNC\:[1-9]\d{0,4}$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.genenames.org/data/hgnc_data.php?hgnc_id=5&quot; target=&quot;_blank&quot;&gt;HGNC:5&lt;/a&gt;, &lt;a href=&quot;http://www.genenames.org/data/hgnc_data.php?hgnc_id=15&quot; target=&quot;_blank&quot;&gt;HGNC:15&lt;/a&gt;, &lt;a href=&quot;http://www.genenames.org/data/hgnc_data.php?hgnc_id=115&quot; target=&quot;_blank&quot;&gt;HGNC:115&lt;/a&gt;, &lt;a href=&quot;http://www.genenames.org/data/hgnc_data.php?hgnc_id=1000&quot; target=&quot;_blank&quot;&gt;HGNC:1000&lt;/a&gt;, &lt;a href=&quot;http://www.genenames.org/data/hgnc_data.php?hgnc_id=12345&quot; target=&quot;_blank&quot;&gt;HGNC:12345&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.hmdb.ca/&quot; target=&quot;_blank&quot;&gt;HMDB&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^HMDB\d{5}$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.hmdb.ca/metabolites/HMDB00016&quot; target=&quot;_blank&quot;&gt;HMDB00016&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.ebi.ac.uk/interpro/&quot; target=&quot;_blank&quot;&gt;InterPro&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^IPR\d{6}$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.ebi.ac.uk/interpro/IEntry?ac=IPR021045&quot; target=&quot;_blank&quot;&gt;IPR021045&lt;/a&gt;)&lt;br /&gt;
*&lt;strong&gt;&lt;a href=&quot;http://www.kegg.jp/kegg/brite.html&quot; target=&quot;_blank&quot;&gt;KEGG BRITE&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^(?:br|jp|ko|d?[a-z]{3})\d{5}$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.kegg.jp/kegg-bin/get_htext?br08901.keg&quot; target=&quot;_blank&quot;&gt;br08901&lt;/a&gt;, &lt;a href=&quot;http://www.kegg.jp/kegg-bin/get_htext?ko01003.keg&quot; target=&quot;_blank&quot;&gt;ko01003&lt;/a&gt;, &lt;a href=&quot;http://www.kegg.jp/kegg-bin/get_htext?jp08903.keg&quot; target=&quot;_blank&quot;&gt;jp08903&lt;/a&gt;, &lt;a href=&quot;http://www.kegg.jp/kegg-bin/get_htext?has00001.keg&quot; target=&quot;_blank&quot;&gt;has00001&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.genome.jp/kegg/disease/&quot; target=&quot;_blank&quot;&gt;KEGG DISEASE&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^H\d{5}$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.kegg.jp/dbget-bin/www_bget?ds:H00399&quot; target=&quot;_blank&quot;&gt;H00399&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.genome.jp/kegg/drug/&quot; target=&quot;_blank&quot;&gt;KEGG DRUG&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^D\d{5}$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.genome.jp/dbget-bin/www_bget?dr:D01442&quot; target=&quot;_blank&quot;&gt;D01442&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.genome.jp/kegg/genes.html&quot; target=&quot;_blank&quot;&gt;KEGG GENES&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^d?[a-z]{3}:.+$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.genome.jp/dbget-bin/www_bget?mbb:BCG_2900c&quot; target=&quot;_blank&quot;&gt;mbb:BCG_2900c&lt;/a&gt;, &lt;a href=&quot;http://www.genome.jp/dbget-bin/www_bget?mmu:66566&quot; target=&quot;_blank&quot;&gt;mmu:66566&lt;/a&gt;, &lt;a href=&quot;http://www.genome.jp/dbget-bin/www_bget?cho:Chro.50341&quot; target=&quot;_blank&quot;&gt;cho:Chro.50341&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.genome.jp/kegg/genome.html&quot; target=&quot;_blank&quot;&gt;KEGG GENOME&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^(?:T\d{5}|d?[a-z]{3})$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.genome.jp/kegg-bin/show_organism?org=T01001&quot; target=&quot;_blank&quot;&gt;T01001&lt;/a&gt;, &lt;a href=&quot;http://www.genome.jp/kegg-bin/show_organism?org=hsa&quot; target=&quot;_blank&quot;&gt;hsa&lt;/a&gt;, &lt;a href=&quot;http://www.genome.jp/kegg-bin/show_organism?org=T10001&quot; target=&quot;_blank&quot;&gt;T10001&lt;/a&gt;, &lt;a href=&quot;http://www.genome.jp/kegg-bin/show_organism?org=dfru&quot; target=&quot;_blank&quot;&gt;dfru&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.kegg.jp/kegg/ligand.html&quot; target=&quot;_blank&quot;&gt;KEGG LIGAND&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^(?:C|G|R(P|C)?)\d{5}|EC\s\d+(.\d+){3}$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.kegg.jp/dbget-bin/www_bget?gl:G12345&quot; target=&quot;_blank&quot;&gt;C00010&lt;/a&gt;, &lt;a href=&quot;http://www.kegg.jp/dbget-bin/www_bget?gl:G12345&quot; target=&quot;_blank&quot;&gt;G12345&lt;/a&gt;, &lt;a href=&quot;http://www.kegg.jp/dbget-bin/www_bget?rn:R00245&quot; target=&quot;_blank&quot;&gt;R0024&lt;/a&gt;5, &lt;a href=&quot;http://www.kegg.jp/dbget-bin/www_bget?rp:RP00201&quot; target=&quot;_blank&quot;&gt;RP00201&lt;/a&gt;, &lt;a href=&quot;http://www.kegg.jp/dbget-bin/www_bget?rc:RC00020&quot; target=&quot;_blank&quot;&gt;RC00020&lt;/a&gt;, &lt;a href=&quot;http://www.kegg.jp/dbget-bin/www_bget?ec:1.1.1.16&quot; target=&quot;_blank&quot;&gt;EC 1.1.1.16&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.genome.jp/kegg/module.html&quot; target=&quot;_blank&quot;&gt;KEGG MODULE&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^M\d{5}$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.genome.jp/kegg-bin/show_module?M00002&quot; target=&quot;_blank&quot;&gt;M00002&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.kegg.jp/kegg/ko.html&quot; target=&quot;_blank&quot;&gt;KEGG ORTHOLOGY&lt;/a&gt;&lt;/strong&gt;： &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^K\d{5}$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.kegg.jp/dbget-bin/www_bget?ko:K11111&quot; target=&quot;_blank&quot;&gt;K11111&lt;/a&gt;)&lt;br /&gt;
*&lt;strong&gt;&lt;a href=&quot;http://www.kegg.jp/kegg/pathway.html&quot; target=&quot;_blank&quot;&gt;KEGG PATHWAY&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^(?:map|ko|ec|rn|d?[a-z]{3})\d{5}$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.kegg.jp/dbget-bin/www_bget?pathway+map00650&quot; target=&quot;_blank&quot;&gt;map00650&lt;/a&gt;, &lt;a href=&quot;http://www.genome.jp/dbget-bin/www_bget?pathway+ko03013&quot; target=&quot;_blank&quot;&gt;ko03013&lt;/a&gt;, &lt;a href=&quot;http://www.kegg.jp/dbget-bin/www_bget?pathway+ec00660&quot; target=&quot;_blank&quot;&gt;ec00660&lt;/a&gt;, &lt;a href=&quot;http://www.kegg.jp/dbget-bin/www_bget?pathway+rn00053&quot; target=&quot;_blank&quot;&gt;rn00053&lt;/a&gt;, &lt;a href=&quot;www.kegg.jp/dbget-bin/www_bget?pathway+has01100&quot; target=&quot;_blank&quot;&gt;hsa01100&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://mint.bio.uniroma2.it/mint/&quot; target=&quot;_blank&quot;&gt;MINT&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^MINT-\d+$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://mint.bio.uniroma2.it/mint/search/interaction.do?ac=MINT-1&quot; target=&quot;_blank&quot;&gt;MINT-1&lt;/a&gt;, &lt;a href=&quot;http://mint.bio.uniroma2.it/mint/search/interaction.do?ac=MINT-6702266&quot; target=&quot;_blank&quot;&gt;MINT-670226&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.mirbase.org/&quot; target=&quot;_blank&quot;&gt;miRBase&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^MI(MAT)?\d{7}$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.mirbase.org/cgi-bin/mirna_entry.pl?acc=MI0002930&quot; target=&quot;_blank&quot;&gt;MI0002930&lt;/a&gt;, &lt;a href=&quot;http://www.mirbase.org/cgi-bin/mature.pl?mature_acc=MIMAT0002621&quot; target=&quot;_blank&quot;&gt;MIMAT0002621&lt;/a&gt;)&lt;br /&gt;
*&lt;strong&gt;&lt;a href=&quot;http://omim.org/&quot; target=&quot;_blank&quot;&gt;OMIM&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^[*#+%^]*[1-6][\d]{5}$&lt;/SPAN&gt; (re: &lt;a href=&quot;http://omim.org/entry/601360&quot; target=&quot;_blank&quot;&gt;601360&lt;/a&gt;, &lt;a href=&quot;http://omim.org/entry/606397&quot; target=&quot;_blank&quot;&gt;*606397&lt;/a&gt;, &lt;a href=&quot;http://omim.org/entry/253300&quot; target=&quot;_blank&quot;&gt;#25330&lt;/a&gt;0, &lt;a href=&quot;http://omim.org/entry/111300&quot; target=&quot;_blank&quot;&gt;+111300&lt;/a&gt;, &lt;a href=&quot;http://omim.org/entry/236100&quot; target=&quot;_blank&quot;&gt;%236100&lt;/a&gt;, &lt;a href=&quot;http://omim.org/entry/139220&quot; target=&quot;_blank&quot;&gt;^139220&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.rcsb.org/pdb/&quot; target=&quot;_blank&quot;&gt;PDB&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^[1-9]\w{3}$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.rcsb.org/pdb/explore/explore.do?structureId=3RTK&quot; target=&quot;_blank&quot;&gt;3RTK&lt;/a&gt;, &lt;a href=&quot;http://www.rcsb.org/pdb/explore/explore.do?structureId=3TI6&quot; target=&quot;_blank&quot;&gt;3T16&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://pfam.sanger.ac.uk/&quot; target=&quot;_blank&quot;&gt;Pfam&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^PF\d{5}|CL\d{4}$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://pfam.sanger.ac.uk/family/PF02310&quot; target=&quot;_blank&quot;&gt;PF02310&lt;/a&gt;, &lt;a href=&quot;http://pfam.sanger.ac.uk/family/PF02310&quot; target=&quot;_blank&quot;&gt;CL0059&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://prosite.expasy.org/&quot; target=&quot;_blank&quot;&gt;PROSITE&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^P(S|DOC)\d{5}$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://prosite.expasy.org/PDOC00638&quot; target=&quot;_blank&quot;&gt;PDOC00638&lt;/a&gt;, &lt;a href=&quot;http://prosite.expasy.org/PS00895&quot; target=&quot;_blank&quot;&gt;PS00895&lt;/a&gt;, &lt;a href=&quot;http://prosite.expasy.org/PS50062&quot; target=&quot;_blank&quot;&gt;PS50062&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.ncbi.nlm.nih.gov/projects/RefSeq/&quot; target=&quot;_blank&quot;&gt;RefSeq&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^(?:AC|AP|NC|NG|NR|NT|XR|NS)_\d{6}|(?:NM|NP|NW|XM|XP|YP)_\d{6}(?:\d{3})?|(?:ZP_|NZ_[A-Z]{4})\d{8}$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/nuccore/AC_000165&quot; target=&quot;_blank&quot;&gt;AC_000165&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/protein/AP_000022&quot; target=&quot;_blank&quot;&gt;AP_000022&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/nuccore/NC_016886&quot; target=&quot;_blank&quot;&gt;NC_016886&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/nuccore/NG_003316&quot; target=&quot;_blank&quot;&gt;NG_003316&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/nuccore/NM_002768&quot; target=&quot;_blank&quot;&gt;NM_002768&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/nuccore/NM_001256881&quot; target=&quot;_blank&quot;&gt;NM_001256881&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/protein/NP_001021883&quot; target=&quot;_blank&quot;&gt;NP_001021883&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/nuccore/NR_046396&quot; target=&quot;_blank&quot;&gt;NR_046396&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/nuccore/NS_000001&quot; target=&quot;_blank&quot;&gt;NS_000001&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/nuccore/NT_166946&quot; target=&quot;_blank&quot;&gt;NT_166946&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/nuccore/NW_003434150&quot; target=&quot;_blank&quot;&gt;NW_003434150&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/nuccore/NZ_AFBQ01000390&quot; target=&quot;_blank&quot;&gt;NZ_AFBQ01000390&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/nuccore/XM_002291576&quot; target=&quot;_blank&quot;&gt;XM_002291576&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/nuccore/XR_053902&quot; target=&quot;_blank&quot;&gt;XR_053902&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/protein/XP_003634145&quot; target=&quot;_blank&quot;&gt;XP_003634145&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/protein/YP_772234&quot; target=&quot;_blank&quot;&gt;YP_772234&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/protein/YP_005296448&quot; target=&quot;_blank&quot;&gt;YP_005296448&lt;/a&gt;, &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/protein/ZP_09846801&quot; target=&quot;_blank&quot;&gt;ZP_09846801&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.uniprot.org/uniprot/&quot; target=&quot;_blank&quot;&gt;UniProtKB&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^(?:[A-NR-Z]\d[A-Z]|[OPQ]\d[A-Z0-9])[A-Z0-9]{2}\d$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.uniprot.org/uniprot/A5A6N7&quot; target=&quot;_blank&quot;&gt;A5A6N7&lt;/a&gt;, &lt;a href=&quot;http://www.uniprot.org/uniprot/F7ERH4&quot; target=&quot;_blank&quot;&gt;F7ERH4&lt;/a&gt;, &lt;a href=&quot;http://www.uniprot.org/uniprot/P08050&quot; target=&quot;_blank&quot;&gt;P08050&lt;/a&gt;, &lt;a href=&quot;http://www.uniprot.org/uniprot/Q6R8J2&quot; target=&quot;_blank&quot;&gt;Q6R8J2&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.uniprot.org/uniparc/&quot; target=&quot;_blank&quot;&gt;UniParc&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^UPI[0-9A-F]{10}$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.uniprot.org/uniparc/UPI0000000019&quot; target=&quot;_blank&quot;&gt;UPI0000000019&lt;/a&gt;, &lt;a href=&quot;http://www.uniprot.org/uniparc/UPI00000001FA&quot; target=&quot;_blank&quot;&gt;UPI00000001FA&lt;/a&gt;)&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.uniprot.org/uniref/&quot; target=&quot;_blank&quot;&gt;UniRef&lt;/a&gt;&lt;/strong&gt;: &lt;SPAN style=&quot;BACKGROUND-COLOR: #ffff00&quot;&gt;^UniRef(?:5|9|10)0_(UPI[0-9A-F]{10}|(?:[A-NR-Z]\d[A-Z]|[OPQ]\d[A-Z0-9])[A-Z0-9]{2}\d)$&lt;/SPAN&gt; (eg: &lt;a href=&quot;http://www.uniprot.org/uniref/UniRef100_A0AL74&quot; target=&quot;_blank&quot;&gt;UniRef100_A0AL74&lt;/a&gt;, &lt;a href=&quot;http://www.uniprot.org/uniref/UniRef90_UPI00024A9B5E&quot; target=&quot;_blank&quot;&gt;UniRef90_UPI00024A9B5E&lt;/a&gt;, &lt;a href=&quot;http://www.uniprot.org/uniref/UniRef50_Q608V9&quot; target=&quot;_blank&quot;&gt;UniRef50_Q608V9&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&amp;#8230;暂且到这，其他数据库不断更新吧。当然，因为若干数据库的 ID/ACC 本有重复，如Entrez Gene、CATH Superfamily、OMIM 都会用到单纯的数字，一对一自然不成立了。&lt;/p&gt;
&lt;table class=&quot;wumii-related-items&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;  style=&quot;clear: both;&quot;&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot;&gt;&lt;b&gt;&lt;font size=&quot;-1&quot;  style=&quot;display: block !important; padding: 20px 0 5px !important;&quot;&gt;您可能也喜欢：&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    
        &lt;tr&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;六月参会记&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F754&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1921&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848395.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;六月参会记&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;寻找PDB数据库中只存在单个位点差异的蛋白质组合&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1884&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1921&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/images/blogWidget/wordpress_default.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;寻找PDB数据库中只存在单个位点差异的蛋白质组合&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;Using Python to Convert FASTA Files into Relaxed Phylip Format&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F970&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1921&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/images/blogWidget/wordpress_default.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;Using Python to Convert FASTA Files into Relaxed Phylip Format&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;Using Python to Sort Sequences into a Certain Order&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1043&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1921&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/images/blogWidget/wordpress_default.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;Using Python to Sort Sequences into a Certain Order&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;SVG绘人类染色体G带图&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F628&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1921&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848398.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;SVG绘人类染色体G带图&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
        &lt;/tr&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot; align=&quot;right&quot;&gt;
            &lt;a style=&quot;text-decoration: none !important;&quot; href=&quot;http://www.wumii.com/widget/relatedItems&quot; target=&quot;_blank&quot; title=&quot;无觅相关文章插件&quot;&gt;
                &lt;font size=&quot;-1&quot; color=&quot;#bbbbbb&quot; style=&quot;display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;&quot;&gt;无觅&lt;/font&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;&lt;h3&gt;相关文章&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1884&quot; title=&quot;寻找PDB数据库中只存在单个位点差异的蛋白质组合 (2012/02/24)&quot;&gt;寻找PDB数据库中只存在单个位点差异的蛋白质组合&lt;/a&gt; (1)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1043&quot; title=&quot;Using Python to Sort Sequences into a Certain Order (2010/10/12)&quot;&gt;Using Python to Sort Sequences into a Certain Order&lt;/a&gt; (2)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/970&quot; title=&quot;Using Python to Convert FASTA Files into Relaxed Phylip Format (2010/09/13)&quot;&gt;Using Python to Convert FASTA Files into Relaxed Phylip Format&lt;/a&gt; (13)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/754&quot; title=&quot;六月参会记 (2010/06/06)&quot;&gt;六月参会记&lt;/a&gt; (11)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/628&quot; title=&quot;SVG绘人类染色体G带图 (2010/05/13)&quot;&gt;SVG绘人类染色体G带图&lt;/a&gt; (13)&lt;/li&gt;&lt;/ul&gt;&lt;hr /&gt;&lt;p&gt;© &lt;a href='http://miss.ieph.net/'&gt;Miss Young's Blog&lt;/a&gt; 2010-2011 | &lt;a href='http://miss.ieph.net/archives/1921'&gt;查看原文&lt;/a&gt; | &lt;a href='http://miss.ieph.net/archives/1921#comments'&gt;1条评论&lt;/a&gt; | &lt;a href='http://miss.ieph.net/archives/1921#comments'&gt;立即发言&lt;/a&gt; | 推荐订阅地址：http://miss.ieph.net/feed&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/634033004/missyoung/feedsky/s.gif?r=http://miss.ieph.net/archives/1921&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</content:encoded><wfw:commentRss>http://miss.ieph.net/archives/1921/feed</wfw:commentRss><slash:comments>1</slash:comments><description>生物数据库多如牛毛，而不同的数据库可能采用各异的 ID/Accession Number （以下简称 ID/ACC）来标识里面的记录，免不了眼花缭乱~ 所以，试着用正则表达式来表达这些 ID/ACCs，目标是每一个数据库可以拥有独特的、只匹配相应数据库 ID/ACCs 的正则表达式~ (假设每一行的内容对应一个ID/ACC) ArrayExpress: ^[AE]-[A-Z]{4}-\d+$ (eg: E-TABM-518, A-AFFY-5) BioSample: ^SAMEG?\d{6}$ (eg: SAME058933, SAMEG038449) CATH Domain: ^[1-9][0-9a-z]{3}[A-Z]\d\d$ (eg: 1vq8V00) *CATH Superfamily: ^[1234](?:\.\d{1,3})*$ (eg: 3, 2.170, 2.170.300, 4.10.6.10, 4.10.6.10.2, 4.10.6.10.2.1, 4.10.6.10.2.1.1, 4.10.6.10.2.1.1.1, 4.10.6.10.2.1.1.1.3) CDD: ^([cC](d&amp;#124;l&amp;#124;OG&amp;#124;HL)&amp;#124;[pP](HA&amp;#124;LN&amp;#124;TZ&amp;#124;fam)&amp;#124;KOG&amp;#124;MTH&amp;#124;TIGR&amp;#124;smart&amp;#124;LOAD_)\d{4,5}$ (eg: cd05471, cl14058, pfam01394, smart00855, COG4074, CHL00016, MTH00199, PHA02670, PLN00170, TIGR00867) dbSNP: ^[rs]s\d+$ (eg: rs1313032, [...]&lt;table class=&quot;wumii-related-items&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;  style=&quot;clear: both;&quot;&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot;&gt;&lt;b&gt;&lt;font size=&quot;-1&quot;  style=&quot;display: block !important; padding: 20px 0 5px !important;&quot;&gt;您可能也喜欢：&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    
        &lt;tr&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;六月参会记&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F754&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1921&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848395.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;六月参会记&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;寻找PDB数据库中只存在单个位点差异的蛋白质组合&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1884&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1921&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/images/blogWidget/wordpress_default.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;寻找PDB数据库中只存在单个位点差异的蛋白质组合&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;Using Python to Convert FASTA Files into Relaxed Phylip Format&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F970&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1921&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/images/blogWidget/wordpress_default.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;Using Python to Convert FASTA Files into Relaxed Phylip Format&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;Using Python to Sort Sequences into a Certain Order&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1043&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1921&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/images/blogWidget/wordpress_default.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;Using Python to Sort Sequences into a Certain Order&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;SVG绘人类染色体G带图&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F628&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1921&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848398.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;SVG绘人类染色体G带图&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
        &lt;/tr&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot; align=&quot;right&quot;&gt;
            &lt;a style=&quot;text-decoration: none !important;&quot; href=&quot;http://www.wumii.com/widget/relatedItems&quot; target=&quot;_blank&quot; title=&quot;无觅相关文章插件&quot;&gt;
                &lt;font size=&quot;-1&quot; color=&quot;#bbbbbb&quot; style=&quot;display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;&quot;&gt;无觅&lt;/font&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/634033004/missyoung/feedsky/s.gif?r=http://miss.ieph.net/archives/1921&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>RegEx</category><category>bioinfo</category><category>学习</category><pubDate>Thu, 03 May 2012 13:57:40 +0800</pubDate><author>Jessie</author><comments>http://miss.ieph.net/archives/1921#comments</comments><guid isPermaLink="false">http://miss.ieph.net/?p=1921</guid><dc:creator>Jessie</dc:creator><fs:srclink>http://miss.ieph.net/archives/1921</fs:srclink><fs:srcfeed>http://miss.ieph.net/feed</fs:srcfeed><fs:itemid>feedsky/missyoung/~8196993/634033004/6300735</fs:itemid></item><item><title>《精通法式烹饪艺术》—— 葡萄酒</title><link>http://miss.ieph.net/archives/1971</link><content:encoded>&lt;p&gt;&lt;img title=&quot;banner&quot; src=&quot;http://miss.ieph.net/upload/201104/banner.gif&quot; alt=&quot;&quot; width=&quot;320&quot; height=&quot;320&quot; /&gt;&lt;/p&gt;
&lt;p&gt;这篇文章翻译的是 &lt;a href=&quot;http://en.wikipedia.org/wiki/Simone_Beck&quot; target=&quot;_blank&quot;&gt;Simone Beck&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Louisette_Bertholle&quot; target=&quot;_blank&quot;&gt;Louisette Bertholle&lt;/a&gt; 和 &lt;a href=&quot;http://en.wikipedia.org/wiki/Julia_Child&quot; target=&quot;_blank&quot;&gt;Julia Child&lt;/a&gt; 合著的《&lt;em&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Mastering_the_Art_of_French_Cooking&quot;&gt;Mastering the Art of French Cooking&lt;/a&gt;&lt;/em&gt;》（MAoFC, 1961年版）之&lt;strong&gt;葡萄酒&lt;/strong&gt;部分。&lt;/p&gt;
&lt;p&gt;距离上一次翻译&lt;a href=&quot;http://miss.ieph.net/archives/1741&quot; target=&quot;_blank&quot;&gt;刀法&lt;/a&gt;部分已过了大半年&amp;#8230; So little time, so much to do&amp;#8230; 以后的翻译进度可能会继续缓慢&amp;#8230;&lt;/p&gt;
&lt;p&gt;说到葡萄酒，大概有许多人喜欢，诸如“每天一杯葡萄酒好处多多”的说法也是很流行的~ 对于葡萄酒，我们很多人都是门外汉，本书的这一部分向我们传授了葡萄酒的若干基础知识，重点讲述法国葡萄酒与食物的搭配。&lt;br /&gt;
&lt;span id=&quot;more-1971&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;img class=&quot;alignnone&quot; title=&quot;MAoFC&quot; src=&quot;http://miss.ieph.net/upload/201203/k1.jpg&quot; alt=&quot;&quot; width=&quot;650&quot; height=&quot;918&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;aligncenter&quot; title=&quot;gap&quot; src=&quot;http://miss.ieph.net/upload/line.gif&quot; alt=&quot;&quot; width=&quot;462&quot; height=&quot;7&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;MAoFC&quot; src=&quot;http://miss.ieph.net/upload/201203/k2.jpg&quot; alt=&quot;&quot; width=&quot;650&quot; height=&quot;918&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;aligncenter&quot; title=&quot;gap&quot; src=&quot;http://miss.ieph.net/upload/line.gif&quot; alt=&quot;&quot; width=&quot;462&quot; height=&quot;7&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;MAoFC&quot; src=&quot;http://miss.ieph.net/upload/201203/k3.jpg&quot; alt=&quot;&quot; width=&quot;650&quot; height=&quot;918&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;aligncenter&quot; title=&quot;gap&quot; src=&quot;http://miss.ieph.net/upload/line.gif&quot; alt=&quot;&quot; width=&quot;462&quot; height=&quot;7&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;MAoFC&quot; src=&quot;http://miss.ieph.net/upload/201203/k4.jpg&quot; alt=&quot;&quot; width=&quot;650&quot; height=&quot;918&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;aligncenter&quot; title=&quot;gap&quot; src=&quot;http://miss.ieph.net/upload/line.gif&quot; alt=&quot;&quot; width=&quot;462&quot; height=&quot;7&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;MAoFC&quot; src=&quot;http://miss.ieph.net/upload/201203/k5.jpg&quot; alt=&quot;&quot; width=&quot;650&quot; height=&quot;918&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;aligncenter&quot; title=&quot;gap&quot; src=&quot;http://miss.ieph.net/upload/line.gif&quot; alt=&quot;&quot; width=&quot;462&quot; height=&quot;7&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;MAoFC&quot; src=&quot;http://miss.ieph.net/upload/201203/k6.jpg&quot; alt=&quot;&quot; width=&quot;650&quot; height=&quot;918&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;aligncenter&quot; title=&quot;gap&quot; src=&quot;http://miss.ieph.net/upload/line.gif&quot; alt=&quot;&quot; width=&quot;462&quot; height=&quot;7&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #ff9900;&quot;&gt;&lt;strong&gt;And still, your comments and corrections are always highly appreciated. &lt;img src='http://miss.ieph.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /&gt; &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table class=&quot;wumii-related-items&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;  style=&quot;clear: both;&quot;&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot;&gt;&lt;b&gt;&lt;font size=&quot;-1&quot;  style=&quot;display: block !important; padding: 20px 0 5px !important;&quot;&gt;您可能也喜欢：&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    
        &lt;tr&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;《精通法式烹饪艺术》—— 食材&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1468&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1971&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/25/25045662.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;《精通法式烹饪艺术》—— 食材&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;《精通法式烹饪艺术》—— 刀法&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1741&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1971&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/25/25045662.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;《精通法式烹饪艺术》—— 刀法&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;《精通法式烹饪艺术》—— 温度&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1603&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1971&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/25/25045662.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;《精通法式烹饪艺术》—— 温度&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;MAoFC Translation Project 启动！&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1376&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1971&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/04/12/5470360.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;MAoFC Translation Project 启动！&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;《精通法式烹饪艺术》—— 厨具&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1449&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1971&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/25/25045662.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;《精通法式烹饪艺术》—— 厨具&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
        &lt;/tr&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot; align=&quot;right&quot;&gt;
            &lt;a style=&quot;text-decoration: none !important;&quot; href=&quot;http://www.wumii.com/widget/relatedItems&quot; target=&quot;_blank&quot; title=&quot;无觅相关文章插件&quot;&gt;
                &lt;font size=&quot;-1&quot; color=&quot;#bbbbbb&quot; style=&quot;display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;&quot;&gt;无觅&lt;/font&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;&lt;h3&gt;相关文章&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1741&quot; title=&quot;《精通法式烹饪艺术》—— 刀法 (2011/08/25)&quot;&gt;《精通法式烹饪艺术》—— 刀法&lt;/a&gt; (3)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1603&quot; title=&quot;《精通法式烹饪艺术》—— 温度 (2011/07/02)&quot;&gt;《精通法式烹饪艺术》—— 温度&lt;/a&gt; (2)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1570&quot; title=&quot;《精通法式烹饪艺术》—— 计量 (2011/06/23)&quot;&gt;《精通法式烹饪艺术》—— 计量&lt;/a&gt; (0)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1468&quot; title=&quot;《精通法式烹饪艺术》—— 食材 (2011/06/02)&quot;&gt;《精通法式烹饪艺术》—— 食材&lt;/a&gt; (11)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1457&quot; title=&quot;《精通法式烹饪艺术》—— 定义 (2011/05/29)&quot;&gt;《精通法式烹饪艺术》—— 定义&lt;/a&gt; (4)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1449&quot; title=&quot;《精通法式烹饪艺术》—— 厨具 (2011/05/12)&quot;&gt;《精通法式烹饪艺术》—— 厨具&lt;/a&gt; (2)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1436&quot; title=&quot;《精通法式烹饪艺术》—— 目录 (2011/04/21)&quot;&gt;《精通法式烹饪艺术》—— 目录&lt;/a&gt; (7)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1385&quot; title=&quot;《精通法式烹饪艺术》—— 前言&amp;#038;致谢 (2011/04/18)&quot;&gt;《精通法式烹饪艺术》—— 前言&amp;#038;致谢&lt;/a&gt; (9)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1376&quot; title=&quot;MAoFC Translation Project 启动！ (2011/04/12)&quot;&gt;MAoFC Translation Project 启动！&lt;/a&gt; (5)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/931&quot; title=&quot;英文中何时用i.e.? (2010/08/13)&quot;&gt;英文中何时用i.e.?&lt;/a&gt; (3)&lt;/li&gt;&lt;/ul&gt;&lt;hr /&gt;&lt;p&gt;© &lt;a href='http://miss.ieph.net/'&gt;Miss Young's Blog&lt;/a&gt; 2010-2011 | &lt;a href='http://miss.ieph.net/archives/1971'&gt;查看原文&lt;/a&gt; | &lt;a href='http://miss.ieph.net/archives/1971#comments'&gt;2条评论&lt;/a&gt; | &lt;a href='http://miss.ieph.net/archives/1971#comments'&gt;立即发言&lt;/a&gt; | 推荐订阅地址：http://miss.ieph.net/feed&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/634033005/missyoung/feedsky/s.gif?r=http://miss.ieph.net/archives/1971&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</content:encoded><wfw:commentRss>http://miss.ieph.net/archives/1971/feed</wfw:commentRss><slash:comments>2</slash:comments><description>这篇文章翻译的是 Simone Beck, Louisette Bertholle 和 Julia Child 合著的《Mastering the Art of French Cooking》（MAoFC, 1961年版）之葡萄酒部分。 距离上一次翻译刀法部分已过了大半年&amp;#8230; So little time, so much to do&amp;#8230; 以后的翻译进度可能会继续缓慢&amp;#8230; 说到葡萄酒，大概有许多人喜欢，诸如“每天一杯葡萄酒好处多多”的说法也是很流行的~ 对于葡萄酒，我们很多人都是门外汉，本书的这一部分向我们传授了葡萄酒的若干基础知识，重点讲述法国葡萄酒与食物的搭配。 And still, your comments and corrections are always highly appreciated. 相关文章《精通法式烹饪艺术》—— 刀法 (3)《精通法式烹饪艺术》—— 温度 (2)《精通法式烹饪艺术》—— 计量 (0)《精通法式烹饪艺术》—— 食材 (11)《精通法式烹饪艺术》—— 定义 (4)《精通法式烹饪艺术》—— 厨具 (2)《精通法式烹饪艺术》—— 目录 (7)《精通法式烹饪艺术》—— 前言&amp;#038;致谢 (9)MAoFC Translation Project [...]&lt;table class=&quot;wumii-related-items&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;  style=&quot;clear: both;&quot;&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot;&gt;&lt;b&gt;&lt;font size=&quot;-1&quot;  style=&quot;display: block !important; padding: 20px 0 5px !important;&quot;&gt;您可能也喜欢：&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    
        &lt;tr&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;《精通法式烹饪艺术》—— 食材&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1468&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1971&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/25/25045662.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;《精通法式烹饪艺术》—— 食材&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;《精通法式烹饪艺术》—— 刀法&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1741&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1971&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/25/25045662.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;《精通法式烹饪艺术》—— 刀法&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;《精通法式烹饪艺术》—— 温度&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1603&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1971&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/25/25045662.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;《精通法式烹饪艺术》—— 温度&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;MAoFC Translation Project 启动！&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1376&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1971&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/04/12/5470360.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;MAoFC Translation Project 启动！&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;《精通法式烹饪艺术》—— 厨具&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1449&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1971&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/25/25045662.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;《精通法式烹饪艺术》—— 厨具&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
        &lt;/tr&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot; align=&quot;right&quot;&gt;
            &lt;a style=&quot;text-decoration: none !important;&quot; href=&quot;http://www.wumii.com/widget/relatedItems&quot; target=&quot;_blank&quot; title=&quot;无觅相关文章插件&quot;&gt;
                &lt;font size=&quot;-1&quot; color=&quot;#bbbbbb&quot; style=&quot;display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;&quot;&gt;无觅&lt;/font&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/634033005/missyoung/feedsky/s.gif?r=http://miss.ieph.net/archives/1971&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>翻译</category><category>其他</category><category>MAoFC</category><pubDate>Mon, 19 Mar 2012 13:01:30 +0800</pubDate><author>Jessie</author><comments>http://miss.ieph.net/archives/1971#comments</comments><guid isPermaLink="false">http://miss.ieph.net/?p=1971</guid><dc:creator>Jessie</dc:creator><fs:srclink>http://miss.ieph.net/archives/1971</fs:srclink><fs:srcfeed>http://miss.ieph.net/feed</fs:srcfeed><fs:itemid>feedsky/missyoung/~8196993/634033005/6300735</fs:itemid></item><item><title>寻找PDB数据库中只存在单个位点差异的蛋白质组合</title><link>http://miss.ieph.net/archives/1884</link><content:encoded>&lt;p&gt;BioStar 上面有一个问题：“&lt;a href=&quot;http://biostar.stackexchange.com/questions/16924/easy-retrieval-of-mutant-pdb-structures&quot; target=&quot;_blank&quot;&gt;How to return all pdb ids to a given one that differ only by one amino acid?&lt;/a&gt;” &lt;/p&gt;
&lt;p&gt;问题即：给定一条蛋白质序列，从 PDB 数据库含有的蛋白质中找出所有与其只存在单个位点差异的序列。再推广，即找出只存在单个位点差异的所有蛋白质组合。&lt;/p&gt;
&lt;p&gt;nsaunders 在其&lt;a href=&quot;http://nsaunders.wordpress.com/2012/02/02/proteins-in-the-pdb-that-differ-by-one-amino-acid/&quot; target=&quot;_blank&quot;&gt;博客&lt;/a&gt;中给出了详细的解决方案，跟随其步骤，实践一下。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1. 从 NCBI 获取 PDB 数据库中的蛋白质序列（FASTA 格式）&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;下载、解压&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;txt&quot; style=&quot;font-family:monospace;&quot;&gt;$ wget ftp://ftp.ncbi.gov/blast/db/FASTA/pdbaa.gz
$ gunzip pdbaa.gz&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;span id=&quot;more-1884&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;strong&gt;2. 给序列创建索引&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;创建索引的目的是为了接下来能更方便地从文件中提取部分序列。可用 blast 中的 formatdb 程序实现，然后用 fastacmd 提取具体的序列（参数参考&lt;a href=&quot;http://www.ncbi.nlm.nih.gov/staff/tao/URLAPI/formatdb_fastacmd.html&quot; target=&quot;_blank&quot;&gt;这里&lt;/a&gt;）。&lt;/p&gt;
&lt;p&gt;生成索引文件：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;txt&quot; style=&quot;font-family:monospace;&quot;&gt;$ formatdb -i pdbaa -p T -o T&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;从log中可知：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;txt&quot; style=&quot;font-family:monospace;&quot;&gt;# Formatted 56383 sequences in volume 0&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;即，共有 56383 条序列。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3. 根据相似性对序列进行聚类&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;采用 &lt;a href=&quot;http://weizhong-lab.ucsd.edu/cd-hit/&quot; target=&quot;_blank&quot;&gt;CD-HIT&lt;/a&gt; 实现聚类：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;txt&quot; style=&quot;font-family:monospace;&quot;&gt;$ cd-hit -i pdbaa -o pdb90 -c 0.9 -n 5&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;从 output 信息可知，&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;txt&quot; style=&quot;font-family:monospace;&quot;&gt;total seq: 55271
...
55271  finished      28804  clusters&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;聚类的条目共有 55271 条（细心的话，你可以发现这个数目同上面写的 56383 有出入，原因在于 &lt;del datetime=&quot;2012-03-08T11:56:00+00:00&quot;&gt;pdbaa 数据库是非冗余数据库，完全相同的序列被整合成一条条目，即该数据库含有 56383 sequences，共 55271 entries；参考&lt;a href=&quot;http://www.ncbi.nlm.nih.gov/staff/tao/URLAPI/blastdb.html#6&quot; target=&quot;_blank&quot;&gt;Non-redundant Define Synatax&lt;/a&gt;&lt;/del&gt;CD-HIT在聚类过程中会自动丢弃较短的序列，由 -l 参数设定，默认值为10），归为 28804 个类。生成的 pdb90.clstr 文件详细列出每个 cluster 的信息，如 Cluster 201：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;txt&quot; style=&quot;font-family:monospace;&quot;&gt;&amp;gt;Cluster 201
0	486aa, &amp;gt;gi|114794482|pdb|2H... at 99.59%
1	897aa, &amp;gt;gi|116667097|pdb|2D... at 99.89%
2	917aa, &amp;gt;gi|295321895|pdb|3L... *&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;4. 提取每个 cluster 中的序列 ID&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;这一步的目的是为接下来的步骤：根据其ID 提取相应序列再对每个 cluster 的序列分别作多序列比对，作准备（因此只要针对包含 &gt;1 条序列的 cluster 即可，以 GI 作为 ID）。&lt;/p&gt;
&lt;p&gt;用以下 Python 代码实现：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;python&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;#!/usr/bin/python&lt;/span&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;# Author: Jessie&lt;/span&gt;
&amp;nbsp;
&lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;import&lt;/span&gt; &lt;span style=&quot;color: #dc143c;&quot;&gt;re&lt;/span&gt;
&lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;from&lt;/span&gt; &lt;span style=&quot;color: #dc143c;&quot;&gt;operator&lt;/span&gt; &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;import&lt;/span&gt; itemgetter
&amp;nbsp;
items = &lt;span style=&quot;color: black;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#93;&lt;/span&gt;
&amp;nbsp;
&lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;with&lt;/span&gt; &lt;span style=&quot;color: #008000;&quot;&gt;open&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #483d8b;&quot;&gt;'pdb90.clstr'&lt;/span&gt;, &lt;span style=&quot;color: #483d8b;&quot;&gt;'r'&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;as&lt;/span&gt; fin:
    data = fin.&lt;span style=&quot;color: black;&quot;&gt;read&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;
    ms = &lt;span style=&quot;color: #dc143c;&quot;&gt;re&lt;/span&gt;.&lt;span style=&quot;color: black;&quot;&gt;findall&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;r&lt;span style=&quot;color: #483d8b;&quot;&gt;'&amp;gt;Cluster&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\s&lt;/span&gt;(&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\d&lt;/span&gt;+).*(([&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\r&lt;/span&gt;&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\n&lt;/span&gt;]+&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\d&lt;/span&gt;+.*)*)'&lt;/span&gt;, data&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;
    &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;for&lt;/span&gt; m &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;in&lt;/span&gt; ms:
        item = &lt;span style=&quot;color: black;&quot;&gt;&amp;#123;&lt;/span&gt;
                &lt;span style=&quot;color: #483d8b;&quot;&gt;'cluster'&lt;/span&gt;: &lt;span style=&quot;color: #483d8b;&quot;&gt;''&lt;/span&gt;,
                &lt;span style=&quot;color: #483d8b;&quot;&gt;'ids'&lt;/span&gt;: &lt;span style=&quot;color: black;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#93;&lt;/span&gt;,
                &lt;span style=&quot;color: black;&quot;&gt;&amp;#125;&lt;/span&gt;
        item&lt;span style=&quot;color: black;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #483d8b;&quot;&gt;'cluster'&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#93;&lt;/span&gt; = m&lt;span style=&quot;color: black;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #ff4500;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#93;&lt;/span&gt;
        item&lt;span style=&quot;color: black;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #483d8b;&quot;&gt;'ids'&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#93;&lt;/span&gt; = &lt;span style=&quot;color: black;&quot;&gt;&amp;#91;&lt;/span&gt;ID &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;for&lt;/span&gt; ID &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;in&lt;/span&gt; &lt;span style=&quot;color: #dc143c;&quot;&gt;re&lt;/span&gt;.&lt;span style=&quot;color: black;&quot;&gt;findall&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;r&lt;span style=&quot;color: #483d8b;&quot;&gt;'&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\|&lt;/span&gt;(&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\d&lt;/span&gt;+)&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\|&lt;/span&gt;'&lt;/span&gt;, m&lt;span style=&quot;color: black;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #ff4500;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#93;&lt;/span&gt;
        &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: #008000;&quot;&gt;len&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;item&lt;span style=&quot;color: black;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #483d8b;&quot;&gt;'ids'&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: #ff4500;&quot;&gt;1&lt;/span&gt;:
            items.&lt;span style=&quot;color: black;&quot;&gt;append&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;item&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp;
&lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;print&lt;/span&gt; &lt;span style=&quot;color: #008000;&quot;&gt;len&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;items&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;# The number of clusters containing at least two seqs.&lt;/span&gt;
&amp;nbsp;
&lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;for&lt;/span&gt; item &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;in&lt;/span&gt; &lt;span style=&quot;color: #008000;&quot;&gt;sorted&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;items, key=itemgetter&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #483d8b;&quot;&gt;'cluster'&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;:
    &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;with&lt;/span&gt; &lt;span style=&quot;color: #008000;&quot;&gt;open&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #483d8b;&quot;&gt;'Cluster_'&lt;/span&gt;+item&lt;span style=&quot;color: black;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #483d8b;&quot;&gt;'cluster'&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#93;&lt;/span&gt;+&lt;span style=&quot;color: #483d8b;&quot;&gt;'.txt'&lt;/span&gt;, &lt;span style=&quot;color: #483d8b;&quot;&gt;'a'&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;as&lt;/span&gt; fout:
        &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;for&lt;/span&gt; i &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;in&lt;/span&gt; item&lt;span style=&quot;color: black;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #483d8b;&quot;&gt;'ids'&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#93;&lt;/span&gt;:
            fout.&lt;span style=&quot;color: black;&quot;&gt;write&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #483d8b;&quot;&gt;'%s&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\n&lt;/span&gt;'&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;%&lt;/span&gt; i&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;共有 9092 个 clusters 含有 &gt;1 条序列，即生成 9092 个含有序列 ID 的 txt 文件。如 Cluster_201.txt 的内容为：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;txt&quot; style=&quot;font-family:monospace;&quot;&gt;114794482
116667097
295321895&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;5. 根据 ID 提取相应序列&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;用前面提到的 fastacmd 程序实现：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;txt&quot; style=&quot;font-family:monospace;&quot;&gt;$ find ./-name &amp;quot;Cluster_*.txt&amp;quot; -exec fastacmd -d pdbaa -p T -i {} -o {}.fa \;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;生成的文件存储有相应 ID 的序列，如 Cluster.txt.fa：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;txt&quot; style=&quot;font-family:monospace;&quot;&gt;&amp;gt;gi|114794482|pdb|2HR7|A Chain A, Insulin Receptor (Domains 1-3) &amp;gt;gi|114794483|pdb|2HR7|B Chain B, Insulin Receptor (Domains 1-3)
HLYPGEVCPGMDIRNNLTRLHELENCSVIEGHLQILLMFKTRPEDFRDLSFPKLIMITDYLLLFRVYGLESLKDLFPNLT......（序列过长，这里只显示部分）
&amp;gt;gi|116667097|pdb|2DTG|E Chain E, Insulin Receptor (Ir) Ectodomain In Complex With Fab's
HLYPGEVCPGMDIRNNLTRLHELENCSVIEGHLQILLMFKTRPEDFRDLSFPKLIMITDYLLLFRVYGLESLKDLFPNLT......
&amp;gt;gi|295321895|pdb|3LOH|E Chain E, Structure Of The Insulin Receptor Ectodomain, Including Ct P
HLYPGEVCPGMDIRNNLTRLHELENCSVIEGHLQILLMFKTRPEDFRDLSFPKLIMITDYLLLFRVYGLESLKDLFPNLT......&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;第一个 entry 即包含 2 条相同的序列。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;6. Cluster 內序列两两比对&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;采用 &lt;a href=&quot;http://emboss.sourceforge.net/&quot; target=&quot;_blank&quot;&gt;EMBOSS&lt;/a&gt; 的 &lt;a href=&quot;http://cnkeeper.uio.no/cgi-bin/emboss/help/needleall&quot; target=&quot;_blank&quot;&gt;needleall&lt;/a&gt; 程序实现：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;txt&quot; style=&quot;font-family:monospace;&quot;&gt;$ find ./ -name &amp;quot;Cluster*.fa&amp;quot; -exec needleall -asequence {} -bsequence {} -auto -aformat3 pair -sprotein1 1 -sprotein2 1 -outfile {}.aln \;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;7. 找出只存在单个位点差异的组合&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;needleall 输出的结果中包含每两条序列比对的具体描述，如：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;txt&quot; style=&quot;font-family:monospace;&quot;&gt;# Aligned_sequences: 2
# 1: 2DTGE
# 2: 2HR7A
# Matrix: EBLOSUM62
# Gap_penalty: 10.0
# Extend_penalty: 0.5
#
# Length: 897
# Identity:     484/897 (54.0%)
# Similarity:   485/897 (54.1%)
# Gaps:         411/897 (45.8%)
# Score: 2657.0&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;即，2DTG 的 E 链和 2HR7 的 A 链作序列比对，比对后长度为897（包含 gap），一致的位点有484个，插入 gap 的位点有411个。&lt;/p&gt;
&lt;p&gt;若文件內有 A、B、C 三条序列，needleall 输出的结果有 AA， AB， AC， BA， BB， BC， CA， CB ，CC 这九组比对的信息（自己跟自己比对，以及重复的比对在此问题中都是不需要的，所以下面的 python 代码要把它们剔除）。粗暴地实现：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;python&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;#!/usr/bin/python&lt;/span&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;# Author: Jessie&lt;/span&gt;
&amp;nbsp;
&lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;import&lt;/span&gt; &lt;span style=&quot;color: #dc143c;&quot;&gt;os&lt;/span&gt;, &lt;span style=&quot;color: #dc143c;&quot;&gt;re&lt;/span&gt;
&amp;nbsp;
&lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;def&lt;/span&gt; unique&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;seq, &lt;span style=&quot;color: #66cc66;&quot;&gt;**&lt;/span&gt;kwargs&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;:
    key_func = kwargs.&lt;span style=&quot;color: black;&quot;&gt;get&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #483d8b;&quot;&gt;'key'&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;
    result = &lt;span style=&quot;color: black;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#93;&lt;/span&gt;
    unique_set = &lt;span style=&quot;color: #008000;&quot;&gt;set&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;
    &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;for&lt;/span&gt; item &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;in&lt;/span&gt; seq:
        key = key_func&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;item&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;if&lt;/span&gt; key_func &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;else&lt;/span&gt; item
        &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;if&lt;/span&gt; key &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;not&lt;/span&gt; &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;in&lt;/span&gt; unique_set:
            result.&lt;span style=&quot;color: black;&quot;&gt;append&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;item&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;
            unique_set.&lt;span style=&quot;color: black;&quot;&gt;add&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;key&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;
    &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;return&lt;/span&gt; result
&amp;nbsp;
items = &lt;span style=&quot;color: black;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#93;&lt;/span&gt;
&lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;for&lt;/span&gt; fn &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;in&lt;/span&gt; &lt;span style=&quot;color: #dc143c;&quot;&gt;os&lt;/span&gt;.&lt;span style=&quot;color: black;&quot;&gt;listdir&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #483d8b;&quot;&gt;'.'&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;:
    &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;not&lt;/span&gt; fn.&lt;span style=&quot;color: black;&quot;&gt;endswith&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #483d8b;&quot;&gt;'.aln'&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;: &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;continue&lt;/span&gt;
    &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;with&lt;/span&gt; &lt;span style=&quot;color: #008000;&quot;&gt;open&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;fn, &lt;span style=&quot;color: #483d8b;&quot;&gt;'r'&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;as&lt;/span&gt; fin:
        data = fin.&lt;span style=&quot;color: black;&quot;&gt;read&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;
        ms = &lt;span style=&quot;color: #dc143c;&quot;&gt;re&lt;/span&gt;.&lt;span style=&quot;color: black;&quot;&gt;findall&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;r&lt;span style=&quot;color: #483d8b;&quot;&gt;'#&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\s&lt;/span&gt;1:&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\s&lt;/span&gt;(.*)&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\n&lt;/span&gt;#&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\s&lt;/span&gt;2:&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\s&lt;/span&gt;(.*)([&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\r&lt;/span&gt;&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\n&lt;/span&gt;]+#&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\s&lt;/span&gt;.*)*Identity:&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\s&lt;/span&gt;+(&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\d&lt;/span&gt;+)&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\/&lt;/span&gt;(&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\d&lt;/span&gt;+)([&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\s&lt;/span&gt;&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\(&lt;/span&gt;&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\d&lt;/span&gt;.&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\d&lt;/span&gt;%&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\)&lt;/span&gt;]+[&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\r&lt;/span&gt;&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\n&lt;/span&gt;]+#&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\s&lt;/span&gt;.*)*Gaps:&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\s&lt;/span&gt;+(&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\d&lt;/span&gt;+)&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\/&lt;/span&gt;'&lt;/span&gt;, data&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;
        u = unique&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;ms, key=&lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;lambda&lt;/span&gt; item: &lt;span style=&quot;color: #008000;&quot;&gt;frozenset&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;item&lt;span style=&quot;color: black;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #ff4500;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #ff4500;&quot;&gt;2&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;
        &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;for&lt;/span&gt; item &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;in&lt;/span&gt; u:
            &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: #008000;&quot;&gt;int&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;item&lt;span style=&quot;color: black;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #ff4500;&quot;&gt;4&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt; - &lt;span style=&quot;color: #008000;&quot;&gt;int&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;item&lt;span style=&quot;color: black;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #ff4500;&quot;&gt;3&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt; == &lt;span style=&quot;color: #ff4500;&quot;&gt;1&lt;/span&gt;:
                items.&lt;span style=&quot;color: black;&quot;&gt;append&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;item&lt;span style=&quot;color: black;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #ff4500;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#93;&lt;/span&gt;, item&lt;span style=&quot;color: black;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #ff4500;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#93;&lt;/span&gt;, item&lt;span style=&quot;color: black;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #ff4500;&quot;&gt;4&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#93;&lt;/span&gt;, item&lt;span style=&quot;color: black;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #ff4500;&quot;&gt;3&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#93;&lt;/span&gt;, item&lt;span style=&quot;color: black;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #ff4500;&quot;&gt;6&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp;
&lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;with&lt;/span&gt; &lt;span style=&quot;color: #008000;&quot;&gt;open&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #483d8b;&quot;&gt;'oneaa.csv'&lt;/span&gt;, &lt;span style=&quot;color: #483d8b;&quot;&gt;'w'&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;as&lt;/span&gt; fout:
    fout.&lt;span style=&quot;color: black;&quot;&gt;write&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #483d8b;&quot;&gt;'Chain_1&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\t&lt;/span&gt;Chain_2&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\t&lt;/span&gt;Length&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\t&lt;/span&gt;Identity&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\t&lt;/span&gt;Gap&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\n&lt;/span&gt;'&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;
    &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;for&lt;/span&gt; item &lt;span style=&quot;color: #ff7700;font-weight:bold;&quot;&gt;in&lt;/span&gt; items:
        fout.&lt;span style=&quot;color: black;&quot;&gt;write&lt;/span&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #483d8b;&quot;&gt;'%s&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\t&lt;/span&gt;%s&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\t&lt;/span&gt;%s&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\t&lt;/span&gt;%s&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\t&lt;/span&gt;%s&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\n&lt;/span&gt;'&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;%&lt;/span&gt; item&lt;span style=&quot;color: black;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;最后得到 &lt;strong&gt;13009&lt;/strong&gt; 对 PDB 链存在 1 个位点的差异，其中有 &lt;strong&gt;1932&lt;/strong&gt; 对是由于插入一个 gap 的缘故。&lt;/p&gt;
&lt;p&gt;用 &lt;a href=&quot;http://en.wikipedia.org/wiki/Grep&quot; target=&quot;_blank&quot;&gt;grep&lt;/a&gt; 在oneaa.csv 文件搜索感兴趣的 PDB ID，可获得符合条件的结果，如：&lt;/p&gt;

&lt;div class=&quot;wp_syntax&quot;&gt;&lt;div class=&quot;code&quot;&gt;&lt;pre class=&quot;txt&quot; style=&quot;font-family:monospace;&quot;&gt;$ grep 1E15 oneaa.csv
1E15A	1GOIA	499	498	0
1E6ZA	1E15A	499	498	1
1H0GA	1E15A	499	498	0
1E6NB	1E15A	499	498	0
1OGBA	1E15A	499	498	0&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;可知 1E15 的 A 链蛋白质序列同 1GOI 、1E6Z、1H0G、1OGB 的 A 链以及 1E6N 的 B 链蛋白质序列均存在一个位点的差异，其中与 1E6Z A 链的差异是由于引入一个空缺 (gap)。&lt;/p&gt;
&lt;p&gt;That&amp;#8217;s it.&lt;/p&gt;
&lt;table class=&quot;wumii-related-items&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;  style=&quot;clear: both;&quot;&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot;&gt;&lt;b&gt;&lt;font size=&quot;-1&quot;  style=&quot;display: block !important; padding: 20px 0 5px !important;&quot;&gt;您可能也喜欢：&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    
        &lt;tr&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;Using Python to Convert FASTA Files into Relaxed Phylip Format&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F970&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1884&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/images/blogWidget/wordpress_default.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;Using Python to Convert FASTA Files into Relaxed Phylip Format&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;Using Python to Sort Sequences into a Certain Order&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1043&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1884&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/images/blogWidget/wordpress_default.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;Using Python to Sort Sequences into a Certain Order&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;Convert Words into Numbers in Python&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1412&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1884&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/04/20/5955002.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;Convert Words into Numbers in Python&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;六月参会记&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F754&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1884&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848395.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;六月参会记&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;SVG绘人类染色体G带图&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F628&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1884&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848398.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;SVG绘人类染色体G带图&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
        &lt;/tr&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot; align=&quot;right&quot;&gt;
            &lt;a style=&quot;text-decoration: none !important;&quot; href=&quot;http://www.wumii.com/widget/relatedItems&quot; target=&quot;_blank&quot; title=&quot;无觅相关文章插件&quot;&gt;
                &lt;font size=&quot;-1&quot; color=&quot;#bbbbbb&quot; style=&quot;display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;&quot;&gt;无觅&lt;/font&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;&lt;h3&gt;相关文章&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1043&quot; title=&quot;Using Python to Sort Sequences into a Certain Order (2010/10/12)&quot;&gt;Using Python to Sort Sequences into a Certain Order&lt;/a&gt; (2)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/970&quot; title=&quot;Using Python to Convert FASTA Files into Relaxed Phylip Format (2010/09/13)&quot;&gt;Using Python to Convert FASTA Files into Relaxed Phylip Format&lt;/a&gt; (13)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1921&quot; title=&quot;用正则表达式识别数据库IDs/Accession Numbers (2012/05/03)&quot;&gt;用正则表达式识别数据库IDs/Accession Numbers&lt;/a&gt; (1)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1412&quot; title=&quot;Convert Words into Numbers in Python (2011/04/19)&quot;&gt;Convert Words into Numbers in Python&lt;/a&gt; (0)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/754&quot; title=&quot;六月参会记 (2010/06/06)&quot;&gt;六月参会记&lt;/a&gt; (11)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/628&quot; title=&quot;SVG绘人类染色体G带图 (2010/05/13)&quot;&gt;SVG绘人类染色体G带图&lt;/a&gt; (13)&lt;/li&gt;&lt;/ul&gt;&lt;hr /&gt;&lt;p&gt;© &lt;a href='http://miss.ieph.net/'&gt;Miss Young's Blog&lt;/a&gt; 2010-2011 | &lt;a href='http://miss.ieph.net/archives/1884'&gt;查看原文&lt;/a&gt; | &lt;a href='http://miss.ieph.net/archives/1884#comments'&gt;1条评论&lt;/a&gt; | &lt;a href='http://miss.ieph.net/archives/1884#comments'&gt;立即发言&lt;/a&gt; | 推荐订阅地址：http://miss.ieph.net/feed&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/634033006/missyoung/feedsky/s.gif?r=http://miss.ieph.net/archives/1884&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</content:encoded><wfw:commentRss>http://miss.ieph.net/archives/1884/feed</wfw:commentRss><slash:comments>1</slash:comments><description>BioStar 上面有一个问题：“How to return all pdb ids to a given one that differ only by one amino acid?” 问题即：给定一条蛋白质序列，从 PDB 数据库含有的蛋白质中找出所有与其只存在单个位点差异的序列。再推广，即找出只存在单个位点差异的所有蛋白质组合。 nsaunders 在其博客中给出了详细的解决方案，跟随其步骤，实践一下。 1. 从 NCBI 获取 PDB 数据库中的蛋白质序列（FASTA 格式） 下载、解压 $ wget ftp://ftp.ncbi.gov/blast/db/FASTA/pdbaa.gz $ gunzip pdbaa.gz 2. 给序列创建索引 创建索引的目的是为了接下来能更方便地从文件中提取部分序列。可用 blast 中的 formatdb 程序实现，然后用 fastacmd 提取具体的序列（参数参考这里）。 生成索引文件： $ formatdb -i pdbaa -p T -o T [...]&lt;table class=&quot;wumii-related-items&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;  style=&quot;clear: both;&quot;&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot;&gt;&lt;b&gt;&lt;font size=&quot;-1&quot;  style=&quot;display: block !important; padding: 20px 0 5px !important;&quot;&gt;您可能也喜欢：&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    
        &lt;tr&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;Using Python to Convert FASTA Files into Relaxed Phylip Format&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F970&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1884&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/images/blogWidget/wordpress_default.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;Using Python to Convert FASTA Files into Relaxed Phylip Format&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;Using Python to Sort Sequences into a Certain Order&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1043&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1884&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/images/blogWidget/wordpress_default.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;Using Python to Sort Sequences into a Certain Order&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;Convert Words into Numbers in Python&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1412&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1884&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/04/20/5955002.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;Convert Words into Numbers in Python&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;六月参会记&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F754&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1884&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848395.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;六月参会记&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;SVG绘人类染色体G带图&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F628&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1884&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848398.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;SVG绘人类染色体G带图&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
        &lt;/tr&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot; align=&quot;right&quot;&gt;
            &lt;a style=&quot;text-decoration: none !important;&quot; href=&quot;http://www.wumii.com/widget/relatedItems&quot; target=&quot;_blank&quot; title=&quot;无觅相关文章插件&quot;&gt;
                &lt;font size=&quot;-1&quot; color=&quot;#bbbbbb&quot; style=&quot;display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;&quot;&gt;无觅&lt;/font&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/634033006/missyoung/feedsky/s.gif?r=http://miss.ieph.net/archives/1884&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>Linux</category><category>Python</category><category>bioinfo</category><category>学习</category><pubDate>Fri, 24 Feb 2012 16:36:02 +0800</pubDate><author>Jessie</author><comments>http://miss.ieph.net/archives/1884#comments</comments><guid isPermaLink="false">http://miss.ieph.net/?p=1884</guid><dc:creator>Jessie</dc:creator><fs:srclink>http://miss.ieph.net/archives/1884</fs:srclink><fs:srcfeed>http://miss.ieph.net/feed</fs:srcfeed><fs:itemid>feedsky/missyoung/~8196993/634033006/6300735</fs:itemid></item><item><title>Jessie下厨房合集@2011</title><link>http://miss.ieph.net/archives/1877</link><content:encoded>&lt;p&gt;过去的一年，用四个字概括 —— 悲喜交加。&lt;/p&gt;
&lt;p&gt;Anyway, past 即历史。Time is something we will never get back.&lt;/p&gt;
&lt;p&gt;收获无几，厨艺倒可能有所提高。&lt;/p&gt;
&lt;p&gt;2011年偶下厨房的不完全合集如下：(2p)&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;Jessie下厨房&quot; src=&quot;http://miss.ieph.net/upload/201201/2011_1.jpg&quot; alt=&quot;&quot; width=&quot;657&quot; height=&quot;560&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id=&quot;more-1877&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;Jessie下厨房&quot; src=&quot;http://miss.ieph.net/upload/201201/2011_2.jpg&quot; alt=&quot;&quot; width=&quot;658&quot; height=&quot;560&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Bon Appetit. &lt;img src='http://miss.ieph.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /&gt; &lt;/p&gt;
&lt;table class=&quot;wumii-related-items&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;  style=&quot;clear: both;&quot;&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot;&gt;&lt;b&gt;&lt;font size=&quot;-1&quot;  style=&quot;display: block !important; padding: 20px 0 5px !important;&quot;&gt;您可能也喜欢：&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    
        &lt;tr&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【Jessie下厨房】酒香鸡翅&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F406&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1877&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848438.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【Jessie下厨房】酒香鸡翅&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【Jessie下厨房】蚕豆滑蛋&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F663&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1877&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848433.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【Jessie下厨房】蚕豆滑蛋&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【Jessie下厨房】银耳枸杞羹&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F480&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1877&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848436.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【Jessie下厨房】银耳枸杞羹&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【星期六的晚餐】照烧鸡腿饭&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1120&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1877&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848406.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【星期六的晚餐】照烧鸡腿饭&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;早餐吃什么？&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1105&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1877&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848409.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;早餐吃什么？&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
        &lt;/tr&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot; align=&quot;right&quot;&gt;
            &lt;a style=&quot;text-decoration: none !important;&quot; href=&quot;http://www.wumii.com/widget/relatedItems&quot; target=&quot;_blank&quot; title=&quot;无觅相关文章插件&quot;&gt;
                &lt;font size=&quot;-1&quot; color=&quot;#bbbbbb&quot; style=&quot;display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;&quot;&gt;无觅&lt;/font&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;&lt;h3&gt;相关文章&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1625&quot; title=&quot;喜欢这抹紫色~ (2011/07/12)&quot;&gt;喜欢这抹紫色~&lt;/a&gt; (7)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1203&quot; title=&quot;一碗汤，满满的爱 (2011/01/12)&quot;&gt;一碗汤，满满的爱&lt;/a&gt; (4)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1120&quot; title=&quot;【星期六的晚餐】照烧鸡腿饭 (2010/12/12)&quot;&gt;【星期六的晚餐】照烧鸡腿饭&lt;/a&gt; (7)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1105&quot; title=&quot;早餐吃什么？ (2010/11/28)&quot;&gt;早餐吃什么？&lt;/a&gt; (11)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1097&quot; title=&quot;食梨防燥最宜秋 (2010/11/06)&quot;&gt;食梨防燥最宜秋&lt;/a&gt; (11)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1073&quot; title=&quot;【重阳节晚餐】蒜香排骨+白灼娃娃菜 (2010/10/18)&quot;&gt;【重阳节晚餐】蒜香排骨+白灼娃娃菜&lt;/a&gt; (12)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1031&quot; title=&quot;十月桂花飘香，我家菜肴唰唰上 (2010/10/07)&quot;&gt;十月桂花飘香，我家菜肴唰唰上&lt;/a&gt; (15)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/987&quot; title=&quot;【秋日应景菜】栗子鸡 (2010/09/18)&quot;&gt;【秋日应景菜】栗子鸡&lt;/a&gt; (6)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/951&quot; title=&quot;香浓玉米汁 (2010/09/02)&quot;&gt;香浓玉米汁&lt;/a&gt; (10)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/792&quot; title=&quot;【暗黑料理】酸汤肥羊 (2010/06/16)&quot;&gt;【暗黑料理】酸汤肥羊&lt;/a&gt; (10)&lt;/li&gt;&lt;/ul&gt;&lt;hr /&gt;&lt;p&gt;© &lt;a href='http://miss.ieph.net/'&gt;Miss Young's Blog&lt;/a&gt; 2010-2011 | &lt;a href='http://miss.ieph.net/archives/1877'&gt;查看原文&lt;/a&gt; | &lt;a href='http://miss.ieph.net/archives/1877#comments'&gt;4条评论&lt;/a&gt; | &lt;a href='http://miss.ieph.net/archives/1877#comments'&gt;立即发言&lt;/a&gt; | 推荐订阅地址：http://miss.ieph.net/feed&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/634033007/missyoung/feedsky/s.gif?r=http://miss.ieph.net/archives/1877&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</content:encoded><wfw:commentRss>http://miss.ieph.net/archives/1877/feed</wfw:commentRss><slash:comments>4</slash:comments><description>过去的一年，用四个字概括 —— 悲喜交加。 Anyway, past 即历史。Time is something we will never get back. 收获无几，厨艺倒可能有所提高。 2011年偶下厨房的不完全合集如下：(2p) Bon Appetit. 相关文章喜欢这抹紫色~ (7)一碗汤，满满的爱 (4)【星期六的晚餐】照烧鸡腿饭 (7)早餐吃什么？ (11)食梨防燥最宜秋 (11)【重阳节晚餐】蒜香排骨+白灼娃娃菜 (12)十月桂花飘香，我家菜肴唰唰上 (15)【秋日应景菜】栗子鸡 (6)香浓玉米汁 (10)【暗黑料理】酸汤肥羊 (10)© Miss Young's Blog 2010-2011 &amp;#124; 查看原文 &amp;#124; 4条评论 &amp;#124; 立即发言 &amp;#124; 推荐订阅地址：http://miss.ieph.net/feed&lt;table class=&quot;wumii-related-items&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;  style=&quot;clear: both;&quot;&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot;&gt;&lt;b&gt;&lt;font size=&quot;-1&quot;  style=&quot;display: block !important; padding: 20px 0 5px !important;&quot;&gt;您可能也喜欢：&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    
        &lt;tr&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【Jessie下厨房】酒香鸡翅&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F406&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1877&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848438.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【Jessie下厨房】酒香鸡翅&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【Jessie下厨房】蚕豆滑蛋&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F663&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1877&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848433.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【Jessie下厨房】蚕豆滑蛋&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【Jessie下厨房】银耳枸杞羹&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F480&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1877&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848436.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【Jessie下厨房】银耳枸杞羹&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【星期六的晚餐】照烧鸡腿饭&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1120&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1877&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848406.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【星期六的晚餐】照烧鸡腿饭&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;早餐吃什么？&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1105&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1877&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848409.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;早餐吃什么？&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
        &lt;/tr&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot; align=&quot;right&quot;&gt;
            &lt;a style=&quot;text-decoration: none !important;&quot; href=&quot;http://www.wumii.com/widget/relatedItems&quot; target=&quot;_blank&quot; title=&quot;无觅相关文章插件&quot;&gt;
                &lt;font size=&quot;-1&quot; color=&quot;#bbbbbb&quot; style=&quot;display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;&quot;&gt;无觅&lt;/font&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/634033007/missyoung/feedsky/s.gif?r=http://miss.ieph.net/archives/1877&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>Jessie下厨房</category><category>生活</category><pubDate>Wed, 04 Jan 2012 21:57:18 +0800</pubDate><author>Jessie</author><comments>http://miss.ieph.net/archives/1877#comments</comments><guid isPermaLink="false">http://miss.ieph.net/?p=1877</guid><dc:creator>Jessie</dc:creator><fs:srclink>http://miss.ieph.net/archives/1877</fs:srclink><fs:srcfeed>http://miss.ieph.net/feed</fs:srcfeed><fs:itemid>feedsky/missyoung/~8196993/634033007/6300735</fs:itemid></item><item><title>Kindle 4 使用体验</title><link>http://miss.ieph.net/archives/1859</link><content:encoded>&lt;p&gt;上一次买Kindle 3的时候（$139），爱不释手，可惜没用上一个月就在搬家的过程中连同皮套、包装盒、数据线和说明书等一起消失了&amp;#8230;  心痛之余，也木有他法。听闻另一位师兄要从米国回来，便拜托其带个Kindle 4。选择最便宜的非触摸屏广告版，$79，折合人民币￥500。&lt;/p&gt;
&lt;p&gt;因为用过K3，所以新拿到K4使用起来亦熟门熟路，开箱、注册。同K3相比，亦发现了若干处不同~&lt;/p&gt;
&lt;p&gt;K4去掉了K3的键盘，只保留5个按键，按键两旁的空白处适合手持；开关键由滑动键变成按键；机身更轻、更小。我的手比较小，但依然可以用一只手握住两侧~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;Kindle 4&quot; src=&quot;http://miss.ieph.net/upload/201112/K4_1.jpg&quot; alt=&quot;&quot; width=&quot;604&quot; height=&quot;454&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id=&quot;more-1859&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;电子墨水显示屏，看着舒服~ 尤其是对咱这些每天对着计算机工作的娃来说~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;Kindle 4&quot; src=&quot;http://miss.ieph.net/upload/201112/K4_2.jpg&quot; alt=&quot;&quot; width=&quot;532&quot; height=&quot;604&quot; /&gt;&lt;/p&gt;
&lt;p&gt;轻薄，相当于一支铅笔的厚度。&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;Kindle 4&quot; src=&quot;http://miss.ieph.net/upload/201112/K4_3.jpg&quot; alt=&quot;&quot; width=&quot;604&quot; height=&quot;578&quot; /&gt;&lt;/p&gt;
&lt;p&gt;后盖也出现一些改变，有点像苹果的感觉。&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;Kindle 4&quot; src=&quot;http://miss.ieph.net/upload/201112/K4_4.jpg&quot; alt=&quot;&quot; width=&quot;456&quot; height=&quot;604&quot; /&gt;&lt;/p&gt;
&lt;p&gt;稍微测试下其对中文以及格式的支持。用K3时，若干中文书籍的标题在目录中是显示不全的，如“红玫瑰旅馆的客人”中的“红”及“馆”显示不出；在K4下倒是可以显示的，字体稍微怪异点。&lt;/p&gt;
&lt;p&gt;mobi与pdf格式的文件都完美支持，但txt格式的有些诡异。【豆汁记】和【象棋的故事】是txt格式滴，第一次打开它们可以完美阅读，可是想再次打开它们就得到提示：“The selected item could not be opened. &amp;#8230;&amp;#8221;&lt;/p&gt;
&lt;p&gt;因为买的是广告版，所以注册后便会在主页下方显示广告，待机时也看不到精美的作家画像了。不过影响不大，有些广告还挺漂亮的。&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;Kindle 4&quot; src=&quot;http://miss.ieph.net/upload/201112/K4_5.jpg&quot; alt=&quot;&quot; width=&quot;444&quot; height=&quot;604&quot; /&gt;&lt;/p&gt;
&lt;p&gt;至于用来上网，算是个鸡肋吧&amp;#8230; Kindle 是为专注于阅读所用（也正是我喜欢的）。因为键盘只能用方向键控制，所以对于需要经常记录的童鞋，这款可能就不太适用了。&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;Kindle 4&quot; src=&quot;http://miss.ieph.net/upload/201112/K4_6.jpg&quot; alt=&quot;&quot; width=&quot;492&quot; height=&quot;654&quot; /&gt;&lt;/p&gt;
&lt;p&gt;另外，这款木有语音功能，所以text-to-speech、当mp3使都不行啦~ 不用Wi-Fi时，把它turn off，可以省电。&lt;/p&gt;
&lt;p&gt;我用到的电子书资源：&lt;/p&gt;
&lt;p&gt;1. &lt;a href=&quot;http://www.amazon.com/s/ref=sr_nr_n_3?rh=n%3A133140011%2Cn%3A!133141011%2Cn%3A154606011&amp;amp;bbn=133141011&amp;amp;sort=price&amp;amp;ie=UTF8&amp;amp;qid=1324608955&amp;amp;rnid=133141011&quot; target=&quot;_blank&quot;&gt;Kindle Store&lt;/a&gt;。里面已经有上百万电纸书了，按“Price: Low to High”排列，可以找到许多免费电纸书，购买后可直接通过Wi-Fi传输到Kindle。（外文书籍）&lt;/p&gt;
&lt;p&gt;2. 订阅&lt;a href=&quot;http://ireaderreview.com&quot; target=&quot;_blank&quot;&gt;Kindle Review&lt;/a&gt;的‘Free Kindle Books’的&lt;a href=&quot;http://ireaderreview.com/category/free-books/feed/&quot; target=&quot;_blank&quot;&gt;RSS&lt;/a&gt;。该网站基本上每天都会介绍当日Amazon Kindle Store新的免费电纸书，很简要地说明每本书的主要内容、作者、分类等。十分不错。（外文书籍）&lt;/p&gt;
&lt;p&gt;3. 著名的&lt;a href=&quot;http://www.gutenberg.org/&quot; target=&quot;_blank&quot;&gt;Project Gutenberg&lt;/a&gt;。里面有几万本免费电子书，大多是文学作品，支持搜索，提供Kindle支持的文件格式。能够满足爱读英文经典原著滴童鞋的需要。直接用Kindle打开&lt;a href=&quot;http://m.gutenberg.org/&quot; target=&quot;_blank&quot;&gt;http://m.gutenberg.org/&lt;/a&gt;，搜索你想要的书籍，下载后便自动显示在你的Kindle主页了~（主要是英文书）&lt;/p&gt;
&lt;p&gt;4. &lt;a href=&quot;library.nu&quot; target=&quot;_blank&quot;&gt;library.nu&lt;/a&gt;. 不用介绍了&amp;#8230; 里面有一些书籍是mobi格式的。（外文书籍）&lt;/p&gt;
&lt;p&gt;5. &lt;a href=&quot;http://book.zi5.me/&quot; target=&quot;_blank&quot;&gt;子午书简&lt;/a&gt;。子乌童鞋的个人电子收藏馆，中文为主，简繁体均有。（中文书籍）&lt;/p&gt;
&lt;p&gt;其他，可以利用amazon提供的文件转换功能（用你的@free.kindle.com账号）；搜索mobi格式书籍；朋友间共享；自己亦可制作6寸PDF，自己动手，丰衣足食嘛~ 只要想读，资源会有的~~&lt;/p&gt;
&lt;p&gt;Enjoy your reading journey with Kindle. &lt;img src='http://miss.ieph.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /&gt; &lt;/p&gt;
&lt;p&gt;PS: 听闻Kindle的屏幕是很脆弱的，所以买Kindle 3时买了皮套+其他各种保护，想着不要木有读几本书屏幕就悲剧了；只是万万想不到会木有读几本书它就丢了吧，嘿嘿。Kindle 4，决定让它裸奔~ And&amp;#8230; 祝大家节日快乐~&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table class=&quot;wumii-related-items&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;  style=&quot;clear: both;&quot;&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot;&gt;&lt;b&gt;&lt;font size=&quot;-1&quot;  style=&quot;display: block !important; padding: 20px 0 5px !important;&quot;&gt;您可能也喜欢：&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    
        &lt;tr&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【Jessie下厨房】蚕豆滑蛋&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F663&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1859&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848433.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【Jessie下厨房】蚕豆滑蛋&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;我们的纪念日&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1064&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1859&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848314.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;我们的纪念日&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【酷站推荐】壁纸网 desktopography.net&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F177&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1859&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848379.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【酷站推荐】壁纸网 desktopography.net&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;i2Symbol 表情符号集&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1523&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1859&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/06/15/12448335.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;i2Symbol 表情符号集&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【户外时间】走，摘草莓去~&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1303&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1859&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/03/16/3635484.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【户外时间】走，摘草莓去~&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
        &lt;/tr&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot; align=&quot;right&quot;&gt;
            &lt;a style=&quot;text-decoration: none !important;&quot; href=&quot;http://www.wumii.com/widget/relatedItems&quot; target=&quot;_blank&quot; title=&quot;无觅相关文章插件&quot;&gt;
                &lt;font size=&quot;-1&quot; color=&quot;#bbbbbb&quot; style=&quot;display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;&quot;&gt;无觅&lt;/font&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;&lt;h3&gt;相关文章&lt;/h3&gt;&lt;ul&gt;&lt;/ul&gt;&lt;hr /&gt;&lt;p&gt;© &lt;a href='http://miss.ieph.net/'&gt;Miss Young's Blog&lt;/a&gt; 2010-2011 | &lt;a href='http://miss.ieph.net/archives/1859'&gt;查看原文&lt;/a&gt; | &lt;a href='http://miss.ieph.net/archives/1859#comments'&gt;4条评论&lt;/a&gt; | &lt;a href='http://miss.ieph.net/archives/1859#comments'&gt;立即发言&lt;/a&gt; | 推荐订阅地址：http://miss.ieph.net/feed&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/634033008/missyoung/feedsky/s.gif?r=http://miss.ieph.net/archives/1859&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</content:encoded><wfw:commentRss>http://miss.ieph.net/archives/1859/feed</wfw:commentRss><slash:comments>4</slash:comments><description>上一次买Kindle 3的时候（$139），爱不释手，可惜没用上一个月就在搬家的过程中连同皮套、包装盒、数据线和说明书等一起消失了&amp;#8230;  心痛之余，也木有他法。听闻另一位师兄要从米国回来，便拜托其带个Kindle 4。选择最便宜的非触摸屏广告版，$79，折合人民币￥500。 因为用过K3，所以新拿到K4使用起来亦熟门熟路，开箱、注册。同K3相比，亦发现了若干处不同~ K4去掉了K3的键盘，只保留5个按键，按键两旁的空白处适合手持；开关键由滑动键变成按键；机身更轻、更小。我的手比较小，但依然可以用一只手握住两侧~ 电子墨水显示屏，看着舒服~ 尤其是对咱这些每天对着计算机工作的娃来说~ 轻薄，相当于一支铅笔的厚度。 后盖也出现一些改变，有点像苹果的感觉。 稍微测试下其对中文以及格式的支持。用K3时，若干中文书籍的标题在目录中是显示不全的，如“红玫瑰旅馆的客人”中的“红”及“馆”显示不出；在K4下倒是可以显示的，字体稍微怪异点。 mobi与pdf格式的文件都完美支持，但txt格式的有些诡异。【豆汁记】和【象棋的故事】是txt格式滴，第一次打开它们可以完美阅读，可是想再次打开它们就得到提示：“The selected item could not be opened. &amp;#8230;&amp;#8221; 因为买的是广告版，所以注册后便会在主页下方显示广告，待机时也看不到精美的作家画像了。不过影响不大，有些广告还挺漂亮的。 至于用来上网，算是个鸡肋吧&amp;#8230; Kindle 是为专注于阅读所用（也正是我喜欢的）。因为键盘只能用方向键控制，所以对于需要经常记录的童鞋，这款可能就不太适用了。 另外，这款木有语音功能，所以text-to-speech、当mp3使都不行啦~ 不用Wi-Fi时，把它turn off，可以省电。 我用到的电子书资源： 1. Kindle Store。里面已经有上百万电纸书了，按“Price: Low to High”排列，可以找到许多免费电纸书，购买后可直接通过Wi-Fi传输到Kindle。（外文书籍） 2. 订阅Kindle Review的‘Free Kindle Books’的RSS。该网站基本上每天都会介绍当日Amazon Kindle Store新的免费电纸书，很简要地说明每本书的主要内容、作者、分类等。十分不错。（外文书籍） 3. 著名的Project Gutenberg。里面有几万本免费电子书，大多是文学作品，支持搜索，提供Kindle支持的文件格式。能够满足爱读英文经典原著滴童鞋的需要。直接用Kindle打开http://m.gutenberg.org/，搜索你想要的书籍，下载后便自动显示在你的Kindle主页了~（主要是英文书） 4. library.nu. 不用介绍了&amp;#8230; 里面有一些书籍是mobi格式的。（外文书籍） 5. 子午书简。子乌童鞋的个人电子收藏馆，中文为主，简繁体均有。（中文书籍） 其他，可以利用amazon提供的文件转换功能（用你的@free.kindle.com账号）；搜索mobi格式书籍；朋友间共享；自己亦可制作6寸PDF，自己动手，丰衣足食嘛~ 只要想读，资源会有的~~ Enjoy your reading journey [...]&lt;table class=&quot;wumii-related-items&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;  style=&quot;clear: both;&quot;&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot;&gt;&lt;b&gt;&lt;font size=&quot;-1&quot;  style=&quot;display: block !important; padding: 20px 0 5px !important;&quot;&gt;您可能也喜欢：&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    
        &lt;tr&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;地道英语说“熬夜”&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F829&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1859&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848394.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;地道英语说“熬夜”&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【Jessie下厨房】酒香鸡翅&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F406&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1859&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848438.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【Jessie下厨房】酒香鸡翅&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;大家一起读原版&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1018&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1859&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848352.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;大家一起读原版&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;武汉一日游&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F889&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1859&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848297.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;武汉一日游&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;Look, 美女哟~&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F508&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1859&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848367.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;Look, 美女哟~&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
        &lt;/tr&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot; align=&quot;right&quot;&gt;
            &lt;a style=&quot;text-decoration: none !important;&quot; href=&quot;http://www.wumii.com/widget/relatedItems&quot; target=&quot;_blank&quot; title=&quot;无觅相关文章插件&quot;&gt;
                &lt;font size=&quot;-1&quot; color=&quot;#bbbbbb&quot; style=&quot;display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;&quot;&gt;无觅&lt;/font&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/634033008/missyoung/feedsky/s.gif?r=http://miss.ieph.net/archives/1859&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>生活</category><category>Kindle</category><pubDate>Fri, 23 Dec 2011 15:17:43 +0800</pubDate><author>Jessie</author><comments>http://miss.ieph.net/archives/1859#comments</comments><guid isPermaLink="false">http://miss.ieph.net/?p=1859</guid><dc:creator>Jessie</dc:creator><fs:srclink>http://miss.ieph.net/archives/1859</fs:srclink><fs:srcfeed>http://miss.ieph.net/feed</fs:srcfeed><fs:itemid>feedsky/missyoung/~8196993/634033008/6300735</fs:itemid></item><item><title>最近看的两本书</title><link>http://miss.ieph.net/archives/1843</link><content:encoded>&lt;p&gt;《Steve Jobs》和《The Help》，是过去半个多月我看完的两本英文原版书。&lt;/p&gt;
&lt;p&gt;二者有若干共同点：书很厚、已有中译本出版、提到Bob Dylan和他的歌、都和 &amp;#8216;change&amp;#8217; 相关：Jobs 活着为了改变世界，The Help 的三位主人公拿起足够的勇气改变自己的人生&amp;#8230; 还有，两本书都写得很赞。&lt;/p&gt;
&lt;p&gt;《Steve Jobs》是由 Walter Isaacson 撰写、Jobs 唯一正式授权的传记。乔教主的一生就像其 keynote speeches 那般极具吸引力，而写过多本人物传记的作者用其清晰的文字告诉我们不完美的 Jobs 传奇的人生。&lt;/p&gt;
&lt;p&gt;&lt;span id=&quot;more-1843&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://book.douban.com/subject/6512188/&quot; target=&quot;_blank&quot;&gt;&lt;img class=&quot;alignnone&quot; title=&quot;Steve Jobs&quot; src=&quot;http://miss.ieph.net/upload/201111/SteveJobs.png&quot; alt=&quot;&quot; width=&quot;329&quot; height=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;《The  Help》是 Kathryn Stockett 写的第一本小说，讲述两个黑人女佣 (Aibileen 和 Minny ) 和一个白人女大学毕业生 (Miss Skeeter) 共同写一本书关于美国黑人女佣和其白人雇主间的故事。行文干净。在读的过程中从字里行间获得很强烈的感慨。&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://book.douban.com/subject/4833567/&quot; target=&quot;_blank&quot;&gt;&lt;img class=&quot;alignnone&quot; title=&quot;The Help&quot; src=&quot;http://miss.ieph.net/upload/201111/TheHelp.jpg&quot; alt=&quot;&quot; width=&quot;369&quot; height=&quot;600&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;该书还被改编为&lt;a href=&quot;http://www.imdb.com/title/tt1454029/&quot; target=&quot;_blank&quot;&gt;电影&lt;/a&gt;，没看过先不作评价；IMDb上打8.1分，值得一看。&lt;/p&gt;
&lt;table class=&quot;wumii-related-items&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;  style=&quot;clear: both;&quot;&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot;&gt;&lt;b&gt;&lt;font size=&quot;-1&quot;  style=&quot;display: block !important; padding: 20px 0 5px !important;&quot;&gt;您可能也喜欢：&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    
        &lt;tr&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;复活&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F569&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1843&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848435.png&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;复活&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;Take Time as a Friend&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F380&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1843&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/images/blogWidget/wordpress_default.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;Take Time as a Friend&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;一生&amp;amp;一年&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1352&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1843&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/03/31/4689143.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;一生&amp;amp;一年&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;2010春节之永定土楼游记&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F199&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1843&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848318.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;2010春节之永定土楼游记&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;传播希望&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F492&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1843&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848329.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;传播希望&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
        &lt;/tr&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot; align=&quot;right&quot;&gt;
            &lt;a style=&quot;text-decoration: none !important;&quot; href=&quot;http://www.wumii.com/widget/relatedItems&quot; target=&quot;_blank&quot; title=&quot;无觅相关文章插件&quot;&gt;
                &lt;font size=&quot;-1&quot; color=&quot;#bbbbbb&quot; style=&quot;display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;&quot;&gt;无觅&lt;/font&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;&lt;h3&gt;相关文章&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1352&quot; title=&quot;一生&amp;#038;一年 (2011/03/31)&quot;&gt;一生&amp;#038;一年&lt;/a&gt; (2)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/569&quot; title=&quot;复活 (2010/05/07)&quot;&gt;复活&lt;/a&gt; (5)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/380&quot; title=&quot;Take Time as a Friend (2010/03/17)&quot;&gt;Take Time as a Friend&lt;/a&gt; (2)&lt;/li&gt;&lt;/ul&gt;&lt;hr /&gt;&lt;p&gt;© &lt;a href='http://miss.ieph.net/'&gt;Miss Young's Blog&lt;/a&gt; 2010-2011 | &lt;a href='http://miss.ieph.net/archives/1843'&gt;查看原文&lt;/a&gt; | &lt;a href='http://miss.ieph.net/archives/1843#comments'&gt;4条评论&lt;/a&gt; | &lt;a href='http://miss.ieph.net/archives/1843#comments'&gt;立即发言&lt;/a&gt; | 推荐订阅地址：http://miss.ieph.net/feed&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/634033009/missyoung/feedsky/s.gif?r=http://miss.ieph.net/archives/1843&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</content:encoded><wfw:commentRss>http://miss.ieph.net/archives/1843/feed</wfw:commentRss><slash:comments>4</slash:comments><description>《Steve Jobs》和《The Help》，是过去半个多月我看完的两本英文原版书。 二者有若干共同点：书很厚、已有中译本出版、提到Bob Dylan和他的歌、都和 &amp;#8216;change&amp;#8217; 相关：Jobs 活着为了改变世界，The Help 的三位主人公拿起足够的勇气改变自己的人生&amp;#8230; 还有，两本书都写得很赞。 《Steve Jobs》是由 Walter Isaacson 撰写、Jobs 唯一正式授权的传记。乔教主的一生就像其 keynote speeches 那般极具吸引力，而写过多本人物传记的作者用其清晰的文字告诉我们不完美的 Jobs 传奇的人生。 《The  Help》是 Kathryn Stockett 写的第一本小说，讲述两个黑人女佣 (Aibileen 和 Minny ) 和一个白人女大学毕业生 (Miss Skeeter) 共同写一本书关于美国黑人女佣和其白人雇主间的故事。行文干净。在读的过程中从字里行间获得很强烈的感慨。 该书还被改编为电影，没看过先不作评价；IMDb上打8.1分，值得一看。 相关文章一生&amp;#038;一年 (2)复活 (5)Take Time as a Friend (2)© Miss Young's Blog 2010-2011 &amp;#124; 查看原文 &amp;#124; 4条评论 &amp;#124; 立即发言 &amp;#124; [...]&lt;table class=&quot;wumii-related-items&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;  style=&quot;clear: both;&quot;&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot;&gt;&lt;b&gt;&lt;font size=&quot;-1&quot;  style=&quot;display: block !important; padding: 20px 0 5px !important;&quot;&gt;您可能也喜欢：&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    
        &lt;tr&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;复活&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F569&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1843&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848435.png&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;复活&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;Take Time as a Friend&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F380&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1843&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/images/blogWidget/wordpress_default.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;Take Time as a Friend&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;一生&amp;amp;一年&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1352&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1843&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/03/31/4689143.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;一生&amp;amp;一年&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;给你的邮箱设置全球通用头像&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F56&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1843&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848383.png&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;给你的邮箱设置全球通用头像&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;高铁过把瘾&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F816&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1843&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848425.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;高铁过把瘾&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
        &lt;/tr&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot; align=&quot;right&quot;&gt;
            &lt;a style=&quot;text-decoration: none !important;&quot; href=&quot;http://www.wumii.com/widget/relatedItems&quot; target=&quot;_blank&quot; title=&quot;无觅相关文章插件&quot;&gt;
                &lt;font size=&quot;-1&quot; color=&quot;#bbbbbb&quot; style=&quot;display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;&quot;&gt;无觅&lt;/font&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/634033009/missyoung/feedsky/s.gif?r=http://miss.ieph.net/archives/1843&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>reading</category><category>其他</category><pubDate>Mon, 21 Nov 2011 11:42:03 +0800</pubDate><author>Jessie</author><comments>http://miss.ieph.net/archives/1843#comments</comments><guid isPermaLink="false">http://miss.ieph.net/?p=1843</guid><dc:creator>Jessie</dc:creator><fs:srclink>http://miss.ieph.net/archives/1843</fs:srclink><fs:srcfeed>http://miss.ieph.net/feed</fs:srcfeed><fs:itemid>feedsky/missyoung/~8196993/634033009/6300735</fs:itemid></item><item><title>The Biz Quiz: Steve Jobs Special Edition</title><link>http://miss.ieph.net/archives/1827</link><content:encoded>&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;Apple Logo&quot; src=&quot;http://miss.ieph.net/upload/201110/Apple%27s-logo.jpg&quot; alt=&quot;&quot; width=&quot;280&quot; height=&quot;280&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Steve Jobs, the man who changed the world of technology forever, has died at the age of 56 on October 5, 2011 . I was shocked and sad to hear about it.&lt;/p&gt;
&lt;p&gt;&lt;span id=&quot;more-1827&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.tutor2u.net/blog/index.php/business-studies/&quot; target=&quot;_blank&quot;&gt;Business Studies Blog&lt;/a&gt; has &lt;a href=&quot;http://www.tutor2u.net/business/bizquiz/061011/quiz.html&quot; target=&quot;_blank&quot;&gt;a tribute edition of The Biz Quiz&lt;/a&gt;, featuring ten questions based on this great man&amp;#8217;s life.&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;BigQuiz&quot; src=&quot;http://miss.ieph.net/upload/201110/BigQuiz.jpg&quot; alt=&quot;&quot; width=&quot;660&quot; height=&quot;496&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I got seven questions right out of  ten&amp;#8230; Well, it&amp;#8217;s kind of bad.&lt;/p&gt;
&lt;table class=&quot;wumii-related-items&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;  style=&quot;clear: both;&quot;&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot;&gt;&lt;b&gt;&lt;font size=&quot;-1&quot;  style=&quot;display: block !important; padding: 20px 0 5px !important;&quot;&gt;您可能也喜欢：&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    
        &lt;tr&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【酷站推荐】壁纸网 desktopography.net&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F177&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1827&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848379.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【酷站推荐】壁纸网 desktopography.net&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【酷站推荐】PS教程网 tu-torial.com&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F449&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1827&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848368.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【酷站推荐】PS教程网 tu-torial.com&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【酷站推荐】百万藏书馆 gigapedia&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F458&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1827&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848269.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【酷站推荐】百万藏书馆 gigapedia&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;GooReader——搜索阅读下载Google Books&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F939&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1827&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848353.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;GooReader——搜索阅读下载Google Books&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;英语学习好材料——EnglishPod&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F848&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1827&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848356.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;英语学习好材料——EnglishPod&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
        &lt;/tr&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot; align=&quot;right&quot;&gt;
            &lt;a style=&quot;text-decoration: none !important;&quot; href=&quot;http://www.wumii.com/widget/relatedItems&quot; target=&quot;_blank&quot; title=&quot;无觅相关文章插件&quot;&gt;
                &lt;font size=&quot;-1&quot; color=&quot;#bbbbbb&quot; style=&quot;display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;&quot;&gt;无觅&lt;/font&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;&lt;h3&gt;相关文章&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1055&quot; title=&quot;美女Kleif教你DIY发型 (2010/10/15)&quot;&gt;美女Kleif教你DIY发型&lt;/a&gt; (5)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/939&quot; title=&quot;GooReader——搜索阅读下载Google Books (2010/08/18)&quot;&gt;GooReader——搜索阅读下载Google Books&lt;/a&gt; (7)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/848&quot; title=&quot;英语学习好材料——EnglishPod (2010/07/23)&quot;&gt;英语学习好材料——EnglishPod&lt;/a&gt; (1)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/226&quot; title=&quot;F1000，实用文献检索工具 (2010/03/02)&quot;&gt;F1000，实用文献检索工具&lt;/a&gt; (2)&lt;/li&gt;&lt;/ul&gt;&lt;hr /&gt;&lt;p&gt;© &lt;a href='http://miss.ieph.net/'&gt;Miss Young's Blog&lt;/a&gt; 2010-2011 | &lt;a href='http://miss.ieph.net/archives/1827'&gt;查看原文&lt;/a&gt; | &lt;a href='http://miss.ieph.net/archives/1827#comments'&gt;1条评论&lt;/a&gt; | &lt;a href='http://miss.ieph.net/archives/1827#comments'&gt;立即发言&lt;/a&gt; | 推荐订阅地址：http://miss.ieph.net/feed&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/634033010/missyoung/feedsky/s.gif?r=http://miss.ieph.net/archives/1827&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</content:encoded><wfw:commentRss>http://miss.ieph.net/archives/1827/feed</wfw:commentRss><slash:comments>1</slash:comments><description>Steve Jobs, the man who changed the world of technology forever, has died at the age of 56 on October 5, 2011 . I was shocked and sad to hear about it. Business Studies Blog has a tribute edition of The Biz Quiz, featuring ten questions based on this great man&amp;#8217;s life. I got seven [...]&lt;table class=&quot;wumii-related-items&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;  style=&quot;clear: both;&quot;&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot;&gt;&lt;b&gt;&lt;font size=&quot;-1&quot;  style=&quot;display: block !important; padding: 20px 0 5px !important;&quot;&gt;您可能也喜欢：&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    
        &lt;tr&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【酷站推荐】壁纸网 desktopography.net&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F177&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1827&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848379.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【酷站推荐】壁纸网 desktopography.net&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【酷站推荐】PS教程网 tu-torial.com&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F449&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1827&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848368.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【酷站推荐】PS教程网 tu-torial.com&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【酷站推荐】百万藏书馆 gigapedia&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F458&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1827&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848269.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【酷站推荐】百万藏书馆 gigapedia&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;GooReader——搜索阅读下载Google Books&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F939&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1827&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848353.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;GooReader——搜索阅读下载Google Books&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;英语学习好材料——EnglishPod&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F848&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1827&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848356.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;英语学习好材料——EnglishPod&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
        &lt;/tr&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot; align=&quot;right&quot;&gt;
            &lt;a style=&quot;text-decoration: none !important;&quot; href=&quot;http://www.wumii.com/widget/relatedItems&quot; target=&quot;_blank&quot; title=&quot;无觅相关文章插件&quot;&gt;
                &lt;font size=&quot;-1&quot; color=&quot;#bbbbbb&quot; style=&quot;display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;&quot;&gt;无觅&lt;/font&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/634033010/missyoung/feedsky/s.gif?r=http://miss.ieph.net/archives/1827&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>推荐</category><category>其他</category><pubDate>Fri, 07 Oct 2011 17:46:25 +0800</pubDate><author>Jessie</author><comments>http://miss.ieph.net/archives/1827#comments</comments><guid isPermaLink="false">http://miss.ieph.net/?p=1827</guid><dc:creator>Jessie</dc:creator><fs:srclink>http://miss.ieph.net/archives/1827</fs:srclink><fs:srcfeed>http://miss.ieph.net/feed</fs:srcfeed><fs:itemid>feedsky/missyoung/~8196993/634033010/6300735</fs:itemid></item><item><title>九月帝都行之美食篇</title><link>http://miss.ieph.net/archives/1806</link><content:encoded>&lt;p&gt;这些年，许是心境有了变化，每到一处，都比较想尝试当地的美食，不论是否具有挑战性。（不过还是有一些是不敢吃的，如成都的兔头）&lt;/p&gt;
&lt;p&gt;去北京前，小查了攻略，知道帝都小吃有老北京十三绝，有诸如驴打滚、艾窝窝、糖耳朵等~ 去之前便一直惦记着~ 加上北京有若干同学和朋友，分别请我们吃不同的北京特色美食，此行真是大饱口福~&lt;/p&gt;
&lt;p&gt;到北京的第一天，就去了胡同里的【九门小吃】尝个鲜。网上的桐子说，那里的小吃味道还不错，只是价格稍微贵了点~ 我们也觉得大体如此。&lt;/p&gt;
&lt;p&gt;九门小吃是一个小庭院，环境还算不错~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;九门小吃&quot; src=&quot;http://miss.ieph.net/upload/201110/Food_1.jpg&quot; alt=&quot;&quot; width=&quot;654&quot; height=&quot;521&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id=&quot;more-1806&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;首先尝了尝&lt;strong&gt;爆肚冯&lt;/strong&gt;的&lt;span style=&quot;text-decoration: underline;&quot;&gt;爆肚&lt;/span&gt;。北京的许多美食大体关键都在于它的酱，像东来顺涮肉、老北京杂酱面和这爆肚。&lt;/p&gt;
&lt;p&gt;味道还是不错的，也第一次尝到里面带有腐乳味的酱。小小一盘，15块~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;爆肚&quot; src=&quot;http://miss.ieph.net/upload/201110/Food_2.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;491&quot; /&gt;&lt;/p&gt;
&lt;p&gt;继续扫院~ 要了份&lt;strong&gt;奶酪魏&lt;/strong&gt;的&lt;span style=&quot;text-decoration: underline;&quot;&gt;红豆双皮奶&lt;/span&gt;，味道十分赞~￥ 11~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;红豆双皮奶&quot; src=&quot;http://miss.ieph.net/upload/201110/Food_3.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;491&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;白记豆腐脑&lt;/strong&gt;的&lt;span style=&quot;text-decoration: underline;&quot;&gt;豆腐脑&lt;/span&gt;，终究是喜欢吃甜的豆腐脑了，所以这个咸味的感觉一般般。&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;豆腐脑&quot; src=&quot;http://miss.ieph.net/upload/201110/Food_4.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;519&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;茶汤李&lt;/strong&gt;的&lt;span style=&quot;text-decoration: underline;&quot;&gt;茶汤&lt;/span&gt;，制作过程看起来挺有趣，尝起来也不错，稠而不腻~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;茶汤&quot; src=&quot;http://miss.ieph.net/upload/201110/Food_5.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;506&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;褡裢火烧&lt;/strong&gt;，￥20一份。肚子有限，吃完它便几乎没有肚子再装其他。&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;褡裢火烧&quot; src=&quot;http://miss.ieph.net/upload/201110/Food_6.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;491&quot; /&gt;&lt;/p&gt;
&lt;p&gt;不过，到了老北京，&lt;span style=&quot;text-decoration: underline;&quot;&gt;豆汁&lt;/span&gt;便要尝尝了~ 知道有豆汁这个东西，缘因阿子向我推荐一本叫《豆汁记》的小说。书很赞也激起了我对豆汁的兴趣。&lt;/p&gt;
&lt;p&gt;单单喝豆汁说是喝不下去的，通常是跟焦圈搭配。&lt;strong&gt;德顺斋&lt;/strong&gt;的&lt;span style=&quot;text-decoration: underline;&quot;&gt;豆汁&lt;/span&gt;和&lt;span style=&quot;text-decoration: underline;&quot;&gt;焦圈&lt;/span&gt;。喝了一口，味道着实有些怪，就着焦圈还是喝得下去的。大概，这就是老北京版的传统油条配豆浆~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;豆汁焦圈&quot; src=&quot;http://miss.ieph.net/upload/201110/Food_7.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;491&quot; /&gt;&lt;/p&gt;
&lt;p&gt;最后，买了根&lt;strong&gt;糖葫芦郭&lt;/strong&gt;的&lt;span style=&quot;text-decoration: underline;&quot;&gt;老北京糖葫芦&lt;/span&gt;，边吃边走啦~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;糖葫芦&quot; src=&quot;http://miss.ieph.net/upload/201110/Food_8.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;666&quot; /&gt;&lt;/p&gt;
&lt;p&gt;逛故宫的那日晚上，珂姐和法语版催斑竹请偶们在&lt;strong&gt;海碗居老北京炸酱面大王&lt;/strong&gt;吃饭~&lt;/p&gt;
&lt;p&gt;为了营造出老北京的氛围，迎宾和跑堂招呼你的嗓门儿可是清脆嘹亮，整个大厅也闹哄哄一般~&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;炸酱面&lt;/span&gt;挺大一碗，可算是偶第一次吃到的正宗炸酱面吧~ 搅拌前：&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;炸酱面&quot; src=&quot;http://miss.ieph.net/upload/201110/Food_9.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;491&quot; /&gt;&lt;/p&gt;
&lt;p&gt;搅拌后：&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;炸酱面&quot; src=&quot;http://miss.ieph.net/upload/201110/Food_10.jpg&quot; alt=&quot;&quot; width=&quot;600&quot; height=&quot;800&quot; /&gt;&lt;/p&gt;
&lt;p&gt;味道真是赞~&lt;/p&gt;
&lt;p&gt;珂姐也是做足了功课，根据网上推荐还点了老北京小吃拼盘、芥末墩和炒红果，怕我们吃不饱。&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;老北京小吃拼盘&lt;/span&gt;，刚好有日前我还没有尝过的艾窝窝、驴打滚、豌豆黄、八宝饭等，偶的嘴可是不停~ （食量比两位斑斑的可是大多了~~）&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;小吃拼盘&quot; src=&quot;http://miss.ieph.net/upload/201110/Food_11.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;491&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;芥末墩&lt;/span&gt;，娃娃菜做成圆柱状，外面浇一层芥末，主要由F君和珂姐灭掉了，因为这芥末真能把我吃出眼泪来~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;芥末墩&quot; src=&quot;http://miss.ieph.net/upload/201110/Food_12.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;628&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;炒红果&lt;/span&gt;酸酸甜甜，大爱~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;炒红果&quot; src=&quot;http://miss.ieph.net/upload/201110/Food_13.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;491&quot; /&gt;&lt;/p&gt;
&lt;p&gt;于是，偶们又一个晚上吃撑了~&lt;/p&gt;
&lt;p&gt;翌日中午，普特德高望重的锦华斑竹请我们在&lt;strong&gt;香满楼酒家&lt;/strong&gt;吃北京烤鸭。我们约好在地铁出口见面，看谁先认出对方，结果锦华斑竹赢了，因为偶不知这位平日在论坛孜孜不倦地打理节目、我们都尊称锦华姐姐的斑竹竟是满头白发的长者~ 然而，虽已60有几，她却比好多年轻人都充满活力和年轻心态~ 每天下午都去游泳的她受许多人称赞说其游泳姿势标准得优美，而当其摘下泳帽人们才吃惊地知道她已这般年纪。一席饭2个多小时的交谈，让我们了解面前这位和蔼长辈的更多方面，好生敬佩~!&lt;/p&gt;
&lt;p&gt;烤鸭是现烤的，烤好后可让师傅在你桌号展示片鸭功夫~ 片鸭及摆盘都极讲究，一大只鸭子，最后也就片出2-3盘~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;北京烤鸭&quot; src=&quot;http://miss.ieph.net/upload/201110/Food_14.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;491&quot; /&gt;&lt;/p&gt;
&lt;p&gt;片好后：&lt;/p&gt;
&lt;p&gt;烤鸭皮香香脆脆，非常好吃！&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;北京烤鸭&quot; src=&quot;http://miss.ieph.net/upload/201110/Food_15.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;491&quot; /&gt;&lt;/p&gt;
&lt;p&gt;每一块都带些皮~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;北京烤鸭&quot; src=&quot;http://miss.ieph.net/upload/201110/Food_16.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;491&quot; /&gt;&lt;/p&gt;
&lt;p&gt;配上几样凉菜，每样夹一些，蘸上酱汁，用饼皮卷起，一口咬下，真的是超满足~! 再喝上一口菊花茶，美吧~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;北京烤鸭&quot; src=&quot;http://miss.ieph.net/upload/201110/Food_17.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;491&quot; /&gt;&lt;/p&gt;
&lt;p&gt;烤鸭片完后，其实还剩好一些。如果不事先说明剩下的鸭子要打包带走的话，酒家就会用这些鸭子煲汤再卖给其他客人（当然，会免费给你一大碗啦~）这些咱外地游客一般是不知道的啦。&lt;/p&gt;
&lt;p&gt;在南锣鼓巷，吃到被推荐得很夸张的&lt;strong&gt;文宇奶酪店&lt;/strong&gt;的奶酪~&lt;/p&gt;
&lt;p&gt;￥10一杯，着实好吃~  他家的双皮奶则没有试。&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;文宇奶酪&quot; src=&quot;http://miss.ieph.net/upload/201110/Food_18.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;625&quot; /&gt;&lt;/p&gt;
&lt;p&gt;老北京酸奶，比平日喝的酸奶酸一些，我挺喜欢的~~ 归还罐子￥5一瓶，不归还则￥7.&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;老北京酸奶&quot; src=&quot;http://miss.ieph.net/upload/201110/Food_19.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;666&quot; /&gt;&lt;/p&gt;
&lt;p&gt;还有boss和其他朋友请吃的&lt;strong&gt;&lt;strong&gt;竹鱼阁烤鱼、&lt;/strong&gt;东来顺涮肉&lt;/strong&gt;味道都很赞的，不过东来顺的服务一般，很多时候都要自助。未拍照，不能分享啦~ 其他时候则是在工程院的餐厅解决，作为单位的食堂来说已经很不错了，而且每餐都有些变化，不重复。&lt;/p&gt;
&lt;p&gt;虽然还有好些没尝到，如卤煮，但此行已大饱口福，十分满足~ 嘿嘿，谢谢北京的斑斑和同学~&lt;/p&gt;
&lt;p&gt;The End.&lt;/p&gt;
&lt;table class=&quot;wumii-related-items&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;  style=&quot;clear: both;&quot;&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot;&gt;&lt;b&gt;&lt;font size=&quot;-1&quot;  style=&quot;display: block !important; padding: 20px 0 5px !important;&quot;&gt;您可能也喜欢：&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    
        &lt;tr&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;九月帝都行之景色篇&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1747&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1806&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/10/03/8484373.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;九月帝都行之景色篇&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;七月四川行之吃货天堂成都游&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1698&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1806&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/10/22069514.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;七月四川行之吃货天堂成都游&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;七月四川行之乐山峨眉游&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1684&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1806&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/05/21102636.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;七月四川行之乐山峨眉游&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【户外时间】张公山寨一日游&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1440&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1806&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/04/23/6280590.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【户外时间】张公山寨一日游&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【户外时间】武汉·东湖&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1089&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1806&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848411.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【户外时间】武汉·东湖&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
        &lt;/tr&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot; align=&quot;right&quot;&gt;
            &lt;a style=&quot;text-decoration: none !important;&quot; href=&quot;http://www.wumii.com/widget/relatedItems&quot; target=&quot;_blank&quot; title=&quot;无觅相关文章插件&quot;&gt;
                &lt;font size=&quot;-1&quot; color=&quot;#bbbbbb&quot; style=&quot;display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;&quot;&gt;无觅&lt;/font&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;&lt;h3&gt;相关文章&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1747&quot; title=&quot;九月帝都行之景色篇 (2011/10/03)&quot;&gt;九月帝都行之景色篇&lt;/a&gt; (0)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1698&quot; title=&quot;七月四川行之吃货天堂成都游 (2011/08/10)&quot;&gt;七月四川行之吃货天堂成都游&lt;/a&gt; (3)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1684&quot; title=&quot;七月四川行之乐山峨眉游 (2011/08/05)&quot;&gt;七月四川行之乐山峨眉游&lt;/a&gt; (0)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1656&quot; title=&quot;七月四川行之黄龙九寨游 (2011/08/03)&quot;&gt;七月四川行之黄龙九寨游&lt;/a&gt; (5)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1638&quot; title=&quot;七月四川行之路线 (2011/08/02)&quot;&gt;七月四川行之路线&lt;/a&gt; (2)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1440&quot; title=&quot;【户外时间】张公山寨一日游 (2011/04/23)&quot;&gt;【户外时间】张公山寨一日游&lt;/a&gt; (2)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1352&quot; title=&quot;一生&amp;#038;一年 (2011/03/31)&quot;&gt;一生&amp;#038;一年&lt;/a&gt; (2)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1089&quot; title=&quot;【户外时间】武汉·东湖 (2010/11/01)&quot;&gt;【户外时间】武汉·东湖&lt;/a&gt; (6)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/924&quot; title=&quot;八月上海行之周边篇 (2010/08/12)&quot;&gt;八月上海行之周边篇&lt;/a&gt; (5)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/900&quot; title=&quot;八月上海行之世博篇 (2010/08/11)&quot;&gt;八月上海行之世博篇&lt;/a&gt; (2)&lt;/li&gt;&lt;/ul&gt;&lt;hr /&gt;&lt;p&gt;© &lt;a href='http://miss.ieph.net/'&gt;Miss Young's Blog&lt;/a&gt; 2010-2011 | &lt;a href='http://miss.ieph.net/archives/1806'&gt;查看原文&lt;/a&gt; | &lt;a href='http://miss.ieph.net/archives/1806#comments'&gt;8条评论&lt;/a&gt; | &lt;a href='http://miss.ieph.net/archives/1806#comments'&gt;立即发言&lt;/a&gt; | 推荐订阅地址：http://miss.ieph.net/feed&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/634033011/missyoung/feedsky/s.gif?r=http://miss.ieph.net/archives/1806&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</content:encoded><wfw:commentRss>http://miss.ieph.net/archives/1806/feed</wfw:commentRss><slash:comments>8</slash:comments><description>这些年，许是心境有了变化，每到一处，都比较想尝试当地的美食，不论是否具有挑战性。（不过还是有一些是不敢吃的，如成都的兔头） 去北京前，小查了攻略，知道帝都小吃有老北京十三绝，有诸如驴打滚、艾窝窝、糖耳朵等~ 去之前便一直惦记着~ 加上北京有若干同学和朋友，分别请我们吃不同的北京特色美食，此行真是大饱口福~ 到北京的第一天，就去了胡同里的【九门小吃】尝个鲜。网上的桐子说，那里的小吃味道还不错，只是价格稍微贵了点~ 我们也觉得大体如此。 九门小吃是一个小庭院，环境还算不错~ 首先尝了尝爆肚冯的爆肚。北京的许多美食大体关键都在于它的酱，像东来顺涮肉、老北京杂酱面和这爆肚。 味道还是不错的，也第一次尝到里面带有腐乳味的酱。小小一盘，15块~ 继续扫院~ 要了份奶酪魏的红豆双皮奶，味道十分赞~￥ 11~ 白记豆腐脑的豆腐脑，终究是喜欢吃甜的豆腐脑了，所以这个咸味的感觉一般般。 茶汤李的茶汤，制作过程看起来挺有趣，尝起来也不错，稠而不腻~ 褡裢火烧，￥20一份。肚子有限，吃完它便几乎没有肚子再装其他。 不过，到了老北京，豆汁便要尝尝了~ 知道有豆汁这个东西，缘因阿子向我推荐一本叫《豆汁记》的小说。书很赞也激起了我对豆汁的兴趣。 单单喝豆汁说是喝不下去的，通常是跟焦圈搭配。德顺斋的豆汁和焦圈。喝了一口，味道着实有些怪，就着焦圈还是喝得下去的。大概，这就是老北京版的传统油条配豆浆~ 最后，买了根糖葫芦郭的老北京糖葫芦，边吃边走啦~ 逛故宫的那日晚上，珂姐和法语版催斑竹请偶们在海碗居老北京炸酱面大王吃饭~ 为了营造出老北京的氛围，迎宾和跑堂招呼你的嗓门儿可是清脆嘹亮，整个大厅也闹哄哄一般~ 炸酱面挺大一碗，可算是偶第一次吃到的正宗炸酱面吧~ 搅拌前： 搅拌后： 味道真是赞~ 珂姐也是做足了功课，根据网上推荐还点了老北京小吃拼盘、芥末墩和炒红果，怕我们吃不饱。 老北京小吃拼盘，刚好有日前我还没有尝过的艾窝窝、驴打滚、豌豆黄、八宝饭等，偶的嘴可是不停~ （食量比两位斑斑的可是大多了~~） 芥末墩，娃娃菜做成圆柱状，外面浇一层芥末，主要由F君和珂姐灭掉了，因为这芥末真能把我吃出眼泪来~ 炒红果酸酸甜甜，大爱~ 于是，偶们又一个晚上吃撑了~ 翌日中午，普特德高望重的锦华斑竹请我们在香满楼酒家吃北京烤鸭。我们约好在地铁出口见面，看谁先认出对方，结果锦华斑竹赢了，因为偶不知这位平日在论坛孜孜不倦地打理节目、我们都尊称锦华姐姐的斑竹竟是满头白发的长者~ 然而，虽已60有几，她却比好多年轻人都充满活力和年轻心态~ 每天下午都去游泳的她受许多人称赞说其游泳姿势标准得优美，而当其摘下泳帽人们才吃惊地知道她已这般年纪。一席饭2个多小时的交谈，让我们了解面前这位和蔼长辈的更多方面，好生敬佩~! 烤鸭是现烤的，烤好后可让师傅在你桌号展示片鸭功夫~ 片鸭及摆盘都极讲究，一大只鸭子，最后也就片出2-3盘~ 片好后： 烤鸭皮香香脆脆，非常好吃！ 每一块都带些皮~ 配上几样凉菜，每样夹一些，蘸上酱汁，用饼皮卷起，一口咬下，真的是超满足~! 再喝上一口菊花茶，美吧~ 烤鸭片完后，其实还剩好一些。如果不事先说明剩下的鸭子要打包带走的话，酒家就会用这些鸭子煲汤再卖给其他客人（当然，会免费给你一大碗啦~）这些咱外地游客一般是不知道的啦。 在南锣鼓巷，吃到被推荐得很夸张的文宇奶酪店的奶酪~ ￥10一杯，着实好吃~  他家的双皮奶则没有试。 老北京酸奶，比平日喝的酸奶酸一些，我挺喜欢的~~ 归还罐子￥5一瓶，不归还则￥7. 还有boss和其他朋友请吃的竹鱼阁烤鱼、东来顺涮肉味道都很赞的，不过东来顺的服务一般，很多时候都要自助。未拍照，不能分享啦~ 其他时候则是在工程院的餐厅解决，作为单位的食堂来说已经很不错了，而且每餐都有些变化，不重复。 虽然还有好些没尝到，如卤煮，但此行已大饱口福，十分满足~ 嘿嘿，谢谢北京的斑斑和同学~ The End. 相关文章九月帝都行之景色篇 (0)七月四川行之吃货天堂成都游 [...]&lt;table class=&quot;wumii-related-items&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;  style=&quot;clear: both;&quot;&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot;&gt;&lt;b&gt;&lt;font size=&quot;-1&quot;  style=&quot;display: block !important; padding: 20px 0 5px !important;&quot;&gt;您可能也喜欢：&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    
        &lt;tr&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;九月帝都行之景色篇&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1747&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1806&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/10/03/8484373.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;九月帝都行之景色篇&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;七月四川行之吃货天堂成都游&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1698&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1806&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/10/22069514.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;七月四川行之吃货天堂成都游&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;七月四川行之乐山峨眉游&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1684&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1806&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/05/21102636.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;七月四川行之乐山峨眉游&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【户外时间】张公山寨一日游&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1440&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1806&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/04/23/6280590.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【户外时间】张公山寨一日游&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【户外时间】武汉·东湖&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1089&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1806&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848411.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【户外时间】武汉·东湖&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
        &lt;/tr&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot; align=&quot;right&quot;&gt;
            &lt;a style=&quot;text-decoration: none !important;&quot; href=&quot;http://www.wumii.com/widget/relatedItems&quot; target=&quot;_blank&quot; title=&quot;无觅相关文章插件&quot;&gt;
                &lt;font size=&quot;-1&quot; color=&quot;#bbbbbb&quot; style=&quot;display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;&quot;&gt;无觅&lt;/font&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/634033011/missyoung/feedsky/s.gif?r=http://miss.ieph.net/archives/1806&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>北京</category><category>其他</category><category>travel</category><category>food</category><pubDate>Tue, 04 Oct 2011 16:20:16 +0800</pubDate><author>Jessie</author><comments>http://miss.ieph.net/archives/1806#comments</comments><guid isPermaLink="false">http://miss.ieph.net/?p=1806</guid><dc:creator>Jessie</dc:creator><fs:srclink>http://miss.ieph.net/archives/1806</fs:srclink><fs:srcfeed>http://miss.ieph.net/feed</fs:srcfeed><fs:itemid>feedsky/missyoung/~8196993/634033011/6300735</fs:itemid></item><item><title>九月帝都行之景色篇</title><link>http://miss.ieph.net/archives/1747</link><content:encoded>&lt;p&gt;眼看九月已逝，博客一个月多不更新怕是要长草了~&lt;/p&gt;
&lt;p&gt;F君出差北京，我享受家属待遇顺便去帝都旅游，终于用双脚站在了祖国首都的土地上~&lt;/p&gt;
&lt;p&gt;帝都的桐子说，九月份的北京是很舒服的。确实，天气正好，不热亦不冷，可惜天空还是灰了点，蓝天白云较少见。&lt;/p&gt;
&lt;p&gt;北京西站目前还没有通地铁，于是到站后我们是乘公交到工程院的~ 公交好慢&amp;#8230;体会过武汉公交的，你会知道北京的公交犹如拖拉机的&amp;#8230; 票价1元，有时候是分段计价的。而其他大多数时候都是乘坐地铁的。除机场线外，其他线路不论到哪儿都是2块（同上海和广州的相比，真是忒便宜了~）地铁为出行提供了很大的方便~ 所以当F君忙正事，我一人外出逛大街时即使木有地图、木有GPS也不会做迷路dear~&lt;/p&gt;
&lt;p&gt;长城、故宫、颐和园、圆明园、奥体中心、北京胡同，种种这些，自然不是四天四夜能游览感受完的~ 此次出行我们采取轻松路线，只挑了几个景点看看~&lt;/p&gt;
&lt;p&gt;&lt;span id=&quot;more-1747&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;置身于宽广的【&lt;strong&gt;北京奥林匹克公园&lt;/strong&gt;】中，稍微感受运动的激情。&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;鸟巢&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;鸟巢&quot; src=&quot;http://miss.ieph.net/upload/201109/BirdNest.jpg&quot; alt=&quot;&quot; width=&quot;656&quot; height=&quot;242&quot; /&gt;&lt;/p&gt;
&lt;p&gt;白天的&lt;span style=&quot;text-decoration: underline;&quot;&gt;水立方&lt;/span&gt;没有夜晚灯光作用下的漂亮。&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;水立方&quot; src=&quot;http://miss.ieph.net/upload/201109/WaterCube.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;491&quot; /&gt;&lt;/p&gt;
&lt;p&gt;公园中的雕塑~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;雕塑&quot; src=&quot;http://miss.ieph.net/upload/201109/Statue.jpg&quot; alt=&quot;&quot; width=&quot;656&quot; height=&quot;546&quot; /&gt;&lt;/p&gt;
&lt;p&gt;溜冰的小孩们~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;溜冰&quot; src=&quot;http://miss.ieph.net/upload/201109/RollerSkating.jpg&quot; alt=&quot;&quot; width=&quot;656&quot; height=&quot;437&quot; /&gt;&lt;/p&gt;
&lt;p&gt;一家老小到这里来散步都很适宜，不过周围有许多小贩和快照，被问得多了会觉得好烦~&lt;/p&gt;
&lt;p&gt;走进【&lt;strong&gt;什刹海&lt;/strong&gt;】，感受老北京~&lt;/p&gt;
&lt;p&gt;白天走在那里，可以看到一辆辆的合力自行车，有双人的、三人的、还有两个大人一个小孩的，从身边驶过~ 同家人或朋友一起踩着合力自行车，窜过胡同，沿着前海后海边行驶着，想必乐趣十足呢~ 我很想骑着它度过后海的柔软时光，可惜没找着时间&amp;#8230;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;后海&quot; src=&quot;http://miss.ieph.net/upload/201109/Houhai.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;467&quot; /&gt;&lt;/p&gt;
&lt;p&gt;而夜晚的后海可谓醉人。每一家酒吧都有自己的歌手或乐队，唱着不同的歌，你从它们店门前一一走过，可感受不同的氛围~&lt;/p&gt;
&lt;p&gt;昔日被誉为“一切造园艺术的典范”和“万园之园”的皇家园林【&lt;strong&gt;圆明园&lt;/strong&gt;】已然成为一座废墟。&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;大水法&lt;/span&gt;，园林的喷泉，如今已是残垣断壁。&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;圆明园&quot; src=&quot;http://miss.ieph.net/upload/201109/Yuanmingyuan_1.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;492&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;圆明园&quot; src=&quot;http://miss.ieph.net/upload/201109/Yuanmingyuan_2.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;639&quot; /&gt;&lt;/p&gt;
&lt;p&gt;大水法对面则是&lt;span style=&quot;text-decoration: underline;&quot;&gt;观水台&lt;/span&gt;，即皇帝观看喷泉的地方。&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;圆明园&quot; src=&quot;http://miss.ieph.net/upload/201109/Yuanmingyuan_5.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;337&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;海晏堂&lt;/span&gt;，做蓄水池之用，居然是泥土、水和糯米等做成&amp;#8230;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;圆明园&quot; src=&quot;http://miss.ieph.net/upload/201109/Yuanmingyuan_3.jpg&quot; alt=&quot;&quot; width=&quot;656&quot; height=&quot;458&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;圆明园&quot; src=&quot;http://miss.ieph.net/upload/201109/Yuanmingyuan_4.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;668&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;方外观&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;圆明园&quot; src=&quot;http://miss.ieph.net/upload/201109/Yuanmingyuan_6.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;436&quot; /&gt;&lt;/p&gt;
&lt;p&gt;西洋楼遗址其他断壁残垣&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;圆明园&quot; src=&quot;http://miss.ieph.net/upload/201109/Yuanmingyuan_11.jpg&quot; alt=&quot;&quot; width=&quot;656&quot; height=&quot;487&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;圆明园&quot; src=&quot;http://miss.ieph.net/upload/201109/Yuanmingyuan_9.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;491&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;圆明园&quot; src=&quot;http://miss.ieph.net/upload/201109/Yuanmingyuan_7.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;666&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;圆明园&quot; src=&quot;http://miss.ieph.net/upload/201109/Yuanmingyuan_8.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;667&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;圆明园&quot; src=&quot;http://miss.ieph.net/upload/201109/Yuanmingyuan_10.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;667&quot; /&gt;&lt;/p&gt;
&lt;p&gt;不过，皇家园林究竟是皇家园林，其规模之大依然令人叹为观止，步行游之多个小时都走不完。&lt;/p&gt;
&lt;p&gt;不是荷花季，看不到满眼出淤泥而不染的荷花，但其影子犹在。&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;圆明园荷花&quot; src=&quot;http://miss.ieph.net/upload/201109/Lotus_3.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;491&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;圆明园荷花&quot; src=&quot;http://miss.ieph.net/upload/201109/Lotus_1.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;668&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;圆明园荷花&quot; src=&quot;http://miss.ieph.net/upload/201109/Lotus_2.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;634&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;圆明园荷花&quot; src=&quot;http://miss.ieph.net/upload/201109/Lotus_4.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;600&quot; /&gt;&lt;/p&gt;
&lt;p&gt;里面各种花草给园子增添了几许生机。&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;花花草草&quot; src=&quot;http://miss.ieph.net/upload/201109/Plant_3.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;666&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;花花草草&quot; src=&quot;http://miss.ieph.net/upload/201109/Plant_1.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;639&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;花花草草&quot; src=&quot;http://miss.ieph.net/upload/201109/Plant_2.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;642&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;花花草草&quot; src=&quot;http://miss.ieph.net/upload/201109/Plant_4.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;638&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;花花草草&quot; src=&quot;http://miss.ieph.net/upload/201109/Plant_5.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;652&quot; /&gt;&lt;/p&gt;
&lt;p&gt;自然风光~ 三只黑天鹅是园子里众多长枪短跑的焦点~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;黑天鹅&quot; src=&quot;http://miss.ieph.net/upload/201109/BlackSwan.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;603&quot; /&gt;&lt;/p&gt;
&lt;p&gt;小船就这样躺着，予人以静谧之感。&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;船儿&quot; src=&quot;http://miss.ieph.net/upload/201109/Boat.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;613&quot; /&gt;&lt;/p&gt;
&lt;p&gt;100%古董残桥。&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;残桥&quot; src=&quot;http://miss.ieph.net/upload/201109/OldBridge.jpg&quot; alt=&quot;&quot; width=&quot;501&quot; height=&quot;614&quot; /&gt;&lt;/p&gt;
&lt;p&gt;闲暇时，带上便当和小点心之物，来园中野餐，我想很有意思的~ 当然，要门票啦&amp;#8230;&lt;/p&gt;
&lt;p&gt;天安门前的地下通道，指示牌是何等气势~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;路标&quot; src=&quot;http://miss.ieph.net/upload/201109/Sign.jpg&quot; alt=&quot;&quot; width=&quot;660&quot; height=&quot;176&quot; /&gt;&lt;/p&gt;
&lt;p&gt;【&lt;strong&gt;天安门&amp;amp;广场&lt;/strong&gt;】&lt;/p&gt;
&lt;p&gt;门前的汉白玉华表~&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;华表&quot; src=&quot;http://miss.ieph.net/upload/201109/Huabiao.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;690&quot; /&gt;&lt;/p&gt;
&lt;p&gt;从天安门广场拍对面的天安门&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;天安门&quot; src=&quot;http://miss.ieph.net/upload/201109/Tiananmen.jpg&quot; alt=&quot;&quot; width=&quot;660&quot; height=&quot;220&quot; /&gt;&lt;/p&gt;
&lt;p&gt;人民英雄纪念碑&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;人民英雄纪念碑&quot; src=&quot;http://miss.ieph.net/upload/201109/Monument.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;638&quot; /&gt;&lt;/p&gt;
&lt;p&gt;毛主席纪念馆前则是排着长龙呢~ 没有进去看。&lt;/p&gt;
&lt;p&gt;【&lt;strong&gt;故宫&lt;/strong&gt;】&lt;/p&gt;
&lt;p&gt;从天安门一路进去，则进入&lt;span style=&quot;text-decoration: underline;&quot;&gt;故宫博物院&lt;/span&gt;了~ 紫禁城呐紫禁城。&lt;/p&gt;
&lt;p&gt;一入宫门深似海&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;故宫&quot; src=&quot;http://miss.ieph.net/upload/201109/Gugong_1.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;643&quot; /&gt;&lt;/p&gt;
&lt;p&gt;午门，最先想到的是不是斩首呢？&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;故宫午门&quot; src=&quot;http://miss.ieph.net/upload/201109/Gugong_2.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;434&quot; /&gt;&lt;/p&gt;
&lt;p&gt;古诗计时仪日晷&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;故宫日晷&quot; src=&quot;http://miss.ieph.net/upload/201109/Gugong_3.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;600&quot; /&gt;&lt;/p&gt;
&lt;p&gt;每个大殿门外都有这样的铜铁缸，我们一直在寻么此缸作用，看介绍后才知是为了防火的~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;故宫铜铁缸&quot; src=&quot;http://miss.ieph.net/upload/201109/Gugong_4.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;691&quot; /&gt;&lt;/p&gt;
&lt;p&gt;太和殿内。故宫的大小宫殿都由护栏拦着或大门窗户紧闭，游人只能从门口或窗户往里观赏。而中轴线上的各个大殿都游人如织，这时候个儿高是个优势呐~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;太和殿&quot; src=&quot;http://miss.ieph.net/upload/201109/Gugong_5.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;491&quot; /&gt;&lt;/p&gt;
&lt;p&gt;乾清宫内。&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;故宫乾清宫&quot; src=&quot;http://miss.ieph.net/upload/201109/Gugong_6.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;634&quot; /&gt;&lt;/p&gt;
&lt;p&gt;大石雕&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;故宫大石雕&quot; src=&quot;http://miss.ieph.net/upload/201109/Gugong_7.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;657&quot; /&gt;&lt;/p&gt;
&lt;p&gt;近看一点&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;故宫大石雕&quot; src=&quot;http://miss.ieph.net/upload/201109/Gugong_8.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;491&quot; /&gt;&lt;/p&gt;
&lt;p&gt;故宫一角，还能看见远方北海的白塔。游人多积于中轴线，旅游团带领的一队队游人也限于中轴线景区。所以两边偏宫人则少很多~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;故宫&quot; src=&quot;http://miss.ieph.net/upload/201109/Gugong_9.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;381&quot; /&gt;&lt;/p&gt;
&lt;p&gt;房檐上的脊兽，数目越多代表宫殿的等级越高。&lt;/p&gt;
&lt;p&gt;&lt;img title=&quot;故宫房檐&quot; src=&quot;http://miss.ieph.net/upload/201109/Gugong_11.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;491&quot; /&gt;&lt;/p&gt;
&lt;p&gt;养心殿前的玉璧，用圆壁和方框代表古人最高的崇拜“天”和“地”，这样皇上一出养心殿就不是“面壁”啦~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;玉璧&quot; src=&quot;http://miss.ieph.net/upload/201109/Gugong_13.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;702&quot; /&gt;&lt;/p&gt;
&lt;p&gt;宫墙壁上的图案&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;故宫&quot; src=&quot;http://miss.ieph.net/upload/201109/Gugong_10.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;641&quot; /&gt;&lt;/p&gt;
&lt;p&gt;一开始不知道门槛中的锁做何用&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;故宫&quot; src=&quot;http://miss.ieph.net/upload/201109/Gugong_14.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;655&quot; /&gt;&lt;/p&gt;
&lt;p&gt;后来看到这便明了~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;故宫&quot; src=&quot;http://miss.ieph.net/upload/201109/Gugong_15.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;421&quot; /&gt;&lt;/p&gt;
&lt;p&gt;御花园古树&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;故宫御花园&quot; src=&quot;http://miss.ieph.net/upload/201109/Gugong_16.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;656&quot; /&gt;&lt;/p&gt;
&lt;p&gt;御花园一角&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;御花园&quot; src=&quot;http://miss.ieph.net/upload/201109/Gugong_17.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;632&quot; /&gt;&lt;/p&gt;
&lt;p&gt;爬上故宫对面的景山，即可俯瞰故宫全貌~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;故宫&quot; src=&quot;http://miss.ieph.net/upload/201109/Gugong_19.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;571&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;故宫&quot; src=&quot;http://miss.ieph.net/upload/201109/Gugong_20.jpg&quot; alt=&quot;&quot; width=&quot;662&quot; height=&quot;187&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;故宫&quot; src=&quot;http://miss.ieph.net/upload/201109/Gugong_18.jpg&quot; alt=&quot;&quot; width=&quot;662&quot; height=&quot;139&quot; /&gt;&lt;/p&gt;
&lt;p&gt;偌大的皇宫，彰显着没落的繁华。逛一逛，着实挺好~ 只是，要带好吃着之类，里面卖的既不好吃还贵呢~&lt;/p&gt;
&lt;p&gt;【&lt;strong&gt;北大未名湖&lt;/strong&gt;】&lt;/p&gt;
&lt;p&gt;走在北大的未名湖这块儿，觉得学校真是个漂亮的公园~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;北大未名湖&quot; src=&quot;http://miss.ieph.net/upload/201109/Weiminghu_1.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;667&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;北大未名湖&quot; src=&quot;http://miss.ieph.net/upload/201109/Weiminghu_2.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;667&quot; /&gt;&lt;/p&gt;
&lt;p&gt;最后看看巷子，走走胡同，算是体会出丁点的老北京味儿吧~&lt;/p&gt;
&lt;p&gt;前门大街的大拨浪鼓&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;前门大街&quot; src=&quot;http://miss.ieph.net/upload/201109/Bolanggu.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;739&quot; /&gt;&lt;/p&gt;
&lt;p&gt;胡同小屋瓦房顶&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;瓦房屋顶&quot; src=&quot;http://miss.ieph.net/upload/201109/Roof.jpg&quot; alt=&quot;&quot; width=&quot;500&quot; height=&quot;667&quot; /&gt;&lt;/p&gt;
&lt;p&gt;胡同一瞥&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;北京胡同&quot; src=&quot;http://miss.ieph.net/upload/201109/Hutong.jpg&quot; alt=&quot;&quot; width=&quot;654&quot; height=&quot;490&quot; /&gt;&lt;/p&gt;
&lt;p&gt;最后的最后，北京西站，多少国人来北京的第一点儿~&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;北京西站&quot; src=&quot;http://miss.ieph.net/upload/201109/Beijingxi.jpg&quot; alt=&quot;&quot; width=&quot;655&quot; height=&quot;477&quot; /&gt;&lt;/p&gt;
&lt;p&gt;(^_^ 美食篇待续~)&lt;/p&gt;
&lt;table class=&quot;wumii-related-items&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;  style=&quot;clear: both;&quot;&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot;&gt;&lt;b&gt;&lt;font size=&quot;-1&quot;  style=&quot;display: block !important; padding: 20px 0 5px !important;&quot;&gt;您可能也喜欢：&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    
        &lt;tr&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;九月帝都行之美食篇&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1806&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1747&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/10/04/8553407.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;九月帝都行之美食篇&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;七月四川行之乐山峨眉游&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1684&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1747&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/05/21102636.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;七月四川行之乐山峨眉游&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;武汉一日游&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F889&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1747&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848297.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;武汉一日游&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;七月四川行之黄龙九寨游&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1656&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1747&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/03/20653705.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;七月四川行之黄龙九寨游&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【户外时间】张公山寨一日游&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1440&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1747&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/04/23/6280590.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【户外时间】张公山寨一日游&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
        &lt;/tr&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot; align=&quot;right&quot;&gt;
            &lt;a style=&quot;text-decoration: none !important;&quot; href=&quot;http://www.wumii.com/widget/relatedItems&quot; target=&quot;_blank&quot; title=&quot;无觅相关文章插件&quot;&gt;
                &lt;font size=&quot;-1&quot; color=&quot;#bbbbbb&quot; style=&quot;display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;&quot;&gt;无觅&lt;/font&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;&lt;h3&gt;相关文章&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1806&quot; title=&quot;九月帝都行之美食篇 (2011/10/04)&quot;&gt;九月帝都行之美食篇&lt;/a&gt; (8)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1698&quot; title=&quot;七月四川行之吃货天堂成都游 (2011/08/10)&quot;&gt;七月四川行之吃货天堂成都游&lt;/a&gt; (3)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1684&quot; title=&quot;七月四川行之乐山峨眉游 (2011/08/05)&quot;&gt;七月四川行之乐山峨眉游&lt;/a&gt; (0)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1656&quot; title=&quot;七月四川行之黄龙九寨游 (2011/08/03)&quot;&gt;七月四川行之黄龙九寨游&lt;/a&gt; (5)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1638&quot; title=&quot;七月四川行之路线 (2011/08/02)&quot;&gt;七月四川行之路线&lt;/a&gt; (2)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1440&quot; title=&quot;【户外时间】张公山寨一日游 (2011/04/23)&quot;&gt;【户外时间】张公山寨一日游&lt;/a&gt; (2)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1089&quot; title=&quot;【户外时间】武汉·东湖 (2010/11/01)&quot;&gt;【户外时间】武汉·东湖&lt;/a&gt; (6)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/924&quot; title=&quot;八月上海行之周边篇 (2010/08/12)&quot;&gt;八月上海行之周边篇&lt;/a&gt; (5)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/900&quot; title=&quot;八月上海行之世博篇 (2010/08/11)&quot;&gt;八月上海行之世博篇&lt;/a&gt; (2)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/889&quot; title=&quot;武汉一日游 (2010/07/29)&quot;&gt;武汉一日游&lt;/a&gt; (23)&lt;/li&gt;&lt;/ul&gt;&lt;hr /&gt;&lt;p&gt;© &lt;a href='http://miss.ieph.net/'&gt;Miss Young's Blog&lt;/a&gt; 2010-2011 | &lt;a href='http://miss.ieph.net/archives/1747'&gt;查看原文&lt;/a&gt; | &lt;a href='http://miss.ieph.net/archives/1747#comments'&gt;0条评论&lt;/a&gt; | &lt;a href='http://miss.ieph.net/archives/1747#comments'&gt;立即发言&lt;/a&gt; | 推荐订阅地址：http://miss.ieph.net/feed&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/634033012/missyoung/feedsky/s.gif?r=http://miss.ieph.net/archives/1747&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</content:encoded><wfw:commentRss>http://miss.ieph.net/archives/1747/feed</wfw:commentRss><slash:comments>0</slash:comments><description>眼看九月已逝，博客一个月多不更新怕是要长草了~ F君出差北京，我享受家属待遇顺便去帝都旅游，终于用双脚站在了祖国首都的土地上~ 帝都的桐子说，九月份的北京是很舒服的。确实，天气正好，不热亦不冷，可惜天空还是灰了点，蓝天白云较少见。 北京西站目前还没有通地铁，于是到站后我们是乘公交到工程院的~ 公交好慢&amp;#8230;体会过武汉公交的，你会知道北京的公交犹如拖拉机的&amp;#8230; 票价1元，有时候是分段计价的。而其他大多数时候都是乘坐地铁的。除机场线外，其他线路不论到哪儿都是2块（同上海和广州的相比，真是忒便宜了~）地铁为出行提供了很大的方便~ 所以当F君忙正事，我一人外出逛大街时即使木有地图、木有GPS也不会做迷路dear~ 长城、故宫、颐和园、圆明园、奥体中心、北京胡同，种种这些，自然不是四天四夜能游览感受完的~ 此次出行我们采取轻松路线，只挑了几个景点看看~ 置身于宽广的【北京奥林匹克公园】中，稍微感受运动的激情。 鸟巢 白天的水立方没有夜晚灯光作用下的漂亮。 公园中的雕塑~ 溜冰的小孩们~ 一家老小到这里来散步都很适宜，不过周围有许多小贩和快照，被问得多了会觉得好烦~ 走进【什刹海】，感受老北京~ 白天走在那里，可以看到一辆辆的合力自行车，有双人的、三人的、还有两个大人一个小孩的，从身边驶过~ 同家人或朋友一起踩着合力自行车，窜过胡同，沿着前海后海边行驶着，想必乐趣十足呢~ 我很想骑着它度过后海的柔软时光，可惜没找着时间&amp;#8230; 而夜晚的后海可谓醉人。每一家酒吧都有自己的歌手或乐队，唱着不同的歌，你从它们店门前一一走过，可感受不同的氛围~ 昔日被誉为“一切造园艺术的典范”和“万园之园”的皇家园林【圆明园】已然成为一座废墟。 大水法，园林的喷泉，如今已是残垣断壁。 大水法对面则是观水台，即皇帝观看喷泉的地方。 海晏堂，做蓄水池之用，居然是泥土、水和糯米等做成&amp;#8230; 方外观 西洋楼遗址其他断壁残垣 不过，皇家园林究竟是皇家园林，其规模之大依然令人叹为观止，步行游之多个小时都走不完。 不是荷花季，看不到满眼出淤泥而不染的荷花，但其影子犹在。 里面各种花草给园子增添了几许生机。 自然风光~ 三只黑天鹅是园子里众多长枪短跑的焦点~ 小船就这样躺着，予人以静谧之感。 100%古董残桥。 闲暇时，带上便当和小点心之物，来园中野餐，我想很有意思的~ 当然，要门票啦&amp;#8230; 天安门前的地下通道，指示牌是何等气势~ 【天安门&amp;#38;广场】 门前的汉白玉华表~ 从天安门广场拍对面的天安门 人民英雄纪念碑 毛主席纪念馆前则是排着长龙呢~ 没有进去看。 【故宫】 从天安门一路进去，则进入故宫博物院了~ 紫禁城呐紫禁城。 一入宫门深似海 午门，最先想到的是不是斩首呢？ 古诗计时仪日晷 每个大殿门外都有这样的铜铁缸，我们一直在寻么此缸作用，看介绍后才知是为了防火的~ 太和殿内。故宫的大小宫殿都由护栏拦着或大门窗户紧闭，游人只能从门口或窗户往里观赏。而中轴线上的各个大殿都游人如织，这时候个儿高是个优势呐~ 乾清宫内。 大石雕 近看一点 故宫一角，还能看见远方北海的白塔。游人多积于中轴线，旅游团带领的一队队游人也限于中轴线景区。所以两边偏宫人则少很多~ 房檐上的脊兽，数目越多代表宫殿的等级越高。 [...]&lt;table class=&quot;wumii-related-items&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;  style=&quot;clear: both;&quot;&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot;&gt;&lt;b&gt;&lt;font size=&quot;-1&quot;  style=&quot;display: block !important; padding: 20px 0 5px !important;&quot;&gt;您可能也喜欢：&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    
        &lt;tr&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;九月帝都行之美食篇&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1806&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1747&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/10/04/8553407.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;九月帝都行之美食篇&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;七月四川行之乐山峨眉游&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1684&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1747&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/05/21102636.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;七月四川行之乐山峨眉游&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;武汉一日游&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F889&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1747&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/02/20/2848297.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;武汉一日游&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;七月四川行之黄龙九寨游&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1656&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1747&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/03/20653705.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;七月四川行之黄龙九寨游&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;【户外时间】张公山寨一日游&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1440&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1747&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/04/23/6280590.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;【户外时间】张公山寨一日游&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
        &lt;/tr&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot; align=&quot;right&quot;&gt;
            &lt;a style=&quot;text-decoration: none !important;&quot; href=&quot;http://www.wumii.com/widget/relatedItems&quot; target=&quot;_blank&quot; title=&quot;无觅相关文章插件&quot;&gt;
                &lt;font size=&quot;-1&quot; color=&quot;#bbbbbb&quot; style=&quot;display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;&quot;&gt;无觅&lt;/font&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/634033012/missyoung/feedsky/s.gif?r=http://miss.ieph.net/archives/1747&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>生活</category><category>北京</category><category>travel</category><pubDate>Mon, 03 Oct 2011 00:00:55 +0800</pubDate><author>Jessie</author><comments>http://miss.ieph.net/archives/1747#comments</comments><guid isPermaLink="false">http://miss.ieph.net/?p=1747</guid><dc:creator>Jessie</dc:creator><fs:srclink>http://miss.ieph.net/archives/1747</fs:srclink><fs:srcfeed>http://miss.ieph.net/feed</fs:srcfeed><fs:itemid>feedsky/missyoung/~8196993/634033012/6300735</fs:itemid></item><item><title>《精通法式烹饪艺术》—— 刀法</title><link>http://miss.ieph.net/archives/1741</link><content:encoded>&lt;p&gt;&lt;img title=&quot;banner&quot; src=&quot;http://miss.ieph.net/upload/201104/banner.gif&quot; alt=&quot;&quot; width=&quot;320&quot; height=&quot;320&quot; /&gt;&lt;/p&gt;
&lt;p&gt;这篇文章翻译的是 &lt;a href=&quot;http://en.wikipedia.org/wiki/Simone_Beck&quot; target=&quot;_blank&quot;&gt;Simone Beck&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Louisette_Bertholle&quot; target=&quot;_blank&quot;&gt;Louisette Bertholle&lt;/a&gt; 和 &lt;a href=&quot;http://en.wikipedia.org/wiki/Julia_Child&quot; target=&quot;_blank&quot;&gt;Julia Child&lt;/a&gt; 合著的《&lt;em&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Mastering_the_Art_of_French_Cooking&quot;&gt;Mastering the Art of French Cooking&lt;/a&gt;&lt;/em&gt;》（MAoFC, 1961年版）之&lt;strong&gt;刀法&lt;/strong&gt;部分，原书可在&lt;a href=&quot;http://library.nu/docs/P4NUOWKQEG/Mastering%20the%20Art%20of%20French%20Cooking&quot; target=&quot;_blank&quot;&gt;这里&lt;/a&gt;下载。&lt;/p&gt;
&lt;p&gt;看过电影《&lt;a href=&quot;http://movie.douban.com/subject/2996640/&quot; target=&quot;_blank&quot;&gt;Julie and Julia&lt;/a&gt;》的话，你应该会记得 Julie Child 在家苦练切洋葱的场景。最后她切得比其他所有男士都快，扬眉吐气得意一笑的时候，我也跟着笑了~ 没有这种不服气的精神，哪能造就这般久负盛名的厨神呢~&lt;/p&gt;
&lt;p&gt;&lt;span id=&quot;more-1741&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;MAoFC&quot; src=&quot;http://miss.ieph.net/upload/201108/j1.jpg&quot; alt=&quot;&quot; width=&quot;650&quot; height=&quot;918&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;aligncenter&quot; title=&quot;gap&quot; src=&quot;http://miss.ieph.net/upload/line.gif&quot; alt=&quot;&quot; width=&quot;462&quot; height=&quot;7&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;MAoFC&quot; src=&quot;http://miss.ieph.net/upload/201108/j2.jpg&quot; alt=&quot;&quot; width=&quot;650&quot; height=&quot;918&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;aligncenter&quot; title=&quot;gap&quot; src=&quot;http://miss.ieph.net/upload/line.gif&quot; alt=&quot;&quot; width=&quot;462&quot; height=&quot;7&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;MAoFC&quot; src=&quot;http://miss.ieph.net/upload/201108/j3.jpg&quot; alt=&quot;&quot; width=&quot;650&quot; height=&quot;918&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;aligncenter&quot; title=&quot;gap&quot; src=&quot;http://miss.ieph.net/upload/line.gif&quot; alt=&quot;&quot; width=&quot;462&quot; height=&quot;7&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;MAoFC&quot; src=&quot;http://miss.ieph.net/upload/201108/j4.jpg&quot; alt=&quot;&quot; width=&quot;650&quot; height=&quot;918&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;aligncenter&quot; title=&quot;gap&quot; src=&quot;http://miss.ieph.net/upload/line.gif&quot; alt=&quot;&quot; width=&quot;462&quot; height=&quot;7&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone&quot; title=&quot;MAoFC&quot; src=&quot;http://miss.ieph.net/upload/201108/j5.jpg&quot; alt=&quot;&quot; width=&quot;650&quot; height=&quot;918&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;aligncenter&quot; title=&quot;gap&quot; src=&quot;http://miss.ieph.net/upload/line.gif&quot; alt=&quot;&quot; width=&quot;462&quot; height=&quot;7&quot; /&gt;&lt;/p&gt;
&lt;p&gt;嗯，下次也学着这样切洋葱~&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color: #ff9900;&quot;&gt;Your comments and corrections are always highly appreciated.&lt;/span&gt;  &lt;img src=&quot;../wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style=&quot;margin:0;padding:0;height:1px;overflow:hidden;&quot;&gt;
    &lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
        var wumiiSitePrefix = &quot;http://miss.ieph.net&quot;;
        var wumiiEnableCustomPos = false;
        var wumiiParams = &quot;&amp;#038;num=5&amp;#038;mode=3&amp;#038;displayInFeed=1&amp;#038;version=1.0.5.5&amp;#038;pf=WordPress3.3.2&quot;;
    //--&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://widget.wumii.com/ext/relatedItemsWidget.htm&quot;&gt;&lt;/script&gt;&lt;a href=&quot;http://www.wumii.com/widget/relatedItems.htm&quot; style=&quot;border:0;&quot;&gt;&lt;img src=&quot;http://static.wumii.com/images/pixel.png&quot; alt=&quot;无觅相关文章插件，快速提升流量&quot; style=&quot;border:0;padding:0;margin:0;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;table class=&quot;wumii-related-items&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;  style=&quot;clear: both;&quot;&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot;&gt;&lt;b&gt;&lt;font size=&quot;-1&quot;  style=&quot;display: block !important; padding: 20px 0 5px !important;&quot;&gt;您可能也喜欢：&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    
        &lt;tr&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;《精通法式烹饪艺术》—— 食材&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1468&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1741&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/25/25045662.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;《精通法式烹饪艺术》—— 食材&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;MAoFC Translation Project 启动！&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1376&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1741&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/04/12/5470360.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;MAoFC Translation Project 启动！&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;《精通法式烹饪艺术》——目录&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1436&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1741&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/25/25045662.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;《精通法式烹饪艺术》——目录&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;《精通法式烹饪艺术》—— 定义&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1457&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1741&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/25/25045662.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;《精通法式烹饪艺术》—— 定义&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;《精通法式烹饪艺术》—— 温度&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1603&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1741&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/25/25045662.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;《精通法式烹饪艺术》—— 温度&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
        &lt;/tr&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot; align=&quot;right&quot;&gt;
            &lt;a style=&quot;text-decoration: none !important;&quot; href=&quot;http://www.wumii.com/widget/relatedItems&quot; target=&quot;_blank&quot; title=&quot;无觅相关文章插件&quot;&gt;
                &lt;font size=&quot;-1&quot; color=&quot;#bbbbbb&quot; style=&quot;display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;&quot;&gt;无觅&lt;/font&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;&lt;h3&gt;相关文章&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1971&quot; title=&quot;《精通法式烹饪艺术》—— 葡萄酒 (2012/03/19)&quot;&gt;《精通法式烹饪艺术》—— 葡萄酒&lt;/a&gt; (2)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1603&quot; title=&quot;《精通法式烹饪艺术》—— 温度 (2011/07/02)&quot;&gt;《精通法式烹饪艺术》—— 温度&lt;/a&gt; (2)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1570&quot; title=&quot;《精通法式烹饪艺术》—— 计量 (2011/06/23)&quot;&gt;《精通法式烹饪艺术》—— 计量&lt;/a&gt; (0)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1468&quot; title=&quot;《精通法式烹饪艺术》—— 食材 (2011/06/02)&quot;&gt;《精通法式烹饪艺术》—— 食材&lt;/a&gt; (11)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1457&quot; title=&quot;《精通法式烹饪艺术》—— 定义 (2011/05/29)&quot;&gt;《精通法式烹饪艺术》—— 定义&lt;/a&gt; (4)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1449&quot; title=&quot;《精通法式烹饪艺术》—— 厨具 (2011/05/12)&quot;&gt;《精通法式烹饪艺术》—— 厨具&lt;/a&gt; (2)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1436&quot; title=&quot;《精通法式烹饪艺术》—— 目录 (2011/04/21)&quot;&gt;《精通法式烹饪艺术》—— 目录&lt;/a&gt; (7)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1385&quot; title=&quot;《精通法式烹饪艺术》—— 前言&amp;#038;致谢 (2011/04/18)&quot;&gt;《精通法式烹饪艺术》—— 前言&amp;#038;致谢&lt;/a&gt; (9)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/1376&quot; title=&quot;MAoFC Translation Project 启动！ (2011/04/12)&quot;&gt;MAoFC Translation Project 启动！&lt;/a&gt; (5)&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://miss.ieph.net/archives/931&quot; title=&quot;英文中何时用i.e.? (2010/08/13)&quot;&gt;英文中何时用i.e.?&lt;/a&gt; (3)&lt;/li&gt;&lt;/ul&gt;&lt;hr /&gt;&lt;p&gt;© &lt;a href='http://miss.ieph.net/'&gt;Miss Young's Blog&lt;/a&gt; 2010-2011 | &lt;a href='http://miss.ieph.net/archives/1741'&gt;查看原文&lt;/a&gt; | &lt;a href='http://miss.ieph.net/archives/1741#comments'&gt;3条评论&lt;/a&gt; | &lt;a href='http://miss.ieph.net/archives/1741#comments'&gt;立即发言&lt;/a&gt; | 推荐订阅地址：http://miss.ieph.net/feed&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/634033013/missyoung/feedsky/s.gif?r=http://miss.ieph.net/archives/1741&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</content:encoded><wfw:commentRss>http://miss.ieph.net/archives/1741/feed</wfw:commentRss><slash:comments>3</slash:comments><description>这篇文章翻译的是 Simone Beck, Louisette Bertholle 和 Julia Child 合著的《Mastering the Art of French Cooking》（MAoFC, 1961年版）之刀法部分，原书可在这里下载。 看过电影《Julie and Julia》的话，你应该会记得 Julie Child 在家苦练切洋葱的场景。最后她切得比其他所有男士都快，扬眉吐气得意一笑的时候，我也跟着笑了~ 没有这种不服气的精神，哪能造就这般久负盛名的厨神呢~ 嗯，下次也学着这样切洋葱~ Your comments and corrections are always highly appreciated.  相关文章《精通法式烹饪艺术》—— 葡萄酒 (2)《精通法式烹饪艺术》—— 温度 (2)《精通法式烹饪艺术》—— 计量 (0)《精通法式烹饪艺术》—— 食材 (11)《精通法式烹饪艺术》—— 定义 (4)《精通法式烹饪艺术》—— 厨具 (2)《精通法式烹饪艺术》—— 目录 (7)《精通法式烹饪艺术》—— 前言&amp;#038;致谢 (9)MAoFC Translation Project 启动！ (5)英文中何时用i.e.? (3)© Miss Young's [...]&lt;table class=&quot;wumii-related-items&quot; cellspacing=&quot;0&quot; cellpadding=&quot;3&quot; border=&quot;0&quot;  style=&quot;clear: both;&quot;&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot;&gt;&lt;b&gt;&lt;font size=&quot;-1&quot;  style=&quot;display: block !important; padding: 20px 0 5px !important;&quot;&gt;您可能也喜欢：&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;
    &lt;/tr&gt;
    
        &lt;tr&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;《精通法式烹饪艺术》—— 食材&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1468&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1741&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/25/25045662.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;《精通法式烹饪艺术》—— 食材&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;MAoFC Translation Project 启动！&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1376&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1741&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/04/12/5470360.jpg&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;MAoFC Translation Project 启动！&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;《精通法式烹饪艺术》——目录&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1436&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1741&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/25/25045662.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;《精通法式烹饪艺术》——目录&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;《精通法式烹饪艺术》—— 定义&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1457&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1741&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/25/25045662.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;《精通法式烹饪艺术》—— 定义&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td width=&quot;102&quot; valign=&quot;top&quot; style=&quot;padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;&quot;&gt;
                    &lt;a target=&quot;_blank&quot; title=&quot;《精通法式烹饪艺术》—— 温度&quot; style=&quot;text-decoration: none !important; cursor: pointer !important;&quot; href=&quot;http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1603&amp;from=http%3A%2F%2Fmiss.ieph.net%2Farchives%2F1741&quot;&gt;
                        &lt;img style=&quot;margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;&quot; src=&quot;http://static.wumii.com/site_images/2011/08/25/25045662.gif&quot; width=&quot;96px&quot; height=&quot;96px&quot; /&gt;&lt;br /&gt;
                        &lt;font size=&quot;-1&quot; color=&quot;#333333&quot; style=&quot;display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;&quot;&gt;《精通法式烹饪艺术》—— 温度&lt;/font&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
        &lt;/tr&gt;
    
    &lt;tr&gt;
        &lt;td colspan=&quot;5&quot; align=&quot;right&quot;&gt;
            &lt;a style=&quot;text-decoration: none !important;&quot; href=&quot;http://www.wumii.com/widget/relatedItems&quot; target=&quot;_blank&quot; title=&quot;无觅相关文章插件&quot;&gt;
                &lt;font size=&quot;-1&quot; color=&quot;#bbbbbb&quot; style=&quot;display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;&quot;&gt;无觅&lt;/font&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/634033013/missyoung/feedsky/s.gif?r=http://miss.ieph.net/archives/1741&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><category>翻译</category><category>其他</category><category>MAoFC</category><pubDate>Thu, 25 Aug 2011 11:10:51 +0800</pubDate><author>Jessie</author><comments>http://miss.ieph.net/archives/1741#comments</comments><guid isPermaLink="false">http://miss.ieph.net/?p=1741</guid><dc:creator>Jessie</dc:creator><fs:srclink>http://miss.ieph.net/archives/1741</fs:srclink><fs:srcfeed>http://miss.ieph.net/feed</fs:srcfeed><fs:itemid>feedsky/missyoung/~8196993/634033013/6300735</fs:itemid></item></channel></rss>
