-
CSS3 2D转换
CSS3 2D转换 2D转换方法分为以下5种: 1.位移 translate() 2.旋转rotate() 3.缩放rotate() 4.倾斜 skew () 5.矩阵 matrix() 1.translate(50px, 100px),根据给定的参数,从当前位置进行移动(x轴移动距离,y轴移动距离) div { transform : translate(50px,100px) ; -ms...
-
线段树学习笔记
1 #includeiostream 2 using namespace std; 3 struct tree{ 4 int l,r,sum; 5 }t[ 1000001 ]; 6 int a[ 1000001 ],n,p,x,y,m; 7 inline void build( int root, int left, int right) 8 { 9 t[root].l=left;t[root].r= right; 10 if (left==right){t[root].sum=a[left]...
-
CSS3/CSS之居中解析(水平+垂直居中、水平居中,垂直居中)
CSS3/CSS之居中解析(水平+垂直居中、水平居中,垂直居中) 首先,我们来看下垂直居中: (1)、如果是单行文本,则可以设置的line-height的数值,让其等于父级元素的高度! !DOCTYPE htmlhtml lang= " en " head meta charset= " UTF-8 " meta name= " viewport " con...
-
C++程序的耦合性设计
C++程序的耦合性设计 声明:本文部分采用和参考《代码里的世界观-通往架构师之路》中内容,可以说是该书中耦合性一章的读后感,感谢该书的作者余叶老师的无私分享。 1.什么是耦合? 耦合其实就是程序之间的相关性。 程序之间绝对没有相关性是不可能的,否则也不可能在...
-
图片翻转效果
图片翻转效果 自引jquery css style*{margin:0px;padding:0px;}li{list-style:none;}#brand{width:330px;height:400px;border:1px solid #dddddd;box-shadow:0px 0px 5px #dddddd;margin:30px auto;}#brand .title{width:100%;height:35px;line-height:35px;font-size:...
-
CSS之border绘制三角形
CSS之border绘制三角形 用CSS的border可以画出高质量的三角形。 我们一般会这么使用border: #test-border { width: 100px; height: 100px; margin: 100px auto; background: #fff; border: 2px solid orange;} 得到的效果如下: 因为我们一般设的border-width都很小,...
-
SpringBoot+MyBatisPlus整合时提示:Invalid bound statement(no
SpringBoot+MyBatisPlus整合时提示:Invalid bound statement(not found):**.dao.UserDao.queryById 场景 在使用SpringBoot+MyBatisPlus搭建后台启动项目时,使用EasyCode自动生成代码。 在访问后台接口时提示: Invilid bound statement (not found):**.dao.UserDao.q...
-
简易年历
简易年历 简易年历 1 style type ="text/css" 2 * { padding : 0 ; margin : 0 ; } 3 li { list-style : none ; } 4 body { background : #f6f9fc ; font-family : arial ; } 5 6 .calendar { width : 210px ; margin : 0 auto ; padding : 10px 10px 20px 20px ; back...
-
css的position属性
css的position属性 Html css position属性 position属性把元素放置在一个静态的,相对的,绝对的,或则固定的位置中. 1,第一个属性absolute,绝对定位 生成绝对定位的元素,相对于 static 定位以外的第一个父元素进行定位。 元素的位置通过 "left", "top", "right" 以及 "b...
-
弹幕效果
弹幕效果 弹幕小效果 style type="text/css"*{ margin: 0; padding: 0;}#box{ width: 542px; height: 330px;border: 3px solid goldenrod;margin-left:300px;} #btm{margin: 0;padding: 0; height: 30px;background: goldenrod; display: flex; z-index: 999; position...
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash
