码迷,mamicode.com
首页 >  
搜索关键字:linking    ( 219个结果
Installing Oracle Block Browser and Editor tool (bbed)
BBED是ORACLE的内部工具,通常使用BBED都是恢复一些故障的数据库,比如断电或异常关闭操作系统导致的数据文件头不一致、SYSTEM表空间损坏等故障就可以使用BBED工具进行恢复。 在11G中编译通常会报如下错误: [oracle@ogg1 lib]$ make -f ins_rdbms.mk $ORACLE_HOME/rdbms/lib/bbed Linking BBED...
分类:数据库   时间:2014-09-04 17:05:27    阅读次数:314
OPC通信原理在数采中的应用
OPC通信原理在数采中的应用 OPC是Object Linking and Embedding(OLE)for Process Control的缩写,它是微软公司的对象链接和嵌入技术在过程控制方面的应用。OPC以OLE/COM/DCOM技术为基础,采用客户/服务器模式,为工业自动化软件面向对象的开发...
分类:其他好文   时间:2014-09-01 13:46:53    阅读次数:333
[转载]手动解决dll文件无法删除的终极方法
相信大家都遇见过:在删除一些软件的时候弹出某某文件正在运行或磁盘写保护不能删除这样的报错提示吧。而常常删除不掉的都一些后缀为.dll的文件。到底这个dll文件是什么文件,如何才能知道是哪些程序在调用这个dll文件呢?[基础理论]dll文件英文名称为Dynamic Linking Library,以下...
分类:其他好文   时间:2014-08-28 21:05:06    阅读次数:203
Linking Containers Together
Linking Containers Together In the Using Docker section we touched on connecting to a service running inside a Docker container via a network port. This is one of the ways that you can interact w...
分类:其他好文   时间:2014-08-17 11:46:32    阅读次数:245
ELF格式解析库之基本数据类型
ELF格式简介 ELF是现代linux/unix流行的程序可执行链接格式,它有官方定义文档,具体的资料在Tool Interface Standard Executable and Linking Format Specification version 1.2 有其对应的详细描述。我在这里不会讲述...
分类:其他好文   时间:2014-07-28 13:43:40    阅读次数:368
ELF(Executable and Linkable Format)学习
可执行链接格式(Executable and Linking Format)最初是由UNIX系统实验室(UNIX System Laboratories,USL)开发并发布的,作为应用程序二进制接口(Application Binary Interface,ABI)的一部分。ELF标准的目的是为软件...
分类:其他好文   时间:2014-07-27 22:37:19    阅读次数:327
《CS:APP》 chapter 7 Linking 笔记
Linking...
分类:移动开发   时间:2014-07-26 01:58:56    阅读次数:358
LeetCode "Copy List with Random Pointer"
Two passes: all pointer linking info will be recorded in 1st pass - to hashmap; 2nd pass recover the pointer relationship from hashmap.1A!class Soluti...
分类:其他好文   时间:2014-07-23 14:59:26    阅读次数:209
一道PK赛题
Problem DescriptionI think that you might have played the traditional Chinese ring game: The Chinese Linking Rings (here we call its nickname Jiulianh...
分类:其他好文   时间:2014-07-06 17:06:04    阅读次数:293
Generating Fortran 90 dependencies for Automake
GNU Autotools can not only handle making (compiling and linking), distributing, transplanting source code for different platforms, but can also track ...
分类:其他好文   时间:2014-06-30 12:33:53    阅读次数:400
219条   上一页 1 ... 19 20 21 22 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!