码迷,mamicode.com
首页 >  
搜索关键字:enterprise library    ( 11598个结果
ATL基础
ATL: Active Template Library(活动模板库) 一种开发框架,通过它可以快速建立基于COM的组件基本特征: 1.对低级别COM功能的内置式支持:IUnknown, 类工厂, self-registration 2.支持IDL(interface definition l...
分类:其他好文   时间:2014-06-19 09:09:26    阅读次数:265
Oracle EBS R12 - 怎样更改SYSADMIN的password
SQL> select * from v$version;BANNER--------------------------------------------------------------------------------Oracle Database 11g Enterprise Edit...
分类:数据库   时间:2014-06-19 00:04:22    阅读次数:456
ios后台传输机制
http://www.appcoda.com/background-transfer-service-ios7/http://www.raywenderlich.com/51127/nsurlsession-tutorialhttps://developer.apple.com/library/io...
分类:移动开发   时间:2014-06-18 20:34:57    阅读次数:235
Disable or enable the IPv6 protocol in Red Hat Enterprise Linux
ResolutionRed Hat Enterprise Linux 4, 5 and 6 enable Internet Protocol Version 6 (IPv6) by default. However, in certain situations, some users may fin...
分类:系统相关   时间:2014-06-18 20:24:54    阅读次数:520
ios deployment target 由6.0改为7.0、7.1出现找不到c++库
原因 object c++ ios7.0/7.1不支持c++ 11,解决办法:C++ Standard Libraryis set tolibstdc++ (GNU c++ standard library)另一个问题:c++库怎样加入ios工程中,不用.mm文件?1.提供一个接口头文件只有不要有c...
分类:移动开发   时间:2014-06-18 20:18:50    阅读次数:254
Android模糊示例-RenderScript-附效果图与代码
本文链接 http://write.blog.csdn.net/postedit/31031411 参考链接 Android高级模糊技术,http://stackoverflow.com/questions/14879439/renderscript-via-the-support-library 1. 程序截图 拖动红色区域,可以显示出清晰的汽车部分。拖动下面的滑块,可以更改模糊程度。...
分类:移动开发   时间:2014-06-16 20:53:59    阅读次数:324
LoadRunner 调用dll方法
本文主要介绍简单DLL的编写方法及在LoadRunner中局部调用与全局调用DLL方法。1.动态链接库的编写在Visual C++6.0开发环境下,打开FileNewProject选项,可以选择Win32 Dynamic-Link Library建立一个空的DLL工程。DLL必须有一个入口点,这就象...
分类:其他好文   时间:2014-06-16 13:28:17    阅读次数:286
企业搜索引擎开发之连接器connector(二十五)
下面开始具体分析连接器是怎么与连接器实例交互的,这里主要是分析连接器怎么从连接器实例获取数据的(前面文章有涉及基于http协议与连接器的xml格式的交互,连接器对连接器实例的设置都是通过配置文件操作的,具体文件操作尚未详细分析(com.google.enterprise.connector.pers...
分类:其他好文   时间:2014-06-15 13:18:16    阅读次数:163
iOS8下bundle路径变更
至少是模拟器目录有变 iOS8下路径变为: /Users/username/Library/Developer/CoreSimulator/Devices/786824FF-6D4C-4D73-884A-696514481F7C/data/Containers/Data/Application/7D5B082E-53D5-4C60-86A0-1F6A0A1B98E3/Library/Cache...
分类:移动开发   时间:2014-06-15 12:26:58    阅读次数:348
c/c++中读取和写入mat文件 --- MAT File I/O Library(二)
本篇记述c/c++中读取mat文件示例测试数据matioTest.zip下载地址:http://pan.baidu.com/s/1sjPkMsd1. 读取matioTest.zip中s.mat文件,数据为普通matrix 1 #include 2 #include 3 #include 4 ...
分类:编程语言   时间:2014-06-15 11:00:47    阅读次数:448
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!