上一页 1 ··· 6 7 8 9 10 11 12 下一页
摘要: 实现效果: 源码: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>红日</title> <style> div { border-radius: 50px 50px 0 0; width: 100px; h 阅读全文
posted @ 2021-07-29 17:41 博客zhu虎康 阅读(54) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/2325334/202107/2325334-20210723174659354-1977762325.png) ![](https://img2020.cnblogs.com/blog/2325334/202107/2325334-20210723174636914-698239537.png) ![](https://i 阅读全文
posted @ 2021-07-23 17:48 博客zhu虎康 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Title</title> 6 7 </head> 8 <body> 9 <div onclick=javascrtpt:jump()>在新 阅读全文
posted @ 2021-07-23 17:45 博客zhu虎康 阅读(107) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/2325334/202106/2325334-20210628175030432-1341795589.png) 阅读全文
posted @ 2021-06-28 17:51 博客zhu虎康 阅读(21) 评论(0) 推荐(0) 编辑
摘要: Eclipse如何设置自动提示 1、“windows”->"preferences",弹出preferences设置窗口。 2、在preferences中找到Java,依次展开列表"Editor"->"Content Assist",点击Content Assist后,在设置窗口下方找到Auto a 阅读全文
posted @ 2021-06-22 14:16 博客zhu虎康 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 演示: 代码 import sys from PyQt5 import QtWidgets, QtCore, QtGui from PyQt5.QtGui import * from PyQt5.QtWidgets import * from PyQt5.QtCore import * class 阅读全文
posted @ 2021-06-10 16:33 博客zhu虎康 阅读(2458) 评论(0) 推荐(0) 编辑
摘要: 演示: 代码: # 显示控件提示消息 import sys from PyQt5.QtWidgets import QHBoxLayout,QMainWindow,QApplication,QToolTip,QPushButton,QWidget from PyQt5.QtGui import QF 阅读全文
posted @ 2021-06-09 17:59 博客zhu虎康 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 演示: 代码 import sys from PyQt5.QtWidgets import QHBoxLayout,QMainWindow,QApplication,QPushButton,QWidget class QuitApplication(QMainWindow): def __init_ 阅读全文
posted @ 2021-06-09 16:04 博客zhu虎康 阅读(575) 评论(0) 推荐(0) 编辑
摘要: # QDesktopWidget import sys from PyQt5.QtWidgets import QDesktopWidget,QMainWindow,QApplication from PyQt5.QtGui import QIcon class CenterForm(QMainWi 阅读全文
posted @ 2021-06-09 14:47 博客zhu虎康 阅读(824) 评论(0) 推荐(0) 编辑
摘要: 演示 代码 import sys from PyQt5.QtWidgets import QMainWindow,QApplication from PyQt5.QtGui import QIcon class FirstMainWin(QMainWindow): def __init__(self 阅读全文
posted @ 2021-06-09 14:42 博客zhu虎康 阅读(116) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 下一页