-
good inventory management system, functions more complete, clear interface can b...
很好的库存管理系统,功能比较齐全,界面比较清晰,可以设置和更改密码,不过就是还不够完善,请多指教,,Visual Basic,SQL Server -good inventory management system, functions more complete, clear interface can be set up and change passwords, But is not perfect enough, please enlighten, and Visual Basic, SQL Server
- 2023-08-19 22:40:03下载
- 积分:1
-
support asp environment can directly upload documents the details of the visit h...
在支持asp环境下可以直接上传文件 详细情况,访问http://www.sobay.cn-support asp environment can directly upload documents the details of the visit http://www.sobay.cn
- 2022-02-12 08:35:45下载
- 积分:1
-
关于线程池的实现!
包括C++,delphi,Java对线程的实现!
保证服务器能够良好的工作!...
关于线程池的实现!
包括C++,delphi,Java对线程的实现!
保证服务器能够良好的工作!- About line Cheng Chi realization! Including C, delphi, Java to
line regulation realization! Guarantees the server to be able the good
work!
- 2023-07-24 10:55:08下载
- 积分:1
-
实现静态文本框(Static)的鼠标单击事件
实现静态文本框(Static)的鼠标单击事件-To achieve static text box (Static) of the mouse click event
- 2022-02-04 00:15:12下载
- 积分:1
-
这是我在学习中写的一些对初学者有帮助的代码,很辛苦才写出来的。
这是我在学习中写的一些对初学者有帮助的代码,很辛苦才写出来的。-This is what I wrote in the study of some help for beginners code, it pains government.
- 2022-03-21 07:55:02下载
- 积分:1
-
static控件的类
static控件的类-category
- 2022-03-21 07:46:11下载
- 积分:1
-
fgsdfgsdfgsdg
UC3842高性能电流模式控制器-fgsdfgsdfgsdg
- 2022-08-22 23:05:22下载
- 积分:1
-
在一个静态控件中实现对文本的一个链接,或是黑体
实现在一个Static控件中的部分文本为 link 或粗体-Realize in a Static control part of the text for the link, or bold
- 2022-04-22 14:20:37下载
- 积分:1
-
我想真真正正的了解该系统的源代码,请你不要在这样了好吗?...
我想真真正正的了解该系统的源代码,请你不要在这样了好吗?-I think the true understanding of the system"s source code, you may not like this okay?
- 2022-04-25 18:22:29下载
- 积分:1
-
public class Server extends Thread { Client client int counter public Server(Cli...
public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter < 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw new RuntimeException("counter >= 10") } public static void main(String[] args) { Client c = new Client() Server s = new Server(c) c.start() s.start() } } class Client extends Thread { Vector queue public Client() { this.queue = new Vector() } public void run() { while (true) { if (! (queue.size() == 0)) { processNextElement() } } } private void processNextElement() { Object next = queue.elementAt(0) queue.removeElementAt(0) System.out.println(next)-public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter lt; 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw new RuntimeException("counter gt;= 10") } p
- 2022-02-21 05:44:37下载
- 积分:1