- S - 类 中的静态变量com.xnx3.microsoft.Press
-
- save() - 类 中的方法com.xnx3.ConfigManagerUtil
-
- screenImage(int, int, int, int, String) - 类 中的方法com.xnx3.microsoft.File
-
截图保存,保存为png格式
- selectValue(String) - 类 中的方法com.xnx3.ConfigManagerUtil
-
已过时。
- selectValues(String) - 类 中的方法com.xnx3.ConfigManagerUtil
-
- SEMICOLON - 类 中的静态变量com.xnx3.microsoft.Press
-
分号
- send(String, String) - 类 中的静态方法com.xnx3.SendPhoneMsgUtil
-
发送短信
- sendMail(String, String, String) - 类 中的静态方法com.xnx3.net.MailUtil
-
发送邮件
- sendPaste(int) - 类 中的方法com.xnx3.microsoft.Window
-
向指定窗口发送粘贴命令.
- SendPhoneMsgUtil - com.xnx3中的类
-
发送短信类
需配置src下的systemConfig.xml文件的sms节点
使用:
SendPhoneMsgUtil.send("13011658091", "这里是发送信息的内容")
发送短信若失败,会继续执行发送。
- SendPhoneMsgUtil() - 类 的构造器com.xnx3.SendPhoneMsgUtil
-
- sendString(int, String) - 类 中的方法com.xnx3.microsoft.Window
-
发送给指定窗口字符串消息(输入到指定窗口)
- SEPARATRIX - 类 中的静态变量com.xnx3.microsoft.Press
-
分隔号,主键盘Enter左侧的那个键
- setAttrs(SftpATTRS) - 类 中的方法com.xnx3.bean.FileBean
-
- setConsumeTime(String) - 类 中的方法com.xnx3.bean.UploadBean
-
- setDict(int, String) - 类 中的方法com.xnx3.microsoft.Com
-
设置点阵字库
- setDir(boolean) - 类 中的方法com.xnx3.bean.FileBean
-
- setDm(ActiveXComponent) - 类 中的方法com.xnx3.bean.ActiveBean
-
- setEncode(String) - 类 中的方法com.xnx3.net.HttpUtil
-
设置默认的响应字符集,若不设置默认是UTF-8编码
- setErrorInfo(String) - 类 中的方法com.xnx3.bean.UploadBean
-
- setErrorString(String) - 类 中的方法com.xnx3.bean.ShellBean
-
- setExitStatus(int) - 类 中的方法com.xnx3.bean.ShellBean
-
- setFileName(String) - 类 中的方法com.xnx3.bean.FileBean
-
- setFilePath(String) - 类 中的方法com.xnx3.bean.FileBean
-
文件所在路径,如: /root
- setFormat(String) - 类 中的方法com.xnx3.j2ee.tld.TimeTag
-
yyyy-MM-dd hh:mm:ss
- setGroupName(String) - 类 中的方法com.xnx3.bean.UploadBean
-
- setHost(String) - 类 中的方法com.xnx3.net.SFTPUtil
-
- setHref(String) - 类 中的方法com.xnx3.bean.TagA
-
- setImage(String) - 类 中的静态方法com.xnx3.microsoft.ClipboardUtil
-
设置剪切板图片内容
- setImage(Image) - 类 中的静态方法com.xnx3.microsoft.ClipboardUtil
-
设置剪贴板图片内容
- setLinuxTime(long) - 类 中的方法com.xnx3.j2ee.tld.TimeTag
-
- setOutString(String) - 类 中的方法com.xnx3.bean.ShellBean
-
- setPassword(String) - 类 中的方法com.xnx3.net.SFTPUtil
-
- setPlugin365(ActiveXComponent) - 类 中的方法com.xnx3.bean.ActiveBean
-
- setPort(int) - 类 中的方法com.xnx3.net.SFTPUtil
-
- setProcessPriority(int, int) - 类 中的方法com.xnx3.microsoft.SystemUtil
-
设置进程优先级
- setRemoteFileName(String) - 类 中的方法com.xnx3.bean.UploadBean
-
- setResourcePath(String) - 类 中的方法com.xnx3.microsoft.Com
-
设置资源文件的所在路径,例如找图、点阵字库等文件所放的图片路径,统一放到此文件夹内
- setScreen(int, int, int) - 类 中的方法com.xnx3.microsoft.SystemUtil
-
设置系统的分辨率、系统色深
- setScreenDepth(int) - 类 中的方法com.xnx3.microsoft.SystemUtil
-
设置系统的色深(16、32...)
- setScreenWidth(int, int) - 类 中的方法com.xnx3.microsoft.SystemUtil
-
设置屏幕分辨率
- setSftp(ChannelSftp) - 类 中的方法com.xnx3.net.SFTPUtil
-
- setSuccess(boolean) - 类 中的方法com.xnx3.bean.UploadBean
-
- setText(String) - 类 中的静态方法com.xnx3.microsoft.ClipboardUtil
-
设置剪切板文本内容
- setTitle(String) - 类 中的方法com.xnx3.bean.TagA
-
- setUAC(boolean) - 类 中的方法com.xnx3.microsoft.SystemUtil
-
设置当前系统的UAC(用户账户控制).
- setUsername(String) - 类 中的方法com.xnx3.net.SFTPUtil
-
- setValue(String, String) - 类 中的方法com.xnx3.ConfigManagerUtil
-
- setWindowActivate(int) - 类 中的方法com.xnx3.microsoft.Window
-
激活指定的窗口
- setWindowDestroy(int) - 类 中的方法com.xnx3.microsoft.Window
-
结束窗口所在进程
- setWindowHidden(int) - 类 中的方法com.xnx3.microsoft.Window
-
隐藏指定窗口
- setWindowMaximizeAndActivate(int) - 类 中的方法com.xnx3.microsoft.Window
-
最大化指定窗口,同时激活窗口
- setWindowMinimize(int) - 类 中的方法com.xnx3.microsoft.Window
-
最小化指定窗口,但不激活
- setWindowMinimizeAndActivate(int) - 类 中的方法com.xnx3.microsoft.Window
-
最小化指定窗口,并释放内存,但同时也会激活窗口
- setWindowShow(int) - 类 中的方法com.xnx3.microsoft.Window
-
显示指定窗口
- setWindowSize(int, int, int) - 类 中的方法com.xnx3.microsoft.Window
-
设置指定窗口的大小
- setWindowState(int, int) - 类 中的方法com.xnx3.microsoft.Window
-
设置窗口状态
- setWindowTitle(int, String) - 类 中的方法com.xnx3.microsoft.Window
-
设置窗口的标题
- setWindowTop(int) - 类 中的方法com.xnx3.microsoft.Window
-
置顶指定窗口
- setWindowTopDestroy(int) - 类 中的方法com.xnx3.microsoft.Window
-
取消置顶指定窗口
- setWindowTransparent(int, int) - 类 中的方法com.xnx3.microsoft.Window
-
设置窗口的透明度
- SFTPUtil - com.xnx3.net中的类
-
Linux下的SFTP操作类
依赖Jar 包:jsch-0.1.53.jar
SFTPUtil sftp= new SFTPUtil();
sftp.setHost("10.0.0.251");
sftp.setUsername("root");
sftp.setPassword("guanleiming");
sftp.connect();
try {
//下载文件
sftp.getSftp().get("/root/install.log", "/Users/apple/Desktop/");
//上传文件
sftp.getSftp().put("/Users/apple/Desktop/installaaa.log", "/root");
} catch (SftpException e) {
e.printStackTrace();
}
sftp.disconnect();
- SFTPUtil() - 类 的构造器com.xnx3.net.SFTPUtil
-
- ShellBean - com.xnx3.bean中的类
-
Shell相关
- ShellBean() - 类 的构造器com.xnx3.bean.ShellBean
-
- SHIFT - 类 中的静态变量com.xnx3.microsoft.Press
-
- showConfirmDialog(String) - 类 中的静态方法com.xnx3.Lang
-
已过时。
- showConfirmDialog(String) - 类 中的静态方法com.xnx3.UI
-
弹出选择、确认框
- showMessageDialog(String) - 类 中的静态方法com.xnx3.Lang
-
已过时。
- showMessageDialog(String) - 类 中的静态方法com.xnx3.UI
-
弹出提示框,
- showMessageForMouse(int, int, int, int, String) - 类 中的静态方法com.xnx3.UI
-
- showMessageForMouse(MouseEvent, int, int, String) - 类 中的静态方法com.xnx3.UI
-
- showTipTray(int, String, String, int) - 类 中的方法com.xnx3.microsoft.SystemUtil
-
- showTipTrayForError(int, String, String) - 类 中的方法com.xnx3.microsoft.SystemUtil
-
- showTipTrayForInfo(int, String, String) - 类 中的方法com.xnx3.microsoft.SystemUtil
-
- showTipTrayForNoIcon(int, String, String) - 类 中的方法com.xnx3.microsoft.SystemUtil
-
- showTipTrayForProcedure(int, String, String) - 类 中的方法com.xnx3.microsoft.SystemUtil
-
- showTipTrayForWarn(int, String, String) - 类 中的方法com.xnx3.microsoft.SystemUtil
-
- Sleep - com.xnx3.microsoft中的类
-
延迟等待
- Sleep() - 类 的构造器com.xnx3.microsoft.Sleep
-
- sleep(int) - 类 中的方法com.xnx3.microsoft.Sleep
-
延迟等待,使用的Thread.sleep()
- SPACE - 类 中的静态变量com.xnx3.microsoft.Press
-
空格键
- speak(String, int) - 类 中的方法com.xnx3.media.TTSUtil
-
输入文字以及发音速度,女声读出
需联网。
- speak(String) - 类 中的方法com.xnx3.media.TTSUtil
-
- speak(String, int) - 类 中的方法com.xnx3.microsoft.Tts
-
已过时。
- speak(String) - 类 中的方法com.xnx3.microsoft.Tts
-
已过时。
- splitInt(int, int) - 类 中的静态方法com.xnx3.Lang
-
分割一个整数,将其平均分成多少份,返回其中一份的数值。
- Sql - com.xnx3.j2ee.util中的类
-
sql查询相关
- Sql() - 类 的构造器com.xnx3.j2ee.util.Sql
-
- SSHUtil - com.xnx3.net中的类
-
远程Linux服务器SSH链接控制
SSHUtil ssh = new SSHUtil("10.0.0.251", "guanleiming", "password");
ssh.open();
System.out.println(ssh.exeCommand("cd /alidata;pwd;ls").getOutString());
System.out.println(ssh.exeCommand("cd /;pwd").getOutString());
ssh.close();
- SSHUtil(String, String, String) - 类 的构造器com.xnx3.net.SSHUtil
-
- streamToByte(InputStream) - 类 中的静态方法com.xnx3.Lang
-
将输入流转为字节数组
- streamToString(InputStream) - 类 中的静态方法com.xnx3.Lang
-
将输入流转为字符串
- StringToDate(String, String) - 类 中的方法com.xnx3.DateUtil
-
将String类型时间转换为Date对象
- stringToFloat(String, float) - 类 中的静态方法com.xnx3.Lang
-
字符型转换为Float型
- StringToInt(String, String) - 类 中的方法com.xnx3.DateUtil
-
将String类型时间转换为10位的linux时间戳
- stringToInt(String, int) - 类 中的静态方法com.xnx3.Lang
-
字符型转换为整数型
- stringToInt(String, int, int) - 类 中的静态方法com.xnx3.Lang
-
字符串转换为各个进制的整数型
- stringToUrl(String) - 类 中的静态方法com.xnx3.Lang
-
UTF-8格式汉字转换为%E4%BD%A0形式
- StringUtil - com.xnx3中的类
-
- StringUtil() - 类 的构造器com.xnx3.StringUtil
-
- subString(String, String, String, int) - 类 中的静态方法com.xnx3.Lang
-
从给定的字符串中截取想要的指定字符
- subString(String, String, String) - 类 中的静态方法com.xnx3.Lang
-
从给定的字符串中截取想要的指定字符。
- SystemUtil - com.xnx3.microsoft中的类
-
Windows系统的一些常用操作
- SystemUtil(ActiveBean) - 类 的构造器com.xnx3.microsoft.SystemUtil
-