logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Proposed API is only available when running out of dev or with the following command line switch

微信开发者工具使用gitlens报错,Proposed API is only available when running out of dev or with the following command line switch。插件里先 disable插件然后restart 插件即可。

#前端
pyqt5利用pyqtDesigner的实现的登录界面

效果图:为便于操作 界面和逻辑分离  逻辑类:import sysimport pymysqlfrom loginUI import *//导入from PyQt5.QtWidgets import *from PyQt5 import QtWidgets, QtCore, QtGuifrom PyQt5.QtCore import *from PyQt5.Qt...

pyqt5 使用label控件实时显示时间

import sysfrom PyQt5 import QtGui, QtCore, QtWidgetsfrom PyQt5.QtWidgets import *from PyQt5.QtCore import *from PyQt5.QtGui import *class showTime(QDialog):def __init__(self):supe...

pyqt5 给按钮设置图标和css样式

设置图标self.pushButton.setIcon(QIcon("sure.png"))设置css样式self.pushButton.setStyleSheet("QPushButton{color:black}""QPushButton:hover{color:red}"...

pyqt5 从本地选择图片 并显示在label上

1.主要用到 QFileDialog 方法打开本地文件2.界面   打开前:     打开后:3. 代码import sysfrom PyQt5 import QtWidgets, QtCore, QtGuifrom PyQt5.QtGui import *from PyQt5.QtWidgets import *from PyQt5.QtCore i...

Proposed API is only available when running out of dev or with the following command line switch

微信开发者工具使用gitlens报错,Proposed API is only available when running out of dev or with the following command line switch。插件里先 disable插件然后restart 插件即可。

#前端
element的input框的clearable无法删除接口赋的值,

先写了 this.form = data;后面this.form.collegiateDate = data.planStartTime + '~' + data.planEndTime,给日期段赋值后,input的clearable删除失败,同属form表单的其他值变化时才会显示为空,因为this.form=data给form赋值了,而这里的data不存在collegiateDate 属性,对象

#vue.js#前端#javascript
解决element input 在部分浏览器会自动填充密码的问题

尝试了autocomplete=“off”autocomplete=“new-password”在input之前再写一个input 隐藏起来效果不佳。解决办法:重点是只读属性的设置姓名栏设置属性:id="maintenanceUsername"autocomplete="off"@focus="removeOnlyRead('maintenanceUsername')...

我的vscode的settings.json配置

/配置保存时按照eslint文件的规则来处理一下代码editor.formatOnSave需设为false。

文章图片
#vscode#json#javascript
Android Studio3.2如何查看和保存SQLite3数据库

我使用的是第三方的虚拟机Genymotion,AS3.0后DDMS功能没有了。查看步骤如下:1.启动虚拟机。2.找到AS界面右下角的 Device File Explorer或者通过 View -> ToolWindows ->Device File Explorer.3 .然后找到 data -> data -> 你的包名 -&gt...

    共 18 条
  • 1
  • 2
  • 请选择