上一页 1 ··· 102 103 104 105 106 107 108 109 110 ··· 123 下一页
摘要: 1.【iTextSharp.dll】,C# 开源PDF处理工具,可以任意操作PDF,并可以提取PDF中的文字和图片,但不能直接将PDF转换成图片。 DLL和源码 下载地址:http://download.csdn.net/detail/shi0090/4065982 中文帮助文档 下载地址:http://download.csdn.net/detail/shi0090/4065986 提取文字测... 阅读全文
posted @ 2017-11-10 13:55 公众号python学习开发 阅读(2270) 评论(0) 推荐(0) 编辑
摘要: 1.读取PDF内容 public string ReadPdfFile(string fileName) { StringBuilder text = new StringBuilder(); if (File.Exists(fileName)) { PdfReader pdfReader = new Pdf... 阅读全文
posted @ 2017-11-09 15:21 公众号python学习开发 阅读(263) 评论(0) 推荐(0) 编辑
摘要: HtmlElement script = wf.WebBrowser.Document.CreateElement("script"); script.SetAttribute("type", "text/javascript"); script.SetAttribute("text", "function _func(){return document.body.scrollHeight}")... 阅读全文
posted @ 2017-11-09 14:53 公众号python学习开发 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 结构适合存储数据的。 类是操作面向对象的。 阅读全文
posted @ 2017-11-08 20:35 公众号python学习开发 阅读(157) 评论(0) 推荐(0) 编辑
摘要: import threading,time class Boss(threading.Thread): def run(self): print("BOSS:伙计们今晚上加班到22:00") event.set() time.sleep(5) #模拟一个小时这段时间 print("BOSS:22:00了可以下班了") ... 阅读全文
posted @ 2017-11-08 10:42 公众号python学习开发 阅读(234) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { public class Myevents : EventArgs { ... 阅读全文
posted @ 2017-11-08 09:44 公众号python学习开发 阅读(208) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { public class BossDemo { public eve... 阅读全文
posted @ 2017-11-08 09:33 公众号python学习开发 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 未处理 System.ServiceModel.EndpointNotFoundException Message="没有终结点对可能接受消息的 http://192.168.0.168/TDB.WebService/Service1.svc/basic 进行监听。这通常是因地址或 SOAP 操作不 阅读全文
posted @ 2017-11-07 15:54 公众号python学习开发 阅读(203) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { public class BossDemo { public del... 阅读全文
posted @ 2017-11-07 14:15 公众号python学习开发 阅读(303) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { cla... 阅读全文
posted @ 2017-11-06 16:46 公众号python学习开发 阅读(660) 评论(0) 推荐(0) 编辑
上一页 1 ··· 102 103 104 105 106 107 108 109 110 ··· 123 下一页