上一页 1 2 3 4 5 6 7 8 9 ··· 57 下一页
摘要: /// /// 合并宽度一样的图片 /// /// 多张图片,按顺序合并 /// 合成图片的具体地址 /// public bool MergeImg(List imgUrls, string mergeImgPath) { imgUrls = imgU... 阅读全文
posted @ 2019-07-15 17:57 iDEAAM 阅读(1277) 评论(0) 推荐(0) 编辑
摘要: 一般情况下 您使用 代码摘自网络。 阅读全文
posted @ 2019-03-04 10:58 iDEAAM 阅读(3590) 评论(1) 推荐(1) 编辑
摘要: //总地址 https://github.com/tesseract-ocr/tesseract/wiki //windows exe tesseract 4.0下载: https://github.com/tdhintz/tesseract4win64 //语言包下载地址: https://git 阅读全文
posted @ 2018-10-15 17:30 iDEAAM 阅读(2252) 评论(0) 推荐(0) 编辑
摘要: update 遇到 disable safe 使用 以下语句解决 阅读全文
posted @ 2018-07-04 17:49 iDEAAM 阅读(512) 评论(0) 推荐(0) 编辑
摘要: 1. 安装Visual Studio 20132. 下载mysql,安装mysql。3. 下载 mysql-for-visualstudio-1.2.7.msi, 下载链接:https://cdn.mysql.com//Downloads/MySQL-for-VisualStudio/mysql-f 阅读全文
posted @ 2018-03-22 15:13 iDEAAM 阅读(371) 评论(0) 推荐(0) 编辑
摘要: use websitelogdb; #创建表 CREATE TABLE `test` ( `idtest` int(11) NOT NULL AUTO_INCREMENT, `testcol` varchar(45) DEFAULT NULL, `testcol1` varchar(45) DEFAULT NULL, PRIMARY KEY (`idtest`) ) ENGINE... 阅读全文
posted @ 2018-01-15 10:56 iDEAAM 阅读(845) 评论(0) 推荐(0) 编辑
摘要: var param = new MySqlParameter("@" + columName, property.Value); param.DbType = DbType.String; 阅读全文
posted @ 2018-01-08 15:39 iDEAAM 阅读(469) 评论(0) 推荐(0) 编辑
摘要: var sPath = System.Web.Hosting.HostingEnvironment.MapPath("/FilePath/"); 阅读全文
posted @ 2018-01-05 15:58 iDEAAM 阅读(1973) 评论(0) 推荐(0) 编辑
摘要: 1. 在iis安装 urlwrite 2. 安装php处理程序映射 3. 在项目中建立web.config, 键入以下内容: 阅读全文
posted @ 2017-12-21 12:06 iDEAAM 阅读(3887) 评论(0) 推荐(0) 编辑
摘要: Windows IIS 服务器配置HTTPS启用TLS协议。 IIS Crypto 这个图形化TLS设置工具。 下载 阅读全文
posted @ 2017-12-19 14:55 iDEAAM 阅读(4646) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 57 下一页