码迷,mamicode.com
首页 >  
搜索关键字:enterprise library    ( 11598个结果
<C#>Google Drive APIs
第一步,激活Drive API首先,注册Google帐号;其次,登录Google Developers Console;接着,建立工程和程序;紧接,激活APIs & auth;最后,选择Credentials。第二步,安装Google Client Library安装一个NuGet包(Google....
分类:Windows程序   时间:2014-05-10 19:21:52    阅读次数:455
DataWindow箭头移动
Subroutine keybd_event(uint bVk,uint bScan,long dwFlags,long dwExtraInfo ) library "user32.dll"//貌似不用这个也可以自定义 pbm_dwnkey事件 【 注意:不是pbm_keydown】choose c...
分类:移动开发   时间:2014-05-10 19:17:45    阅读次数:356
iOS APP 上传
原地址:http://www.cnblogs.com/uvsjoh/archive/2012/11/14/2769739.html流程:1 开发好要发布的程序 -- 需要在程序中包含符合要求规格的icon文件https://developer.apple.com/library/ios/#qa/qa...
分类:移动开发   时间:2014-05-10 10:59:51    阅读次数:400
基于Windows Server 2012 r2环境部署 SharePoint 2013 SP1
在安装SharePoint2013服务器之前,请先了解硬件和软件要求http://technet.microsoft.com/library/cc262485(office.15)?ocid=fwlink#section4MicrosoftSharePoint产品准备工具会为具有内置数据库的单台服务器安装以下必备软件:Web服务器(IIS)角色应用程序服务器角色Microsoft.N..
分类:Windows程序   时间:2014-05-10 04:10:21    阅读次数:585
Android 提示Your project contains error(s),please fix them before running your application
在Android下,有的时候当我们把非自己创建的项目或者别人的项目导入(Import)到我们自己本地时,我们会看到项目前面有一个红色的“X”或者“1,如下图:或者而当我们运行该项目的时候,会弹出如下提示:之前我遇到过几次这个问题,很郁闷,因为都不知道哪里有所谓的error(s),..
分类:移动开发   时间:2014-05-10 03:55:54    阅读次数:449
NewMail 对象(CDONTS 库)发送邮件
NewMail 对象(CDONTS 库)发送邮件  速查  声明的类型库: CDONTS.DLL  首次启用: CDO for NTS Library 版本 1.2  父对象: (无)  子对象: (无)  默认属性: Value 属性 名 首次启用版本 类型 访问 Bcc 1.2 字符串 只写  Body 1.2 IStream 对象或字符串 只写  BodyForma...
分类:其他好文   时间:2014-05-10 03:43:53    阅读次数:312
perconaXTRADB Cluster在Redhat Linux上的安装
installing-percona XTRADB Cluster 5.6 For Redhat 6.4 一、 服务器版本查看 Root# cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.4 (Santiago) 二、 新建目录: Root#mkdir -p /softwares 三、 下载RPM包 1、下载XTRADB Cluster包 2、下载XTRABACKUP包 四、 安装依赖包 1、 安装包准备 2、 安...
分类:数据库   时间:2014-05-10 03:27:27    阅读次数:628
thinkphp框架
ThinkPHP框架项目目录library ckeditor jquery ThinkPHPapplication Common Conf config.php Lib Action Model Runtime Tpl default 控制器名 ...
分类:Web程序   时间:2014-05-10 00:41:48    阅读次数:475
执行jar文件生成pdf报错,Unsupported URL <file:///home
java -Djava.library.path=/usr/local/lib/ruby/gems/1.8/gems/sharp_office-1.0.1/ext/sigar -jar /usr/local/lib/ruby/gems/1.8/gems/sharp_office-1.0.1/ext/...
分类:其他好文   时间:2014-05-09 23:46:06    阅读次数:265
boost::function实践——来自《Beyond the C++ Standard Library ( An Introduction to Boost )》
代码段1: 1 #include 2 #include 3 4 5 float mul_ints(int x, int y) { return ((float)x) * y; } 6 struct int_div { 7 float operator()(int x, int y)...
分类:编程语言   时间:2014-05-09 23:38:56    阅读次数:487
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!