会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
applekingghfhfhbr
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
3
4
5
6
7
8
9
10
下一页
2015年10月21日
垃圾清理软件
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window...
阅读全文
posted @ 2015-10-21 21:55 applekingghfhfhbr
阅读(167)
评论(0)
推荐(0)
2015年10月20日
跨服务器的连接Sql (数据库上传下载数据使用)
摘要: 1.建立连接2.连接查询语句3.服务器对象=连接服务器-访问接口-全部允许进程内4启用Ad Hoc Distributed Queries:exec sp_configure 'show advanced options',1reconfigureexec sp_configure 'Ad Hoc ...
阅读全文
posted @ 2015-10-20 15:29 applekingghfhfhbr
阅读(211)
评论(0)
推荐(0)
进度条
摘要: label1.Text = (value * 101 / progressBar1.Maximum).ToString() + "%";//显示百分比
阅读全文
posted @ 2015-10-20 11:09 applekingghfhfhbr
阅读(114)
评论(0)
推荐(0)
2015年9月15日
C#直接发送打印机命令到打印机 ++++
摘要: using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;namespace BarCodeLibrary{ public class ZebraGe...
阅读全文
posted @ 2015-09-15 23:00 applekingghfhfhbr
阅读(397)
评论(0)
推荐(0)
2015年9月9日
控件 AllowDrop属性改为true,并实现它的DragEnter、DragDrop这两个事件。+++
摘要: private void lbFilePath_DragEnter(object sender, DragEventArgs e) { if (e.Data.GetDataPresent(DataFormats.FileDrop)) { ...
阅读全文
posted @ 2015-09-09 13:30 applekingghfhfhbr
阅读(454)
评论(0)
推荐(0)
2015年9月8日
内存不能为read修复工具
摘要: 指令修复法!开始菜单,运行 ,输入cmd, 回车,在命令提示符下输入(复制即可) :for %1 in (%windir%\system32\*.ocx) doregsvr32.exe/s %1粘贴,回车,滚动完毕后,再输入:for %1 in (%windir%\system32\*.dll) d...
阅读全文
posted @ 2015-09-08 22:10 applekingghfhfhbr
阅读(209)
评论(0)
推荐(0)
2015年9月6日
电脑主板元件判断方法
摘要: 李贺144加入VIP|个人中心||百度首页新闻网页贴吧知道音乐图片视频地图百科文库首页分类教育文库精品文库个人认证机构合作文库VIP高考状元笔记百度文库专业资料IT/计算机主板元器件识别与好坏判断(21人评价)|1622人阅读|120次下载|举报文档主板元器件识别与好坏判断你...
阅读全文
posted @ 2015-09-06 23:12 applekingghfhfhbr
阅读(791)
评论(0)
推荐(0)
speech
摘要: 引用类库:System.Speech.dll导入空间:using System.Speech.Synthesis; //用于生成响应的事件using System.Speech;using System.Speech.Recognition;//1.Async="true"//2.SpeechSyn...
阅读全文
posted @ 2015-09-06 10:04 applekingghfhfhbr
阅读(239)
评论(0)
推荐(0)
2015年8月26日
C# 语音识别(文字to语音、语音to文字)
摘要: 最近打算研究一下语音识别,但是发现网上很少有C#的完整代码,就把自己的学习心得放上来,和大家分享一下。下载API: 1)SpeechSDK51.exe (67.0 MB) 2)SpeechSDK51LangPack.exe (81.0 MB) API可以不下载,但是如果你的VS是英文版,但是想使用...
阅读全文
posted @ 2015-08-26 15:26 applekingghfhfhbr
阅读(574)
评论(0)
推荐(0)
2015年8月24日
C#调用开源图像识别类库tessnet2
摘要: privatetessnet2.Tesseractocr=newtessnet2.Tesseract();//声明一个OCR类//程序开始的时候,初始化OCRocr.SetVariable("tessedit_char_whitelist","0123456789.");//设置识别变量,当前只能识...
阅读全文
posted @ 2015-08-24 21:39 applekingghfhfhbr
阅读(524)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
下一页
公告