人五人六博客网
导航
首页
thinkPHP
数据库
Linux
PHP
前端
杂七杂八
每日简报
搜索
首页
人五人六
列表
2022/3/15
杂七杂八
SQLSTATE[IMSSP]: This extension requires the ODBC Driver 11 for SQL Server to communicate with SQL Server. Access the following URL to download the ODBC Driver 11 for SQL Server for x86: http://go.microsoft.com/fwlink/?LinkId=163712
解决方法: 下载:https://www.microsoft.com/en-us/download/details.aspx?id=36434 安装完成后即可
2203阅读
0评论
2022/3/5
前端
elementUI 树形控件样式修改
//修改选中背景颜色 ::v-deep.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content { background-color:#e4eef8; } ...
1374阅读
0评论
2022/2/24
前端
npm 升级与降级
升级 # 升级到最新版本 npm install -g npm 降级 # 6.14就是你想要降的版本 npm install npm@6.14 -g
1070阅读
0评论
2022/2/23
PHP
composer报错:A temporary file could not be opened to write the process output: fopen(C:\Users\ADMINI~1\AppData\Local\Temp\2\sf_proc_00.out.lock): failed to open stream: No such file or directory
问题:在winserver2012服务器上安装composer 后,使用composer报错 A temporary file could not be opened to write the process output: fopen(C:\Us...
43168阅读
0评论
2021/12/27
文案
文案收藏
1、“让花成花,让树成树。” 原话是:“把自己还给自己,把别人还给别人,让花成花,让树成树;从此山水一程,再不相逢;愿来生,不见,不恋,不念。” 2、“祝你早安,午安,晚安。” 原话...
1304阅读
0评论
2021/12/8
前端
vue-fullcalendar前端日历插件的使用及样式修改
vue-fullcalendar GitHub地址最终效果:一、根据GitHub文档安装 npm install vue-fullcalendar@latest --save 二、main.js文件中写入 import fullCalendar from 'v...
2747阅读
0评论
2021/12/2
PHP
PHP 下载远程图片保存到本地
/** * 下载远程图片保存到本地 * @access public * @return array * @params string $url 远程图片地址 * @params string $save_dir 需要保存的地址 * @params...
964阅读
0评论
2021/12/2
PHP
cURL error 60: SSL certificate problem: unable to get local issuer certificate
一、进入https://curl.haxx.se/docs/caextract.html随便选一个下载到本地二、编辑php.ini文件 curl.cainfo="文件地址" //注意对应PHP版本目录下的ini 三、开启SSL扩展,并重启服务器
915阅读
0评论
«
1
...
25
26
27
28
29
30
31
...
35
»