代码搜索:全数字
找到约 10,000 项符合「全数字」的源代码
代码结果 10,000
www.eeworm.com/read/170201/5406784
java numberutil.java
package com.dut.logic.util;
public class NumberUtil {
/**���判断是否是数字*/
static public boolean numberNG(String str) {
boolean flag = true;
for (int i = 0; i < str.length(); i++) {
int
www.eeworm.com/read/335920/3355663
js rte.js
// Copyright (C) 2004, Microsoft, Corp. All rights reserved.
// File: rte.js
// Author: 数字Boy
// Contents: RTE Management Code
// EDITOR PUBLIC (API)
var isIE4 = (navigator.appVersion.inde
www.eeworm.com/read/316754/3608362
js rte.js
// Copyright (C) 2004, Microsoft, Corp. All rights reserved.
// File: rte.js
// Author: 数字Boy
// Contents: RTE Management Code
// EDITOR PUBLIC (API)
var isIE4 = (navigator.appVersion.inde
www.eeworm.com/read/316579/3610258
java certificateexample.java
import java.io.FileInputStream;
import java.security.cert.Certificate;
import java.security.cert.*;
//从文件中读取数字证书
public class CertificateExample
{
public static void main(String[] args)
www.eeworm.com/read/316315/3612083
js jsvalidate.js
function CheckQty(tbid)
{
var lastChar = tbid.value.charAt(tbid.value.length-1);
var num = parseInt(lastChar);
if (isNaN(num))
{
window.alert("必须输入数字");
tbid.focus();
tbid.select();
www.eeworm.com/read/305795/3769172
java mygameinterface.java
package com.j2medev.chapter5;
import javax.microedition.lcdui.*;
//#define ENGLISH
public interface MyGameInterface extends GameInterface {
/** Mobile Key 1 (手机数字键1)*/
public static final b
www.eeworm.com/read/305795/3769196
java mygameinterface.java
package com.j2medev.chapter5;
import javax.microedition.lcdui.*;
//#define ENGLISH
public interface MyGameInterface extends GameInterface {
/** Mobile Key 1 (手机数字键1)*/
public static final b
www.eeworm.com/read/298403/3866430
js change_page.js
/**
* author : zww
* date : 2004-8-11
*/
/**
* form 表单
* pageNo 翻页页码
*/
function goPage(form, pageNo) {
// alert(pageNo) ;
// if(!isInteger(pageNo)) {
// alert("请输入一个有效的数字作为页数!");