TOAD Handbook is a guide for developing Oracle applications and administering Oracle databases with TOAD. Starting with installation and configuration, the book covers the TOAD SQL editors in depth, including dozens of helpful, undocumented features. Later chapters discuss reporting and exporting data and using several add-on tools designed to enhance TOAD development. Along the way, the authors provide critical insights into the workings of TOAD and how developers can use it to make the most of their applications. Includes a foreword by Jim McDaniel, the inventor of TOAD.
package util; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.io.Input
import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.util.ArrayList; import java.util.List; import javax.servlet.http.HttpServl
import java.security.InvalidKeyException; import java.security.Key; import java.security.NoSuchAlgorithmException; import javax.crypto.BadPaddingException; import javax.crypto.Cipher; import javax.cry
web开发中,一个系统的普通需求也包括导出excel,一般采用POI做统计报表导出excel。 导出excel工具类: import java.io.FileOutputStream; import java.io
import static java.util.Calendar.HOUR_OF_DAY; import static java.util.Calendar.MILLISECOND; import static java.util.Calendar.MINUTE; import static java.util.Calendar.SECOND; import java.text.ParseExce
Spring通用PropertiesUtil。Spring配置文件的加载工具类。 public class PropertiesUtil extends PropertyPlaceholderConfigurer
程序猿是最懒的生物,开发中从不重复造轮子,实际开发中数据吃就化是必然要处理的一个问题,先总结了几个除处理sqlite外的几个工具类,因为sqlite可以直接用orm,持久化数据有I/O,SharedPreference等等方式。
/** * 格式化日期 * @param format * @returns */ Date.prototype.format = function(format) { var o = { "M+" : this.getMonth() + 1, // month "d+" : this.getDate(), // day "h+" : this.getHours(), // hour "m+" :
/** * 发送广播简易工具类 * Created by Liam on 2015/4/2. */ public class BroadcastUtil { /** * 构造函数设为private,防止外部实例化
package com.util; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; /** * * 2015-3-5下午2:45:56 * *Mu
import java.lang.reflect.*; /** * ********************************************** * md5 类实现了RSA Data Security, Inc.在提交给IETF * 的RFC1321中的MD5 message-digest 算法。 * ****************************************
/** * 验证模块,包括输入输出的验证 */ public class Validator { /** * 判断用户输入的时间格式是否正确 */ public static boolean checkDateTime(String inputDate) { String DATE_TIME_FORMAT = "yyyy-MM-dd"; SimpleDateFormat simpleDateFor
对Logcat的一个封装工具类 import android.util.Log; //Logcat统一管理类 public class LogUtils { private LogUtils() { /*
现在关键就是setAlpha这个方法了,其实也简单,就是利用toAlpha转换成颜色就行。因此我写了一个工具类 ColorUtil.java 来对颜色进行一些操作: package com.codefrom
等额本息: /** * Description:等额本息工具类 * Copyright: Copyright (corporation)2015 * Company: Corporation * @author:
Quartz2.x增、删、改工具类 [Java]代码 package com.a2563; import static org.quartz.CronScheduleBuilder.cronSchedule;
Oracle RAC 常用维护工具和命令 Oracle 的管理可以通过OEM或者命令行接口。 Oracle Clusterware的命令集可以分为以下4种: 节点层:osnodes 网络层:oifcfg
args4j是一个能够让你很方便在Java GUI程序中解析命令行参数的开源类库。 收录时间:2011-07-30 09:26:43
质子交换膜燃料电池(PEMFC)的建模和仿真可以作为可再生能源研究和开发的有力工具。开源PEMFC模拟工具(OPEM)是一种用于评估质子交换膜燃料电池性能的建模工具。该软件包是预测PEMFC最佳运行参数的模型(静态/动态)