<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Ahe's Blog  ※技术 人生 感悟※</title><link>http://www.ahe.name/</link><description></description><generator>RainbowSoft Studio Z-Blog 1.8 Arwen Build 81206</generator><language>zh-CN</language><copyright>Copyright 2006-2007, e673.com, All Rights Reserved.</copyright><pubDate>Thu, 26 Jan 2012 17:37:34 +0800</pubDate><item><title>Ubuntu安装ANDROID开发环境遇到的问题</title><author>a@b.com (Ahe)</author><link>http://www.ahe.name/post/245.html</link><pubDate>Thu, 26 Jan 2012 17:35:41 +0800</pubDate><guid>http://www.ahe.name/post/245.html</guid><description><![CDATA[<p>今天在ubuntu 11.10上面安装adt的时候，查找依赖关系后说 org.eclipse.wst.sse.core 0.0.0' but it could not be found 无法继续安装。<br />从网上找到最简单的解决办法，测试成功：<br />1 首先 help -&gt; install new software -&gt; Available software sites<br />看看里面有没有你的eclise的更新版本，比如我的是indigo<br />我就添加一个 http://download.eclipse.org/releases/indigo 的站点<br />...</p>]]></description><category>软件开发</category><comments>http://www.ahe.name/post/245.html#comment</comments><wfw:comment>http://www.ahe.name/</wfw:comment><wfw:commentRss>http://www.ahe.name/feed.asp?cmt=245</wfw:commentRss><trackback:ping>http://www.ahe.name/cmd.asp?act=tb&amp;id=245&amp;key=72e71863</trackback:ping></item><item><title>关闭DELPHI的某些警告</title><author>a@b.com (Ahe)</author><link>http://www.ahe.name/post/warningoff.html</link><pubDate>Mon, 18 Apr 2011 11:14:51 +0800</pubDate><guid>http://www.ahe.name/post/warningoff.html</guid><description><![CDATA[<p>作为一个严谨的程序员，应该将编译警告视同错误来处理，尤其对C语言来说。但对于DELPHI来说，有些警告确实是莫名其妙。比如</p><p>function f():integer;<br />begin<br />&nbsp; Result :=3;<br />&nbsp; try<br />&nbsp; ....<br />&nbsp;&nbsp;&nbsp; result := 1;<br />&nbsp; finally<br />&nbsp; end;<br />end;<br />...</p>]]></description><category>软件开发</category><comments>http://www.ahe.name/post/warningoff.html#comment</comments><wfw:comment>http://www.ahe.name/</wfw:comment><wfw:commentRss>http://www.ahe.name/feed.asp?cmt=244</wfw:commentRss><trackback:ping>http://www.ahe.name/cmd.asp?act=tb&amp;id=244&amp;key=24f7b1d4</trackback:ping></item><item><title>DELPHI 编写WINNT服务小示例</title><author>a@b.com (Ahe)</author><link>http://www.ahe.name/post/243.html</link><pubDate>Tue, 12 Apr 2011 20:26:08 +0800</pubDate><guid>http://www.ahe.name/post/243.html</guid><description><![CDATA[<p><span style="color: #555555; font-size: 12px" id="post1">Windows NT服务程序不同于一般的运行程序，它不需要NT登录进去，只需要开机进入NT系统便可以运行，一般用于系统服务方面的应用，学会编写NT服务程序对网络管理人员而言是非常重要的，Delphi4.0作为一种高效、快速、强大的开发语言，为开发NT服务程序提供了非常便捷的方法，加上其可视化界面以及与数据库的完美结合，使我们开发与数据库有关的NT服务程序变得非常简单，下面以编写一个NT定期备份程序为例，介绍如何运用Delphi编写Windows NT的服务程序。<br />...</p></span>]]></description><category>软件开发</category><comments>http://www.ahe.name/post/243.html#comment</comments><wfw:comment>http://www.ahe.name/</wfw:comment><wfw:commentRss>http://www.ahe.name/feed.asp?cmt=243</wfw:commentRss><trackback:ping>http://www.ahe.name/cmd.asp?act=tb&amp;id=243&amp;key=ba3094b2</trackback:ping></item><item><title>用DELPHI创建WINDOWS服务程序[转贴]</title><author>a@b.com (Ahe)</author><link>http://www.ahe.name/post/delphitservice.html</link><pubDate>Mon, 11 Apr 2011 21:59:06 +0800</pubDate><guid>http://www.ahe.name/post/delphitservice.html</guid><description><![CDATA[<div style="text-indent: 2em">Windows&nbsp;2000/XP和2003等支持一种叫做&quot;服务程序&quot;的东西.程序作为服务启动有以下几个好处:</div><div style="text-indent: 2em">(1)不用登陆进系统即可运行.</div><div style="text-indent: 2em">(2)具有SYSTEM特权.所以你在进程管理器里面是无法结束它的.</div><div style="text-indent: 2em">,下面就介绍一下如何用Delphi7创建一个Service程序.</div>...]]></description><category>软件开发</category><comments>http://www.ahe.name/post/delphitservice.html#comment</comments><wfw:comment>http://www.ahe.name/</wfw:comment><wfw:commentRss>http://www.ahe.name/feed.asp?cmt=242</wfw:commentRss><trackback:ping>http://www.ahe.name/cmd.asp?act=tb&amp;id=242&amp;key=baa5058c</trackback:ping></item><item><title>Delphi New,Getmem,ReallocMem联系与区别</title><author>a@b.com (Ahe)</author><link>http://www.ahe.name/post/241.html</link><pubDate>Fri, 01 Apr 2011 11:26:07 +0800</pubDate><guid>http://www.ahe.name/post/241.html</guid><description><![CDATA[<p><table style="table-layout: fixed">    <tbody>        <tr>            <td>            <div>            <p>procedure New(var P: Pointer);&nbsp;&nbsp;<font color="#009933"> </font><font color="#339966"><em>{</em></font><font color="#009933">为一个指针变量分配内存，会自动计算指针所指数据结构需要空的空间大小}</font></p>...</p></div></table>]]></description><category>软件开发</category><comments>http://www.ahe.name/post/241.html#comment</comments><wfw:comment>http://www.ahe.name/</wfw:comment><wfw:commentRss>http://www.ahe.name/feed.asp?cmt=241</wfw:commentRss><trackback:ping>http://www.ahe.name/cmd.asp?act=tb&amp;id=241&amp;key=23253051</trackback:ping></item><item><title>A dying art --using pointer in delphi</title><author>a@b.com (Ahe)</author><link>http://www.ahe.name/post/240.html</link><pubDate>Fri, 01 Apr 2011 11:25:01 +0800</pubDate><guid>http://www.ahe.name/post/240.html</guid><description><![CDATA[<p><table border="0">    <tbody>        <tr>            <td>&nbsp;</td>            <td class="head" colspan="4"><b>Pointers in the World of Object Orientation</b></td>        </tr>        <tr>            <td colspan="2">&nbsp;</td>            <td colspan="2">In the past, especially in languages, pointers were a critical aspect of the language. They allowed direct access to memory, enabling complex data structures to be built and navigated.<br />...</p></table>]]></description><category>软件开发</category><comments>http://www.ahe.name/post/240.html#comment</comments><wfw:comment>http://www.ahe.name/</wfw:comment><wfw:commentRss>http://www.ahe.name/feed.asp?cmt=240</wfw:commentRss><trackback:ping>http://www.ahe.name/cmd.asp?act=tb&amp;id=240&amp;key=a30986b2</trackback:ping></item><item><title>今年过节，GOOGLE给我们带来了“穿越搜索”</title><author>a@b.com (Ahe)</author><link>http://www.ahe.name/post/239.html</link><pubDate>Fri, 01 Apr 2011 09:05:40 +0800</pubDate><guid>http://www.ahe.name/post/239.html</guid><description><![CDATA[<p>转：</p><h2 style="background: url(//www.google.com/images/icons/feature/epicenter-r16.png) #ebeff9 no-repeat 5px center">什么是穿越搜索？</h2><p><img style="margin: 0px 0px 20px 20px; float: right" src="http://www.google.cn/intl/zh-CN/landing/teleport/images/gsan-teleport.png" alt="" /></p>...]]></description><category>生活随想</category><comments>http://www.ahe.name/post/239.html#comment</comments><wfw:comment>http://www.ahe.name/</wfw:comment><wfw:commentRss>http://www.ahe.name/feed.asp?cmt=239</wfw:commentRss><trackback:ping>http://www.ahe.name/cmd.asp?act=tb&amp;id=239&amp;key=3b6db520</trackback:ping></item><item><title>MS SQL存储过程改写为FIREBIRD 存储过程经验</title><author>a@b.com (Ahe)</author><link>http://www.ahe.name/post/firebirdspms.html</link><pubDate>Thu, 31 Mar 2011 12:49:30 +0800</pubDate><guid>http://www.ahe.name/post/firebirdspms.html</guid><description><![CDATA[<div id="cnblogs_post_body">最近在改写一段ms sql的存储过程到firebird,<br />总结了一些经验，<br />firebird可以说是这个世界上最小的又支持存储过程的数据库的，<br />才2.3M而已，如果做小型的应用，比ms sql桌面版也有70多M（+sp3）,<br />mysql也有20-30M,太不方便。<br /><br />1.自定义函数问题.<font color="#cc0033">Access</font> to <font color="#cc0033">UDF</font> <font color="#cc0033">library</font> &quot;rfunc.dll&quot; is denied by server administrator<br />...</div>]]></description><category>软件开发</category><comments>http://www.ahe.name/post/firebirdspms.html#comment</comments><wfw:comment>http://www.ahe.name/</wfw:comment><wfw:commentRss>http://www.ahe.name/feed.asp?cmt=238</wfw:commentRss><trackback:ping>http://www.ahe.name/cmd.asp?act=tb&amp;id=238&amp;key=04d57f61</trackback:ping></item><item><title>MacOS 雪豹常用快捷键</title><author>a@b.com (Ahe)</author><link>http://www.ahe.name/post/machotkey.html</link><pubDate>Fri, 11 Mar 2011 12:41:14 +0800</pubDate><guid>http://www.ahe.name/post/machotkey.html</guid><description><![CDATA[<p>mac leopard 下&nbsp;&nbsp;苹果电脑常用快捷键<br /><br />系统固定快捷键，Mac OS X适用<br />动作 快捷键<br />停止进程 Command + period<br />强制退出应用程序 Command + Option + Escape<br />强制重新启动 Command + Ctrl + 电源 key<br /><br />屏幕捕捉<br />动作 保存为 快捷键<br />整个屏幕 PDF 格式在桌面 Command + Shift + 3<br />...</p>]]></description><category>PC软硬件</category><comments>http://www.ahe.name/post/machotkey.html#comment</comments><wfw:comment>http://www.ahe.name/</wfw:comment><wfw:commentRss>http://www.ahe.name/feed.asp?cmt=237</wfw:commentRss><trackback:ping>http://www.ahe.name/cmd.asp?act=tb&amp;id=237&amp;key=60c45ade</trackback:ping></item><item><title>Delphi 7及以上版本对语言的扩充</title><author>a@b.com (Ahe)</author><link>http://www.ahe.name/post/langexd7.html</link><pubDate>Wed, 23 Feb 2011 12:31:53 +0800</pubDate><guid>http://www.ahe.name/post/langexd7.html</guid><description><![CDATA[<h3 style="margin: 12pt 0cm 6pt"><span style="font-family: 宋体; color: black; font-size: 12pt">内联函数（</span><font face="宋体"><span style="color: black; font-size: 12pt" lang="EN-US">Inlining</span><span style="font-family: 宋体; color: black; font-size: 12pt">）</span></font></h3>...]]></description><category>软件开发</category><comments>http://www.ahe.name/post/langexd7.html#comment</comments><wfw:comment>http://www.ahe.name/</wfw:comment><wfw:commentRss>http://www.ahe.name/feed.asp?cmt=236</wfw:commentRss><trackback:ping>http://www.ahe.name/cmd.asp?act=tb&amp;id=236&amp;key=69b7badb</trackback:ping></item></channel></rss>

