e媒网络

一切皆可能 e媒网络 http://www.eMay.net

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 16 下一页

2020年5月21日 #

摘要: 代码: <!doctype html> <html> <head> <meta charset="utf-8"> <title>CSS Grid Show</title> <style type="text/css"> *{ margin:0; } html,body{ height:100%; } 阅读全文
posted @ 2020-05-21 11:27 e媒网络技术团队 阅读(260) 评论(0) 推荐(0) 编辑

2020年5月20日 #

摘要: 1.DemoA:Console控制台程序 print("Console控制台程序登录演示") sPass=input("请输入密码:\n") if(sPass=="htzd"): print("登录成功.密码是:{0}".format(sPass)) else: print("登录失败.密码是:{0 阅读全文
posted @ 2020-05-20 11:53 e媒网络技术团队 阅读(270) 评论(0) 推荐(0) 编辑

2020年5月18日 #

摘要: CSS Grid布局入门 1.普通版 <!doctype html> <html> <head> <meta charset="utf-8"> <title>Css Grid Demo</title> <style> .container { display: grid; grid-gap: 5px 阅读全文
posted @ 2020-05-18 16:47 e媒网络技术团队 阅读(170) 评论(0) 推荐(0) 编辑

2020年5月12日 #

摘要: Python中count()方法应用汇总 #1 sentence="This is is an example cutting." for word in sentence.split(): print(word,sentence.count(word)) #2 sentence="This is 阅读全文
posted @ 2020-05-12 18:05 e媒网络技术团队 阅读(286) 评论(0) 推荐(0) 编辑

2020年5月11日 #

摘要: 伪元素及Counter的使用 <!doctype html> <html> <head> <meta charset="utf-8"> <title>伪元素及Counter的使用</title> <style type="text/css"> ul { list-style-type: none; 阅读全文
posted @ 2020-05-11 17:20 e媒网络技术团队 阅读(275) 评论(0) 推荐(0) 编辑

该文被密码保护。 阅读全文
posted @ 2020-05-11 10:24 e媒网络技术团队 阅读(1) 评论(0) 推荐(0) 编辑

2020年5月9日 #

摘要: CSS 伪类用于向某些选择器添加特殊的效果。 CSS 伪元素用于向某些选择器添加特殊元素。 新建一个html文件,代码内容如下: <!doctype html> <html> <head> <meta charset="utf-8"> <title>Pseudo Class And Pseudo E 阅读全文
posted @ 2020-05-09 17:31 e媒网络技术团队 阅读(165) 评论(0) 推荐(0) 编辑

2020年5月7日 #

摘要: 1.第一种方法:引入css,或者cdn css或者本地css <!doctype html> <html> <head> <meta charset="utf-8"> <title>Pseudo Element</title> <link rel="stylesheet" type="text/cs 阅读全文
posted @ 2020-05-07 23:11 e媒网络技术团队 阅读(275) 评论(0) 推荐(0) 编辑

2020年4月21日 #

摘要: 版面布局不是一次全部搞定的,而是逐渐演化而来。通过以下四个步骤,来彰显公司成熟的专业设计流程. 第一步:产品业务人员和客户积极沟通,参考现成的经典网站,大致确定功能及板块布局.假设划分为以下的7个大盒子。 A,B1,B2,B3,B4,C,D 第二步<可选>:在上方的基础上,需求采集专业人员一方面和客 阅读全文
posted @ 2020-04-21 11:36 e媒网络技术团队 阅读(291) 评论(0) 推荐(0) 编辑

2020年4月18日 #

摘要: 1.下载下方压缩包: https://files.cnblogs.com/files/exesoft/xk.zip 2.解压到电脑自定义目录下。 3.启动Microsoft Sql Server Management Studio,登录数据库服务器,附加此Xk数据库。 阅读全文
posted @ 2020-04-18 20:28 e媒网络技术团队 阅读(1096) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 16 下一页