上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页
摘要: 转自: https://blog.csdn.net/shuaihj/article/details/9137683 如果想在打包时支持自动安装驱动程序,有很多种办法。这里介绍使用DPInst.exe安装inf驱动的办法。 一、Driver Install Frameworks 工具简介Driver 阅读全文
posted @ 2020-05-25 12:02 @王新@ 阅读(2580) 评论(0) 推荐(0)
摘要: 如何判断PHP 是ts还是nts版的? 通过phpinfo();打印环境查看其中的 Thread Safety 项,这个项目就是查看是否是线程安全如果是:enabled,一般来说应该是ts版,否则是nts版。 装Sql Server的ODBC驱动 将对应模块复制到PHP下面的ext目录里面 在PHP 阅读全文
posted @ 2020-05-15 00:02 @王新@ 阅读(285) 评论(0) 推荐(0)
摘要: 基本数据结构 OpenCV学习笔记(3)——Scalar数据类型理解 https://blog.csdn.net/liuweiyuxiang/article/details/76929534 Scalar::all(0)就是给每个通道都赋值0 常用函数 产生随机数 https://blog.csdn 阅读全文
posted @ 2020-05-13 22:37 @王新@ 阅读(175) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/linjiqin/archive/2011/06/03/2071956.html 阅读全文
posted @ 2020-05-13 22:23 @王新@ 阅读(252) 评论(0) 推荐(0)
摘要: 简介 https://blog.csdn.net/fmc088/article/details/80532993 在Android Sudio中使用Uiautomator https://blog.csdn.net/cxq234843654/article/details/51203143 阅读全文
posted @ 2020-05-13 07:46 @王新@ 阅读(163) 评论(0) 推荐(0)
摘要: function PingServer(HostIP: string;LinkTimeOut: integer): boolean; var RRemoteC: TIdIcmpClient; AReplyStatus: TReplyStatus; begin try result := true; 阅读全文
posted @ 2020-05-10 11:58 @王新@ 阅读(197) 评论(0) 推荐(0)
摘要: XAMPP V.7.4.5下载 http://www.downza.cn/soft/28115.html XAMPP支持多PHP版本 https://www.cnblogs.com/xingxia/p/xampp.html 禁用xampp的ssl功能 https://www.cnblogs.com/ 阅读全文
posted @ 2020-05-06 23:20 @王新@ 阅读(116) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/hanford/p/6027930.html 阅读全文
posted @ 2020-05-05 11:41 @王新@ 阅读(147) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/hanford/p/6027963.html 阅读全文
posted @ 2020-05-05 11:34 @王新@ 阅读(138) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/hanford/p/6027974.html 阅读全文
posted @ 2020-05-05 11:33 @王新@ 阅读(104) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页