⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sanitystate.java

📁 derby database source code.good for you.
💻 JAVA
字号:
package org.apache.derby.iapi.services.sanity;/* ** * This class is intended for the use of the SanityManager in conjunction * with making a build either Sane or Insane. An insane build is one which * has the two booleans expressed here as "false"; a sane build should be * have the booleans expressed as "true". * * @see com.ihost.cs.iapi.services.sanity.SanityManager ** */public class SanityState{	public static final boolean ASSERT=true ;	public static final boolean DEBUG=true ;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -