-
helloWork h object-oriented programming in PHP took place about six years
- 2022-01-26 07:00:49下载
- 积分:1
-
文件合并C程序,C下的文件合并算法实现,初学者可以用来提高.
文件合并C程序,C下的文件合并算法实现,初学者可以用来提高.-merger document procedures C, C merger documents under the algorithm, beginners can be used to increase.
- 2022-02-15 04:24:24下载
- 积分:1
-
Simple to realize. Txt file compression format, this is my first to do curriculu...
实现了简单的对.txt格式文件的压缩,这是我做的第一个课程设计,希望对大家有帮助-Simple to realize. Txt file compression format, this is my first to do curriculum design, in the hope that everyone has to help
- 2023-04-09 02:05:03下载
- 积分:1
-
使用STL对INI文件进行操作,时间匆忙没有加注释信息。交叉
使用STL对INI文件进行操作,时间匆忙没有加注释信息。跨平台,可以在Windows和Linux下使用。-use STL right INI file operation, no time to rush footnote information. Cross-platform, the Windows and Linux use.
- 2022-07-15 16:48:16下载
- 积分:1
-
用struts实现文件的上传,通过上传组件commons
用struts实现文件的上传,通过上传组件commons-fileupload-1.2.1,struts能很好的实现文件的上传-With struts file upload through the upload component of commons-fileupload-1.2.1, struts can realize a very good document upload
- 2022-01-25 19:04:13下载
- 积分:1
-
Financia_lModeling_with_Crystal_Ball_and_Excel
Accumulate.xls
AKGolf.xls
Analytic.xls
AppendixA.xls
AsianCall.xls
AsianCallVarReduction.xls
AssetOrNothingCall.xls
BatchFit.xls
BermuPut.xls
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-30 02:56:42下载
- 积分:1
-
有关Evc的代码;
功能是:压缩和解压缩的代码。
有关Evc的代码;
功能是:压缩和解压缩的代码。-EVC-related code function is: compression and decompression code.
- 2023-07-19 08:55:03下载
- 积分: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
-
自动修改mp3文件的文件名,支持单独修改和批量修改
自动修改mp3文件的文件名,支持单独修改和批量修改-it can modify the name of MP3 files singly or as a batch
- 2022-02-02 03:56:07下载
- 积分:1
-
大智慧日线数据接口
分析大智慧本地数据结构
读取大智慧本地日线数据文件,Day.data
读取大智慧股票除权信息
- 2022-10-10 18:00:03下载
- 积分:1