-
进程调度和存储管理模拟
进程调度和存储管理模拟-process scheduling and storage management simulation
- 2022-05-17 06:06:27下载
- 积分:1
-
孙卫琴书中的源代码。beantaglibs。
孙卫琴书中的源代码。beantaglibs。-孙卫琴the book
- 2022-03-10 15:45:34下载
- 积分:1
-
Jakarta小组开发的可集成在各种系统中的共用登入管理程序。
Jakarta小组开发的可集成在各种系统中的共用登入管理程序。-Jakarta group of developing integrated systems in the common log management procedures.
- 2022-05-08 05:16:36下载
- 积分:1
-
可以替换同一目录下文本文件中某一字符串为新串
可以替换同一目录下文本文件中某一字符串为新串-can replace the same directory text documents for a new series of string
- 2022-08-25 19:06:19下载
- 积分: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
-
JPEG标准在文件中记录了一些EXIF信息,缩略图是一幅较小的JPEG图片,存储在EXIF信息段。而Windows在第一次显示缩略图时先读当前目录中的"Thum...
JPEG标准在文件中记录了一些EXIF信息,缩略图是一幅较小的JPEG图片,存储在EXIF信息段。而Windows在第一次显示缩略图时先读当前目录中的"Thumbs.db"这个文件,其实这是一个缩略图数据库,从而来判断是否有该图片的缩略图。如果不存在"Thumbs.db"文件或者该库中不存在该图片的缩略图,那么Windows会尝试取图片中的EXIF信息,判断是否存在缩略图数据。如果图片中EXIF信息中不存在缩略图信息或信息错误,那么Windows就会用插值的方法重新生成缩略图(如果可能则保存到当前目录中的"Thumbs.db"缩略图数据库中)。 对于修改缩略图方法有用ultraEdit直接编辑文件替换EXIF信息或用exifer这样的工具,这不是本文关心的内容,本文介绍用java实现的方法。
- 2022-05-08 14:18:05下载
- 积分:1
-
ssh入门,很好的东东!详细讲述了一个ssh的基本流程,浅显易懂...
ssh入门,很好的东东!详细讲述了一个ssh的基本流程,浅显易懂-Easy to learn ssh
- 2022-12-01 10:30:03下载
- 积分:1
-
程序构架基于:运用JSP+Struts+JSTL技术的MVC架构,数据库采用SQL Server。
使用说明:
设置数据库:
把/zefeng...
程序构架基于:运用JSP+Struts+JSTL技术的MVC架构,数据库采用SQL Server。
使用说明:
设置数据库:
把/zefeng/database/zefenggb_Data数据库文件,附加到SQL Server数据库中,数据库的用户名和密码设置成sa。
本程序源代码在/zefeng/src/目录下。-Procedures based on the framework: the use of JSP+ Struts+ JSTL technology MVC framework for database using SQL Server. Usage: set database: the/zefeng/database/zefenggb_Data database file, appended to the SQL Server database, the database user name and password set to sa. This procedure source code in/zefeng/src/directory.
- 2022-07-21 04:35:13下载
- 积分:1
-
用Swing实现的CHM制作工具,支持拖放管理节点。用xml文件保存工程文件。根据目录结构生成文档。...
用Swing实现的CHM制作工具,支持拖放管理节点。用xml文件保存工程文件。根据目录结构生成文档。-Swing by authoring tools to achieve the CHM, to support the drag-and-drop management node. Xml file is saved with project file. According to the directory structure to generate documents.
- 2022-01-27 23:15:18下载
- 积分:1
-
java log processing
java日志处理-java log processing
- 2022-04-30 19:38:04下载
- 积分:1