<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_delphi2007.net 教程园地</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/41368/rss</id><updated>2011-03-08T09:19:55Z</updated><author><name>delphi2007</name><uri>http://www.cnblogs.com/delphi2007/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/delphi2007/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/41368/rss"/><entry><id>http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523851.html</id><title type="text">DELPHI基础开发技巧</title><summary type="text">◇[DELPHI]网络邻居复制文件uses shellapi;copyfile(pchar('newfile.txt'),pchar('//computername/direction/targer.txt'),false);◇[DELPHI]产生鼠标拖动效果通过MouseMove事件、DragOver事件、EndDrag事件实现，例如在PANEL上的LABEL：var xpanel,ypanel...</summary><published>2009-07-15T02:21:00Z</published><updated>2009-07-15T02:21:00Z</updated><author><name>delphi2007</name><uri>http://www.cnblogs.com/delphi2007/</uri></author><link rel="alternate" href="http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523851.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523851.html"/><content type="text">◇[DELPHI]网络邻居复制文件uses shellapi;copyfile(pchar('newfile.txt'),pchar('//computername/direction/targer.txt'),false);◇[DELPHI]产生鼠标拖动效果通过MouseMove事件、DragOver事件、EndDrag事件实现，例如在PANEL上的LABEL：var xpanel,ypanel...</content></entry><entry><id>http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523850.html</id><title type="text">库存管理系统的开发过程！</title><summary type="text">现在搞模块化，自觉能力不够，先开发看看吧！想法太理想化了，希望做个平台，后续其他模块的开发就简单了，能力不够！先将库存管理开发出来再说，以后再重写！继续阅读《库存管理系统的开发过程！》的全文内容...</summary><published>2009-07-15T02:21:00Z</published><updated>2009-07-15T02:21:00Z</updated><author><name>delphi2007</name><uri>http://www.cnblogs.com/delphi2007/</uri></author><link rel="alternate" href="http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523850.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523850.html"/><content type="text">现在搞模块化，自觉能力不够，先开发看看吧！想法太理想化了，希望做个平台，后续其他模块的开发就简单了，能力不够！先将库存管理开发出来再说，以后再重写！继续阅读《库存管理系统的开发过程！》的全文内容...</content></entry><entry><id>http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523849.html</id><title type="text">第一次写东西</title><summary type="text">下午下班回家，习惯性的上www.csdn.net看见一篇写在东软5年的贴。在仔细的看过后，心里有种说不出的感觉。想写东西。却不知道怎么写。忽然想到了大富翁这个笔记，或许可以一直使用这个写下去吧。于是就有了这个东西。或许是因为那篇文章的影响，自己也有会有一些感触。30了。从学校出来也5年了。老婆不停的和我说话，没办法写了。继续阅读《第一次写东西》的全文内容...</summary><published>2009-07-15T02:21:00Z</published><updated>2009-07-15T02:21:00Z</updated><author><name>delphi2007</name><uri>http://www.cnblogs.com/delphi2007/</uri></author><link rel="alternate" href="http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523849.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523849.html"/><content type="text">下午下班回家，习惯性的上www.csdn.net看见一篇写在东软5年的贴。在仔细的看过后，心里有种说不出的感觉。想写东西。却不知道怎么写。忽然想到了大富翁这个笔记，或许可以一直使用这个写下去吧。于是就有了这个东西。或许是因为那篇文章的影响，自己也有会有一些感触。30了。从学校出来也5年了。老婆不停的和我说话，没办法写了。继续阅读《第一次写东西》的全文内容...</content></entry><entry><id>http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523848.html</id><title type="text">C#初试</title><summary type="text">今天下了.net 的sdk来写了个C#程序别有一番感慨，我只编译的一个书上的例子，发现C#的编译速度比java快多了，执行的时候也没有象java那样载入的时候有明显的停顿感，果然是青出于蓝，c#必胜！继续阅读《C#初试》的全文内容...</summary><published>2009-07-15T02:21:00Z</published><updated>2009-07-15T02:21:00Z</updated><author><name>delphi2007</name><uri>http://www.cnblogs.com/delphi2007/</uri></author><link rel="alternate" href="http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523848.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523848.html"/><content type="text">今天下了.net 的sdk来写了个C#程序别有一番感慨，我只编译的一个书上的例子，发现C#的编译速度比java快多了，执行的时候也没有象java那样载入的时候有明显的停顿感，果然是青出于蓝，c#必胜！继续阅读《C#初试》的全文内容...</content></entry><entry><id>http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523847.html</id><title type="text">随笔</title><summary type="text">随笔，记录下我曾经走过的一段路程。继续阅读《随笔》的全文内容...</summary><published>2009-07-15T02:21:00Z</published><updated>2009-07-15T02:21:00Z</updated><author><name>delphi2007</name><uri>http://www.cnblogs.com/delphi2007/</uri></author><link rel="alternate" href="http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523847.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523847.html"/><content type="text">随笔，记录下我曾经走过的一段路程。继续阅读《随笔》的全文内容...</content></entry><entry><id>http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523846.html</id><title type="text">sprintf的一个bug</title><summary type="text">sprintf(str,"12.f","522.5); 结果523sprintf(str,"12.f","523.5); 结果523双进单不进，以后四舍五入不用这个函数，老实的＋0.5然后取整继续阅读《sprintf的一个bug》的全文内容...</summary><published>2009-07-15T02:21:00Z</published><updated>2009-07-15T02:21:00Z</updated><author><name>delphi2007</name><uri>http://www.cnblogs.com/delphi2007/</uri></author><link rel="alternate" href="http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523846.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523846.html"/><content type="text">sprintf(str,"12.f","522.5); 结果523sprintf(str,"12.f","523.5); 结果523双进单不进，以后四舍五入不用这个函数，老实的＋0.5然后取整继续阅读《sprintf的一个bug》的全文内容...</content></entry><entry><id>http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523845.html</id><title type="text">全局替换命令 cscope</title><summary type="text">xtag *.pccscope *.pc替换ctrl + actrl + dreturnctrl + d必须是 sco unix，root用户继续阅读《全局替换命令 cscope》的全文内容...</summary><published>2009-07-15T02:21:00Z</published><updated>2009-07-15T02:21:00Z</updated><author><name>delphi2007</name><uri>http://www.cnblogs.com/delphi2007/</uri></author><link rel="alternate" href="http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523845.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523845.html"/><content type="text">xtag *.pccscope *.pc替换ctrl + actrl + dreturnctrl + d必须是 sco unix，root用户继续阅读《全局替换命令 cscope》的全文内容...</content></entry><entry><id>http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523844.html</id><title type="text">准备写个iriver的mp3歌词编辑器</title><summary type="text">几天前买了个iriver的mp3，最近一直在研究它的功能。其中一个不错的功能是，可以象winamp的lrc插件一样，同步显示歌词。这个功能在winamp上不觉得怎么样，在mp3机上简直是酷毙了。 稍微研究了一下，发现这个mp3机上播放时显示歌词的原理与winamp略有不同。winamp是靠一个与音乐文件名关联的外部.lrc文件来实现歌词显示，.lrc文件中有时间和文字信息来保证同步。而180(mp...</summary><published>2009-07-15T02:21:00Z</published><updated>2009-07-15T02:21:00Z</updated><author><name>delphi2007</name><uri>http://www.cnblogs.com/delphi2007/</uri></author><link rel="alternate" href="http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523844.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523844.html"/><content type="text">几天前买了个iriver的mp3，最近一直在研究它的功能。其中一个不错的功能是，可以象winamp的lrc插件一样，同步显示歌词。这个功能在winamp上不觉得怎么样，在mp3机上简直是酷毙了。 稍微研究了一下，发现这个mp3机上播放时显示歌词的原理与winamp略有不同。winamp是靠一个与音乐文件名关联的外部.lrc文件来实现歌词显示，.lrc文件中有时间和文字信息来保证同步。而180(mp...</content></entry><entry><id>http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523843.html</id><title type="text">库存管理系统开发过程</title><summary type="text">初次弄浪潮的财务管理软件！有个中央控制台，控制很多操作，我看可以用ABCDOCK控件来做；操作起来挺方便的！至于里面的界面操作方式，我觉得就是模仿OUTLOOK的操作方式，用MXOUTLOOKBAR和Billinium Effects可以做到，前几天自己试过，改造过的就可以用哦！晚上继续看界面，画图，写文档和业务流程！继续阅读《库存管理系统开发过程》的全文内容...</summary><published>2009-07-15T02:21:00Z</published><updated>2009-07-15T02:21:00Z</updated><author><name>delphi2007</name><uri>http://www.cnblogs.com/delphi2007/</uri></author><link rel="alternate" href="http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523843.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523843.html"/><content type="text">初次弄浪潮的财务管理软件！有个中央控制台，控制很多操作，我看可以用ABCDOCK控件来做；操作起来挺方便的！至于里面的界面操作方式，我觉得就是模仿OUTLOOK的操作方式，用MXOUTLOOKBAR和Billinium Effects可以做到，前几天自己试过，改造过的就可以用哦！晚上继续看界面，画图，写文档和业务流程！继续阅读《库存管理系统开发过程》的全文内容...</content></entry><entry><id>http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523842.html</id><title type="text">休息时间</title><summary type="text">刚刚看了TTPig的笔记说他每天要早上2.3点才能睡着有一段时间，我不是到早上2.3点才能睡着是到了2、3点还没有睡意。但是为了第二天上班有精神只好去睡了其实，很想照顾自己的身体，早点睡觉。但又总感觉，太早睡觉是浪费生命。……当天睡，当天起床的日子，虽然感觉，时间好像是拉长了白白的赚了那么多时间因为，白天上班有的是活干所以也不会觉得困但心里总隐隐觉得象一根燃烧着的蜡烛熬到头了，就油尽灯枯了今年我做...</summary><published>2009-07-15T02:21:00Z</published><updated>2009-07-15T02:21:00Z</updated><author><name>delphi2007</name><uri>http://www.cnblogs.com/delphi2007/</uri></author><link rel="alternate" href="http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523842.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/delphi2007/archive/2009/07/15/1523842.html"/><content type="text">刚刚看了TTPig的笔记说他每天要早上2.3点才能睡着有一段时间，我不是到早上2.3点才能睡着是到了2、3点还没有睡意。但是为了第二天上班有精神只好去睡了其实，很想照顾自己的身体，早点睡觉。但又总感觉，太早睡觉是浪费生命。……当天睡，当天起床的日子，虽然感觉，时间好像是拉长了白白的赚了那么多时间因为，白天上班有的是活干所以也不会觉得困但心里总隐隐觉得象一根燃烧着的蜡烛熬到头了，就油尽灯枯了今年我做...</content></entry></feed>
