代码搜索:Text
找到约 10,000 项符合「Text」的源代码
代码结果 10,000
www.eeworm.com/read/485137/1264241
java text.java
package com.tang.foruse;
public class Text {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
new BookHandle().getHotBook(10);
}
www.eeworm.com/read/483458/1278002
properties text.properties
# Resources for parameter 'com.jxyd.text'
# Project BookManager
www.eeworm.com/read/483458/1278010
properties text.properties
# Resources for parameter 'com.jxyd.text'
# Project BookManager
www.eeworm.com/read/483458/1278062
properties text.properties
# Resources for parameter 'com.jxyd.text'
# Project BookManager
www.eeworm.com/read/481108/1299452
java text.java
// ========================================================================
// $Id: Text.java,v 1.2 2004/05/09 20:31:28 gregwilkins Exp $
// Copyright 1996-2004 Mort Bay Consulting Pty. Ltd.
// ------
www.eeworm.com/read/480485/1317693
java text.java
/**
* The Abstract of Text
*/
public abstract class Text {
public abstract void DrawText(String text);
protected TextImp GetTextImp(String type) {
if(type.equals("Mac")) {
www.eeworm.com/read/480485/1317700
java text.java
/**
* The Adaptee in this sample
*/
public class Text {
private String content;
public Text() {
}
public void SetContent(String str) {
content = str;