-
java200
要将 MenuBar 加入一个Frame 中,应使用的方法是?
A. setMenu()
B. setMenuBar()
C. add()
D. addMenuBar()
2. 使用哪一个布局管理器时,当Frame 的大小被改变时Frame 中的按钮的位置可能会被改
变?
A. BorderLayout
B. FlowLayout
C. CardLayout
D. GridLayout(To add a Frame MenuBar, the method should be using? A. setMenu () B. setMenuBar () C. add () D. addMenuBar () 2. When using a layout manager which, when Frame Frame size is changed in the position of the buttons may be changed? A. BorderLayout B. FlowLayout C. CardLayout D. GridLayout)
- 2014-05-17 21:12:54下载
- 积分:1
-
perfmon_itanium
This file contains the Itanium PMU register description tables and pmc checker used by perfmon.c.
- 2014-08-08 11:27:28下载
- 积分:1
-
ALO
本程序用VC实现ADO编程的实例,希望对学习数据库的新手有所帮助,,(This procedure using VC realize ADO programming examples, hope to help novice learning database,,)
- 2017-06-26 08:19:34下载
- 积分:1
-
UserManagement
C#语言编写的网页用户管理界面程序。在VS2010环境下成功运行。
(Web page written in C# user management interface program. Run successfully in VS2010 environment.)
- 2010-12-10 14:47:20下载
- 积分:1
-
主要功能是 完成自动下载与升级的功能
主要功能是 完成自动下载与升级的功能-main function is to be completed automatically download and upgrade the function
- 2022-05-21 19:41:27下载
- 积分:1
-
C++ 磁盘格式化类+示例
硬盘格式化,里面详细说明硬盘如何格式化,怎么调用api函数,有UI,可操作(Hard disk formatting, which details how hard disk formatting, how to call API functions, UI, operable)
- 2020-06-16 01:40:01下载
- 积分:1
-
熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。
基本要求:
1 正确解析Http请求,实现简单的GET请求回应。
2 模拟...
熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。
基本要求:
1 正确解析Http请求,实现简单的GET请求回应。
2 模拟一个对象(如:文件index.html)的GET回应(如:回应一个字符串),对于其他的对象,则根据Http响应格式回应对象不存在信息。
3 通过浏览器可检测自己的程序。如:输入http://the.ip.of.your.pc:serverPort/index.html,查看其响应结果。
4 对http请求的处理必须采用多进程实现,即主进程负责等待请求连接,每当收到一个请求后,产生一个子进程对该请求做单独处理,主进程继续等待新请求,子进程在处理完其请求后结束自己。详细要求参考课本要求。(多进程编程参考函数fork())
-Http familiar with the agreement of the request and response format, write a simple Http server.
Basic requirements:
Http parsing a proper request, to achieve a simple GET request to respond.
2 analog an object (such as: file index.html) of the GET response (such as: in response to a string), for other objects, then according to Http response format, the information to respond to the object does not exist.
3 can be detected through the browser s own procedures. Such as: Enter http://the.ip.of.your.pc:serverPort/index.html, see the results of its response.
4 pairs of http request processing must be used to achieve multi-process
- 2023-04-01 20:15:03下载
- 积分:1
-
一个简易的图片浏览器
windows下MFC程序实现的图片浏览器(Picture Browser Implemented by MFC Program under Windows)
- 2019-03-17 00:10:23下载
- 积分:1
-
A free forum application written with ASP,not using any control,can automaticaly...
用ASP写的免费论坛。该软件不使用任何控件,可以自动为自己的后端数据库生成DSN。默认支持MS访问,但同时也必须经过MS SQL服务器的检测。-A free forum application written with ASP,not using any control,can automaticaly make a DSN for database connection.By default,it can access MS SQL Server after checked by server.
- 2022-02-01 19:18:39下载
- 积分:1
-
biaoshifu
用vc++实现的有关编译原理中的标识符问题,希望对大家有所帮助!(vc used to achieve the principle of compiler identifier, we hope to help!)
- 2007-04-09 10:23:16下载
- 积分:1