代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/284740/8904199
java supercontext.java
package superCRM.business;
public class SuperContext {
/** 构造方法为private */
private SuperContext() {
}
/** 单例模式的应用 */
private static SuperContext context = null;
public static Supe
www.eeworm.com/read/383934/8910353
pas waitpas_unit.pas
{数据备份、还原}
unit WaitPas_Unit;
interface
uses
Classes, windows, SysUtils,Forms,ADODB,Dialogs,Variants,ActiveX,ComObj,ComCtrls;
type
WaitPas = class(TThread)
Filename : String;
www.eeworm.com/read/383930/8910583
txt 判断一个文件是否为二进制文件 .txt
// 判断一个文件是否为二进制文件
public static boolean isBinary(File file) {
boolean isBinary = false;
try {
FileInputStream fin = new FileInputStream(file);
long len = file.length();
www.eeworm.com/read/383930/8910780
txt 判断是不是合法手机.txt
/**
* 判断是不是合法手机
* handset 手机号码
*/
public static boolean isHandset(String handset) {
try {
if(!handset.substring(0,1).equals("1")) {
return false;
}
if (handset==null ||
www.eeworm.com/read/383930/8910795
txt 从指定的字符串中提取email.txt
/**
* 从指定的字符串中提取Email
* content 指定的字符串
*/
public static String parse(String content) {
String email = null;
if (content==null || content.length()
www.eeworm.com/read/284611/8913698
java scribble.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/383808/8916802
java ch2_e3_8.java
public class ch2_e3_8
{
public static void main(String args[])
{
int a=3,b=-5;
boolean f=true;
System.out.println("--a % b++ = "+(--a % b++) );
//a=3;b=-5;
System.out
www.eeworm.com/read/383800/8917202
java keymidlet.java
/*
* KeyMidlet.java
*
* Created on 2008年9月9日, 下午6:18
*/
package com.j2medev.sample.chapter3.keyrepeat;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
/**
*
www.eeworm.com/read/186676/8918742
h bp.h
/******************************************************************************
*
* Copyright (c) 2003 Gerhard W. Gruber
*
* PROJECT: pICE
* $Source: /cvsroot/pice/pice/module/bp.h,v $
* $Revisi
www.eeworm.com/read/186676/8918796
h hardware.h
/******************************************************************************
*
* Copyright (c) 2003 Gerhard W. Gruber
*
* PROJECT: pICE
* $Source: /cvsroot/pice/pice/module/hardware.h,v $
* $