我的回收站

技术文章、随笔、文摘及其它
 

2007年7月13日

几个月以前,第一次打开Groove就被它的丰富的功能所吸引。文件共享,论坛,图片库,问题跟踪,InfoPath表单库,聊天,白板。。。。。。随后我们的一个项目组就开始使用它来进行常规的办公协作。 现在,随着Office 2007的普及,也许不少人已经装上了Groove。所以,我特意建立了一个“移动与嵌入式开发”的Groove工作区。欢迎感兴趣的朋友加入。 大家可以在里面共享资源,进行讨论等等...... 如果您有兴趣,请在这里或者PM我给我留下您注册Groove时使用的Email,我将给您发送该工作区的邀请信。 不了解什么是Groove的,请看这里。 您也可以看一下xuzhong的BizTalk工作区介绍。

0 篇评论

2007年5月29日

征文主题: “微软MEDC2007有奖征文活动” 征文背景: Windows Mobile日渐成为软件开发人员和IT专业人事生活工作中不可或缺的一个重要组成部分,为了推广Windows Mobile、WinCE开发技术以及普及Windows Mobile应用,Windows Mobile开发社区(www.winbile.net)配合6月即将在北京举行的微软移动与嵌入式开发者(MEDC2007)大会推出了“微软MEDC2007有奖征文活动”。 请提笔记录下你在日常开发工作中或者日常使用Windows Mobile / Windows CE的心得体会,希望你的文章能给其他开发者和用户以启发和帮助。 稿件要求: - 原创 - 字数500字以上 - 题材涉及领域:Windows Mobile 6 / Windows CE 6开发技术相关; Windows Mobile 6 / Windows CE 6企业级应用或者解决方案; Windows Mobile 6个人应用及游戏开发; Windows Mobile / Windows CE发展及前景规划。 - 题目自拟,保证原创。建议描述清楚技术难点和解决方案,建议至少一个以上的案例分析(附代码),文笔要求生动流畅。 征文截至时间:2007年6月30日 附注:在6月18日前提交论文并通过审核的用户将有幸获得MEDC2007大会门票一张,在6月30日前投稿通过审核的作者(包括18前已获奖作者)将有机会获得由WinBlie论坛提供的精美礼品一份。 投稿方式: 文章请发送到:http://www.winbile.net/bbs/ 并在标题上请注明“MEDC2007征文”。 疑问与帮助:如果您关于本次征文活动有任何疑问请联系: E-mial:WindowsMobility@hotmail.com; 也可以进入活动论坛参与讨论。

0 篇评论

2007年2月11日

最近WM6的消息是层出不穷,对于我们开发人员来说,关注的就是WM6的SDK的相关消息了。恭喜大家,在MSDN上面已经有了WM6的SDK可以下载了。您准备好迎接WM6了吗? 这里貌似无法发HTML的。详细信息请看我在cnblogs上的这片贴子:http://www.cnblogs.com/twodays/archive/2007/02/11/wm6.html

0 篇评论

2006年8月22日

微软终于推出了针对Windows Mobile开发的认证考试(Beta版) 70-540,该认证考试对应于目前微软新的认证体系的MCTS级别,即“Microsoft Certified Technology Specialist: Microsoft Windows Mobile® 5.0 Applications下面对这门新的考试做一个简单的介绍:


考试主题覆盖

使用.NET Compact Framework 开发应用程序基础(18%)

设计和开发Windows Mobile用户界面(14%)

使用ADO.NET, XML, 文件系统和SQL Mobile来处理数据(17%)

使用SQL Mobile管理数据 (15%)

开发具有通讯及远程连接能力的Windows Mobile应用程序(14%)

在Windows Mobile应用程序中实现互操作性以及针对特定平台的特征(12%)

优化,打包和部署Windows Mobile应用程序(11%)


可使用的语言

Microsoft Visual Basic 2005

Microsoft Visual C# 2005


详细信息请参见: http://www.microsoft.com/learning/exams/70-540.mspx

0 篇评论

2006年7月24日

下载地址:
http://www.microsoft.com/downloads/details.aspx?FamilyID=faa8c81d-7316-4461-a0ed-6c95b261ddcd&DisplayLang=en

What is the Device Emulator?

The Device Emulator is a software simulation of a CPU and motherboard, that runs the Windows CE and Windows Mobile operating systems. The emulator is a single Windows .EXE file that contains:
  • A CPU emulator that executes the ARM instruction set by JIT-compiling to x86
  • An MMU emulator to support virtual memory and page protection
  • A motherboard emulator that contains emulated RAM and NOR flash memory
  • A collection of peripheral devices attached to the motherboard: serial ports, LCD controller, touchscreen, keyboard, interrupt controller, programmable timers, real-time-clock, network cards, audio, etc.
  • A “DMA” interface which allows a Win32 application running outside the emulator to communicate with a WinCE application running inside the emulator, using a simple socket-like programming model.
The V1 emulator ships as part of Visual Studio 2005, and on Microsoft.com as a free standalone download here.

What is the Shared-Source Device Emulator?

It is the source code to the V1 DeviceEmulator.exe. You can compile the emulator yourself, using Visual Studio 2005, and either run it as a standalone Windows application, or use its COM self-registration code to make it the default DeviceEmulator on your PC (meaning launch it and use it from Visual Studio 2005 and the Device Emulator Manager).

The source code is released under a shared-source initiative. Please see the accompanying license.

The Shared Source release does not include sources to the Device Emulator Manager application or to the ActiveSync-over-DMA code, both of which are present in binary form in the V1 release.

This source release can be used as an research and experimentation platform: the CPU emulator can be modified or replaced, as can the motherboard, peripheral devices, and emulator UI.

0 篇评论

2006年6月22日

就在昨天,MEDC 2006 China的前夜,.NET Compact Framework 2.0 的SP1已经发布。
下载地址:
http://www.microsoft.com/downloads/details.aspx?FamilyID=0c1b0a88-59e2-4eba-a70e-4cd851c5fcc4&displaylang=en

不过目前只是一个单独的安装包,专门针对VS2005的补丁还正在制作之中。
新增特性:
  • Added support for WindowsCE 4.2 in both the CAB installation and a Platform Builder Update (For more information on the Platform Builder Update, see Windows CE Download Center.)
  • Added the option to install the global assembly cache to the storage card.
  • Allow DataGrid cell drawing to be overridden
    Added support for headless Windows CE 5.0 devices by adding a Headless catalog item in Platform Builder. (For more information on the Platform Builder Update, see Windows CE Download Center.) 
  • Added System SR files to the Windows CE 5.0 Platform Builder catalog item. (For more information on the
    Platform Builder Update, see Windows CE Download Center.) 
  • Enabled device debugging using mdbg.
    Included LogViewer tools to monitor network traffic.
  • Included the .NET Compact Framework Remote Performance Monitor. (For more information, see Steven Pratschner’s BLOG.)
  • Added the Serializable attribute.
修改部分:
  • Changing VT_BYREF Variants in managed code could lead to a memory leak.
  • Inappropriate caching of current UI culture even after CultureInfo.ClearCachedData is called.
  • For the HttpWebRequest method, an uncatchable ObjectDisposedException could occur when exiting an application with asynchronous requests.
  • Visual Studio hangs on setting a Breakpoint in a function with an infinite loop when it is called from the Immediate
    Window.
  • Breakpoints do not work if the cached, managed dlls in the bcl directory differ from the ones on the device.
    Environment.GetFolderPath returns an InvalidOperationException.
  • An access violation occurs when accessing .the Controls or .Controls.Count property of a control once it has begun the
    disposing process.
  • The WebBrowser.DocumentCompleted event is fired in a loop when the DocumentText property contains an image inside of a table.
  • Files should be extracted to the main storage as a workaround to avoid hardware issues on some storage cards.
    For the HttpWebRequest method, an ArgumentOutOfRangeException occurs when accessing some https:// URLs.
    Timer breaks after GetTickCount wraps around (49.7 days).
  • Error occurs when loading the .NET Compact Framework version 2.0 on a device using an ActiveSync push.
  • Memory leaks occur when using Com marshaling.
  • Installer should check for ActiveSync version and disable deployment if version is older than ActiveSync 4.0 build 4343.
  • For the SerialPort class, an IOException is thrown when opening a serial port on the IPAQ 4150.
  • A call to HttpWebRequest over SSL with a payload greater than 32 KB hangs on the client when SendChunked returns false.
  • For the SerialPort class,an uncatchable exception occurs when Bluetooth is turned off.
  • A finalizer for the FileStream class will cause the application to crash if a previous IO operation failed.
  • Installation of the .NET Compact Framework fails on low memory devices.
  • PInvoke return types of UIntPtr throw a NotSupportedException.
  • The Debug.WriteLine method in the .NET Compact framework version 2.0 is not working.
  • For the SerialPort class, virtual serial ports are not reported by the SerialPort.GetPortNames method.
  • When using COM Interop, a VARIANT_BOOL type is passed incorrectly on ARMV4I.
  • The .NET Compact Framework incorrectly performs version comparison when loading assemblies.
  • Corrections needed for Http Abort semantics.
  • The DateTime.Now method throws an ArgumentOutOfRangeException.
  • Crash caused by using CurrentTimeZone.GetDaylightTime and CurrentTimeZone.GetStandardTime in certain rare stress conditions.
  • 0 篇评论

    2006年6月21日

    现在是21日晚23点42分,工作人员们还在忙着对MEDC大会会场作最后的检查。

    这里先放出几张图片让大家获得第一手的MEDC大会信息。

    :)

    图片请见

    http://mobile.winfans.net/ccs/photos/breakstring/category1013.aspx

    0 篇评论

    2006年5月31日

    参加Windows Mobile & Embedded WebCast培训写心得文章
    微软MEDC有奖征文活动

            想知道如何定制Win CE系统吗?想学习如何开发Win CE下的驱动吗?想了解Win CE的电源管理吗?想了解Win CE的安全与配置吗?想了解如何开发Win CE下的应用程序吗?想了解Bootloader吗?所有这些,您可以在 Windows 嵌入式开发系列课程Web Cast中找到答案。

            也许您关心的是 Windows Mobile上的应用开发;您想了解.NET Compact Framework中的新特性;您想了解 Windows Mobile应用开发和常规的 Win Form开发有什么不同;您想体验一下Windows Mobile上的Direct 3D技术; 您想了解Windows Mobile上的数据库技术;您对Windows Mobile程序的部署和安全还有疑问? 那么,请回顾一下我们的 Windows Mobile 开发技术黄金周(1)Windows Mobile 开发技术黄金周(2)Windows 移动开发系列课程

            Windows Mobile 将熟悉的 Windows 体验扩展到了移动设备上,帮助用户充分利用每分每秒,尽情欢享闲暇时光,快捷获取所需信息,以及与家人朋友随时保持联系。如果您想了解Windows Mobile在生活中的应用,您想学习Windows Mobile在企业中的安全和部署,您想研究一下Windows Mobile和Exhcnage之间的联系。那么,Tech NET上的 Windows移动系列课程您也不可错过。

     

            快快行动起来,从现在起,只要您愿意和大家分享您在Windows Mobile & Embedded 方面的开发技巧和移动设备使用心得,您将有机会获得 2006微软移动与嵌入式开发者大会 的参与机会。

    备注:
    1、由于MEDC大会注册人数非常之多,注册用户均由微软公司审核通过才给发放。参加本次征文活动获奖者将我们将确保您可以获得MEDC微软移动与嵌入式开发者大会的门票。
    2、本次活动设定获奖人数为50名。
    3、对于异地的参加本次征文活动,但是不能来参加MEDC大会的人,我们将给您寄送MEDC大会的课件光盘。

    活动细则
    1、 征文活动时间:即日起~2006年6月12日
    2、 征文发布地点Windows Mobile中文社区 WebCast发布版
    3、 征文内容要求:满足以下任一要求即可:
           a) 您参加了我们的Windows Mobile & Embedded 相关的Webcast课程之后写下的一些笔记或者回忆文章。
           b) 您在Windows Mobile & Embedded 方面的一些开发心得技巧。
           c) Windows Mobile 的企业应用/部署/安全等方面的文章或者评论。
    4、 其他事项
           a) 不论新老文章,不论是否已经发表在其它网站、论坛,只要是好文章,发表或转载到本论坛的,您就有机会获奖。
           b) 所有文章必须是原创。
           c) 请在文章的标题前标明“[征文活动]”。
           d)  参加活动就意味着您接受此官方的参赛规则,并同意授予Microsoft一项免版税的、非独占的、永久性的世界范围内的许可,为宣传和推广微软网站和产品的目的以任何或所有介质对您的作品进行复制、修改、制作衍生作品以及其他使用和公开展示。Microsoft 将有权分配、转移或分许可该许可。根据活动规则,所有优胜作品都将公布于能公开访问的网站。对于任何第三方侵犯任何参赛者的作品中的任何权利, Microsoft 不承担任何责任。
           e) Microsoft 不对可能发生的丢失、延迟、错投地址、难以辨认的参赛者,或对任何计算机、网络、电话和人为过失或技术故障负任何责任。对所有与本活动相关的事项,评委的决定是最终的并具有约束力的决定。

    0 篇评论

    2006年5月30日

    大会首页 参会理由 大会内容导读 主讲人介绍 2005回顾 参会指南

    您想洞悉最前沿的微软移动与嵌入式技术吗?您想聆听最权威的技术专家现场讲授吗?您想全方位体验移动新产品所带来的无穷魅力吗?2006微软移动与嵌入式开发者大会将带领您与科技同步、与市场同行。

    本次大会特为您精心安排了丰富的内容,主题演讲重拳出击, 超过30场次的技术讲座任您选择,尖端硬件产品和更完善的应用解决方案也将同台亮相,动手实验室与体验区力求带给您全新震撼体验。技术的过去与未来,市场转换和趋势,更多精彩期待与您分享,更多价值期待您去创造。

    汲取新知,加速未来!

    微软中国有限公司诚邀您共襄“2006微软移动与嵌入式开发者大会”


     
    如何纵览全局宏观把握Windows Mobile™Windows Embedded™发展方向以及市场的长远规划?微软全球副总裁——张亚勤博士的主题演讲将带给您最新技术的概览和微软在Windows MobileWindows Embedded的发展战略。 33场的精彩课程,从移动应用开发、移动企业解决方案部署、成功案例分享到嵌入式终端的研发,使您全面、深入地理解微软产品发展战略、移动计算前沿技术、移动行业市场现状与前景,同时微软专家们将在现场与您面对面地交流和讨论。
       
    此次大会准备的动手实验室可以容纳近100人同时在技术专家的指导下亲自尝试移动应用的程序开发,体验模拟环境下的移动解决方案部署。多位微软MVP(Most Valuable Professional) 将在现场为您讲解、指导,同时配以良好的硬件环境与从微软总部带来的精心制作的实验课程。

    时间:2006年6月22日,23日
    地点:北京长城饭店

    大会日程


    0 篇评论

    2006年5月25日

    欢迎参加微软移动消息平台体验活动!

    在这里,我们已经为您准备好服务器环境,您只需安装Windows Mobile设备模拟器,并进行简单设置,既可亲身体验到创新的微软移动消息平台为您带来的安全性和便利性。

    在这个活动中,我们将为您提供免费的Exchange电子邮箱,并使用微软最先进的无缝直接推送技术(Direct Push Technology)向您的邮箱中发送一系列简单的题目,您使用回复邮件的形式回答这些问题。

    在回答问题的过程中,您将更多地了解到有关Windows Mobile 5.0、Exchange Server 2003 SP2以及微软移动消息方案的知识。同时,您还将有机会获得由微软(中国)有限公司赠送的移动与嵌入式开发者大会(MEDC)入场券。

    要参与体验活动,请首先点击这里进行注册,注册之后,我们将为您开通Exchange电子邮箱。

    如果您已经注册,请点击这里登入,您将可以看到有关游戏的详细信息和您的参与状态。


    更多 Windows Mobile 和 Exchange Server 信息,敬请访问 http://www.windowsmobility.com.cn/

    0 篇评论

    2006年5月19日

    下载地址:
    http://www.microsoft.com/downloads/details.aspx?FamilyId=C62D54A5-183A-4A1E-A7E2-CC500ED1F19A&displaylang=en

    0 篇评论

    2006年5月16日

    以下文字转自Pconline:

    在微软宣布下一版本的操作系统Windows Vista内置了“Xbox Live”在线游戏服务之后,近日,这个软件巨人又提供了手机平台运行此在线游戏服务的软件,使微软热推的“Live Anywhere”概念进一步得到了阐述。这个原本出现在游戏主机Xbox系列上的在线服务被微软复制到了PC机和手机上来,这样以来,普通的PC机和手机也能够享受以往Xbox游戏主机才能实现的游戏快感了。当然,手机平台上运行的游戏必然得经过官方的修改,可以和主机共享工具、存档。

      据微软官方声称,手机平台上的Xbox软件将推出多个版本,以实现在手机领域上的推广,其中除了微软自家的WINDOWS MOBILE的PPC和SmartPhone系列之外,还会有Symbian S60、PALM,甚至JAVA版本的软件出现。届时,“Xbox Live”在线游戏服务将能够在大多数的手机上运行。

    XBOX引入手机平台

      下图便是该软件的主操作界面,界面分为左右两个部分,左面是功能列表,右面是对应功能的相似显示,在主菜单中分为三个子栏目:最近游戏、热点排行和功能菜单。操作相当便捷。

    软件的主操作界面

      由于该软件是“Xbox Live”在线游戏服务的手机终端,因此具备了完备的游戏下载、联网功能。购买游戏时可以在一个特定的菜单选项中进行,在购买之前可以详细的看到游戏的人气排行、价格等完备信息。

     

    方便的游戏购买操作

      除了方便的游戏操作界面外,该软件还有完善的即时通讯功能。在软件的“我的联系人”操作界面中分为Friends(朋友)和Messages(信息)两个部分,软件画面十分华丽。Friends(朋友)部分比较象手机里的联系人,可以自定义联系人的头像显示,不同的是,软件里的Friends(朋友)包含都是Xbox游戏里的玩家信息。Messages(信息)类似于手机邮箱的一个选项,在这个界面中,玩家们可以随意的相互发送文字、图片、视频或者游戏截图等信息。

     

    即时通讯功能强大

      值得期待的是,“Xbox Live”在线游戏服务软件发布在微软WINDOWS MOBILE 6.0系统面世之前,那么该软件的操作界面会不会是WM 6.0的界面前兆呢!微软最新的手机操作系统又会不会将引入“Live Anywhere”的理念呢?

    0 篇评论

    2006年4月25日

    下载地址:
    http://www.microsoft.com/downloads/details.aspx?FamilyId=13F5DE85-30CD-4506-9C5B-A2068FA1EE9E&displaylang=en

    注意一下,如果安装了它之后觉得不满意,想要恢复原来的1.0版本。请运行VS2005的安装目录下的wcu\arm\vs_emulator.exe来恢复。

    0 篇评论

    2006年4月12日

    微软已经推出了320X240的针对Smartphone的模拟器,感兴趣的兄弟可以去下载试试看~~

    地址:http://www.microsoft.com/downloads/details.aspx?FamilyId=EB580A44-CB40-4BE1-9FF3-E224BF669CD0&displaylang=en

    别忘了您需要先安装VS2005Windows Mobile 5.0 for Smartphone SDK

    0 篇评论

    2006年4月7日

             微软一位管理人士周二表示,公司将宣布有史以来规模最大的一项手机软件交易,获得50万部基于Windows Mobile 5.0的手机订单。

      该公司企业移动策略师Randy Siegel表示,微软定于周二宣布与美国人口普查局(Census Bureau)的合作伙伴签署协议。

      预计这批手机将由上门进行人口普查工作的工作人员使用。这是2010年美国进行人口普查工作的一部分。

    0 篇评论


    Powered by Community Server Powered by CnForums.Net