会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客zhu虎康
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
下一页
2021年7月29日
日出——半轮红日
摘要: 实现效果: 源码: <!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虎康
阅读(62)
评论(0)
推荐(0)
2021年7月23日
实现效果展示
摘要:   
评论(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虎康
阅读(112)
评论(0)
推荐(0)
2021年6月28日
Java学习—JavaSE总结
摘要: 
阅读全文
posted @ 2021-06-28 17:51 博客zhu虎康
阅读(29)
评论(0)
推荐(0)
2021年6月22日
Java学习—Eclipse如何设置自动提示
摘要: Eclipse如何设置自动提示 1、“windows”->"preferences",弹出preferences设置窗口。 2、在preferences中找到Java,依次展开列表"Editor"->"Content Assist",点击Content Assist后,在设置窗口下方找到Auto a
阅读全文
posted @ 2021-06-22 14:16 博客zhu虎康
阅读(297)
评论(0)
推荐(0)
2021年6月10日
PyQt实战——《上传图片并显示》
摘要: 演示: 代码 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虎康
阅读(2641)
评论(0)
推荐(0)
2021年6月9日
PyQt实战——《给控件添加提示消息》
摘要: 演示: 代码: # 显示控件提示消息 import sys from PyQt5.QtWidgets import QHBoxLayout,QMainWindow,QApplication,QToolTip,QPushButton,QWidget from PyQt5.QtGui import QF
阅读全文
posted @ 2021-06-09 17:59 博客zhu虎康
阅读(145)
评论(0)
推荐(0)
PyQt5实战——《定义函数实现点击关闭窗口程序》
摘要: 演示: 代码 import sys from PyQt5.QtWidgets import QHBoxLayout,QMainWindow,QApplication,QPushButton,QWidget class QuitApplication(QMainWindow): def __init_
阅读全文
posted @ 2021-06-09 16:04 博客zhu虎康
阅读(619)
评论(0)
推荐(0)
PyQt5实战——《窗口屏幕中居中显示》
摘要: # 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虎康
阅读(939)
评论(0)
推荐(0)
PyQt5实战——《只存在5秒的状态栏》
摘要: 演示 代码 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虎康
阅读(136)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
下一页
公告