-
SyncResult
This class is used to communicate the results of a sync operation to the SyncManager. Based on the values here the SyncManager will determine the disposition of the sync and whether or not a new sync operation needs to be scheduled in the future.
- 2013-12-11 13:17:28下载
- 积分:1
-
MenuItem
Interface definition for a callback to be invoked when a menu item is clicked.
- 2013-12-03 14:11:10下载
- 积分:1
-
javaworks
JAVA编写的家用电器管理系统,可以生成负荷曲线(Household electrical appliance management system)
- 2020-11-26 15:09:31下载
- 积分:1
-
pdfbox-2.0.8-src
自从Adobe公司1993年第一次发布公共PDF参考以来,支持各种语言和平台的PDF工具和类库就如雨后春笋般涌现。然而,Java应用开发中Adobe技术的支持相对滞后了。
自从Adobe公司1993年第一次发布公共PDF参考以来,支持各种语言和平台的PDF工具和类库就如雨后春笋般涌现。然而,Java应用开发中Adobe技术的支持相对滞后了。这是个奇怪的现象,因为PDF文档是企业信息系统存储和交换信息的大势所趋,而Java技术特别适合这种应用。然而,Java开发人员似乎直到最近才获得成熟可用的PDF支持。
PDFBox(一个BSD许可下的源码开放项目)是一个为开发人员读取和创建PDF文档而准备的纯Java类库。它提供如下特性:
提取文本,包括Unicode字符。
和Jakarta Lucene等文本搜索引擎的整合过程十分简单。
加密/解密PDF文档。
从PDF和XFDF格式中导入或导出表单数据。
向已有PDF文档中追加内容。
将一个PDF文档切分为多个文档。
覆盖PDF文档。(The Apache PDFBox library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command-line utilities. Apache PDFBox is published under the Apache License v2.0.)
- 2018-05-27 08:52:24下载
- 积分:1
-
ClassHierarchyTraveler
Class Hierarchy Traveler Source Code for Andriod.
- 2013-12-04 10:20:18下载
- 积分:1
-
PropertyChangeSupport
Property Change Support.
- 2013-11-06 14:47:29下载
- 积分:1
-
uel_spring2
abaqus 中开发的哑节点单元,该单元能够模拟裂纹,并能够自动提取求解裂纹所需参数,避免了采用自带单元提取数据容易出现错的现象。简单方便。(abaqus in the development of the dummy node unit, which can simulate the crack, and the ability to automatically extract the necessary parameters to solve the crack to avoid the use of own unit to extract data prone to error phenomenon. Simple and convenient.)
- 2020-12-23 10:09:07下载
- 积分:1
-
ChannelsTest
Note: the test case uses a temp text file named "test" which contains 31 characters : "P@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]".
- 2013-12-06 14:11:35下载
- 积分:1
-
MyEclipseGen
用代码生成 MyEclipse 7.1 注册序列号(generate myeclipse7 serial code)
- 2009-11-25 15:27:42下载
- 积分:1
-
Java
设计模式一(单子、工厂、策略模式)练习
1. 假设现在要设计一个贩卖各类书籍的电子商务网站的购物车系统。对所有的教材类图书 实行每本一元的折扣;对连环画类图书提供每本7%的促销折扣;而对非教材类的计算机图书有3%的折扣;对其余书没有折扣。使用策略模式、工厂模式、单子模式进行设计(Design Mode 1 (List, Factory, Strategy Mode) Exercise
1. Suppose we are going to design a shopping cart system for e-commerce websites that sell all kinds of books. All textbook books are discounted at one yuan per book; comic books are discounted at 7% per book; computer books are discounted at 3% for non-textbook books; and other books are discounted at no rate. Design using strategy mode, factory mode and single mode)
- 2020-07-01 06:40:02下载
- 积分:1