PB Post到PHP接口时无法从_POST数组取值
<?php/*PB POST可以正常上传数据,但是无法放入数组中(PB中不知道怎么指定MIME),PHP […]
Continue ReadingCHEN的技术博客:PB反编译大师,PB混淆加密大师,PowerBuilder,C++,电子技术,分享。。。
PHP
<?php/*PB POST可以正常上传数据,但是无法放入数组中(PB中不知道怎么指定MIME),PHP […]
Continue Reading在pb客户端模式需要查询客户详单,因为详单是分布在几十台通讯主机上面,前台只是发送一条申请记录,数据录入时触发 […]
Continue Reading最近接触了pb的inet组件调用和提交java写的接口。对于单条数据可以说非常好,取和发送都很成功,没有什么问 […]
Continue Reading网上找出了两种方式处理: 正确写法如下:$jsons = json_encode($array); //php […]
Continue Reading如这个名字:杨珮琴 function gb2312toutf8(&$value, &$key, […]
Continue Reading原来的写法如此,执行时无法删除临时文件。 @echo offstart “” R […]
Continue Reading来自:https://www.jb51.net/article/72211.htm 1、推荐的一种方法:php […]
Continue Reading转自网络:function get_client_language($availableLanguages, […]
Continue Readingpreg_match(‘/^([a-z\-]+)/i’, $_SERVER[‘HTTP_ACCEPT_LANG […]
Continue Reading原因,ext里面有php_odbc.dll文件。但是ini中没有extension=php_odbc.dll。 […]
Continue Readingphp能使用sqlsrv驱动来连接SQL2005以上的数据库(微软提供驱动)。但是不支持SQL2000. 对于 […]
Continue Reading如mysql_fetch_array等参数是有第二个参数可以决定返回的数组是下标还是栏位名。而odbc_fet […]
Continue Reading将libpq.dll从\php\php5.*\ 复制进入\apache*\bin,问题解决。这个经验的确凑效。
Continue Readingcgi中,printf(“Content-type:text/html\r\nFastCGI ec […]
Continue Reading有个需求想测试一下用apache+cgi做个接口(因为要用c调用本地的一些东西,用其他语言不方便,并不是用过时 […]
Continue Readingget str = getenv(“QUERY_STRING”) 从这一个函数就能取得,我们知道get挺方便, […]
Continue Reading我们用测试工具例如postman测试post或者get返回内容是很正常的。但是从编程调试可以看到变量的内容是这 […]
Continue Reading我们知道apache返回的头部含有如下信息 HTTP/1.1 200 OKDate: Fri, 09 Sep […]
Continue Reading当我只是用content-type头时 printf(“Content-type:text/pla […]
Continue ReadingApache的[cgi:error] Premature end of script headers 错误 我 […]
Continue Reading手工配置安装apache时会用到这个命令: httpd.exe -k install发生错误mpm_winnt […]
Continue Reading我们经常用php的imagecreate创建验证码。默认php未开启gd库。则会出现二维码是一个默认图标的情况 […]
Continue Reading重要:文字编码一定要utf-8.
Continue Readingphp //返回信息 $arr_ret = array(“code”=>R […]
Continue Reading过去很多做聚合接口的。时间长了就不能用了。现在还有几个聚合接口。只是要收费。 有时我们只需要简单的查一下。所以 […]
Continue Reading一个pb客户端用iinet.PostURL(ls_url,lblb_args,ls_header,port,i […]
Continue Reading框架网页分框架和中心显示页面。直接浏览器右键》显示源码,看到的是框架的网页。 方法: 假设:框架网址是 a.c […]
Continue Reading