-
java jdbc for mssql
java jdbc for mssql
- 2022-02-25 23:47:44下载
- 积分:1
-
horrorshow.zipic类bitwisedemo {
horrorshow.zipic class BitwiseDemo {
static final int VISIBLE = 1
static final int DRAGGABLE = 2
static final int SELECTABLE = 4
static final int EDITABLE = 8
public static void main(String[] args)
{
int flags = 0
flags = flags | VISIBLE
flags = flags | DRAGGABLE
if ((flags & VISIBLE) == VISIBLE) {
if ((flags & DRAGGABLE) == DRAGGABLE) {
System.out.println("Flags are Visible and Draggable.")
}
}
flags = flags | EDITABLE
if ((flags & EDITABLE) == EDITABLE) {
System.out.println("Flags are now also Editable.")
}
}
}
-horrorshow.zipic class BitwiseDemo (sta Biomedical final int VISIBLE = a static final int DRAGGA i. = 2 static final int SELECTABLE static fin = 4 int al = 8 EDITABLE public static void main (Stri Vi args []) (int flags = 0 flags = flags | f VISIBLE lags = flags | DRAGGABLE if ((flags
- 2023-06-22 20:40:03下载
- 积分:1
-
此程序是java写的关于串口的操作,对写串口数据,和读取串口数据等操作...
此程序是java写的关于串口的操作,对写串口数据,和读取串口数据等操作-This procedure is written in java on the serial port operation, to write the serial data, and reading serial data operation
- 2023-01-15 09:30:03下载
- 积分:1
-
走迷宫程序,小球进入迷宫,然后自动去寻找出口.
走迷宫程序,小球进入迷宫,然后自动去寻找出口.-Maze procedure, a small ball into the maze, and then automatically go looking for export.
- 2023-05-23 23:35:03下载
- 积分:1
-
实现闪烁的标题栏
实现闪烁的标题栏-achieve flashing title bar
- 2022-04-20 20:24:32下载
- 积分:1
-
java真图时钟源代码
java真图时钟源代码-map clock source code
- 2022-02-03 14:59:05下载
- 积分:1
-
jcrontab是一个定时器开源项目包 目前提供存取文件或数据库, 把执行结果寄发 email, 简单地设置在 Tomcat, Resin, Jetty 及 J...
jcrontab是一个定时器开源项目包 目前提供存取文件或数据库, 把执行结果寄发 email, 简单地设置在 Tomcat, Resin, Jetty 及 JBoss 之上, 更是可以取代 cron 单独去执行, 也提供了良好的效能-jcrontab timer is a package of open source projects currently provided access to documents or databases, the implementation of the results send email, simple to install in Tomcat, Resin, Jetty and JBoss, nor can replace cron alone enforce, but also provided a good performance
- 2022-03-10 05:42:14下载
- 积分:1
-
6,使用java实现画笔,显示笔的位置
6,使用java实现画笔,显示笔的位置-6, the use of java achieve brush, showing the location of T
- 2022-03-24 04:47:43下载
- 积分:1
-
一个用java编写的具有函数功能的计算器。
一个用java编写的具有函数功能的计算器。-a prepared using java with the Function Calculator.
- 2022-01-25 16:28:10下载
- 积分:1
-
一个留言板程序,JSP
一个留言板程序,JSP-a bulletin board procedures, JSP
- 2022-10-31 20:20:03下载
- 积分:1