Using Controls in a Form Design [AX 2012]This
topic has not yet been rated-Rate this topic Updated:January 27, 2012 Applies
To:Microsoft Dynamics AX 2...
分类:
其他好文 时间:
2014-06-29 13:45:59
阅读次数:
249
Overview of Form Control Types [AX 2012]Other
Versions 0 out of 1 rated this helpful-Rate this topic Updated:October 11, 2011
Applies To:Microsoft Dyn...
分类:
其他好文 时间:
2014-06-29 12:22:53
阅读次数:
367
当机器上安装一些程序后,Assembly中的DLL会变得越来越丰富。 拿个常见问题来说明。
安装ReportViewer后其中会出现以下DLL。 Microsoft.ReportViewer.ProcessingObjectModel.dll
Microsoft.ReportViewer.WinFo...
分类:
其他好文 时间:
2014-06-29 07:42:17
阅读次数:
289
三步让 企业库支持 mysql 数据库
1.创建 MySqlDatabaseData 类
using Microsoft.Practices.EnterpriseLibrary.Common.Configuration;
using Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel;
using...
分类:
数据库 时间:
2014-06-20 12:49:38
阅读次数:
476
在使用Microsoft Azure的CloudTable存储数据时,我们先要把数据定义成TableEntity的子类。如果TableEntity中包含复杂类型(比如容器类型如List等、或者自定义类型)的字段,这些字段需要自己做序列化才能保存到CloudTable中去。...
分类:
其他好文 时间:
2014-06-20 11:55:24
阅读次数:
232
开发SharePoint,需要导入Excel表数据,结果问题来了:
未在本地计算机上注册"Microsoft.ACE.OLEDB.12.0"提供程序
解决方法一:下载64位的Microsoft Access 2010 数据库引擎。
http://www.microsoft.com/zh-cn/download/details.aspx?id=13255
...
分类:
数据库 时间:
2014-06-20 09:11:05
阅读次数:
472
Microsoft office
Powerpoint,是微软公司设计的演示文稿软件。用户不仅可以在投影仪或者计算机上进行演示,也可以将演示文稿打印出来,制作成胶片,以便应用到更广泛的领域中。利用Microsoft
office Powerpoint不仅可以创建演示文稿,还可以在互联网上召开面对面会...
分类:
其他好文 时间:
2014-06-13 13:45:24
阅读次数:
291
摘要深度探索 Microsoft .NET提供的线程池, 揭示什么情况下你需要用线程池以及
.NET框架下的线程池是如何实现的,并告诉你如何去使用线程池。内容介绍.NET中的线程池线程池中执行的函数使用定时器同步对象的执行异步I/O操作监视线程池死锁有关安全性结束介绍
如 果你有在任何编程语言下的多...
分类:
编程语言 时间:
2014-06-12 00:22:02
阅读次数:
481
http://azure.microsoft.com/en-us/documentation/articles/web-sites-dotnet-get-started-vs2012/http://azure.microsoft.com/en-us/develop/net/http://azure....
using Microsoft.SharePoint;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Data.OleDb;
using System.Linq;
using System.Web.UI.WebCo...
分类:
其他好文 时间:
2014-06-07 14:39:38
阅读次数:
226