-
VPN commonly used terms, so the network, like you can check out.
VPN常用术语,做网络的、喜欢的可以瞧瞧。-VPN commonly used terms, so the network, like you can check out.
- 2023-08-07 15:20:03下载
- 积分:1
-
Using java to develop horse line issue and realize the different ways in each ha...
使用java开发的马行线问题,实现方式各不不同
在半张中国象棋的棋盘上,一只马从左下角跳到右上角,只允许往右跳,不允许往左跳,问能有多少种跳步方案。(绝对原创)-Using java to develop horse line issue and realize the different ways in each half of Chinese chess chessboard, a horse jumping from the upper right corner of the lower-left corner, allowing only the right jump, jump to the left are not allowed to ask how many step-by-step program of dancing. (Absolute original)
- 2022-06-03 08:04:09下载
- 积分:1
-
ASPCMS 开源企业网站管理系统 v2.5.4 beta 2
ASPCMS 开源企业网站管理系统适合多种企业建站需求,支持模版自定义、支持一键生成html、一键切换模板
、采集、插件扩展、留言及评论内容过滤功等,使用者可在短时间内完成对公司、企业网站的建设。ASPCMS 开源企业网站管理系统 v2.5.4 beta 2更新:
后台产品列表分页连接错误
内容参数管理错误
模板cn2014 banner链接问题
简单版 栏目为链接时 不显示当前栏目和 子栏目问题
- 2022-02-28 14:37:27下载
- 积分:1
-
C5.0算法源代码
c5.0算法源代码-c5.0 algorithm source code
- 2022-03-09 16:49:52下载
- 积分:1
-
e language of SMS transceiver procedures, remote management machine use,
e语言编写的短信收发程序,远程管理机上使用,-e language of SMS transceiver procedures, remote management machine use,
- 2022-08-13 09:29:35下载
- 积分:1
-
Rtc achieved using video conferencing systems, including audio, video, text chat...
利用rtc实现的视频会议系统,包括音频、视频、文字聊天、白板、程序共享等功能-Rtc achieved using video conferencing systems, including audio, video, text chat, whiteboard, program sharing and other functions
- 2023-01-11 10:30:05下载
- 积分:1
-
Android GetPost数据提交实例
Android GetPost数据提交实例,发送post必须设置 conn.setDoInput(true);conn.setDoOutput(true);这两行代码,从用户界面提交过来的数据上传到服务器接收,类似于WEB网页提交表单的操作,不过Android有自己独特的地方,这个源码,您可以参考对比一下。
- 2022-05-14 19:29:20下载
- 积分:1
-
用c++完成的双链表源代码
用c++完成的双链表源代码-complete with the source code-List
- 2022-08-19 22:35:36下载
- 积分:1
-
大一时写的一个订票课设,写的不好,就看看而已
大一时写的一个订票课设,写的不好,就看看而已-large write a lesson based booking and writing bad, look at it
- 2022-03-19 03:31:12下载
- 积分:1
-
VC++ 删除目录、文件夹
VC++ 删除目录或文件夹的例子。删除指定的文件夹目录的源码,请在文本框中输入需要删除的目录名称、路径即可,路径不要错哦,本示例主要是演示如何删除文件,在易用性方面没过多完善。
//是文件时直接删除
if (!file.IsDots() && !file.IsDirectory())
DeleteFile(file.GetFilePath());
else if (file.IsDots())
continue;
else if (file.IsDirectory())
{
path = file.GetFilePath();
//是目录时,继续递归调用函数删除该目录下的文件
DelFolder(path);
//目录为空后删除目录
RemoveDirectory(path);
}
- 2022-01-22 03:11:03下载
- 积分:1