<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-35920436</id><updated>2026-05-04T06:14:04.903+08:00</updated><category term="生活心声"/><category term="记事本"/><category term="Others"/><category term="software"/><category term="C++"/><category term="音乐"/><category term="漂飘系列"/><category term="cdma"/><category term="找工作"/><category term="Ubuntu"/><category term="他山之石"/><category term="写程式"/><category term="心情"/><category term="BBS代码研究"/><category term="fun"/><category term="人物"/><category term="心事"/><category term="Steve Jobs"/><category term="apple"/><category term="八卦前线"/><category term="英语学习"/><title type='text'>lytsing&#39;Blog</title><subtitle type='html'>二十岁的眼泪·风轻云淡@不如归去</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default?start-index=26&amp;max-results=25'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>96</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-35920436.post-4272055961385152624</id><published>2010-07-05T00:06:00.001+08:00</published><updated>2010-07-05T00:08:18.004+08:00</updated><title type='text'>买了个空间 lytsing.org</title><summary type="text">上 blogspot都得代理，买办法，只好买个空间，安装wordpress，博客域名为 http://blog.lytsing.org</summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/4272055961385152624/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/4272055961385152624' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/4272055961385152624'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/4272055961385152624'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2010/07/lytsingorg.html' title='买了个空间 lytsing.org'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-8450215505780012266</id><published>2009-08-13T17:56:00.001+08:00</published><updated>2009-08-13T17:56:15.931+08:00</updated><title type='text'>用C++写ruby扩展</title><summary type="text">为了测试CDMA短信的发送方便，于是想到编译成lib，提供ruby使用。SmsObject.h:void SendSms(const char* msg, const char* number, char* out);main.cpp://// by deli 2009.6.11//#include &amp;lt;ruby.h&amp;gt;#include &quot;SmsObject.h&quot;static VALUE makepdu(VALUE self, VALUE arg1, VALUE arg2) {&amp;nbsp;&amp;nbsp; &amp;nbsp;VALUE s;&amp;nbsp;&amp;nbsp; &amp;nbsp;char pdu[512] = {0};&amp;nbsp;&amp;nbsp; &amp;nbsp;char* msg = RSTRING(arg1)-&amp;gt;ptr;&amp;nbsp;&amp;nbsp; &amp;nbsp;char* number = </summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/8450215505780012266/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/8450215505780012266' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/8450215505780012266'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/8450215505780012266'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2009/08/cruby.html' title='用C++写ruby扩展'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-2226045315236927052</id><published>2009-07-11T16:37:00.001+08:00</published><updated>2009-07-11T17:13:36.821+08:00</updated><title type='text'>用gsmmux 测试via cdma多路复用功能</title><summary type="text">现在杭州的威盛已实现了GSM协议07.10 multiplexer。gsmmux 可以在 developer.berlios.de/projects/gsmmux/ 上获得.按照说明安装就可以了。代码默认用的是AT+CMUX开启功能，而CMUX在CDMA另有别用，所以他们就用VMUX来替代，在代码里，把CMUX改为VMUX，重新编译。运行 mux,得到两个虚拟逻辑串口 /dev/mux0 /dev/mux1,开一个终端1 cat /dev/mux0 观察数据再开一个终端2输入 echo -e &quot;AT\r\n&quot; &amp;gt; /dev/mux0终端1有 &quot;OK&quot; 响应就行了。同样的方法测试 mux1.核心代码在 gsm0710.c简单说明一下。1190 行的 main函数，读取命令行参数，&amp;nbsp;1272 行 daemonize(_debug) 设置为unix下经典后台程序，下来是设置信号</summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/2226045315236927052/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/2226045315236927052' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/2226045315236927052'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/2226045315236927052'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2009/07/via-cdma.html' title='用gsmmux 测试via cdma多路复用功能'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-4619844270231542729</id><published>2009-05-10T23:33:00.002+08:00</published><updated>2009-05-10T23:41:32.206+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="cdma"/><title type='text'>Android CDMA</title><summary type="text">Android CDMAcdma-import分支由Teleca CDMA团队开发。Teleca&#39;s contribution covers all required extensions in the application framework of the telephony stack, the application domain and user interface. In order to support existing applications the application interface is backward compatible, but extended to include CDMA specific methods, parameters or notifications to make the new features accessible by </summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/4619844270231542729/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/4619844270231542729' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/4619844270231542729'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/4619844270231542729'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2009/05/android-cdma.html' title='Android CDMA'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-5064957335265031439</id><published>2009-05-07T00:43:00.008+08:00</published><updated>2009-05-07T01:27:11.787+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="C++"/><category scheme="http://www.blogger.com/atom/ns#" term="写程式"/><title type='text'>提笔就老：回文判断(C++)</title><summary type="text">最近复习C++,在看《Accelerated C++》时，对回文的例子印象很深刻，代码简洁明了，令人惊叹：bool is_parlindrome(const string&amp;amp; s){    return equal(s.begin(), s.end(), s.rbegin());}也可以这么写：return equal(s.begin(), s.begin() + s.length() / 2, s.rbegin());撇开STL的用法，用原始的手工写法，一般人都会这么写的：bool is_palindrome(const char* s){    int len;    len = strlen(s);    for (int i = 0; i &lt; (len / 2); ++i) {        if (s[i] != s[len-i-1])            return</summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/5064957335265031439/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/5064957335265031439' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/5064957335265031439'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/5064957335265031439'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2009/05/c.html' title='提笔就老：回文判断(C++)'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-100412440673418901</id><published>2009-05-05T12:45:00.005+08:00</published><updated>2009-05-07T00:16:26.949+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="写程式"/><title type='text'>从写Makefile谈起</title><summary type="text">最近一段时间，有所想，故整理成文。上上个星期，去一家网络公司面试，面试官问我Makefile文件熟悉不？我说，很熟，现在工具很多了，automake一下子就搞定，听说cmake更厉害了。他不同意我的观点，说手写的Makefile要精通，了解各个文件，包的依赖关系，如果给你写一个类似于automake的工具，你会怎么写？我一时懵了，从没想过这个问题，只好瞎掰一番。确实，在Linux下，普遍用automake,cmake工具。结合我现在的项目，mtk,via平台都是手写的Makefile,这么大的工程，automake,cmake等无法达到完美的方案。其重要原因是代码目录繁多，对于不同客户定制的，不同目标版本，要定义很多很多的宏。昨晚把c++ primer 3th关于STL algorithm的例子代码编译一下，从12点开始,后面发现竟然花了1个小时，震撼啊！睡之前，想想，干嘛要花那么多的</summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/100412440673418901/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/100412440673418901' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/100412440673418901'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/100412440673418901'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2009/05/makefile.html' title='从写Makefile谈起'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-6542708671328559516</id><published>2009-05-01T02:02:00.004+08:00</published><updated>2009-05-07T00:23:42.680+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="cdma"/><title type='text'>via cdma 代码目录结构</title><summary type="text">via cdma 代码目录结构(版本号:0.21)Abbreviations and AcronymsHAL             Hardware Abstraction LayerVAL             VIA Abstraction LayerVTUI            VIA Telecom UIASL             Application Support LayerPS              Protocol StackResEditor       Resource EditorResgen          Resource GeneratorMS              Mobile Stationcp:各种底层文件的集合，包括协议栈，DSPM/DSPV,L1D/L1A软件。cp下目录及文件:</summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/6542708671328559516/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/6542708671328559516' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/6542708671328559516'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/6542708671328559516'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2009/05/via-cdma.html' title='via cdma 代码目录结构'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-6628571625570646265</id><published>2009-04-29T19:17:00.002+08:00</published><updated>2009-04-29T19:22:06.916+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="cdma"/><title type='text'>VIA,下一个MTK?</title><summary type="text">今年估计是CDMA年了。小弟我花了半年时间刚在MTK平台上部署完CDMA，还没来得及休息又马上进入用VIA提供的硬件/软件做个单模手机。刚开始研究，文档、代码，觉得两方面都比MTK好。文档写得很详细，质量也很高，遗憾的是，我拿到的文档现在结合代码来看有些已过时了。代码从第一眼看，比MTK整齐，好看，代码开放程度也比MTK高，代码量大约是MTK的一半。架构上，与MTK差不多一样，采用分层机制，做了几个抽象层，隔离变化。VIA大部分用CPP写，窗口、消息处理等类似于Windows/MFC，了解下MVC，Singleton设计模式，掌握UI界面控制几个类的使用，就能上手写运用程序了。VIA提供了内建的单元测试框架，觉得这一点做得比较好。VIA与MTK都采用nucleus操作系统，MTK毕竟出现好些年了，比较稳定，赚也赚翻了。    VIA还有很多功能没有实现完善，比如MMS，长短信,EMS等，</summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/6628571625570646265/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/6628571625570646265' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/6628571625570646265'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/6628571625570646265'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2009/04/viamtk.html' title='VIA,下一个MTK?'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-3333713875886939957</id><published>2009-04-27T22:24:00.001+08:00</published><updated>2009-04-27T22:33:31.910+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="cdma"/><title type='text'>CDMA获取网络运营</title><summary type="text">CDMA 获取网络运营商(同时发两个AT)：at+vmcc?;+vmnc?+VMCC:460+VMNC:03ok中国电信CDMA 网络MCC 是460、MNC 是03。需要注意的是，如果开启UIM卡的Pin功能，该命令在输入PIN码前，读取的是模块NAM变参数值。pin码校验后，读取的是UIM卡的参数值。做开机初始化，当输入pin码后，马上查询CIMI号,  查询的结果是: &quot;+CIMI:11111111000 查询国家码，网络码也是如此。 +VMCC:111 +VMNC:11解锁后 1 -2 秒再查询，才能得到正确的值。via bug真是多，只能打个补丁。一般CDMA开机流程中，要花很多时间去初始化的，很多CDMA手机，开机进入待机界面后，立马显示中国电信，真是厉害。在via的模组，目前至少是做不到的。</summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/3333713875886939957/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/3333713875886939957' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/3333713875886939957'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/3333713875886939957'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2009/04/cdma.html' title='CDMA获取网络运营'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-941952346629436323</id><published>2009-02-13T12:45:00.000+08:00</published><updated>2009-02-13T12:47:30.179+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="software"/><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><title type='text'>f-spot 在外部删掉图片后数据库不能更新</title><summary type="text">just removed ~/.gnome2/f-spot/photos.db  file. Cheers! and then reimport the photos forders.</summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/941952346629436323/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/941952346629436323' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/941952346629436323'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/941952346629436323'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2009/02/f-spot.html' title='f-spot 在外部删掉图片后数据库不能更新'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-449331982316668023</id><published>2009-01-05T20:17:00.001+08:00</published><updated>2009-01-05T20:20:57.558+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="写程式"/><title type='text'>代码审核表</title><summary type="text">半个月定时查看自己写过的代码.1. 把tab值分别设置为8和4,看代码是否有乱？如果是新的编码，始终如一的使用空格，这样在不同的编辑器下不会出现排版混乱的问题。2. 头文件是否都有 #ifndef __XXX__#define __XXX__#endif // end of __XXX__这样防止头文件被重复包含的宏而且头文件末尾要空一行3. 文件命名是否得体？4. 代码目录是否清晰？5. 是否已删除掉无用的代码？函数如果没有被调用就没有存在的必要，删除一切用不到的代码。6、坚决抵制不可移植的代码；7、使用宏定义常数，不使用显示的数字；8、设备操作不能使用死循环设计，应该采用超时加返回状态的方法检测是否正常；上面是本人日常工作的必须做的。并结合 附录表，华为代码审核表，反复查看自己的代码。</summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/449331982316668023/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/449331982316668023' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/449331982316668023'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/449331982316668023'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2009/01/blog-post.html' title='代码审核表'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-3446248661846570099</id><published>2008-11-15T18:36:00.004+08:00</published><updated>2008-11-15T18:56:33.270+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="software"/><title type='text'>readline库的使用</title><summary type="text">我们的mmi 测试代码部分，有的是基于命令行测试的，没有提供自动补充与历史记录功能，真是难用。想起之前看过lmaze的代码，也用readline,今天加班时间，正好可以用来研究一下这个readline库的使用。编译了一下，运行一下readline example里的例子程序，还不错。移植到我们的代码，编译时发现:In file included from /home/deli/work/pcemu/broncho/usr/local/include/readline/readline.h:38,                 from main.c:8:/home/deli/work/pcemu/broncho/usr/local/include/readline/rltypedefs.h:65: 错误：expected ‘)’ before ‘*’ tokenIn file </summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/3446248661846570099/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/3446248661846570099' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/3446248661846570099'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/3446248661846570099'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2008/11/readline.html' title='readline库的使用'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-2745341379167718845</id><published>2008-09-12T10:45:00.004+08:00</published><updated>2008-09-12T11:05:48.231+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="C++"/><title type='text'>[血的教训]初始化</title><summary type="text">各位也都觉得，初始化没什么啊，我也这么觉得。昨天遇到一个问题，移植别人写CDMA的代码，用C打印出来后面是乱码，C++却安然无事。这个是C的:[deli@localhost cdma]$ ./test_pdu_decode </summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/2745341379167718845/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/2745341379167718845' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/2745341379167718845'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/2745341379167718845'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2008/09/blog-post.html' title='[血的教训]初始化'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-5231818953007977588</id><published>2008-09-05T13:29:00.008+08:00</published><updated>2008-11-15T18:57:38.309+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="C++"/><title type='text'>解析Po文件</title><summary type="text">坐在偶右边的同事，需要把翻译文件一个一个拷贝到 excel表格，很是费力，问我有什么办法？看了看，第一感觉就是写 shell 提取数据啊，发现自己对 shell 并不精通，C++还可以，只好用牛刀杀鸡了。zh_cn.po 的格式大概如下：# SOME DESCRIPTIVE TITLE.# Copyright (C) YEAR THE PACKAGE&#39;S COPYRIGHT HOLDER# This file is distributed under the same license as the PACKAGE package.# FIRST AUTHOR , YEAR.##, fuzzymsgid &quot;&quot;msgstr &quot;&quot;&quot;Project-Id-Version: 0.1\n&quot;&quot;Report-Msgid-Bugs-To: \n&quot;&quot;POT-Creation-Date: 2008-08-28</summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/5231818953007977588/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/5231818953007977588' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/5231818953007977588'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/5231818953007977588'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2008/09/po.html' title='解析Po文件'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-7542343245958990206</id><published>2008-09-02T11:49:00.004+08:00</published><updated>2008-12-06T17:13:25.837+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="C++"/><title type='text'>用vim写程式的一些设定</title><summary type="text">Accelerated edit your code!前辈们说：“一个人对Linux的熟悉程度，看他对vi的操作就知道”。Broncho成员们都一直用这个编辑器，听一师兄说网易强行使用vim。最先进的生产工具代表最先进的生产力，让我们来设置一下属于自己的vim.首先，弄一个 .vimrc 文件一般从 /usr/share/vim/vim7/example_vimrc 拷过来用就差不多了.$ cp /usr/share/vim/vim7/example_vimrc ~/.vimrc然后主要就是修改配置文件 ~/.vimrc&quot;主题,我喜欢这个，一般要设终端是白字黑背景色.colo desert&quot; 对齐与缩进set cindentset smartindentset shiftwidth=4set ts=4&quot; for cpp class, switchset cino=:0g0t0(sus&quot; </summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/7542343245958990206/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/7542343245958990206' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/7542343245958990206'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/7542343245958990206'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2008/09/vim.html' title='用vim写程式的一些设定'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-6352698475785610660</id><published>2008-08-16T17:59:00.007+08:00</published><updated>2008-11-15T18:52:05.544+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="C++"/><title type='text'>常见的字符串操作</title><summary type="text">这个月写了CDMA编解码，说实在的，就是和字符串打交道。总结一下，写在这里方便查阅。1. 单个字符串替换voidmy_str_replace(char* buf, char from, char to){   int i = 0;   while (buf[i]) {       if (buf[i] == from)           buf[i] = to;       ++i;   }}2. 过滤前后空格char*stripwhite (char *string){    register char *s, *t;    for (s = string; whitespace (*s); s++)        ;    if (*s == 0)        return (s);    t = s + strlen (s) - 1;    while (t &gt; s &amp;&amp; </summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/6352698475785610660/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/6352698475785610660' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/6352698475785610660'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/6352698475785610660'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2008/08/blog-post.html' title='常见的字符串操作'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-3983513946817157602</id><published>2008-07-27T12:06:00.007+08:00</published><updated>2008-07-27T12:35:18.186+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="software"/><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><title type='text'>使用virtualbox 遇到的问题</title><summary type="text">话说，virtualbox 不知不觉被sun收购了，重新下载新的版本才知道。安装时发现很多问题，记录于此。1. 键盘失效在ubuntu下装一个xp,进入安装系统分区选择时，回车老是无效，对键盘使用暴力之后，毫无建树，只好强行关机，反复几次，也没装成，真让人抓狂,还是得G，解决如下：$ sudo apt-get install scim-bridge-client-qt$ im-switch -s scim-bridgevirtualbox -&gt; File -&gt; Preferences -&gt; Input , 把 Auto captrue keyboard 勾上，上面的第二个命令，我是把输入法退出，干脆弄到底，装完再重启它。$ kill -9 scimps:) 后来发现 按 Print Screen 键可以退出。2. virtualbox 声音独占声音选择 PulseAudio 即可</summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/3983513946817157602/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/3983513946817157602' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/3983513946817157602'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/3983513946817157602'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2008/07/virtualbox.html' title='使用virtualbox 遇到的问题'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-2755432932861292041</id><published>2008-06-28T10:25:00.004+08:00</published><updated>2008-07-27T12:23:23.985+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="software"/><title type='text'>love make - cmake</title><summary type="text">love make, make love, 爱上make,呵呵。前晚和wayhome聊天，他说，当初苦心的学Makefile的书写，而不知道使用automake，终于知道了automake,而别人却在用cmake了，感觉自己像&quot;autofool&quot; (被操弄的愚人)。最初用cmake，是在大三的时候，流浪骑士推荐使用的，当时并不在意。现在我们的系统要大量的使用 automake工具，很烦，如果该为cmake，那该是多么美好的事啊，不过上司不一定这么认为，需要时间的考验。Anyway,我现在自个儿写的程式，开始用 cmake。这个blog终于可以访问，我坚信，终有可以访问的时候，一直在等。</summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/2755432932861292041/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/2755432932861292041' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/2755432932861292041'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/2755432932861292041'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2008/06/love-make-cmake.html' title='love make - cmake'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-981035014608830644</id><published>2007-08-25T04:54:00.000+08:00</published><updated>2007-08-25T05:21:03.310+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="心情"/><title type='text'>寻找新的出路，下个路口会在哪里？</title><summary type="text">上班快要到 2个月了，感觉没有一点没有进入状态，工作总带有情绪，因为现在的工作内容不是我想做的，懒得花心思，再说了，做运维的只要是初中水平加上细心，都能胜任这份工作，我一个马大哈的，要我细心，难上加难。再这样下去半年，我的编码技术倒退2年，回到大二的水平了。  今晚值班，漕宝机房说要电力升级，赶紧备份组，害得乱忙了一阵子，到现在还没有一点动静，懒得打电话过去确认了。唉，上晚班要连续上12个小时呀，整个人都要虚脱了，听说现在上晚班的补贴只有12.5元了，之前是25块，猪肉呀房价啊什么的都上涨，唯独工资没有，反而下降，唉。5点04分，夜里太寂寞，想找点东西吃，哈哈，在冰箱里发现张芽放的4个旺旺碎冰冰，被我干掉2个，嘿嘿。发汗，青岛的所有机器都宕了，汗......</summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/981035014608830644/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/981035014608830644' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/981035014608830644'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/981035014608830644'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2007/08/blog-post_25.html' title='寻找新的出路，下个路口会在哪里？'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-2206923429395297785</id><published>2007-08-20T19:40:00.000+08:00</published><updated>2007-08-20T19:53:54.253+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><title type='text'>Ubuntu7.04安装配置</title><summary type="text">ubuntu 7.04下装man在线文档基本开发包:sudo apt-get installsudo apt-get install binutils-doc cpp-doc gcc-4.1-doc gcc-doc glibc-doc libstdc++6-4.1-doc stl-manual cpp-4.1-doc manpages manpages-devBoost:sudo apt-get install boost-dev boost-doc还有好多，比如 boost-thread-dev等，看自己是否需要用得着.http://www.linuxidc.com/Linux/2007-05/4473.htm</summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/2206923429395297785/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/2206923429395297785' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/2206923429395297785'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/2206923429395297785'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2007/08/ubuntu704.html' title='Ubuntu7.04安装配置'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-6318929730387708849</id><published>2007-08-18T11:11:00.000+08:00</published><updated>2007-08-18T11:14:26.144+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="生活心声"/><title type='text'>神奇的梦</title><summary type="text">后 来 10:12:16昨天晚上梦到你了。。。真分特lytsing 11:01:10 //shylytsing 11:01:41我很荣幸呀，嘻嘻 后 来 11:02:15梦里你是我上司让我加班结果加到夜里3点半我突然想起我手机没电了我该给我妈妈打个电话的否则她会很着急就用你的打结果你的手机超级大我还不会用一直按错键然后你帮我打我妈妈在电话那边哭她以为我出事了lytsing 11:03:41  //laughlytsing 11:03:56逗死人了，哈哈哈 ^_^ 后 来 11:03:13然后你说你不回家了就在办公室睡了我就收拾东西准备回家本以为你会送我一下的结果瞬间你就换了一身蓝色的睡衣在你办公室门口跟我说白白气得我想哭。。lytsing 11:04:46  //hanlytsing 11:05:23现实中，我会送你滴，西西 后 来 11:04:16然后不知道咋的我就回家了我妈妈在看电视</summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/6318929730387708849/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/6318929730387708849' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/6318929730387708849'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/6318929730387708849'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2007/08/blog-post_18.html' title='神奇的梦'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-4623198401180745168</id><published>2007-08-15T20:34:00.000+08:00</published><updated>2007-08-15T20:39:17.096+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="生活心声"/><title type='text'>你怎么就不幸福呢</title><summary type="text">deli(276539980) 20:24:28唉，为什么每个人都那么幸福，就我不幸福呢 小魔警长(117883907) 20:24:01你怎么就不幸福呢deli(276539980) 20:25:20我怎么就幸福呢？小魔警长(117883907) 20:24:20嘿嘿..偶是乐观派..朋友都说我没心没肺..什么都不放在心上小魔警长(117883907) 20:24:36没心没肺的人最幸福...deli(276539980) 20:25:59汗 小魔警长(117883907) 20:24:57吃得下饭..睡得着觉..笑得出来..就是幸福</summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/4623198401180745168/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/4623198401180745168' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/4623198401180745168'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/4623198401180745168'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2007/08/blog-post_15.html' title='你怎么就不幸福呢'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-4962539615286053796</id><published>2007-08-01T21:24:00.000+08:00</published><updated>2007-08-01T21:29:15.967+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="心情"/><title type='text'>做一个有责任心的工作人</title><summary type="text">这周一受到刘敏的批评了，说我没有尽力做事，没有测试出流量的最大值，问题在于我没有找到更多的机器来测试。  昨天开小会，George针对我这情况做了详细的说明，任务交给你了，就要认真做好，遇到困难，应及时回报，不要因为遇到困难就停止不做，要多及时沟通。下班了，我又来办公室，George也正好刚走，又回头和我聊天。</summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/4962539615286053796/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/4962539615286053796' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/4962539615286053796'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/4962539615286053796'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2007/08/blog-post.html' title='做一个有责任心的工作人'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-7927059566524453405</id><published>2007-05-28T09:54:00.000+08:00</published><updated>2007-05-28T10:08:06.156+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="音乐"/><title type='text'>这两天反复听一首歌</title><summary type="text">Black canle黑蜡烛乐队同名歌曲，最初创作于2004年11月。Vocal 曹汀 Guitar 张拳拳 郑烜乐 Bass 张子文 KB曹汀 Drum 李鹏暗夜疾走的精灵  泪水绽放的花朵你在我就停留 你走我就等候黑色蜡烛照亮黑夜的伤乞求我们的天使永载我飞翔在他们的博客http://blackcandle.blogcs.com/ 可以听到，可惜它们都上传倒了土豆网。想要mp3格式的，厦大校园网用户可以到0.222下载,而百度mp3搜索几乎找不到, maze只有一条搜索记录，也下不了，郁闷。幸运的是，如果真的想要，可以mail我，现在gmail可以传20M的附件了。开始喜欢上了rock音乐,疯狂的，无法救药。</summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/7927059566524453405/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/7927059566524453405' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/7927059566524453405'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/7927059566524453405'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2007/05/blog-post_28.html' title='这两天反复听一首歌'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-35920436.post-8958840327650647175</id><published>2007-05-27T02:46:00.000+08:00</published><updated>2007-05-27T03:27:45.351+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="人物"/><category scheme="http://www.blogger.com/atom/ns#" term="音乐"/><title type='text'>[记事]黑蜡烛乐队告别演唱会</title><summary type="text">发信人: deli (cutedog), 信区: XMU标  题: [记事]黑蜡烛乐队告别演唱会发信站: 新一塌糊涂 (Sun May 27 02:43:59 2007), 本站(newytht.net)题记：快毕业了，写点东西，留作青春纪念。   22号去晚自习，在公寓的海报栏看到他们的宣传报，很巧合，九点听收音机，厦门音乐台正在采访他们，曹汀格格的笑声给我留下了深刻的印象，一向不喜欢摇滚音乐的我，决定去听听。   傍晚5点猫猫和他表弟早早的就去了建南大礼堂等待，6点一刻我才出发，到西村下车，路过明培时听到了震动声，估计芙蓉湖里的王八也在跳跃了，于是加快脚步。   刚开始坐着看，过十多分钟，干脆跑到前面，站着拍手，一起叫喊，一起跳，就是为了释放自己,弄得满头大汗, 现场感受就是不一样，一个词：high。   张拳拳好拽，弄坏了几把吉他；帅帅的郑烜乐很多时候是闷着头弹吉他,不过high</summary><link rel='replies' type='application/atom+xml' href='http://lysting.blogspot.com/feeds/8958840327650647175/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/35920436/8958840327650647175' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/8958840327650647175'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/35920436/posts/default/8958840327650647175'/><link rel='alternate' type='text/html' href='http://lysting.blogspot.com/2007/05/blog-post_27.html' title='[记事]黑蜡烛乐队告别演唱会'/><author><name>lysting</name><uri>http://www.blogger.com/profile/04444873861975124403</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://photos1.blogger.com/blogger2/1197/832712664529415/264/gse_multipart36331.jpg'/></author><thr:total>0</thr:total></entry></feed>