<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_mslk</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/8046/rss</id><updated>2006-03-27T07:04:00Z</updated><author><name>mslk</name><uri>http://www.cnblogs.com/mslk/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mslk/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/8046/rss"/><entry><id>http://www.cnblogs.com/mslk/archive/2005/11/25/284519.html</id><title type="text">模版函数，用来使标准库容器支持MFC的Serialize</title><summary type="text">// title:模版函数，用来使标准库容器支持MFC的Serialize/*!实现日期：2004-10-26注：需要Boost库例子例如：class CNeedSerializationCustomType:public CObject{...};//需要SERIAL宏//类CXYZClass的如下成员std::vector&amp;lt;CNeedSerializationCustomType*&amp;gt...</summary><published>2005-11-25T08:11:00Z</published><updated>2005-11-25T08:11:00Z</updated><author><name>mslk</name><uri>http://www.cnblogs.com/mslk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mslk/archive/2005/11/25/284519.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mslk/archive/2005/11/25/284519.html"/></entry><entry><id>http://www.cnblogs.com/mslk/archive/2005/11/25/284510.html</id><title type="text">恢复cvs仓库中误删除的文件</title><summary type="text">恢复cvs仓库中误删除的文件昨天下午本想重新checkout仓库中一个模块（比如：moduleABC）里的某个子文件夹（比如：subDir），因本身就在这个子文件夹subDir中，用`cvs co -d . moduleABC/subDir`（.没作用啊，需要..\subDir才可以）结果就在本地嵌套了一个新的工作目录moduleABC，想删除这个新的文件夹moduleABC，忙晕了就直接cvs ...</summary><published>2005-11-25T08:02:00Z</published><updated>2005-11-25T08:02:00Z</updated><author><name>mslk</name><uri>http://www.cnblogs.com/mslk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mslk/archive/2005/11/25/284510.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mslk/archive/2005/11/25/284510.html"/></entry><entry><id>http://www.cnblogs.com/mslk/archive/2005/11/25/284499.html</id><title type="text">将Perl解释器嵌入应用程序中，扩展功能</title><summary type="text">summary:本文讲述在应用程序中应嵌入Perl解释器的方法和理由如果系统需要提供扩展性，让用户可以轻松的加入一些对自己很有用的功能，在应用程序中嵌入一个解释器无疑是最好的选择，你当然可以提供API让用户扩展，但解释型语言简单易用，一般都带有自动垃圾收集，对用户更合适。这个解释器可以是任何语言的，但以比较流行的语言为最佳，这样用户扩展功能时比较容易，因为参考资料和能提供帮助的人都比较多。近来需要...</summary><published>2005-11-25T07:51:00Z</published><updated>2005-11-25T07:51:00Z</updated><author><name>mslk</name><uri>http://www.cnblogs.com/mslk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mslk/archive/2005/11/25/284499.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mslk/archive/2005/11/25/284499.html"/></entry><entry><id>http://www.cnblogs.com/mslk/archive/2005/11/25/284494.html</id><title type="text">实现sohu社区′只看楼主′的功能，抓取连载帖子中楼主的所有帖子</title><summary type="text">实现sohu社区&amp;#8242;只看楼主&amp;#8242;的功能，抓取连载帖子中楼主的所有帖子20050908sohu社区（http://club.sohu.com/main.php），经常有一些不错的连载的帖子，少则几千个回复，多则可以上万个，可是最有用最想看的楼主的帖子也就几十个，从这些成千上万的帖子中，一个个找搂主的帖子实在困难重重，不光手累眼累，主要是时间浪费不起！提了好几次意见，要求增加&amp;#8...</summary><published>2005-11-25T07:44:00Z</published><updated>2005-11-25T07:44:00Z</updated><author><name>mslk</name><uri>http://www.cnblogs.com/mslk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mslk/archive/2005/11/25/284494.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mslk/archive/2005/11/25/284494.html"/></entry><entry><id>http://www.cnblogs.com/mslk/archive/2005/11/25/284491.html</id><title type="text">C++中使用boost::serialization库――应用篇</title><summary type="text">C++中使用boost::serialization库――应用篇概要： 本文先简述在项目中使用boost::serialization库的两种实现方式：一种是成员函数模板，另一种是友元函数模板。之后涉及使用库的两种实现方式的优劣比较、使用时的代码模板示例，通过比较得出结论应以第二种实现方法为主，另外，因为boost::serialization库对任意类型的序列化代码都提供了一致的语法[像这样：a...</summary><published>2005-11-25T07:39:00Z</published><updated>2005-11-25T07:39:00Z</updated><author><name>mslk</name><uri>http://www.cnblogs.com/mslk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mslk/archive/2005/11/25/284491.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mslk/archive/2005/11/25/284491.html"/></entry><entry><id>http://www.cnblogs.com/mslk/archive/2005/04/03/131394.html</id><title type="text">扩展Emacs，方便执行正在编辑的Perl程序</title><summary type="text">在用Emacs写Perl程序时，有一个快捷键来直接运行正在编写的Perl程序就非常方便了，将下面的代码加入~/.emacs中，正在编写的Perl程序就可以使用M-o来运行了。(defun runperl() "run perl,执行当前缓冲区的Perl程序" (interactive) ;(save-buffer) (let ((filename buffer-file-name)(cmd "")...</summary><published>2005-04-03T11:57:00Z</published><updated>2005-04-03T11:57:00Z</updated><author><name>mslk</name><uri>http://www.cnblogs.com/mslk/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mslk/archive/2005/04/03/131394.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mslk/archive/2005/04/03/131394.html"/></entry></feed>
