自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 二级导航菜单

<!DOCTYPE html><html><head> <title>下拉导航菜单实例</title> <meta charset="gb2312"> <style> ul { list-style-type: none; margin: 0; padding: 0; over

2018-04-28 11:40:32 153

原创 JavaScript实现鼠标到达响应,鼠标离开响应

<!DOCTYPE html><html><head><meta charset="gb2312"><title>鼠标到达鼠标离开</title><style> .mouse{ background-color:blue; width:200px; height:100px; margi

2018-04-28 11:23:01 541

原创 python实现时间戳获取,本地时间获取,格式化时间获取

#!/usr/bin/python3import timetimestamp = time.time()print("当前时间戳: ", timestamp)localtime = time.asctime(time.localtime(time.time()))print("本地时间:", localtime)print ("格式化时间显示:"+time.strftime("%Y-...

2018-04-27 17:43:56 263

转载 python 使用DOM读取xml

#http://www.runoob.com/python3/python3-xml-processing.html点击打开链接#!/usr/bin/python3from xml.dom.minidom import parseimport xml.dom.minidomdocument = xml.dom.minidom.parse("movies.xml")collecti...

2018-04-27 17:16:33 406

转载 python读取xml

#readXML.py# 代码来源http://www.runoob.com/python3/python3-xml-processing.htmlimport xml.saxclass MovieHandler(xml.sax.ContentHandler): def __init__(self): self.type = "" self.format...

2018-04-27 17:11:34 107

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除