01 2018 档案
摘要:访问地址:https://jingyan.baidu.com/article/bea41d437a41b6b4c51be6c1.html
阅读全文
摘要:string text="中文"; string keyword; byte[] buffer= Encoding.UTF8.GetBytes(text); keyword=Encoding.GetEncoding("GB2312").GetString(buffer);
阅读全文
摘要:https://files.cnblogs.com/files/trdbk/%E7%94%B5%E8%A7%86%E5%89%A7%E6%89%B9%E9%87%8F%E4%B8%8B%E8%BD%BD.zip
阅读全文
摘要:安卓学习网址:https://www.zhihu.com/question/26417244,主要是方便自己以后想看的时候看的了
阅读全文
摘要:python3基础学习网址:http://www.runoob.com/python3/python3-tutorial.html python2基础学习网址:http://www.runoob.com/python/python-tutorial.html
阅读全文
摘要://百度图片识别api接口 public static JObject GeneralBasic(string apikey,string secretkey,string path) { var client = new Baidu.Aip.Ocr.Ocr(apikey, secretkey);
阅读全文
摘要:我主要是用于识别视频上的文字,只是图文识别的技术还不够成熟,识别起来比较困难,有些简单的页面可以识别。 本文介绍两种比较主流和成熟的识别方式: 方式一、Asprise-OCR实现。 方式二、Microsoft Office Document Imaging(Office 2007) 组件实现。 方式
阅读全文
摘要://控制默认窗体的高度和宽度 this.Height this.Width //控制默认窗体的位置 this.Top this.Left //设置为默认窗体,最大化窗体,最小化窗体 this.WindowState = FormWindowState.Normal; this.WindowState
阅读全文
摘要:Rectangle ScreenArea = Screen.GetWorkingArea(this); this.Size = new Size(100,ScreenArea.Height);//设置为屏幕高度
阅读全文

浙公网安备 33010602011771号