- 博客(5)
- 收藏
- 关注
转载 android Notification 的使用
Notification 的使用需要导入 3 个类123import android.app.PendingIntent;import android.app.NotificationManager;import android.app.Notification;代码示例及说明
2014-12-31 09:40:25
269
转载 KindEditor 取值和赋值
使用版本:4.1.7根据官网提示进行瘦身(看官网),配置如下:一,webconfig中:<configuration> <system.web> <compilation debug="true" targetFramework="4.0" /> <httpRuntime requestV...
2013-05-04 22:54:00
510
转载 oracle安装过程中提示无法定位程序输入点getprocessimagefilenamea于动态链接库PSAPI.DLL上...
前两天,遇到这个问题,折腾到蛋碎。最终成功,一个人经历完成下文,望各位苦逼中的程序员,慎之。由于本人头脑发热,新装系统所以安装环境如下:操作系统:win7 sp1oracle客户端版本:oracle920没有table pc组件。解决方案:把安装的oracle所有版本彻底删除(网上资料较多,不罗嗦)。右键计算机-》属性-》高级系统配置-》环境变量。其中系统...
2013-04-23 22:13:00
1224
转载 c# PInvoke 签名与非托管的目标签名不匹配,原因可能是托管的 PInvoke 签名与非托管的目标签名不匹配。请检查 PInvoke 签名的调用约定和参数与非托管的目标签名是否匹配。...
c# 引用非托管代码的DLL库时,代码如下: //引用 [DllImport("AspriseOCR.dll", EntryPoint = "OCR")] public static extern IntPtr OCR(string file, int type);private void btnGetCode_Click(o...
2013-04-04 22:44:00
987
转载 c# OCR识别验证码
搜索不少关于验证码的东东,经过实验识别程度不是很理想,但也能识别90%数字验证码,对字母验证码不是很好。 1 public partial class GetValidCode : Form 2 { 3 private ValidImg _mValidImg; 4 private Bitmap _testMap;...
2013-04-04 14:06:00
396
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人