基本使用 写在Script 标签里 引入外部js文件:\ console.log(" ") 方法用于在控制台输出信息 注意事项 严格区大小写 每一行完整语句后面加分号 变量名不能使用关键字和保留字 代码要缩进,保持可读性 修改元素内容 获取元素 通过id获取元素:document.getElemen ...
分类:
Web程序 时间:
2019-12-11 17:17:04
阅读次数:
121
这里是 秉心说 的知识金字塔 。 "掘金" 没有文章分类的功能,每次想找以前的文章都比较费劲。 微信公众号的阅读体验又不忍吐槽。个人网站也还没有搭建完成。 所以把之前的所有文章都备份到此仓库,作为永久链接长期维护。 我的开源项目 "Box —— 我的开发助手" "真香!Kotlin+MVVM+Liv ...
分类:
其他好文 时间:
2019-12-11 00:04:57
阅读次数:
105
html <div id="box"></div> css #box{ width: 200px; height: 200px; border:3px solid #eee;/* 必要条件 */ position: absolute;/* 必要条件 */ left:600px; top:200px; ...
分类:
Web程序 时间:
2019-12-10 15:24:05
阅读次数:
166
边框 border-radius:圆角 box-shadow:水平阴影的位置 垂直阴影的位置 模糊距离 盒阴影tet-shadow:h-shadow v-shadow bur clor border-image:边界图片 背景 background-size:背景图片的尺寸 background-o ...
分类:
Web程序 时间:
2019-12-09 12:09:11
阅读次数:
101
1.首先理解HTTPS的含义,清楚http与HTTPS的区别 2.相对于http而言,https更加安全,因 3.使用数字证书使传输更安全,数字证书使用keytool工具生成 测试准备: 创建公钥和秘钥,参考 https://www.jianshu.com/p/1b1c9cfa17a4 将服务器下$ ...
分类:
Web程序 时间:
2019-12-09 11:54:30
阅读次数:
127
The tweet embed header and footer used the flex-direction property earlier with a row value. Similarly, the items inside the .profile-name element wou ...
分类:
移动开发 时间:
2019-12-08 23:18:49
阅读次数:
130
Box: CSS布局的基本单位 Box 是 CSS 布局的对象和基本单位, 直观点来说,就是一个页面是由很多个 Box 组成的。元素的类型和 display 属性,决定了这个 Box 的类型。 不同类型的 Box, 会参与不同的 Formatting Context(一个决定如何渲染文档的容器),因 ...
分类:
其他好文 时间:
2019-12-08 15:51:43
阅读次数:
96
当我们在一个事件方法中去使用$.ajax进行数据交互时 $('.btn_box').click(function() { $.ajax({ type: 'post', url: '', dataType: 'json', contentType: 'application/json; charset ...
分类:
其他好文 时间:
2019-12-08 01:31:32
阅读次数:
166
This is an interesting puzzle game. In the game, you need to use your brain, think carefully, operate reasonably, point your fingers to catch things, ...
分类:
其他好文 时间:
2019-12-07 19:33:20
阅读次数:
68
js小游戏极简版 (1) 基础布局 <div class = "box"> <p></p> <div class="div"></div> </div> (2)简单的基础样式 * { margin: 0; padding: 0; } div.box { width: 1000px; height: ...
分类:
Web程序 时间:
2019-12-07 16:29:18
阅读次数:
123