下面是虚机维护中,经常碰到的一些ASP程序中的数据库调用的错误,现收集整理如下:
不能打开注册表关键字(8007000e)
Microsoft OLE DB Provider for ODBC Drivers 错误 8007000e
[Microsoft][ODBC Microsoft Access Driver]常见错误 不能打…
最近几天,除了吃饭睡觉玩游戏这些重要的事情之外,我的空余时间都献给了CGAL,现在总算是能写出满足我需要的程序了,非常舒坦。CGAL是一个几何算法库。更官方的说法是:The goal of the CGAL Open Source Project is to p…
MEMCFG是什么?在你的stepldr目录下你会找到它!他在它在startup文件一开始调用 OPT 2 INCLUDE kxarm.h INCLUDE option.inc INCLUDE s2440addr.inc INCLUDE memcfg.inc
************************************************ ; NAME : MEMCFG.A…
简单点说,执行计划实际上是由一系列数据处理过程构成的一个树型的函数链;那些可以访问到物理数据的函数被称为访问路径(Access Path, 如Index Range Scan, Full Table Scan等);该树形函数链的最底层(叶子节…
DRAM 3管动态RAM基本存储电路 简介 DRAM(Dynamic Random Access Memory),即动态随机存取存储器最为常见的系统内存。DRAM 只能将数据保持很短的时间。为了保持数据,DRAM使用电容存储,所以 必须隔一段时间刷新&…
如题# KERNEL: Warning: Cannot access SLP signal /clk. Use switch access r for this region.解决方法:如图在读写 添加上 使用 某个信号所在的单元模拟过程即可 clk 咋 modelsimteatdram中.
javascript来判断客户端文件的大小<HTML><HEAD>
<SCRIPT>function getFileSize (fileName) { if (document.layers) { if (navigator.javaEnabled()) { var file new java.io.File(fileName); if (location.protocol.toLowerCase() ! file:) net…
在x$ksqst中,还提供了一个说明列,用于解释在什么场景下会产生该enqueue。下面是oracle10.2.0.1中的一个例子:
select distinct ksqsttyp,ksqstexpl from x$ksqst order by ksqsttyp; NoKSQSTTYPKSQSTEXPL12ADSynchronizes accesses to a spe…
ETHERNET的接口实质是MAC通过MII总线控制PHY的过程。
MAC是Media Access Control 的缩写,即媒体访问控制子层协议。该协议位于OSI七层协议中数据链路层的下半部分,主要负责控制与连接物理层的物理介质。在发送数据的时候,MAC协议可以事先判断…
TOKEN_PRIVILEGES contains information about a set of privileges for an access token. typedef struct _TOKEN_PRIVILEGES { ULONG PrivilegeCount; //
数组
原素的个数 LUID_AND_ATTRIBUTES Privileges[ANYSIZE_ARRAY]; //数组.类型为LUID_AND_ATTRIBUTES } TOKEN_PRIVILE…
轻松架设FTP服务器TYPSoft FTP Server下载地址:http://www.skycn.com/soft/1289.html添加用户Setup→Users New User ,PasswordRoot Directory”(根目录)、“Directory Access” (访问目录)、Files(文件)和
Directory(目录)等项…
The First Day ***** 主要内容:old PD 中的qualification, scale, profile, subprofile, career plan, succession plan # PD的模块: |--PA-PD-QR Qualifications and Requirements |--PA-PD-SP Career and Succession Planning |--PA-PD-DP Developmen…
The Basic Links of SCMBy Lee Pender
For most of the last century, the supply chain — a company’s links to manufacturers, suppliers, distributors and customers — was an inflexible series of events that somehow managed to get products out the door. A pap…
qt 获得xml 节点属性,
The QDomAttr class represents one attribute of a QDomElement. //描绘,(抽象地)表现 2. 象征;表示 3. 作为...的代表 4.
For example, the following piece of XML produces an element with no children, but two attributes: <li…
转自: http://goaler.xicp.net/ShowLog.asp?ID499我们已经熟悉在 ASP 中通过调用 SQL Server 存储过程来执行数据库操作,不过大家是否知道,在桌面级数据库 Access 中,我们也能够创建并使用“存储过程”?
Access ASP 是开发轻量…
在android上使用完全的linux命令,你不得不受益于busybox for android带来的方便。 The toolbox that is provided on the Android environment is pretty limited. I wanted something more useful and familiar. Busybox to the rescue! I have a busybox binary a…
这篇文章主要是对MSDN上面相关文章的一个简单翻译(反正我查了一下似乎这块的都是英文的),以及“抄袭”前人的劳动成果,给自己弄一个资料集合。 参照:
1.Connecting to WMI on a Remote Computer,http://ms…
ASP是Active Server Page的缩写,意为“动态服务器页面”。ASP是微软公司开发的代替CGI脚本程序的一种应用,它可以与数据库和其它程序进行交互,是一种简单、方便的编程工具。下面介绍的是ASP经常用到的代码总结。 1.获得系统时间: …
在创建新的 Visual Studio Tools for Office 项目时,Visual Studio 会自动添加对生成该项目所需的 Microsoft Office 主互操作程序集 (PIA) 的引用。在以下方案中,必须添加对其他主互操作程序集的引用: 您想要在项目中使用其他 Microsoft Off…
1.The resource is not on the build path of a Java project 这是对应的jar包没有引入,只要引入即可,另外有一项source->attacment一定记得加上zip包,这样才能正确查看。 2.查找某个文件被哪些类继续与使用。ctrlh即可,如果只选择被继续也…
往任意USER PROCESS的内存读写kernel/ptrace.c :
/** Access another process address space.* Source/target buffer must be kernel space,* Do not walk the page table directly, use get_user_pages*/intaccess_process_vm(struct task_struct *tsk, unsigned long addr, …
一条语句可以映射多个cursor,因为对象所指的cursor可以有不同用户(如例1)。如果有多个cursor(子游标)存在,在V$SQLAREA为所有cursor提供集合信息。 例1: 这里介绍以下child cursor user A: select * from tbl user B: select * from tbl 大家认为这两…
在做Java时,遇到了个小问题,在Import 包资源时出现: Access restriction: The type XXX is not accessible due to restriction on required library 错误!如下图:
经过查证 原来是:JDK下如rt.jar包中某些…
一 . 介绍 ALSA 标准是一个先进的 linux 声音体系。它包含内核驱动集合, API 库和工具对 Linux 声音进行支持。 ALSA 包含一系列内核驱动对不同的声卡进行支持,还提供了 libasound 的 API 库。用这些进行写程序不需要打开设备等操作,所以编程…
MMU,全称Memory Manage Unit, 中文名——存储器管理单元。 许多年以前,当人们还在使用DOS或是更古老的操作系统的时候,计算机的内存还非常小,一般都是以K为单位进行计算,相应的,当时的程序规模也不大,所…
CreateFile函数详解 摘自:http://www.cppblog.com/yishanhante/archive/2009/06/22/19545.html#88298CreateFile
The CreateFile function creates or opens the following objects and returns a handle that can be used to accessthe object: files pipes mail…
open 函数用于打开和创建文件。以下是 open 函数的简单描述 #include <fcntl.h> int open(const char *pathname, int oflag, ... /* mode_t mode */); 返回值:成功则返回文件描述符,否则返回 -1 对于 open 函数来说,第三个参数&#x…
1,通过vofm,maintain requirments formulas choose the formulas options,-condition values,input the new routine number,when you save it, then you can access it by access key. applying it in service.sap.com after the process,the appli…
项目管理软件project2003具有 Microsoft Project 标准版中的所有核心项目管理功能,这样,您可以迅速而有效地对项目计划进行管理,
交流项目状态,以及报告项目信息。与 Microsoft Project Server 配合使用时,它还具有企…
最终我还是找到了最合理的解决方法。
实际上VS提供分文件目录管理,只是我们选择的模式不同。应该选择“Show All Files”模式。即可自由建立文件层了。。。我实在是太菜鸟了
详情,请看我另一篇日志:http://qimo601.iteye.com/admin/blogs/1…
1.先看看在glibc malloc的实现机制
/* This struct declaration is misleading (but accurate and necessary). It declares a "view" into memory allowing access to necessary fields at known offsets from a given base. See explanation below. */ st…
摘自:Inside Java 2 Platform Security - 2nd Ed,published by Addison Wesley,20038.4.1 Subjects and PrincipalsUsers often depend on computing services to assist them in performing work. Furthermore, services themselves might subsequently…
hash_join可以通过no_swap_join_inputs/swap_join_inputs来强制控制build表,配合leading可以控制多表之前的连接顺序----------------创建4个测试表create table t1 as select * from dba_objects;create table t2 as select * from dba_objects;create table t3 as…
oracle嵌套循环连接外部表和内部表的识别
SQL> create table a1 as select * from all_objects ;
Table created
SQL> select count(*) from a1;COUNT(*)
----------49708
SQL> create table a2 as select * from a1 where rownum<10000;
Table created
SQL> an…
原来Jmail组件是被Mcafee防病毒软件给阻挡了Jmail给出的错误提示如下:The message was undeliverable. All servers failed to receive the message.execute(){ Trying server mail:smtp.enersys.com.cn smtp.enersys.com.cn failed with the message: "WSAGetLastError…
OLE Drap/Drop(2)(转) OLE Drap/Drop(2) 欢迎来到OLE拖放指南第二部分;本部分的目的在于解释在OLE环境中,程序之间怎么样表示和传输数据。 OLE数据传输的核心是IDataObject COM接口,一个IDataObject提供从一个程序到另一个程序传输和访问数…
In Oracle,How to use dump作者: shiyihai(http://shiyihai.itpub.net)发表于: 2007.08.10 09:21分类: oracle出处: http://shiyihai.itpub.net/post/2333/345885---------------------------------------------------------------It is often useful to dump the internal con…
1.问题:
# make ... ./satellite -I./wpan -o satellite/sat-hdlc.o satellite/sat-hdlc.cc./satellite/sat-hdlc.h: In member function ‘virtual void HDLC::hdr_dst(Packet*, int)’:./satellite/sat-hdlc.h:193: 错误:‘HDR_HDLC’ 在此作用域中尚…
功能描述:根据文件描述词来操作文件的特性。 用法: int fcntl(int fd, int cmd); int fcntl(int fd, int cmd, long arg); int fcntl(int fd, int cmd, struct flock *lock); 参数: fd:文件描述词。 cmd:操作命令。…
1. 使用提示(Hints) 对于表的访问,可以使用两种Hints:FULL 和 ROWID FULL hint 告诉ORACLE使用全表扫描的方式访问指定表。 例如: SELECT /* FULL(EMP) */ * FROM EMP WHERE EMPNO 7893;ROWID hint 告诉ORACLE使用TABLE ACCESS BY …
转自:http://biosengineer.blogspot.com/2007/10/bios-pci-scan-9.html這次要提的是: PCI ! [About PCI device]1. 每一個PCI device都有其 unique PFA(PCI Function Address). PFA由 bus number,device number & function number所組成.Ex. USB device PFA is …
故障现象:
RHCS双机无故自动关闭,用clustat查看双机状态时,提示cman无法连接。
执行service cman start,提示启动fencing失败.
查看系统日志,发现一个异常进程javas
Feb 19 07:25:22 xx1 last message repeated 9 times Feb 1…
1 linux access()函数和readdir()函数
1.1 access()
access函数的原型如下:
int access(const char *pathname, int mode);
此函数是用来获得调用进程对pathname所指向的文件(regular)或者是目录(directory)的访问权限。
pathname: 文件或者是…
关于MIME请参照http://www.mhonarc.org/~ehood/MIME/ 1.SMTP(Simple Mail Transfer Protocal)称为简单邮件传输协议,目标是向用户提供高效、可靠的邮件传输。 SMTP的一个重要特点是它能够在传送中接力传送邮件,即邮件可以通过不同…
how many right answer you could provide ?
What is Normalization? What does 3rd normal form state? (Could be 1st, 2nd etc)Where would you use a De-normalized database?What is the difference between a Truncate and a Delete statement?What is the use of …