-
关于文件上传时的操作 开发工具 JAVA+JAVABEAN+SERVLET
关于文件上传时的操作 开发工具 JAVA+JAVABEAN+SERVLET-on file upload operation Java development tools JAVABEAN SERVLET
- 2022-07-21 15:23:04下载
- 积分:1
-
字符串解析类,可以在UNIX下使用,能够通过固定的字符解析
字符串解析类,可以在UNIX下使用,能够通过固定的字符解析-String analytic category, can be used under UNIX, the character through a fixed analysis
- 2022-01-26 03:45:37下载
- 积分:1
-
一个遍历文件夹中文件的例子,已经在源码上做了修改,方便调用!...
一个遍历文件夹中文件的例子,已经在源码上做了修改,方便调用!-traverse a document folder example, the source code has been revised to facilitate the call!
- 2022-01-22 17:09:13下载
- 积分:1
-
以前汉化PS游戏〈〈封神演义〉〉的时候写的工具,作用是查看其自带的字模文件font.grp里的数据,还可以修改其中的数据。 附带用VB写的源代码。游戏狂热的不妨...
以前汉化PS游戏〈〈封神演义〉〉的时候写的工具,作用是查看其自带的字模文件font.grp里的数据,还可以修改其中的数据。 附带用VB写的源代码。游戏狂热的不妨耍一下,-sinicized PS games before the time of writing tools, is to look into their own documents to the Fonts font.grp The data can also modify the data. VB fringe write the source code. The game might play fanatical about, huh
- 2022-05-19 19:06:13下载
- 积分: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
-
create a document, the color of the font, size, style attributes such as posting...
创建一个文件,将字体的颜色、大小、风格等属性存入文件,然后再读取出来赋值。-create a document, the color of the font, size, style attributes such as posting documents and then read out assignment.
- 2022-05-30 17:20:51下载
- 积分:1
-
此方法可以将内存中的数据保存到INI文件中
此方法可以将内存中的数据保存到INI文件中-failed to translate
- 2022-02-06 06:27:30下载
- 积分:1
-
生成Jar文件 手把手教你!
非常有价值
生成Jar文件 手把手教你!
非常有价值-Generated Jar file手把手教you! Very valuable
- 2022-06-28 12:39:11下载
- 积分:1
-
Excel literacy and generating tool, inside packaging has become an inside Excel...
Excel 读写和生成的工具, 里面包装成了一个读取Excel里面的每一列和每一行的数据方法供参考-Excel literacy and generating tool, inside packaging has become an inside Excel read out each and every line of data for the reference method
- 2022-04-27 07:24:12下载
- 积分:1
-
java操作PPT
并可以将内容在控制台打印
java操作PPT
并可以将内容在控制台打印-PPT operation java and content can be printed in the console
- 2022-03-24 05:18:53下载
- 积分:1