-
TCP/IP Server and Client,you can create a TCP Server by it.
TCP/IP服务器端与客户端 你可以通过此建立一个TCP服务端-TCP/IP Server and Client,you can create a TCP Server by it.
- 2022-02-04 05:10:21下载
- 积分:1
-
PPT playback environment structures: one, create a new Web Project 2, will be un...
PPT播放功能
环境的搭建:
1、新建一个Web工程
2、将Jsp下的JSP页面和images拷贝到工程的WebRoot里面
3、将Enviroument下的images文件夹拷贝到工程的WebRoot里面
运行注意事项:
1、JS文件的编码是utf-8-PPT playback environment structures: one, create a new Web Project 2, will be under jsp JSP pages and images copied to WebRoot inside 3 projects will be Enviroument folder under the images are copied to the project running inside WebRoot NOTES: 1, JS file encoding is utf-8
- 2022-07-27 19:38:03下载
- 积分:1
-
很好的股票交易的源码,需要的可以研究一下。
很好的股票交易的源码,需要的可以研究一下。-A good stock of the source code needed to study it.
- 2022-07-21 02:12:30下载
- 积分:1
-
Internet cafe management system, using jbuilder9 development of the database usi...
网吧管理系统,采用jbuilder9开发,数据库用sql server2000,包括基本的网吧上机,下机等管理功能,收费,结帐等功能-Internet cafe management system, using jbuilder9 development of the database using sql server2000, including basic Internet cafe on the machine, the next machine management features, fees, billing and other functions
- 2022-03-02 20:10:30下载
- 积分:1
-
in one category to another category to use the method, usually in the paper : th...
在一个类中要用到另一个类的方法,通常是在文件 ∶ 头import进来,然后在用到时再new一个对象,我现在 ∶ 希望我的一个类里有一个方法,该方法接受一个类名和 ∶ 一个方法名,然后在在程序中动态的调用其他类的方法 ∶ 而不要在文件头import该类,免得每引用一个类的方法就要 ∶ 从新编译,如何实现呢? ∶ 另外在java里调c++的dll文件我也没试通,请各位大虾 ∶ 指教! ∶ 多谢,多谢! -in one category to another category to use the method, usually in the paper : the first import coming, and then used again when a new object, I now : I hope there are a category of a method to accept a name and category : a method name, and then in the process of dynamic call other categories of methods : instead of the first import of such documents, to avoid every kind of a quote we should approach : new compiler, and how to realize? : Another java Lane in the c-dll file I have not had a trial, please prawns : enlighten! : Thank you, Thank you!
- 2022-07-16 18:12:10下载
- 积分:1
-
java japplet写的关于监听事件的程序,
对于学习applet的初学者有帮助...
java japplet写的关于监听事件的程序,
对于学习applet的初学者有帮助-java japplet write on the wiretapping incident procedures, learning applet help beginners
- 2022-11-05 18:45:03下载
- 积分:1
-
finaloverridingillusion.ziplic类dowhiledemo {
finaloverridingillusion.ziplic class DoWhileDemo {
public static void main(String[] args) {
String copyFromMe = "Copy this string until you encounter the letter g ."
StringBuffer copyToMe = new StringBuffer()
int i = 0
char c = copyFromMe.charAt(i)
do {
copyToMe.append(c)
c = copyFromMe.charAt(++i)
} while (c != g )
System.out.println(copyToMe)
}
}
-finaloverridingillusion.ziplic class D. oWhileDemo (public static void main (String [] args) (String copyFromMe = "Copy this string un til you encounter the letter g. "StringBuffer c opyToMe = new StringBuffer () int i = 0 char c = cop yFromMe.charAt (i) do (copyToMe.append (c) c = copyFromMe.charAt (i)) while (c! = g) System.o ut.println (copyToMe
- 2022-08-16 16:32:30下载
- 积分:1
-
输入关键词后进行检索,然后根据分的词进行搜索
输入关键词后进行检索,然后根据分的词进行搜索-lucene search keyword
- 2022-01-30 13:44:21下载
- 积分:1
-
java的广播语音处理过程实现的源代码,参考。
这个源代码实现了java对声音的处理播放过程,由于程序代码的简洁易懂,对java的爱好者和入门者又很大的帮助,希望大家喜欢-the realization of the source code of java broadcast voice processing process, the code easy to read, right java aficionados and beginners also of great help, hope you like
- 2022-08-13 11:23:55下载
- 积分:1
-
运用ArrayList来实现数据的出栈、入栈功能
查看栈当前长度
运用ArrayList来实现数据的出栈、入栈功能
查看栈当前长度-Mystack
- 2022-01-24 18:02:23下载
- 积分:1