<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_geoff</title><subtitle type="text">输入您的搜索字词提交搜索表单</subtitle><id>http://feed.cnblogs.com/blog/u/14074/rss</id><updated>2009-09-27T16:19:30Z</updated><author><name>梁小鱼</name><uri>http://www.cnblogs.com/geoff/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/geoff/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/14074/rss"/><entry><id>http://www.cnblogs.com/geoff/archive/2009/07/31/1535870.html</id><title type="text">对处理器性能影响从大到小排序依次是</title><summary type="text">和目前定位于中高端的P7350相比，T6400的核心频率相同，但二级缓存和前端总线略有精简，而且TDP功耗也稍高一些。根据我们的测试经验，对处理器性能影响从大到小排序依次是：内核架构&gt;核心频率&gt;二级缓存&gt;前端总线。</summary><published>2009-07-31T04:42:00Z</published><updated>2009-07-31T04:42:00Z</updated><author><name>梁小鱼</name><uri>http://www.cnblogs.com/geoff/</uri></author><link rel="alternate" href="http://www.cnblogs.com/geoff/archive/2009/07/31/1535870.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/geoff/archive/2009/07/31/1535870.html"/><content type="text">和目前定位于中高端的P7350相比，T6400的核心频率相同，但二级缓存和前端总线略有精简，而且TDP功耗也稍高一些。根据我们的测试经验，对处理器性能影响从大到小排序依次是：内核架构&gt;核心频率&gt;二级缓存&gt;前端总线。</content></entry><entry><id>http://www.cnblogs.com/geoff/archive/2009/06/03/1495624.html</id><title type="text">解決Ubuntu休眠後重啟無聲</title><summary type="text">剛裝完Ubuntu，首先要搞定ADSL的網路連線，於是我就上網Google了一下，在終端機打入： $ sudo pppoeconf 就可以完成設定了。 連不上網路就好像斷了一支腳一樣，裝什麼套件都很麻煩。 不過，這並不是本文要討論的重點。 我不確定大家對休眠這個功能的看法是怎麼樣，但至少對我來說他是相當重要的。 也許是XP開機緩慢造成的惡習慣吧 總之，有一天我一如往常的關機休眠，然後隔天早上開機...</summary><published>2009-06-03T11:31:00Z</published><updated>2009-06-03T11:31:00Z</updated><author><name>梁小鱼</name><uri>http://www.cnblogs.com/geoff/</uri></author><link rel="alternate" href="http://www.cnblogs.com/geoff/archive/2009/06/03/1495624.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/geoff/archive/2009/06/03/1495624.html"/><content type="text">剛裝完Ubuntu，首先要搞定ADSL的網路連線，於是我就上網Google了一下，在終端機打入： $ sudo pppoeconf 就可以完成設定了。 連不上網路就好像斷了一支腳一樣，裝什麼套件都很麻煩。 不過，這並不是本文要討論的重點。 我不確定大家對休眠這個功能的看法是怎麼樣，但至少對我來說他是相當重要的。 也許是XP開機緩慢造成的惡習慣吧 總之，有一天我一如往常的關機休眠，然後隔天早上開機...</content></entry><entry><id>http://www.cnblogs.com/geoff/archive/2008/07/11/1240601.html</id><title type="text">Wiine完全使用指南——从基本到高级</title><summary type="text">一直苦于没有一篇像样的使用指南，原来外国有朋友跟我有同感，既然他捷足先登了，那我只好翻译了。 原文作者说会保持更新，这篇文章是很新的，介绍了很多实用的Wine设置方法，非常全面，无论新手还是老鸟都值得一读。 原文： http://sudan.ubuntuforums.com/showthread.php?t=497332 我收集到的关于Wine的一些资料 如果你像我一样的话，当你第一次使用Wine...</summary><published>2008-07-11T03:37:00Z</published><updated>2008-07-11T03:37:00Z</updated><author><name>梁小鱼</name><uri>http://www.cnblogs.com/geoff/</uri></author><link rel="alternate" href="http://www.cnblogs.com/geoff/archive/2008/07/11/1240601.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/geoff/archive/2008/07/11/1240601.html"/><content type="text">一直苦于没有一篇像样的使用指南，原来外国有朋友跟我有同感，既然他捷足先登了，那我只好翻译了。 原文作者说会保持更新，这篇文章是很新的，介绍了很多实用的Wine设置方法，非常全面，无论新手还是老鸟都值得一读。 原文： http://sudan.ubuntuforums.com/showthread.php?t=497332 我收集到的关于Wine的一些资料 如果你像我一样的话，当你第一次使用Wine...</content></entry><entry><id>http://www.cnblogs.com/geoff/archive/2008/07/11/1240559.html</id><title type="text">Ubuntu下挂载ISO文件挂载cue/bin文件</title><summary type="text">在linux下默认的ISO挂载点位于"/media"目录，下面是挂载一个ISO文件的方法：sudo mkdir /media/cdimage ＃建立一个文件夹作为ISO挂载点sudo mount -o loop myfile.iso /media/cdimage ＃挂载ISO文件，使用参数 -o loop使用你想挂载的iso文件代替myfile.iso。挂载一个镜像文件使之能被写入，使用下面的命...</summary><published>2008-07-11T03:00:00Z</published><updated>2008-07-11T03:00:00Z</updated><author><name>梁小鱼</name><uri>http://www.cnblogs.com/geoff/</uri></author><link rel="alternate" href="http://www.cnblogs.com/geoff/archive/2008/07/11/1240559.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/geoff/archive/2008/07/11/1240559.html"/><content type="text">在linux下默认的ISO挂载点位于"/media"目录，下面是挂载一个ISO文件的方法：sudo mkdir /media/cdimage ＃建立一个文件夹作为ISO挂载点sudo mount -o loop myfile.iso /media/cdimage ＃挂载ISO文件，使用参数 -o loop使用你想挂载的iso文件代替myfile.iso。挂载一个镜像文件使之能被写入，使用下面的命...</content></entry><entry><id>http://www.cnblogs.com/geoff/archive/2008/07/07/1237759.html</id><title type="text">【Ubuntu】（for 64位元版本）讓ubuntu可以觀看wmv, mpg, rm, asx...等格式的影片</title><summary type="text">step1) 安裝gstreamer的解碼器$ sudoapt-get install gstreamer0.10-ffmpeg gstreamer0.10-plugins-badgstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-uglygstreamer0.10-plugins-ugly-multiversestep2) 安裝x...</summary><published>2008-07-07T13:38:00Z</published><updated>2008-07-07T13:38:00Z</updated><author><name>梁小鱼</name><uri>http://www.cnblogs.com/geoff/</uri></author><link rel="alternate" href="http://www.cnblogs.com/geoff/archive/2008/07/07/1237759.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/geoff/archive/2008/07/07/1237759.html"/><content type="text">step1) 安裝gstreamer的解碼器$ sudoapt-get install gstreamer0.10-ffmpeg gstreamer0.10-plugins-badgstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-uglygstreamer0.10-plugins-ugly-multiversestep2) 安裝x...</content></entry><entry><id>http://www.cnblogs.com/geoff/archive/2008/07/07/1237445.html</id><title type="text">Ubuntu 8.04 64位元 心得 </title><summary type="text">DVD i386安裝過程有問題，只好用64位元live CD安裝。相同的中文語言包要自行下載,其它問題與安裝在Windows分割區的無太大不同。整體來說 Ubuntu 8.04 比 7.10改善許多小地方,安裝後不用再設定太多.因為是是64位元版,所以無法使用Lazybuntu 快懶人包.但不也至於感到不方便.Fedora8雖然比Ubuntu 7.10好用,但現在已經被我用 Ubuntu 8.04...</summary><published>2008-07-07T05:29:00Z</published><updated>2008-07-07T05:29:00Z</updated><author><name>梁小鱼</name><uri>http://www.cnblogs.com/geoff/</uri></author><link rel="alternate" href="http://www.cnblogs.com/geoff/archive/2008/07/07/1237445.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/geoff/archive/2008/07/07/1237445.html"/><content type="text">DVD i386安裝過程有問題，只好用64位元live CD安裝。相同的中文語言包要自行下載,其它問題與安裝在Windows分割區的無太大不同。整體來說 Ubuntu 8.04 比 7.10改善許多小地方,安裝後不用再設定太多.因為是是64位元版,所以無法使用Lazybuntu 快懶人包.但不也至於感到不方便.Fedora8雖然比Ubuntu 7.10好用,但現在已經被我用 Ubuntu 8.04...</content></entry><entry><id>http://www.cnblogs.com/geoff/archive/2008/06/11/1217282.html</id><title type="text">RouterOS 端口映射</title><summary type="text">1、什么是端口映射这里说的端口映射是路由器上的端口映射。一般情况下，网络中路由器都有防火墙功能，互联网用户只能访问到你的路由器WAN口(接ADSL线口或是固定的外网IP地址)，而访问不了局域内部服务器或工作站。要想让外面用户访问到局域网的电脑，那么就要在路由器上做一个转发设置，也就是端口映射设置，让用户的请求到了路由器后，能够转发到局域内部的机器上，例如游戏服务器或WEB服务器。这就是端口映射。...</summary><published>2008-06-11T03:43:00Z</published><updated>2008-06-11T03:43:00Z</updated><author><name>梁小鱼</name><uri>http://www.cnblogs.com/geoff/</uri></author><link rel="alternate" href="http://www.cnblogs.com/geoff/archive/2008/06/11/1217282.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/geoff/archive/2008/06/11/1217282.html"/><content type="text">1、什么是端口映射这里说的端口映射是路由器上的端口映射。一般情况下，网络中路由器都有防火墙功能，互联网用户只能访问到你的路由器WAN口(接ADSL线口或是固定的外网IP地址)，而访问不了局域内部服务器或工作站。要想让外面用户访问到局域网的电脑，那么就要在路由器上做一个转发设置，也就是端口映射设置，让用户的请求到了路由器后，能够转发到局域内部的机器上，例如游戏服务器或WEB服务器。这就是端口映射。...</content></entry><entry><id>http://www.cnblogs.com/geoff/archive/2008/06/07/1215671.html</id><title type="text">让Firefox3.0支持迅雷</title><summary type="text">试用了一下firefox3.0，感觉相当好，可一时之间还有点不习惯firefox的下载方式，迅雷目前不支持firefox3，只支持firefox2，现在在网上找到一个简单的方法，如下：1. 打开 about:config2. 右键点击页面，新建(New)-&gt;布尔（Boolean），名称为 extensions.checkCompatibility 值为 false3. 右键点击页面，新建(N...</summary><published>2008-06-07T09:46:00Z</published><updated>2008-06-07T09:46:00Z</updated><author><name>梁小鱼</name><uri>http://www.cnblogs.com/geoff/</uri></author><link rel="alternate" href="http://www.cnblogs.com/geoff/archive/2008/06/07/1215671.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/geoff/archive/2008/06/07/1215671.html"/><content type="text">试用了一下firefox3.0，感觉相当好，可一时之间还有点不习惯firefox的下载方式，迅雷目前不支持firefox3，只支持firefox2，现在在网上找到一个简单的方法，如下：1. 打开 about:config2. 右键点击页面，新建(New)-&gt;布尔（Boolean），名称为 extensions.checkCompatibility 值为 false3. 右键点击页面，新建(N...</content></entry><entry><id>http://www.cnblogs.com/geoff/archive/2008/05/27/1208766.html</id><title type="text">1.怎样定制VC#DataGrid列标题？</title><summary type="text">1.怎样定制VC#DataGrid列标题？DataGridTableStyle dgts = new DataGridTableStyle(); dgts.MappingName = "myTable"; //myTable为要载入数据的DataTableDataGridTextBoxColumn dgcs = new DataGridTextBoxColumn(); dgcs.MappingNa...</summary><published>2008-05-27T15:46:00Z</published><updated>2008-05-27T15:46:00Z</updated><author><name>梁小鱼</name><uri>http://www.cnblogs.com/geoff/</uri></author><link rel="alternate" href="http://www.cnblogs.com/geoff/archive/2008/05/27/1208766.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/geoff/archive/2008/05/27/1208766.html"/><content type="text">1.怎样定制VC#DataGrid列标题？DataGridTableStyle dgts = new DataGridTableStyle(); dgts.MappingName = "myTable"; //myTable为要载入数据的DataTableDataGridTextBoxColumn dgcs = new DataGridTextBoxColumn(); dgcs.MappingNa...</content></entry><entry><id>http://www.cnblogs.com/geoff/archive/2008/04/27/1173659.html</id><title type="text">打印口手柄</title><summary type="text"/><published>2008-04-27T14:42:00Z</published><updated>2008-04-27T14:42:00Z</updated><author><name>梁小鱼</name><uri>http://www.cnblogs.com/geoff/</uri></author><link rel="alternate" href="http://www.cnblogs.com/geoff/archive/2008/04/27/1173659.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/geoff/archive/2008/04/27/1173659.html"/><content type="text"/></entry></feed>
