代码搜索:UpdateData

找到约 2,738 项符合「UpdateData」的源代码

代码结果 2,738
www.eeworm.com/read/204788/15333627

cpp runprogdlg.cpp

/////////////////////////////////////////////////////////////////////// // If this program works, it was written by Alexander Fedorov. // If not, I don't know who wrote it. // mailto:lamer2000@hotm
www.eeworm.com/read/201426/15408609

cpp unlockwin.cpp

// UnlockWin.cpp : implementation file // 前台解锁类 #include "stdafx.h" #include "PosClient.h" #include "UnlockWin.h" extern CString temppsw; #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_
www.eeworm.com/read/106711/15625790

cpp runprogdlg.cpp

/////////////////////////////////////////////////////////////////////// // If this program works, it was written by Alexander Fedorov. // If not, I don't know who wrote it. // mailto:lamer2000@hotm
www.eeworm.com/read/103827/15719200

cpp cpp2.cpp

// test8Dlg.cpp : implementation file // #include "stdafx.h" #include "test8.h" #include "test8Dlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE_
www.eeworm.com/read/100904/15862313

cpp dialog_baseddlg.cpp

// dialog_basedDlg.cpp : implementation file // #include "stdafx.h" #include "dialog_based.h" #include "dialog_basedDlg.h" #include #include "Afxwin.h" #include "tahir.h" #include "
www.eeworm.com/read/141744/12988256

~dfm updateaccessdavid.~dfm

object UpdateData: TUpdateData Left = 306 Top = 238 Width = 715 Height = 307 Caption = #23558'Excel'#25968#25454#23548#20837'Access' Color = clBtnFace Font.Charset = DEFAULT_CHARS
www.eeworm.com/read/141744/12988304

dfm updateaccessdavid.dfm

object UpdateData: TUpdateData Left = 254 Top = 135 Width = 715 Height = 307 Caption = #23558'Excel'#25968#25454#23548#20837'Access' Color = clBtnFace Font.Charset = DEFAULT_CHARS
www.eeworm.com/read/202811/15372106

txt update_database.txt

UpdateData(); if(m_strkumc.IsEmpty()) { MessageBox("请填写客户名称!","提示"); return; } if(m_strkujc.IsEmpty()) { MessageBox("请填写客户简称!","提示"); return; } if(m_strlxr.IsEmpty())
www.eeworm.com/read/374597/9394135

txt 第三章3.txt

void CInfoDlg::OnOK() { UpdateData(); m_strClass.TrimLeft(); m_strClass.TrimRight(); if (m_strClass.IsEmpty()) { MessageBox( "班级 不能为空!", "提示" ); return; } m_strName.TrimLeft(); m_
www.eeworm.com/read/378365/2686445

java datadao.java

package com.hotdon.mem; import java.sql.ResultSet; import java.sql.SQLException; public interface dataDAO { public ResultSet getData(String strSql)throws SQLException; public void updateData(St