简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
在vue的data里面能不能new对象
答案是肯定的,可以new在script标签里面创建一个classclass H{constructor(type,percent,showInfo,successPercent,strokeColor,successPercentstrokeColor){this.type=type||"line";this.percent=percent||100;...
element 菜单替换选中下划线样式和隐藏下划线
<el-menu :default-active="activeIndex" class="el-menu-demo" text-color='#222222' close="" active-text-color='#1f84e0' mode="horizontal"@select="handleSelect"><el-menu-item c...
python 查询mysql的时候以键值对方式查询
#!/usr/bin/python# -*- coding: UTF-8 -*-import MySQLdb as msddb = msd.connect("192.168.1.51", "xsy", "xsy123", "demo")# 使用cursor()方法获取操作游标cursorclass = msd.cursors.DictCursor 加人这个就是获取键值对cursor
到底了