📄 configuration.java
字号:
//Source file: E:/工作和学习/工作/硕士论文工作/程序/数据库缓存管理/20040304/src/MemCachePak/Configuration.java
package MemCachePak;
public class Configuration
{
public static int HpLimit = 1;
public static final int MAX = 9999999;
public static int Mcost = 32;
public static int MAX_SIZE = 4194304;
public static int K = 5;
public static int x = 30;
static
{
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -