前言:本来是想写HTML的,发现没什么好写的,就简单写一下Web2.0好了 什么是Web 2.0: “Web 2.0 is the business revolution in the computer industry caused by the move to the internet as a ...
分类:
Web程序 时间:
2020-03-28 13:52:27
阅读次数:
195
今天使用python命令行出现 WARNING: You are using pip version 19.3.1; however, version 20.0.2 is available. You should consider upgrading via the 'python -m pip ...
分类:
其他好文 时间:
2020-03-28 13:20:33
阅读次数:
362
jQuery - 删除元素 通过 jQuery,可以很容易地删除已有的 HTML 元素。 删除元素/内容 如需删除元素和内容,一般可使用以下两个 jQuery 方法: remove() - 删除被选元素(及其子元素) empty() - 从被选元素中删除子元素 jQuery remove() 方法 ...
分类:
Web程序 时间:
2020-03-28 10:42:52
阅读次数:
214
雅虎规则 熟悉网站优化的开发者应该都知道,只要提到网页性能优化,就绕不开雅虎军规。优化规则&&原文,仔细阅读这些规则,可以总结到3个方面: Http层面上的优化 减少http请求数,http请求cookie减小,减少DNS查询,避免跳转,ajax利用缓存之类,都是在http层面上的考虑。 静态资源 ...
分类:
其他好文 时间:
2020-03-27 23:19:50
阅读次数:
85
move.js是一款简单的支持CSS3动画的JavaScript库,对于对CSS3的操作不是很熟悉的人来说,使用move.js提供的方法操作CSS3动画更简单方便。 要想使用move.js提供的方法,首先应在我们的HTML页面中引入move.js: <!DOCTYPE html> <html> <h ...
分类:
Web程序 时间:
2020-03-27 20:01:25
阅读次数:
171
Maven的坐标 使用3个向量在仓库中唯一定位一个Maven工程 【1】groupid:公司或组织域名倒序+项目名 例如:<groupid>com.baidu.moven</groupid> 【2】artifactid:实际项目中的一个Maven项目名或模块名 例如:<artifctid>Hello ...
分类:
其他好文 时间:
2020-03-27 12:33:30
阅读次数:
57
1.如何添加键值对 d.add key,values 在本地窗口中只能看到key,看不到value 2.keys方法 k=d.keys将会返回一个数组,数组的内容是所有的键 i=d.keys(1)将会返回位于1处的键或者用i=application.index(d.keys,1) 3.items方法 ...
分类:
编程语言 时间:
2020-03-26 23:06:36
阅读次数:
119
效果: body{ margin: 0px; height:100%; width:100%; background-image: url("bg.png"); background-position-x: 0px; background-position-y: 0px; background-re ...
分类:
其他好文 时间:
2020-03-25 23:36:35
阅读次数:
87
A.14 MySQL 5.7 FAQ: Replication In the following section, we provide answers to questions that are most frequently asked about MySQL Replication. A.14 ...
分类:
数据库 时间:
2020-03-25 14:54:42
阅读次数:
79
Petya has a rectangular Board of size n×mn×m . Initially, kk chips are placed on the board, ii -th chip is located in the cell at the intersection of ...
分类:
其他好文 时间:
2020-03-25 01:05:14
阅读次数:
81