2013年6月19日

[转]Unable to build: the file dx.jar was not loaded from the SDK folder!

摘要: 本文转自:http://www.developerbits.com/tag/unable-to-build-the-file-dx-jar-was-not-loaded-from-the-sdk-folder/Problem While trying to run Android applications using eclipse IDE,the following build error occurs: Unable to build: the file dx.jar was not loaded from the SDK folder!Solution Quick fix is toRi 阅读全文

posted @ 2013-06-19 23:22 freeliver54 阅读(3904) 评论(0) 推荐(0)

[引]MSDN Visual Basic 和 C# 中都会用到的编程概念

摘要: 本文转自:http://msdn.microsoft.com/zh-cn/library/dd460655.aspx本节介绍 Visual Basic 和 C# 中都会用到的编程概念。本节内容Title描述程序集和全局程序集缓存(C# 和 Visual Basic)介绍如何创建和使用程序集。使用 Async 和 Await 的异步编程(C# 和 Visual Basic)描述如何编写异步解决方案使用 异步 和 Await (Visual Basic) 或 异步 和 等待 (c#)。包括一个演练中。特性(C# 和 Visual Basic)探讨如何使用特性提供有关编程元素的附加信息,编程元素包括 阅读全文

posted @ 2013-06-19 11:04 freeliver54 阅读(256) 评论(0) 推荐(0)

[引]LINQ to XML 类概述

摘要: 本文转自:http://msdn.microsoft.com/zh-cn/library/bb387023.aspx本主题提供 System.Xml.Linq 命名空间中 LINQ to XML 类的列表及每个类的简短说明。LINQ to XML 类XAttribute 类XAttribute 表示一个 XML 属性。有关详细信息和示例,请参见 XAttribute 类概述。XCData 类XCData 表示一个 CDATA 文本节点。XComment 类XComment 表示一个 XML 注释。XContainer 类XContainer 是适用于可能具有子节点的所有节点的抽象基类。下面的类 阅读全文

posted @ 2013-06-19 10:41 freeliver54 阅读(246) 评论(0) 推荐(0)

导航