PB对接Webservice所需要的的dll文件。我们用pb对接Webservice时,当我们打包部署的话,一定不要缺少这是多个dll文件,可以说缺一不可,亲测有效的,应用到生产中啦!开源不易,且行且珍惜
2021-09-14 16:05:21 1.36MB PB wsdl webservice pb90
1
hand_inference_graph of using Neural Networks (SSD) on Tensorflow to do hand detect. https://github.com/molyswu/hand_detection
2021-09-14 13:09:11 21.56MB detect
1
hand_inference_graph of using Neural Networks (SSD) on Tensorflow to do hand detect. https://github.com/molyswu/hand_detection
2021-09-14 13:09:11 21.59MB detect
1
PowerBuilder高级编程及其项目应用开发
2021-09-14 10:58:03 31.58MB PB 高级编程
1
如果大家发现网上搜索到的方法不管用,不妨可以试试我的方法,只是做了细微的修改就可以达到效果。
2021-09-13 16:10:46 12KB PB切换输入法
1
使用winsock.pbl开发socket通信的详细程序。包含客户端源程序和服务器端源程序。PB6测试通过。功能全面。
2021-09-11 21:02:43 403KB 用PB开发socket通信。
1
PB源码示例,绝对高效,效果相当不错,Grid标题美化demo。
1
PB中的静态文本控件可以设置各种不同的背景色,但没有办法设置为透明色,这在某些特殊界面设计要求时显得心有余而力不足。本文提供一种实现透明文本的简单方法,并不需要借助API。方法如下: 1、 建立一个工作空间(workspace),取名为:transparent_st。 2、 建立一个应用(application),取名为:transparent_st。 3、 建立一个可视用户对象,uo_transparent_st,类型为statictext,定义下列变量: boolean ib_painting 4、 编写uo_transparent_st的Constructor事件脚本: //536870912 透明色 This.backcolor = 2^29 5、 定义uo_transparent_st的用户自定义事件,ue_paint(Event ID:pbm_paint) IF IsValid(This) THEN if ib_painting THEN Return 0 ib_painting = True This.Visible = False Do While Yield() Loop This.Visible = True ib_painting = False END IF Return 0
2021-09-09 16:43:14 57KB pb 透明 文本 excel自动保存
1
利用powerbasic内嵌汇编实现高速的图像处理,并提供了开发文档及一个详细的VB使用例子。
2021-09-09 16:24:20 3.04MB PB VB ASM
1
facenet预训练模型
2021-09-08 18:11:33 91.31MB facenet预训练模型 20180402-114759
1