代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/320282/13429475
java product.java
package dal;
import java.sql.ResultSet;
import java.sql.PreparedStatement;
import java.sql.SQLException;
public class Product
{
//添加员工信息
public static boolean add(model.Product m)
{
bool
www.eeworm.com/read/320163/13431727
h projlistgui.h
/* -*-Mode:C; tab-width:4; indent-tabs-mode:t; c-file-style:"stroustrup";-*- */
/* Main code for Project */
//#define ERROR_CHECK_LEVEL 2
#include
#include
#include
www.eeworm.com/read/320163/13431814
h progectdb.h
#ifndef __PROGECTDB_H__
#define __PROGECTDB_H__
#include "progect.h"
// DB
Err AddRecord(DmOpenRef dbP, TaskTypePtr task, UInt16 *index)
TASKSECT;
Err AddRecordSub(DmOpenRef dbP, TaskTypeP
www.eeworm.com/read/320163/13431873
4 .#progectdb.h.1.4
#ifndef __PROGECTDB_H__
#define __PROGECTDB_H__
#include "progect.h"
// DB
Err AddRecord(DmOpenRef dbP, TaskTypePtr task, UInt16 *index)
TASKSECT;
Err AddRecordSub(DmOpenRef dbP, TaskTypeP
www.eeworm.com/read/320163/13431885
h todo.h
/******************************************************************************
*
* Copyright (c) 1997-1999 Palm Computing, Inc. or its subsidiaries.
* All rights reserved.
*
* File: ToDo.h
www.eeworm.com/read/320135/13432527
pas rxlabel.pas
{****************************
* *
* Autor: Adrian M. Hanslik *
* Date 13. June 1999 *
* Version: 1.0 *
* *
*************
www.eeworm.com/read/320029/13434368
bas module1.bas
Attribute VB_Name = "Module1"
Public con As New ADODB.Connection
Public rct As ADODB.Recordset
Public Function connecttoserver() As Boolean
con.ConnectionString = "Provider=SQLOLEDB.1;Integrat
www.eeworm.com/read/320005/13436712
pas wwdbigrd.pas
{
//
// Components : TwwDBCustomGrid
//
// Copyright (c) 1995-2001 by Woll2Woll Software
//
//
// 7/10/97 - Unselect all only if left button is clicked - Allows popupmenu to work.
// 7/10/97
www.eeworm.com/read/320005/13436743
pas wwrichspell.pas
unit wwrichspell;
{$DENYPACKAGEUNIT ON}
{$i wwIfDef.pas}
interface
uses
wwriched;
function SpellCheckWithCom(RichEdit: TwwCustomRichEdit;
var ErrorStarting: boolean): boolean;
impl
www.eeworm.com/read/320005/13436759
pas wwdatainspector.pas
unit wwDataInspector;
{$R-}
{
//
// Components : TwwDataInspector
//
// Copyright (c) 1999 by Woll2Woll Software
//
// 11/15/99 - Fix problem for active cell updating in detail query
// 11/18