代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392036/8366039
clw hosptialman.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CHosptialManDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Ho
www.eeworm.com/read/292234/8366040
h dpb.h
/*
COPYRIGHT, LICENSE AND WARRANTY INFORMATION
This software module has been originally developed by Nokia Corporation.
Provided that a person, entity or a company willing to use the Software
(her
www.eeworm.com/read/192685/8366041
txt 在用数据控件查询记录时,什么指针属性会发生变化.txt
当使用数据控件的FindFirst、Seek等方法查询记录时,你应该使用NoMatch属性检查是否有匹配记录。如果NoMatch为True,说明没有匹配记录,这时没有当前记录。
www.eeworm.com/read/392036/8366042
cpp pateditdlg.cpp
// PatEditDlg.cpp : implementation file
//
#include "stdafx.h"
#include "HosptialMan.h"
#include "PatEditDlg.h"
#include "Patient.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s
www.eeworm.com/read/292234/8366043
h nccglob.h
/*
COPYRIGHT, LICENSE AND WARRANTY INFORMATION
This software module has been originally developed by Nokia Corporation.
Provided that a person, entity or a company willing to use the Software
(her
www.eeworm.com/read/392036/8366044
cpp patientselectiondlg.cpp
// PatientSelectionDlg.cpp : implementation file
//
#include "stdafx.h"
#include "HosptialMan.h"
#include "PatientSelectionDlg.h"
#include "columns.h"
#include "column.h"
#include "COMDEF.H"
www.eeworm.com/read/192685/8366045
txt ado利用索引提高效率.txt
摘 自 新 闻 组 :
ado 2.0的 find方 法 ,sort和 filter属 性 能 利 用 索 引 提 高 性 能 。 必 须 将 纪 录 集 的 cursorlocate设 为 aduseclient(3), 设 置 索 引 字 段 的 optimize为 真 。
代 码 举 例 :
dim rs as new recordset
rs
www.eeworm.com/read/392036/8366046
cpp usereditdlg.cpp
// UserEditDlg.cpp : implementation file
//
#include "stdafx.h"
#include "HosptialMan.h"
#include "UserEditDlg.h"
#include "Users.h"
extern CUsers curUser;
#ifdef _DEBUG
#define new DEBU
www.eeworm.com/read/192685/8366047
txt 如何判断数据库是否成功打开.txt
1、 利 用 错 误 陷 阱 进 行 判 断 , 代 码 如 下 :
on error resume next
err.clear
dim mycn as new adodb.connection
set mycn = new adodb.connection
mycn.open "dsn=abc;uid=uidstr;pwd=
www.eeworm.com/read/392036/8366048
h field.h
#if !defined(AFX_FIELD_H__BC74EB81_CC1F_4175_B32C_56A90CD0D166__INCLUDED_)
#define AFX_FIELD_H__BC74EB81_CC1F_4175_B32C_56A90CD0D166__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE