会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
15823420163
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2020年7月19日
Day42:JS_DOM
摘要: 1:BOM: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Title</title> 6 </head> 7 <body> 8 <script> 9 //window 's funct
阅读全文
posted @ 2020-07-19 21:34 Zxver-L
阅读(76)
评论(0)
推荐(0)
编辑
2020年6月24日
Day41:JS basic method
摘要: 1:js lesson: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Title</title> 6 7 <!-- <script src="tests.js"></script>--
阅读全文
posted @ 2020-06-24 20:32 Zxver-L
阅读(125)
评论(0)
推荐(0)
编辑
2020年6月23日
Day40:抽屉网
摘要: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Title</title> 6 <style> 7 *{ 8 margin:0; 9 padding: 0; 10 } 11 12 a{ 1
阅读全文
posted @ 2020-06-23 13:42 Zxver-L
阅读(238)
评论(0)
推荐(0)
编辑
2020年6月12日
Day39:css2
摘要: 1:display: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Title</title> 6 <style> 7 .div2,p,a,span{ 8 9 width:100px ;
阅读全文
posted @ 2020-06-12 22:26 Zxver-L
阅读(95)
评论(0)
推荐(0)
编辑
2020年6月7日
Day38:css1
摘要: 1:css method:css is better to put in a text.css 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Title</title> 6 <!--th
阅读全文
posted @ 2020-06-07 21:34 Zxver-L
阅读(82)
评论(0)
推荐(0)
编辑
2020年6月6日
Day37:html
摘要: 1:the basic use of html 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta http-equiv="content-type" charset="UTF-8"> 5 <title>Zita</title> 6 <!--
阅读全文
posted @ 2020-06-06 20:16 Zxver-L
阅读(90)
评论(0)
推荐(0)
编辑
2020年5月18日
Day20:Decorator and Metaclass
摘要: 1:enter and exit: 1 class Foo: 2 def __init__(self,name): 3 self.name = name 4 5 def __enter__(self): 6 print('execute enter') 7 return self #self to
阅读全文
posted @ 2020-05-18 19:22 Zxver-L
阅读(109)
评论(0)
推荐(0)
编辑
2020年4月28日
Day19:hasattribute;getattribute;seattributet;delattribute
摘要: 1:OS REVIEW: 1 import sys,os 2 3 # print(sys.argv) #[a.py,post] can judge post or get 4 # li = sys.argv 5 # 6 # if li[1] == 'post': 7 # print('post')
阅读全文
posted @ 2020-04-28 14:53 Zxver-L
阅读(177)
评论(0)
推荐(0)
编辑
2020年4月21日
Day18:polymorphic and reflection
摘要: 1:POLYMORPHIC: #>>>>>>the Three character of class:inherit;polymorphic;package and cover:#>>>>>>...1:inherit:change and stretch#>>>>>>...2:polymorphic
阅读全文
posted @ 2020-04-21 19:53 Zxver-L
阅读(135)
评论(0)
推荐(0)
编辑
2020年4月13日
Day17:call the base class
摘要: Static attribute: 1 class Room: 2 tag = 1 3 def __init__(self,name,owner,width,length,height): 4 self.name = name 5 self.owner = owner 6 self.width =
阅读全文
posted @ 2020-04-13 22:05 Zxver-L
阅读(141)
评论(0)
推荐(0)
编辑
下一页