【哈林科技-HLFramework】代号606-把简单的事情重复无数次,就变的不简单了,致力于程序的学习、开发、测试、研讨等,欢迎朋友们指正参与。
首页 登录 yii2学习笔记 Vue学习笔记 Python学习笔记 LangChain 0.2中文版教程 工作随笔
  • 首页
  • 登录
  • yii2学习笔记
  • Vue学习笔记
  • Python学习笔记
  • LangChain 0.2中文版教程
  • 工作随笔

yii2学习笔记

yii2学习笔记

yii2学习笔记

[该文章已加密,请点击标题输入密码访问]

【达梦】【YII2.0】【Windows Serve】YII2.0 使用达梦8数据库;相关文件
2025-7-12 3 0
yii2学习笔记

问题展示一:yii\base\ErrorException:md5_file():SSLoperationfailedwithcode1.OpenSSLErrormessages:error:14090086:SSLroutines:ssl3_get_server_certificate:certificateverifyfailed处理方式:修改php.ini文件配置参数,实测我的是linux宝塔面板PHP-7.4.33.将allow_url_include=off改为allow_url_include=On,然后重启服务。结果出现问题二,继续解决问题展示一:yii\base\ErrorException:failedloadingcafilestream:`/www/server/php/74/cert.pem'处理方式:查看SSL证书不存在,宝塔面板内置的证书名称是:cacert.pem(猜测可能是宝塔官方待优化的问题)将cacert.pem拷贝一份,名称变更为cert.pem修改php.ini文件配置参数,证书路径#openssl.cafile=/etc/pki/tls/certs/ca-bundle.crtopenssl.cafile=/www/server/php/74/cert.pem重启PHP服务,问题解决完成。

记录一次关于md5_file(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086无法获取上传文件MD5值的的处理
2023-5-18 1165 0
yii2学习笔记

linux服务器supervisor守护进程无法启动yiiqueue队列的问题处理集锦

linux服务器supervisor守护进程无法启动yii queue队列的问题处理集锦
2023-5-16 2383 0
yii2学习笔记

[该文章已加密,请点击标题输入密码访问]

mysql查询同字段相同数据的大于2条或多条的数据
2022-9-21 2 0
yii2学习笔记

[该文章已加密,请点击标题输入密码访问]

MySQL 批量修改数据表编码及字符集
2022-7-13 4 0
yii2学习笔记

[该文章已加密,请点击标题输入密码访问]

【环境报错解决方案】GROUP BY 报错
2022-7-7 4 0
yii2学习笔记

1、echo方式直接以文本的形式输出2、var_dump($data)直接进行打印操作3、file写入方式<?php$myfile=fopen(“newfile.txt”,“a+”);$txt=“BillGates\n”;fwrite($myfile,$txt);$txt=“SteveJobs\n”;fwrite($myfile,$txt);fclose($myfile);

PHP常用调试方式集锦
2022-1-24 876 0
yii2学习笔记

[该文章已加密,请点击标题输入密码访问]

yii2.0 with hasOne hasMany写法说明
2021-4-4 1 0
yii2学习笔记

入门安装此扩展的首选方法是通过composer。phpcomposer.pharrequire2amigos/qrcode-library:~1.1或添加"2amigos/qrcode-library":"^2.0"实际代码使用示例useDa\QrCode\Contracts\ErrorCorrectionLevelInterface;useDa\QrCode\QrCode;useDa\QrCode\Label;publicfunctiongetRoleList($param=null){$label=(newLabel('helloworld!!!'))//实例化文字->setFont(__DIR__.'/../resources/fonts/monsterrat.otf')//引入字体->setFontSize(12);//设置文字大小return(newQrCode("helloword!!!"))//生成内容->setErrorCorrectionLevel(ErrorCorrectionLevelInterface::HIGH)//容错级别->setLogo(__DIR__.'/data/logo.png')//设置logo->setLogoWidth(60)//设置logo大小->setSize(300)//二维码大小->setEncoding('UTF-8')//设置编码格式->setForegroundColor(51,153,255)//设置二维码颜色->setBackgroundColor(200,220,210)//设置背景颜色->setMargin(5)->setLabel($label)//设置二维码底部文字->writeDataUri();//导出方式为base64}

yii2.0 使用 qrcode-library 示例
2021-3-11 979 0
yii2学习笔记

$file=fopen($file_path,'r');stream_filter_append($file,"convert.iconv.gbk/utf-8");

PHP 读取CSV转化为 UTF-8
2021-3-1 869 0
yii2学习笔记

官方原文地址https://www.yiichina.com/doc/guide/2.0/helper-array

yii2 ArrayHelper的19个函数+使用实例+功能详解
2021-2-19 975 0
yii2学习笔记

微信公众号开发,换成本地接口后出现cURLerror60:SSLcertificateproblem:unabletogetlocalissuercertificate(seehttps://curl.haxx.se/libcurl/c/libcurl-errors.html)解决方式:从https://curl.haxx.se/docs/caextract.html上下载cacert.pem打开php.ini搜索curl.cainfo与openssl.cafile,将其配置成你自己cacert.pem文件的路径curl.cainfo=”你的绝对路径“openssl.cafile=”路径”你的绝对路径:示例:”C:\xampp\php\extras\ssl\cacert.pem”)保存重启web服务

关于PHP:cURL error 60: SSL certificate unable to get local issuer certificate的解决方式
2021-1-25 1258 0
  1. 1
  2. 2
  3. →
  4. 尾页
订阅 仓库 QQ 简介 邮件
Powered by 哈林会员管理系统 | HLFramework:HLFramework by HLFramework:

网站备案号:蒙ICP备14003852号-10

sitemap