-
Aria
android 文件下载工具,支持多线程断点续传、支持任务组下载,支持FTP文件上传,FTP文件夹上传(Android file download tools, support multi-threaded HTTP download, support task group, support FTP file upload, FTP upload folder)
- 2017-08-15 16:21:45下载
- 积分:1
-
灰鸽子
【1】对远程计算机文件管理:模枋Windows 资源管理器,可以对文件进行复制、粘贴、删除,重命名、远程运行等,可以上传下载文件或文件夹,操作简单易用。
【2】远程控制命令:查看远程系统信息、剪切板查看、进程管理、窗口管理、插件功能、服务管理、共享管理、代理服务、MS-Dos模拟!
【3】捕获屏幕:不但可以连继的捕获远程电脑屏幕,还能把本地的鼠标及键盘传动作送到远程实现实时控制功能!
功能
【4】视频监控,可以监控远程控制头!,还有语音监听和发送功能!
【5】telnet(超级终端).
【6】语音监听和发送!可以和远程主机进程语音对话!([1] on the remote computer file management mode: Fang Windows explorer, can copy files, paste, delete, rename, remote operation, you can upload and download files or folders, easy to use.
[2] remote control commands: View remote system information, clipboard view, process management, window management, plug-in function, service management, sharing management, agent service, MS-Dos simulation.
[3] capture screen: not only can capture the remote computer screen continuously, but also transmit the local mouse and keyboard to remote to achieve real-time control function.
function
[4] video surveillance, can monitor remote control head! And voice monitoring and sending functions!
[5] telnet (super terminal).
(6) voice listening and sending! Can talk to the remote host process voice dialogue!)
- 2018-01-15 10:06:30下载
- 积分:1
-
How to use InternetStatus.dll get the internet stautus? use the code as list in...
How to use InternetStatus.dll get the internet stautus? use the code as list in the Delphi Application code editing region
- 2022-02-02 16:17:21下载
- 积分:1
-
rfi1_2_1beta
说明: Simulates environment for RFI & quantifies the performance of interference mitigation algorithms
- 2019-02-17 18:47:16下载
- 积分:1
-
SAXParser
说明: 色舞清风缺乏缺乏缺乏去污粉趣分期分期去去污粉(sedfq qfqf23 q23t2 q23rqwqw qfqf)
- 2020-06-24 07:00:02下载
- 积分:1
-
kuangjiajiegouminglingliu
框架剪力墙结构ansys软件APDL命令流,结构受力分析(Frame shear wall structure ansys software the APDL command-stream structural stress analysis)
- 2012-10-22 14:31:01下载
- 积分:1
-
57098
说明: Tracyh widom distribution function
- 2020-04-08 04:30:46下载
- 积分:1
-
CHAPTER_5
说明: 相场模型模板代码,可以用来进行相关扩展,十分重要了啊(There is a realization method of material in moose framework)
- 2020-09-25 16:17:47下载
- 积分:1
-
C#启动Windows IIS服务的实例
C#启动指定的Windows信使服务,本例中是启动IIS服务,在Windows XP下可完美运行,在Windows7下不行好像,本程序演示如何在C#的程序中启动一个指定的Windows内置服务的方法。具体的实现代码:
ServiceController service = new ServiceController();//创建服务控制对象
service.ServiceName = "Messenger";//启动Windows信史服务
//判断当前服务状态
if (service.Status == ServiceControllerStatus.Stopped)
{
try
{
service.Start();// 启动服务
service.WaitForStatus(ServiceControllerStatus.Running);
}
catch (InvalidOperationException)
{
MessageBox.Show("不能启动该服务!");
}
}
- 2022-02-13 12:56:43下载
- 积分:1
-
项目相关文档
说明: vue前端工程配置,config、npm install, package.json(VUE projectVUE config ,npm install, package.json)
- 2019-10-29 13:48:02下载
- 积分:1