资源列表
multiThread
- 关于java的多线程例子,希望大家能够用的着
fetion
- 调用第三方飞信接口发送短信,借鉴第三方的实现方式。学习使用-Interface to send text messages calling third Fang Feixin
multithread
- multithread java多线程实例-java multithread example
index
- 关于jsp和Dreamweaver开发的,关于简单的登陆界面-upload
Day0511FileDemo
- 判断文件是目录还是文件并返回路径,如果是目录就继续判断,等到最后一个是文件则结束,输出每一个判断。-Determine file is a directory or file and return path to determine if a directory on, wait until the last one is the end of the file, the output of each judge.
FtpOperator
- FTP上传下载,通过配置ftp的用户名密码,可以通过此类实现上传和下载。-FTP uploading and downloading
huayuan
- 用Java 实现了只要点击鼠标左键画圆,点击鼠标右键画方-Achieved with the Java circle just click the left mouse button and click on the picture side
T5a3
- 利用Java的GUI编程,编写一个窗体,包含两个文本框和一个命令按钮。其中一个文本框接收用户输入的一行字符串,回车后在另一个文本框中重复输出三行,单击命令按钮可清空两个文本框的所有内容。-GUI programming using Java, write a form that contains two text boxes and a command button. One of the text box to receive user input string line, carriage
nn
- 禁止ctrl+n和 禁止ctrl+r和 禁止shift+f10 禁止鼠标右键or左右键 和禁止f5 的JS代码 -Ctrl+n and ctrl+r and banned banned banned banned the right mouse button shift+f10or about key and banned F5JS code
Test3
- 不同类型间的转换,包括string采用包装类转换成其他八种类型的数据。-Conversion between different types, including string wrapper class to convert the data of the other eight types.
utilTool
- 字符串进行BASE64编码的使用类,字符串进行BASE64编码的使用类-String Base64 encode
Queen
- 算法分析与设计 用回溯法实现n皇后问题(java源码)-Algorithm Analysis and Design N-queens Problem Using Backtracking