-
使用数码照片的拍摄日期更改文件名。
使用数码照片的拍摄日期更改文件名。-the use of digital photographs taken of the change of dates of the file.
- 2022-03-04 20:24:29下载
- 积分:1
-
1,完全去除了其它的搜索部分,因为有些网页格式经常会变动,所以一段时间以后可能又搜不到歌词了,现在搜索歌词用的是百度的filetype:lrc 歌曲名...
1,完全去除了其它的搜索部分,因为有些网页格式经常会变动,所以一段时间以后可能又搜不到歌词了,现在搜索歌词用的是百度的filetype:lrc 歌曲名-歌手名 的方式进行搜索.
2,更新了在线搜索歌词的时候,只能下载一首的情况,以前点了下载之后,整个界面就不可用了,要重新输入歌曲信息才可用,现在已经不做限制了.
3,修补了当以前下载并匹配的歌词文件不见的时候,会出现既不下载新的歌词也不提示出错,现在当以前的歌词文件不存在时,会自动上网搜索新的歌词.-1, fully to the search, among other parts, because some page format changes often, so after a certain period of time may not find the lyrics, and now search lyrics Baidu using the filetype: lrc song name- artist name search methods . 2, updated the online search lyrics, the only one to download the case, before the download point, the whole interface is not available, and to re-enter the song information can be used, it is not restricted. 3, patch when previously downloaded file and not the lyrics to match the time, there will be neither downloaded nor prompted new lyrics wrong, and now when the previous song file does not exist, it will automatically search for new songs online.
- 2023-07-04 17:35:05下载
- 积分:1
-
能将ELF&AFX 文件转换成二进制文件的解析源码
能将ELF&AFX 文件转换成二进制文件的解析源码-ELFAFX can convert documents into the binary files of source code analysis
- 2022-02-03 03:14:12下载
- 积分:1
-
drawing for the general drawing functions, including (point, line, rectangle, el...
画图,提供一般的画图功能,包括(点,直线,矩形,椭圆,多边形等)-drawing for the general drawing functions, including (point, line, rectangle, ellipse, polygon, etc.)
- 2022-10-09 00:05:03下载
- 积分:1
-
该代码例子提供了修改文件加中指定文件名称和子文件加现在的文件名称。...
该代码例子提供了修改文件加中指定文件名称和子文件加现在的文件名称。-the code examples provided a revised document specified documents plus the name and son File name in the paper now.
- 2023-02-14 12:00:04下载
- 积分:1
-
CI框架上传类改写,支持多附件上传
CI框架上传类改写,
原来的程序只支持一个附件上传,并不支持控件数组上传。
现已修改支持多附件上传。将该文件放到自己程序目录中的libraries文件夹下。
调用如下:
// 附件上传处理
$folder = date("Ym");
$upload_dir = APPPATH . "/app/upload/".$folder;
$config["upload_path"] = $upload_dir;
$config["allowed_types"] = "gif|jpg|png|txt|doc|docx|xls|xlsx|ppt|pptx|pdf";
$config["max_size"] = "5120";
$config["max_width"] = "0";
$config["max_height"] = "0";
$config["max_filename"] = "0";
$config["overwrite"] = false;
$config["encrypt_name"] = true;
$config["remove_spaces"] = true;
$this->load->library("upload", $config);
$field_name = "att";
if (!$this->upload->do_upload($field_name, true))
{
// 出错
$error = array("error" => $this->upload->display_errors());
} else {
// 正
- 2022-05-05 09:14:31下载
- 积分:1
-
该代码例子提供了一个对文件进行压缩和解压文件操作过程
该代码例子提供了一个对文件进行压缩和解压文件操作过程-The code provides an example of the documents to document compression and decompression operation
- 2022-01-25 22:40:36下载
- 积分:1
-
具有时间同步和协议的无线传感器网络应用
应用背景应用无线传感器网络数据收集TelosB节点。该程序实现了时间同步后固定时间与中央节点进行通信的TDD协议。簇头也随时间使功耗在每个微尘等。关键技术该代码是在TinyOS平台和所有必需的文件附件。文件和文件是最重要的。。数控和app.nc文件具有应用程序的主要代码文件。
- 2022-06-28 07:19:39下载
- 积分:1
-
使用CFile类实现对文件的操作
使用CFile类实现对文件的操作-use CFile class to achieve the operation of the document
- 2022-03-26 05:41:31下载
- 积分:1
-
TinyXML is an open
TinyXML是一个开源的解析XML的解析库。这个解析库的模型通过解析XML文件,然后在内存中生成DOM模型,从而让我们很方便的遍历这课XML树。给出了tinyxml应用示例,vc实现。-TinyXML is an open-source parsing XML parsing library. The analytical model of the library by parsing XML file, and then generate the DOM model in memory, so that we are very convenient to traverse the XML tree that lesson. Tinyxml application examples are given, vc achieved.
- 2022-03-22 06:35:10下载
- 积分:1