02 2014 档案
摘要:PHP.ini默认配置下,用file_get_contents读取https的链接,就会如下错误:Warning: fopen() [function.fopen]: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP?解决方案有:1.windows下的PHP,只需要到php.ini中把extension=php_openssl.dll前面的;删掉,重启服务就可以了。2.linux下的PHP,就必须安装openssl模块,安装好了以后就可以访问了。
阅读全文
摘要:mssql:SELECT * FROM tablename WHERE CHARINDEX('10', power) 0mysql:SELECT * FROM tablename WHERE locate('10', power) 0注:tablename:表名 ;'10':包含的值;power:字段
阅读全文

浙公网安备 33010602011771号