上一页 1 2 3 4 5 6 7 8 ··· 56 下一页
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2022-03-23 11:50 iDEAAM 阅读(257) 评论(0) 推荐(0) 编辑
摘要: Sub test() '获取所有ppt页面 For Each currentSlide In ActivePresentation.Slides '每个页面加一个文本框 Set Sh = currentSlide.Shapes.AddLabel(msoTextOrientationHorizonta 阅读全文
posted @ 2022-03-22 12:18 iDEAAM 阅读(1517) 评论(1) 推荐(0) 编辑
摘要: 解决方案:win7系统需要安装补丁。Windows6.1-KB3033929-x64 https://download.microsoft.com/download/C/8/7/C87AE67E-A228-48FB-8F02-B2A9A1238099/Windows6.1-KB3033929-x64 阅读全文
posted @ 2022-03-16 00:00 iDEAAM 阅读(4079) 评论(0) 推荐(0) 编辑
摘要: //server端 public class HelloClass { public string GetHello() { return "Hello!"; } } public interface IHelloClass { string GetHello(); } var tcpserver 阅读全文
posted @ 2022-03-02 11:18 iDEAAM 阅读(117) 评论(0) 推荐(0) 编辑
摘要: php 阅读全文
posted @ 2022-02-25 16:34 iDEAAM 阅读(137) 评论(0) 推荐(0) 编辑
摘要: Sub insertImg() ' ' 宏3 宏 ' ' Dim i As Integer For i = 15 To 87 Rows(i & ":" & i).RowHeight = 159.75 imgUrl = Range("D" & i).Value Range("E" & i).Selec 阅读全文
posted @ 2021-06-02 17:31 iDEAAM 阅读(444) 评论(0) 推荐(0) 编辑
摘要: 例: A2列的数据如下: 宁夏回族自治区 吴忠市 利通区 古城镇吴灵路三中西全民健身中心在excel中如何拆分省市区1. 拆分省=MID(A2,1,FIND(" ",A2,1))拆分结果:宁夏回族自治区2. 拆分市=MID(MID(A2,FIND(" ",A2,1),100),1,FIND(" ", 阅读全文
posted @ 2020-08-19 14:55 iDEAAM 阅读(2724) 评论(0) 推荐(0) 编辑
摘要: /// /// 合并宽度一样的图片 /// /// 多张图片,按顺序合并 /// 合成图片的具体地址 /// public bool MergeImg(List imgUrls, string mergeImgPath) { imgUrls = imgU... 阅读全文
posted @ 2019-07-15 17:57 iDEAAM 阅读(1259) 评论(0) 推荐(0) 编辑
摘要: 一般情况下 您使用 代码摘自网络。 阅读全文
posted @ 2019-03-04 10:58 iDEAAM 阅读(3520) 评论(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 阅读(2245) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 56 下一页