摘要:代码1: <!doctype html> <html> <head> <meta charset="utf-8"> <title>transition动画</title> <style type="text/css"> div { width: 200px; height: 200px; backg
阅读全文
随笔分类 - 教学
摘要:代码如下: <!doctype html> <html> <head> <meta charset="utf-8"> <title>Rotate 转动动画测试</title> <style type="text/css"> .box{ width:280px; height:280px; backg
阅读全文
摘要:代码1: import tkinter.filedialog from tkinter import * from tkinter import messagebox def OpenFile(): filename=filedialog.askopenfilename() messagebox.s
阅读全文
摘要:代码如下: <!doctype html> <html> <head> <meta charset="utf-8"> <title>CSS3 Animation</title> <style type="text/css"> @keyframes myani { from { background:
阅读全文
摘要:代码演示: import tkinter as tk from tkinter import messagebox as msgbox def LoginFun(): sPass=enPass.get() if(sPass=="htzd"): labTip.config(text="登录成功。密码是
阅读全文
摘要:代码: <!doctype html> <html> <head> <meta charset="utf-8"> <title>CSS Grid Show</title> <style type="text/css"> *{ margin:0; } html,body{ height:100%; }
阅读全文
摘要:1.DemoA:Console控制台程序 print("Console控制台程序登录演示") sPass=input("请输入密码:\n") if(sPass=="htzd"): print("登录成功.密码是:{0}".format(sPass)) else: print("登录失败.密码是:{0
阅读全文
摘要:CSS Grid布局入门 1.普通版 <!doctype html> <html> <head> <meta charset="utf-8"> <title>Css Grid Demo</title> <style> .container { display: grid; grid-gap: 5px
阅读全文
摘要:Python中count()方法应用汇总 #1 sentence="This is is an example cutting." for word in sentence.split(): print(word,sentence.count(word)) #2 sentence="This is
阅读全文
摘要:伪元素及Counter的使用 <!doctype html> <html> <head> <meta charset="utf-8"> <title>伪元素及Counter的使用</title> <style type="text/css"> ul { list-style-type: none;
阅读全文
摘要:CSS 伪类用于向某些选择器添加特殊的效果。 CSS 伪元素用于向某些选择器添加特殊元素。 新建一个html文件,代码内容如下: <!doctype html> <html> <head> <meta charset="utf-8"> <title>Pseudo Class And Pseudo E
阅读全文
摘要:1.第一种方法:引入css,或者cdn css或者本地css <!doctype html> <html> <head> <meta charset="utf-8"> <title>Pseudo Element</title> <link rel="stylesheet" type="text/cs
阅读全文
摘要:版面布局不是一次全部搞定的,而是逐渐演化而来。通过以下四个步骤,来彰显公司成熟的专业设计流程. 第一步:产品业务人员和客户积极沟通,参考现成的经典网站,大致确定功能及板块布局.假设划分为以下的7个大盒子。 A,B1,B2,B3,B4,C,D 第二步<可选>:在上方的基础上,需求采集专业人员一方面和客
阅读全文
摘要:1.下载下方压缩包: https://files.cnblogs.com/files/exesoft/xk.zip 2.解压到电脑自定义目录下。 3.启动Microsoft Sql Server Management Studio,登录数据库服务器,附加此Xk数据库。
阅读全文
摘要:本技术包括:jquery.js 技术,bootstrap技术,html5的number控件技术等. 在上次基础上,增加了一个出题按钮,又增加了一个set.gif动画. 代码如下: <!doctype html> <html> <head> <meta charset="utf-8"> <title>
阅读全文
摘要:站点演示:点击-> 代码参考: https://files.cnblogs.com/files/exesoft/HtzdSite.zip
阅读全文
摘要:大作业名称:学生考试成绩管理系统-简易版 总共分为4个阶段: 第一阶段: 完成核心业务功能,包括: A.基础信息维护功能: 1.班级信息维护功能 2.学生信息维护功能 B.分值信息维护功能 依赖关系说明:分值信息依赖于学生信息,学生信息依赖于班级信息 第二阶段: 完成权限及角色的核心功能,包括: a
阅读全文
摘要:一.五大主流浏览器及四大内核有哪些? 现在国内常见的浏览器有:IE、Firefox、Safari、Opera、Google Chome、QQ浏览器、搜狗浏览器、百度浏览器、猎豹浏览器、UC浏览器、360浏览器、遨游浏览器、世界之窗浏览器等等。但目前最为主流浏览器有五大款,分别是IE、Firefox、
阅读全文
浙公网安备 33010602011771号