代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/213514/15132823
cpp persist.cpp
// Persist.cpp Persistent frame class for SDI apps
#include "stdafx.h"
#include "persist.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
////////////
www.eeworm.com/read/207890/15257655
cpp persist.cpp
// Persist.cpp Persistent frame class for SDI apps
#include "stdafx.h"
#include "persist.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
////////////
www.eeworm.com/read/207890/15259048
cpp persist.cpp
// persist.cpp Persistent frame class for SDI apps
#include "stdafx.h"
#include "persist.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
////////////
www.eeworm.com/read/207890/15259149
cpp persist.cpp
// Persist.cpp Persistent frame class for SDI apps
#include "stdafx.h"
#include "persist.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
////////////
www.eeworm.com/read/205324/15317749
cpp persist.cpp
// Persist.cpp Persistent frame class for SDI apps
#include "stdafx.h"
#include "persist.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
////////////
www.eeworm.com/read/205324/15318819
cpp persist.cpp
// persist.cpp Persistent frame class for SDI apps
#include "stdafx.h"
#include "persist.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
////////////
www.eeworm.com/read/205324/15319101
cpp persist.cpp
// Persist.cpp Persistent frame class for SDI apps
#include "stdafx.h"
#include "persist.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
////////////
www.eeworm.com/read/205324/15319513
cpp persist.cpp
// Persist.cpp Persistent frame class for SDI apps
#include "stdafx.h"
#include "persist.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
////////////
www.eeworm.com/read/469850/1478837
java iaccountdao.java
package com.sd0709.bank.persistent;
import org.hibernate.Session;
import com.sd0709.bank.biz.entity.Account;
public interface IAccountDAO {
public void insert(Account act)throws DataExcept
www.eeworm.com/read/469850/1478955
java iaccountdao.java
package com.sd0709.bank.persistent;
import org.hibernate.Session;
import com.sd0709.bank.biz.entity.Account;
public interface IAccountDAO {
public void insert(Account act)throws DataExcept