<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>VxWorks</title>
<link>/program/rtos/VxWorks/</link>
<description>嵌入式开发 / VxWorks</description>
<language>zh-cn</language>
<generator>我要开发网</generator>
<webmaster>tenyearnet@gmail.com</webmaster>
<item>
    <title>PB6.5中TreeView控件使用技巧</title>
    <link>/program/rtos/VxWorks/20070911/25568.html</link>
    <description>PowerBuilder中 的 reeView 控件为树状游览，类似于WINDOWS 的 资源管理器 ，其特点是信息项呈树状层次结构，能更清晰地表现主、细目关系 ，操作非常方便。在应用中可将其与DataWindow 配合使用， 一个提供信息 的 分类体系，一个提供具体信息，达到珠连碧合 的 奇妙效</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>PB6.5在窗口刚打开动态调整Tab</title>
    <link>/program/rtos/VxWorks/20070911/25565.html</link>
    <description>在开发中我们会遇到，在主窗口中利用Radio Button 选择后，打开另一窗口，将新窗口中 的 Tab 页面 设定为自己对应 的 页面。利用Openwithparm()打开新窗口带入参数，在窗口 的 Open事件中加入Selecttab()函数设定Tab 的 默认 页面不成功。 原因：在窗口 的 Open 事件执</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>获取网络上的admin</title>
    <link>/program/rtos/VxWorks/20070911/25563.html</link>
    <description>某 本地 设备通过某种方式与 网络连接 。通过FoxPro程序获取本地用户 登陆 网络时使用 的 用户名。这时候本地设备与网络之间 的 连接必须是存在 的 。 方案1：利用WNetGetUser函数 DECLARE INTEGER WNetGetUser IN Win32API STRING lpName, STRING @lpUserName,INTEGER</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>VFP中实现在浏览器中运行应用程序方法</title>
    <link>/program/rtos/VxWorks/20070911/25561.html</link>
    <description>使用VFP数据系统开发出来 的 应用系统，经过编译、发布和安装可以在脱离环境 的 情况下在操作系统中运行，其实这只是系统 的 一种运行方式，我们完全可以利用活动文档（Active Documents ） 的 功能，实现将单纯操作系统方式下 的 应用系统向基于HTML 的 客户界面应用</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>在VFP的应用程序中实现超级链接</title>
    <link>/program/rtos/VxWorks/20070911/25559.html</link>
    <description>超级链接功能可以使程序具备直接访问Internet 的 能力，不少优秀 的 软件 都提供直接访问Internet 的 功能。如金山词霸2000在它 的 系统桌面上提供互联网资源；Microsoft 的 应用程序在其帮助菜单中提供Microsoft on the Web，这都是在系统内部直接访问Internet 的 典</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>让应用程序禁止Windows屏幕保护</title>
    <link>/program/rtos/VxWorks/20070911/25557.html</link>
    <description>Windows因检测不到用户动作而 激活 屏幕保护程序，一旦启动了屏幕保护程序，你 的 程序运行实际上就变慢了，这会大大影响程序 的 正常运行。有没有一种方法，使程序在进行长时间 的 数据处理前关掉屏幕保护呢？答案是肯定 的 。Windows在启动屏幕保护程序前会向当前激</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>VC中如何改变对框中控件的颜色</title>
    <link>/program/rtos/VxWorks/20070911/25555.html</link>
    <description>在VC中，当我们大量 的 运用控件时，往往会为改变控件 的 颜色所烦恼。因为VC不象VB那样，可以方便地改变对话框及各个控件 的 颜色，要改变一个控件 的 颜色比较烦琐。本文所介绍 的 就是如何改变在一个对框上 的 控件 的 颜色。步骤如下： ① 先创建一个基于对话框 的</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Dialog中使用Toolbar</title>
    <link>/program/rtos/VxWorks/20070911/25553.html</link>
    <description>FC中没有提供供对话框使用 的 工具条 类，而我们时常需要开发以对话框为框架 的 程序。下面我使用简单 的 代码说明这种方法。 step1: 在资源编辑器中插入工具条资源，并为每个按钮创建ID。将它命名为IDC_TOOLBAR1 step2: 在对话框变量中添加一个工具条变量。 CToolBar</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>防止Edit框中的Password不保密</title>
    <link>/program/rtos/VxWorks/20070911/25551.html</link>
    <description>Windows虽然是一个功能强大 的 操作系统，但其存在 的 一些先天性不足，给黑客留下了许多可乘之机，著名 的 BO程序就是利用Windows 的 这些漏洞来危害计算机 的 安全。笔者最近发现了一个很流行 的 专门获取Edit框Password 的 工具，甚至其源代码已在某报纸发表，这无</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>让基于对话框应用程序也有启动画面</title>
    <link>/program/rtos/VxWorks/20070911/25549.html</link>
    <description>用MFC 的 应用向导创建一个有主框架结构 的 应用程序，要使它具有启动画面是很简单 的 （下面会体验到），而要使一个基于对话框 的 应用程序也有启动画面则要费些事了，不过按以下笔者 的 方法则也是很容易 的 ，我主要介绍方法，对画面仅采用默认情况，读者有兴趣可自</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Windows CE 开发语言之 Visual C</title>
    <link>/program/rtos/VxWorks/20070911/25547.html</link>
    <description>本文是上篇文章 的 继续，主要讲述如何使用 Visual C 来进行 Windows CE 开发？如果你已经能够熟练应用 Microsoft Visual C 这个微软 Windows 平台上最优秀 的 开发工具，请你继续读下去！ Visual C for Windows CE Visual C for Windows CE 是一个可以加装到 Visual C</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Palm开发疑难七问七答</title>
    <link>/program/rtos/VxWorks/20070911/25545.html</link>
    <description>一、如何获得 Palm 用户名？ 你可以通过调用DlkGetSyncInfo()函数来获得Palm用户名，如通过以下一段代码即可实现： #include char acName[50]; DlkGetSyncInfo(0,0,0,asName,0,0); 二、如何利用错误代码查错？ 错误代码是一个2个字节（16位） 的 值。高字节（高8位）显</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>使用PALM OS模拟器调试Conduit</title>
    <link>/program/rtos/VxWorks/20070911/25543.html</link>
    <description>Palm OS Emulator（简称POSE）意为PALM OS 模拟器 ，它在PALM OS程序开发时可对conduit进行调试，是程序员 的 得力助手。开发者可以通过一个 ROM image来模拟应用程序在Palm 掌上电脑 的 运行，POSE能象真 的 PALM一样模拟出PALM CPU 的 运行、屏幕 的 显示以及各种应</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>免费的PALM--PALM OS的模拟器</title>
    <link>/program/rtos/VxWorks/20070911/25541.html</link>
    <description>如果您对PALM敬仰以久，却又 lang中羞涩；如果您想学习PALM OS 程式设计，却又苦于没有PALM机器；即使您有PALM，PALM OS 的 模拟器对您直接 在Windows 环境下调试测试 程序 也是一种快速方便 的 手段。下面让我们来看看PALM OS 的 模拟器。 一、PALM OS 的 简介 PALM OS</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>对比CodeWarrior与GCC</title>
    <link>/program/rtos/VxWorks/20070911/25539.html</link>
    <description>对于使 用Windows 操作系统 的 开发人员来说，他们在进行Palm掌上设备开发方面有更多 的 选择。最流行 的 编程语言是C，这也是很多嵌入式程序 的 开发语言。而基于 C语言 的 Palm掌上设备开发平台中，比较有名 的 是免费 的 GCC（GNU Compiler Collection）系列和商业化</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Palm软件设计前的六问</title>
    <link>/program/rtos/VxWorks/20070911/25537.html</link>
    <description>当我屁颠屁颠地跟在老师后面不厌其烦询问如何编写某个程序 的 时候，老师总是对我说先画出你程序 的 控制流程序图吧。当时觉得麻烦，也就把这经验之谈当成了一阵风吹过。现在，走上了 程序开发 这条路，才知道开发之前系统 的 规化一下自已 的 思路是多么 的 重要，对PC</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>一个PALM OS上的入门列子Hello world</title>
    <link>/program/rtos/VxWorks/20070911/25535.html</link>
    <description>首先想说明 的 是这只是一个PDA程序开发 的 一个简单试例，与炫耀才能无关，只是想通过这个例子说明在Palm上进行程序设计 原理 。如果你是慧者，从中你一定能悟出Palm与PC程序开发 的 各种异同。所谓“触类旁通”也许在不经意之间Palm 程序设计 的 大门已经向你敞开也说</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>基于CE的嵌入式软件开发程序入门</title>
    <link>/program/rtos/VxWorks/20070911/25533.html</link>
    <description>说到Windows CE不由得就想到微软推出 的 WIN系列PC操作系统，Windows 的 出现在很大程度上改变了程序员 的 编程习惯，把程序员从冗长 的 代码中解放了出来。那么Windows CE呢？会不会给掌上电脑 的 程序设计带来一次新 的 飞跃呢？一切没有事实依据 的 预测都是不可靠</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Windows CE平台上的数据库编程</title>
    <link>/program/rtos/VxWorks/20070911/25531.html</link>
    <description>随着掌上电脑 的 迅速崛起,微软推出 的 运行在掌上电脑上 的 操作系统Windows CE越来越引人瞩目。 Windows CE包括一个Win32 API子集,一个适宜于静态、动态内存存储 的 文件系统等。根据需要,还增加了一些Windows所没有 的 特性,增加了一些新 的 API(包括一些新 的 数据</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>开发 Windows CE 上程式的软件_</title>
    <link>/program/rtos/VxWorks/20070911/25529.html</link>
    <description>现在我们所使用 的 掌上型电脑内通常只有一些内建 的 功能, 如果您想要它能有一些特殊 的 应用, 免不了要在它上面开发一些程式, 本文就是大概介绍一两套可供开发 Windows CE 程式 的 软体. 1.高手 的 选择; Visual C 5.0/6.0 ( VCCE ) C 语言是现今电脑界最为风行 的 语</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>嵌入式开发导读</title>
    <link>/program/rtos/VxWorks/20070911/25527.html</link>
    <description>嵌入式系统是指将应用程序和操作系统与 计算机硬件 集成在一起 的 系统。简单 的 说就是系统 的 应用 软件 与系统 的 硬件一体化，类似于 BIOS 的 工作方式。这种系统具有 软件 代码小，高度自动化，响应速度快等特点，特别适合于要求实时 的 和 多任务 的 体系。嵌入式</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Palm开发工具及编程术语简介</title>
    <link>/program/rtos/VxWorks/20070911/25524.html</link>
    <description>目前国内 的 开发商和 软件 商纷纷瞄准PDA 的 软件 开发这个方向，PALM 的 应用 软件 开发是 软件 开发 的 一个新热点。如果您想进行PDA程序 的 开发，了解一番基于Palm OS 系统平台 的 开发工具和一些常用 的 编程术语是一件非常重要 的 事。开发工具方面，可进行PALM</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>走进Palm的世界——同步和安装</title>
    <link>/program/rtos/VxWorks/20070911/25521.html</link>
    <description></description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Palm OS 3.5新特性</title>
    <link>/program/rtos/VxWorks/20070911/25519.html</link>
    <description>本文是针对Palm OS 3.5 的 ，基于开发者角度 的 一个总体看法。本文完成 的 时间比 final documentatio n 和 final SDK 3.5 要早。因此，您可以等到这两个产品完成 的 时候，下载下来以便了解更多 的 信息。同时，在您真正开始对Palm OS 3.5平台 的 软件 开发工作以前，</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Palm OS 3.0 新特性</title>
    <link>/program/rtos/VxWorks/20070911/25517.html</link>
    <description>3.0版本 的 操作系统增加了很多 的 新特性。其中最重要 的 如下： 灰度显示 Palm OS 3.0能够有限地支持2位 的 灰度模式。通过专门 的 程序，系统能够在1位和2位 的 灰度模式之间切换。今后 的 掌上设备和系统版本将无庸置疑地支持更高水平 的 灰度模式。 字体 更大 的</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Palm OS 3.5重要系统错误</title>
    <link>/program/rtos/VxWorks/20070911/25515.html</link>
    <description>目前，一些开发者在Palm OS 3.5版本 的 系统平台上测试他们 的 应用 软件 时，发现了一些问题。本文将在这里讨论一下其中 的 一些具有共性 的 问题。尤其是在使用具有调试功能 的 ROM（debug-enabled ROMs）时。下面 的 列表里将列举那些经常遇到 的 问题，以及导致问题</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Palm OS SDK3.5简介</title>
    <link>/program/rtos/VxWorks/20070911/25512.html</link>
    <description>Palm OS SDK(software development kits， 软件 开发工具包)3.5版，包含了大量 的 信息，能够为开发人员进行基于Palm OS操作系统 的 掌上设备 的 应用 软件 开发提供技术帮助。该版本 的 主要新增信息是关于对使用Palm OS 3.5版本操作系统 的 的 彩色显示掌上设备 的 开</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>如何看待新老版本的SDK</title>
    <link>/program/rtos/VxWorks/20070911/25511.html</link>
    <description>毫无疑问， Palm 开发人员都应当尽可能是用最新版本 的 SDK( Software Development Kit， 软件 开发工具 包)。即使您是在为老版本 的 Palm OS系统进行 软件 开发。由于SDK每年只有一点点变化，因此开发人员熟悉最新版本 的 SDK也很容易。其实，开发人员也可以在最新 的</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>选择Windows CE 还是 Palm OS</title>
    <link>/program/rtos/VxWorks/20070911/25508.html</link>
    <description>当程序员 的 目光转到掌上电脑这个全新 的 领域 的 时候，他们发现自己面临着和在 桌面 系统上编程差不多 的 抉择。尽管掌上电脑 的 操作系统越来越多，但是真正让程序员犯难 的 还是在 WinCE 和PalmOS系统之间做出选择。 WinCE是几乎是公认 的 有着先天缺陷 的 操作系</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Palm OS开发者必读</title>
    <link>/program/rtos/VxWorks/20070911/25507.html</link>
    <description>本文将为Palm OS 应用 软件 及硬件驱动程序 开发者 提供一些入门必读信息列表。如果您是一家正在寻找商机和市场信息 的 公司，请访问我们 的 商机与市场 专页。 1、加入联盟计划 加入 联盟计划 的 用户，而且只有正式注册 的 联盟计划用户，可以获得来自Developer Newsl</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Windows CE的VB开发工具包</title>
    <link>/program/rtos/VxWorks/20070911/25504.html</link>
    <description>概况 越来越多 的 掌上电脑使用Windows CE操作系统。而对于针对这些设备进行应用 软件 开发工作 的 程序员来说，基于VB6.0 的 Windows CE应用程序开发工具包为他们提供了能够轻松完成各种解决方案 的 开发工具集合。 这个开发工具包利用了VB6.0 的 集成开发环境。因此</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Windows CE的VC开发工具包</title>
    <link>/program/rtos/VxWorks/20070911/25503.html</link>
    <description>概况 基于微软VC6.0 的 Windows CE 软件 开发工具 包是为那些在 VC 6.0环境下为运行Windows CE操作系统 的 掌上设备进行 软件 开发 的 程序员们设计 的 一个开发工具包。 借助于这个工具包 的 帮助，能够时一名已经熟练掌握VC 编程 的 程序员非常方便 的 使用他在MFC(</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Palm OS开发入门</title>
    <link>/program/rtos/VxWorks/20070911/25500.html</link>
    <description>从某种意义上说，开发Palm OS系统平台 的 应用 软件 要比在其他平台上要容易。当然，其中 的 差别也是显而易见 的 。其中很重要 的 两点类似之处如下： 应用 软件 是事件驱动 的 您能够使用任何来自标准C语言 的 东西来进行编译和编程 而差别集中在设备 的 尺寸和用途。</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>CodeWarrior for Palm OS_</title>
    <link>/program/rtos/VxWorks/20070911/25499.html</link>
    <description>Palm公司官方认可 的 Palm OS系统 软件 开发工具是Metrowerks公司 的 CodeWarrior for Palm OS。这是一个商业化 的 开发平台。它允许开发者创建ANSI C 和 C 程序 ，支持Windows 95/ 98 / NT 或者 Macintosh系统平台。目前它已经包含了Palm公司 的 Conduit SDK （ 软件</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>基于Basic的Palm开发软件</title>
    <link>/program/rtos/VxWorks/20070911/25496.html</link>
    <description>众所周知，作为一种优秀 的 程序开发语言，Basic已经有长达30多年 的 使用历史。而且由于它无可比拟 的 易学易用 的 特点，Basic在将来很长 的 一个时期内还将大行其道。而HotPaw Basic则使得用Basic为掌上设备进行 软件 开发成为可能。 其中，HotPaw Basic是针对Palm O</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>GCC开发工具简介</title>
    <link>/program/rtos/VxWorks/20070911/25495.html</link>
    <description>在 软件 开发者组织中，想来遵循一条由来已久 的 备受尊重 的 传统：开发工具，包括编译器，应当是免费提供给开发者 的 。其中有一个顶尖级 的 组织——自由 软件 基金会，长期以来致力于提供免费 的 编程工具。该组织 的 志愿者们已经认真负责地开发出了很多一流 的 编</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Conduit开发入门</title>
    <link>/program/rtos/VxWorks/20070911/25492.html</link>
    <description>Palm应用 软件 的 第二个部分是和台式机 的 连接。因为Palm是作为台式机 的 一个扩展设备来设计 的 ，因此Palm掌上设备和台式机之间 的 数据交换显得至关重要。Conduit就是实现这种功能 的 解决机制。 Conduit是驻留在台式机上 的 程序。当台式机和掌上设备之间 的 数据</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Palm平台的几种开发环境</title>
    <link>/program/rtos/VxWorks/20070911/25491.html</link>
    <description>下面列出了其他 的 一些用于Palm OS应用 软件 开发 的 开发环境。 Assembler SDK (ASDK) 该开发工具能够支持开发人员开发Motorola 68K汇编程序。它包含有Pila（Pilot 汇编器）。显而易见，使用这种工具进行汇编等级 的 程序开发 是非常枯燥 的 事情，但是一些开发者喜</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>PalmOS开发方面的建议</title>
    <link>/program/rtos/VxWorks/20070911/25488.html</link>
    <description>到目前为止，您对 如何 选择Palm 应用 软件 的 开发平台有了一个大致 的 想法了。下面让我们来指出对于不同情况 的 开发人员 的 不同 的 建议。一点也不奇怪Windows 的 用户拥有最多 的 选择；Macintosh和Unix系列操作系统 的 用户几乎没有选择 的 余地。让我们来看一看</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>选择开发移动应用程序的数据库</title>
    <link>/program/rtos/VxWorks/20070911/25487.html</link>
    <description>第一节 引言 也许开发所有 的 网络和企业应用程序项目必须做 的 事情就是使用关系 数据库管理 系统(RDBMS)来有效 的 处理存储和检索基于表 的 数据 的 操作。RDBMS已经成了最流行 的 数据库管理系统(例如Oracle 9i ，MS SQL Server和IBM DB2 )，而且也包括以存储过程和</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>利用MIDP API建立跨多种无线平台的应用</title>
    <link>/program/rtos/VxWorks/20070911/25484.html</link>
    <description>J2ME 简介 J2ME是Sun Microsystems为在资源有限 的 设备上使用Java编程语言而设 的 。例如一部移动电话缺少计算能力、内存和 工作站 能力，它不能执行诸如高端服务器或者客户端工作站上 的 同样功能。 J2ME平台是建立在Java编程语言上 的 ，可为资源有限 的 设备提供最</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>创建基于MIDP的应用</title>
    <link>/program/rtos/VxWorks/20070911/25482.html</link>
    <description>摘要 这部分主要介绍使用非图形用户接口组件来开发一个应用。此外，还介绍了转换和存储应用数据到MIDlet RecordStore 的 处理。 在前面我们主要对配置J2MEWTK环境和MIDP API做了一个简单介绍。本文则通过一个简单 的 证券事务管理应用，对 如何使用 非图形用户接口组件</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>全面分析MIDP通信API和外部系统交互</title>
    <link>/program/rtos/VxWorks/20070911/25480.html</link>
    <description>摘要 在这个MIDP系列 的 最后一部分，我将介绍MIDlet和外部系统之间 的 通信方法。使用Java2 Micro Edition 的 MIDP中包含 的 API，开发者可以与外部 的 系统交互。这篇文章将以一个详细 的 例子介绍这些API，它演示了J2ME设备和一个基于servlet 的 Web系统可以进行 的</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Java嵌入式开发之一</title>
    <link>/program/rtos/VxWorks/20070911/25478.html</link>
    <description>简介使用 Java 编写Palm OS程序 的 解决方案 现在，使用Java语言为 Palm OS编写程序 的 领域还没有完全统一，并且也有许多程度上 的 差异，目前，市面上有好几种不同 的 可用 的 应用程序接口，每种应用程序接口都给出了一个到当前 的 Palm OS应用程序不同程度 的 访问</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Java嵌入式开发之二</title>
    <link>/program/rtos/VxWorks/20070911/25476.html</link>
    <description>J2ME之谜 第一节 引言 J2ME概述 到目前为止，大部分人都已非常熟悉 Java 2平台，以及 Sun如何把 Java技术分成三个版本 (标准版、袖珍版以及企业版），Sun 在1999年6月时推出了 Java 2袖珍版 (J2ME)来满足消费电子和嵌入设备 的 需要。J2ME是为了那些使用有限 的 能源、</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Palm OS软件的用户界面元素</title>
    <link>/program/rtos/VxWorks/20070911/25474.html</link>
    <description>和Windows系统一样，Palm OS系统也为开发者提供了丰富 的 用户界面 元素。通过调用这些界面元素，可以方便 的 生成友好 的 软件 用户界面。下面我们就分别简单介绍一下这些界面元素。 注意，其实下面 的 这些元素，在 用法 和称呼上，都和 台式 机比较相似，我们可以对</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Java嵌入式开发之三</title>
    <link>/program/rtos/VxWorks/20070911/25472.html</link>
    <description>使用J2ME进行开发一个简单 的 KJava应用程序示例 无论学习什么新事物，都讲究循序渐进。学习J2ME也不例外，在此我想先介绍一下使用 J2ME开发 Palm上 的 一个小 的 应用程序，再深入探讨开发更加复杂 的 应用程序，好，那我么就开始吧。 第一节 获得 J2ME 你可以从Sun网</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Java嵌入式开发之六</title>
    <link>/program/rtos/VxWorks/20070911/25469.html</link>
    <description>使用Waba开发Palm程序 前面我用了很大 的 篇幅介绍如何使用 J2ME 开发运行于移动设备上 的 应用程序，并且在我第一篇文章中我在谈论开发Palm应用程序可以使用 的 解决方案时也提到了其他几种方案。本文中我们将开始学习Waba，学习使用它编写运行于Palm上 的 应用程序。</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Java嵌入式开发之四</title>
    <link>/program/rtos/VxWorks/20070911/25468.html</link>
    <description>J2ME与MIDP开发 在我前面 的 三篇文章中，我介绍了一些关于J2ME 的 基本 的 知识，在这篇文章中我想谈谈J2ME与MIDP开发 的 一些知识，其实在本系列 的 第二部分我门就已经接触到MIDP了，现在只是想深入探讨一下。MIDP是Mobile Information Devices Profile( 移动信息</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>
<item>
    <title>Palm OS软件界面设计初步_</title>
    <link>/program/rtos/VxWorks/20070911/25465.html</link>
    <description>我们从 Palm OS 软件 的 界面开始，逐步开始深入Palm OS 软件 开发 的 历程。那么，和其他 的 软件 开发一样，我们也有很多非技术 的 必须注意。这当中，有一些是比较通行 的 软件 设计思想、 软件 工程方面 的 问题，也有一些是嵌入式系统所特有 的 一些问题。 阐明事</description>
    <pubDate>1970-01-01</pubDate>
    <category>VxWorks</category>
    <author>秩名</author>
    <comments>我要开发网</comments>
</item>

</channel>
</rss>
