人五人六博客网
导航
首页
thinkPHP
数据库
Linux
PHP
前端
杂七杂八
每日简报
浏览器书签
搜索
首页
归档
202203
2022/3/23
PHP
PHP 获取最近一年的月份
$z = date('Y-m'); $a = date('Y-m', strtotime('-11 months')); $begin = new DateTime($a); $end = new DateTime($z); $end = $end->m...
659阅读
0评论
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 安装完成后即可
1373阅读
0评论
2022/3/5
前端
elementUI 树形控件样式修改
//修改选中背景颜色 ::v-deep.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content { background-color:#e4eef8; } ...
1122阅读
0评论
没有更多了~