-
位 apriori 算法
这是用于挖掘频繁项集使用 bits 的先验基地位 Apriori 算法的一个实现
- 2023-03-24 03:35:04下载
- 积分:1
-
电源功率
&功率功率功率功率功率功率功率功率功率功率功率功率功率功率功率
- 2023-03-20 13:50:04下载
- 积分:1
-
Java MM7协议 接入MMSC 发送彩信
Java MM7协议 接入MMSC 发送彩信,基于中国移动的开源开发包,使用MM7协议接入彩信中心,可以发送彩信,内部有实例,亲测成功
- 2022-04-12 15:00:38下载
- 积分:1
-
我的网站简单的web开发源代码
- 2023-02-19 01:55:03下载
- 积分:1
-
ftp上传、下载、删除代码.zip
package com.ftp;
/**ftp上传、下载、删除文件测试类*/
public class test {
public static void main(String[] args) {
test test = new test();
//ftp上传
test.uploadFile(".../data/user/FileTxt/", "D:/test/uploadFile/test.txt");//测试通过,ok!
//ftp下载
test.downFile(".../data/user/FileTxt/hfufd-jh15fd-54fd8-sds.txt", "D:/test/downFile/");//测试通过,ok!
/**(true代表删除指定目录(慎用),false代表删除指定文件)个人建议一般使用false*/
//ftp删除文件
test.deleteFile(".../data/user/FileTxt/1ca48ef6-1116-419c-b267-59edd944502e.txt", false);//测试通过,ok!
//ftp删除目录
test.deleteFile(".../data/user/FileTxt/", true);//测试通过,ok!
}
/**
* ftp上传
* @param remotePath (服务器目录地址)
* @param localPath (本地文件地址)
* @return boolean
*/
public String uploadFile(String remotePath,String localPath) {
System.out.println("上传方法开始...!");
String path = new FtpUploading().uploadFile(remotePath, localPath);
if(Util.isNotEmpty(path)){
System.out.println("上传成功!服务器文件的地址为:re
- 2022-01-22 00:04:06下载
- 积分:1
-
Mine
说明: 基于Eclipse开发的一个简单经典游戏-扫雷游戏,包含了该游戏的全部代码,非常适合于首次学习Eclipse开发Java游戏的范例。(Eclipse-based development of a simple, classic games- minesweeping game, the game contains all the code, very suitable for learning Eclipse the first time an example of the development of Java games.)
- 2009-07-28 22:13:44下载
- 积分:1
-
排序的java实现
排序的java实现-order to achieve the
- 2022-06-27 21:42:57下载
- 积分:1
-
Java记事本
Java编写的记事本程序,图形界面,可以实现文件的新建、另存为、查找、替换等编辑器功能。
- 2022-12-02 09:00:03下载
- 积分:1
-
适合初学者的小游戏
javase 开发的俄罗斯方块小游戏 通过此次俄罗斯方块项目的开发,对Java编程语言的开发技术有了一个全新的了解,并且对各方面应用的比较到位。
- 2023-08-29 17:40:04下载
- 积分:1
-
dlgzhtgxt13
主要应用于公众号的推广联盟,适合个人及企业的订阅号及服务号或者企业号,无需多余的接口,只要简单配置即可实现相应的功能.可用于多用户联盟,支持多个广告主(公众号管理员)及多个关注赚钱会员 系统强大稳定,数据实时,可设置提现手续费.设置关注单价,本系统具有强大的防作弊功能,关注后,若取消关注,即可实时扣除拥金或者多倍拥金(后台可进行设置).(Mainly used in public, promotion alliance, for individuals and businesses to the subscription number and service number or enterprise, without the extra interface, as long as the simple configuration to achieve the corresponding functions. For multi user alliance, to support a number of advertisers (public administrators) and more concerned about money membership strong stability the real-time data can be set, and cash withdrawal fees. This system has focused on price, strong anti cheating function, attention, attention can be canceled if, deducting hold gold or multiple hold gold (the background can be set).)
- 2017-04-13 12:20:17下载
- 积分:1