-
QT文本编辑器
学Qt两个月了,自制了一个文本编辑器,虽说还有点小BUG,但是基本功能都实现了,可以拿来给Qt初学者学习学习
- 2022-12-12 00:20: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
-
文件捆绑器程序源代码
文件捆绑器程序源代码 - 作者徐景周 -documents bundled with the source code-author Xu Jing Zhou documents bundled with the source code-author Xu Jing Zhou
- 2022-03-02 14:16:03下载
- 积分:1
-
Reading, writing rich text file document can then. Doc file operations.
读,写rich text file文件,即可对.doc文件操作。-Reading, writing rich text file document can then. Doc file operations.
- 2022-07-07 23:41:37下载
- 积分:1
-
It s a simple case of READ
这是一个使用MSXML4读写XML的简单例子
- 2023-02-24 22:40:03下载
- 积分:1
-
确保浏览器的地址栏中显示的网站地址的拼写和格式正确无误。
如果通过单击链接而到达了该网页,请与网站管理员联系,通知他们该链接的格式不正确。
单击后退...
确保浏览器的地址栏中显示的网站地址的拼写和格式正确无误。
如果通过单击链接而到达了该网页,请与网站管理员联系,通知他们该链接的格式不正确。
单击后退按钮尝试另一个链接。
HTTP 错误 404 - 文件或目录未找到。
Internet 信息服务 (IIS)
--------------------------------------------------------------------------------
技术信息(为技术支持人员提供)
转到 Microsoft 产品支持服务并搜索包括“HTTP”和“404”的标题。
打开“IIS 帮助”(可在 IIS 管理器 (inetmgr) 中访问),然后搜索标题为“网站设置”、“常规管理任务”和“关于自定义错误消息”的主题。 -ensure that the browser address bar of the website address and spelling correct format. If by clicking the link and arrived at the website, please contact Webmasters, informing them of the link format is not correct. Click the Back button to try another link. HTTP error 404-file or directory not found. Internet Information Services (IIS)-------------------------------------------------------------------------------- technical information (for technical support staff) to Microsoft Product Support Services and Search "HTTP" and "404" title. Open the "IIS help" (available on the IIS Manager (i
- 2022-01-25 14:56:48下载
- 积分:1
-
可以实时的监视文件目录被修改情况,非常方便监控自己的计算机...
可以实时的监视文件目录被修改情况,非常方便监控自己的计算机-Real-time monitoring can be modified directory is very easy to monitor your computer
- 2022-02-07 03:55:57下载
- 积分:1
-
vb.net this is the document prepared by the division that can be separated into...
这个是用vb.net编写的文件分割器,可以将一个文件分割成多个文件,还可以将分割后的文件组合成原来的文件。-vb.net this is the document prepared by the division that can be separated into a number of paper documents, but also can be divided after the original document into a document.
- 2022-02-26 17:31:07下载
- 积分:1
-
encryption algorithm source code and its realization principle, easy to understa...
加密算法DSA之源代码及其实现原理,容易理解-encryption algorithm source code and its realization principle, easy to understand
- 2023-04-05 22:20:03下载
- 积分:1
-
图片、文件上穿
uploadpicture 上传图片
uploadfile 上传文件
上传的图片可以盖文字或图片水印...
图片、文件上穿
uploadpicture 上传图片
uploadfile 上传文件
上传的图片可以盖文字或图片水印
-Pictures, documents uploadpicture upload a picture wearing uploadfile Upload file uploaded picture can cover the text or image watermark
- 2023-03-07 20:40:03下载
- 积分:1