代码搜索:SQLITE
找到约 6,284 项符合「SQLITE」的源代码
代码结果 6,284
www.eeworm.com/read/439958/7696641
h userdatabase.h
#ifndef _USERDATABASE_H
#define _USERDATABASE_H
#include
#include
#include
using namespace std;
class userDatabase
{
public:
userDatabase(char* pathname);
void d
www.eeworm.com/read/398809/7919878
readme
gfa - GTK+ fast address
gfa is a small and fast address book written in C and GTK+2. It uses sqlite as backend for the addresses.
Status
The current release is a beta release, but it is stable. It i
www.eeworm.com/read/247283/12668089
awk memleak.awk
#
# This script looks for memory leaks by analyzing the output of "sqlite"
# when compiled with the MEMORY_DEBUG=2 option.
#
/[0-9]+ malloc / {
mem[$6] = $0
}
/[0-9]+ realloc / {
mem[$8] = "";
www.eeworm.com/read/324802/13243356
awk memleak.awk
#
# This script looks for memory leaks by analyzing the output of "sqlite"
# when compiled with the MEMORY_DEBUG=2 option.
#
/[0-9]+ malloc / {
mem[$6] = $0
}
/[0-9]+ realloc / {
mem[$8] = "";
www.eeworm.com/read/302164/13840168
cs proc.cs
using System;
using System.Runtime.InteropServices;
using System.Windows.Forms;
using System.Data.SQLite;
namespace sms
{
public class proc
{
static string apppath = System.I
www.eeworm.com/read/174657/6328293
h mainwindow.h
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include "mainwindowform.h"
#include
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QButtonGroup;
class QPushButton;
class
www.eeworm.com/read/493236/6398993
java timertaskrun.java
package threadpool;
import java.util.Timer;
import java.util.TimerTask;
import sqlite.*;
public class TimerTaskRun {
private Timer timer;
private int delay;
private int internal;
p
www.eeworm.com/read/493236/6399019
java curthreadid.java
package sqlite;
public class curThreadID {
public static int isRandom=0;
public static int selectNum=0;
public static int insertNum=0;
public static int updateNum=0;
public static int
www.eeworm.com/read/493236/6399031
java serverfactory.java
package sqlite;
import java.sql.Connection;
public abstract class ServerFactory {
private db.DBConnectionManager connMgr; // 连接池管理对象
protected Connection conn;
public abstract int i
www.eeworm.com/read/493236/6399034
java screatetable.java
package sqlite;
import java.sql.ResultSet;
import java.sql.SQLException;
public class SCreateTable extends ServerFactory {
int newval = 0;
static int ist,thenum = 0;
static long max=