diff --git a/20191019/20191019.md b/20191019/20191019.md index 226345f..8e9ac8f 100644 --- a/20191019/20191019.md +++ b/20191019/20191019.md @@ -31,4 +31,21 @@ } },10) } - ``` \ No newline at end of file + ``` + +* 轮播图按钮案例 +[linkToHtml](./buttonslider.html) + +* css定位一般不超过5级 + +* html 特殊字符 + * `<` > 大于号 + * `>` < 小于号 + * `&` & 与号 + * `"` " 引号 + * `®` 已注册 + * `©` 版权 + * `™` 商标 + * ` ` 半方大的空白 + * ` ` 全方大的的空白 + * ` ` 不断行的空 diff --git a/20191019/buttonSlider.html b/20191019/buttonSlider.html new file mode 100644 index 0000000..61413cc --- /dev/null +++ b/20191019/buttonSlider.html @@ -0,0 +1,156 @@ + + + + + + + Document + + + +
+
+ +
+
+ < + > +
+
+ + + \ No newline at end of file diff --git a/20191020/20191020.md b/20191020/20191020.md new file mode 100644 index 0000000..e6b0b93 --- /dev/null +++ b/20191020/20191020.md @@ -0,0 +1,5 @@ +# 20191020 + +![js](https://img.shields.io/badge/language-js-orange.svg) + +* \ No newline at end of file diff --git a/git.md b/Miscellaneous/git.md similarity index 100% rename from git.md rename to Miscellaneous/git.md diff --git a/Miscellaneous/img2string.html b/Miscellaneous/img2string.html new file mode 100644 index 0000000..68d5f40 --- /dev/null +++ b/Miscellaneous/img2string.html @@ -0,0 +1,154 @@ + + + + + + + + + 图片转字符 + + + + +
+ +
+ + + 请输入精度等级: + + + + 是否使用颜色: + + + + + + +
+ +
+ + +
+ + + \ No newline at end of file diff --git a/README.md b/README.md index fc7617c..d8a11bc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,18 @@ # 吉软大前端笔记本 +## Miscellaneous + +![js](https://img.shields.io/badge/language-js-orange.svg) +* 图片转字符串 +[linkToHtml](./Miscellaneous/img2string.html) + +![git](https://img.shields.io/badge/language-git-green.svg) +* git常用命令总结 +[linkToMd](./Miscellaneous/git.md) + +--- + + ## 20190925 ![js](https://img.shields.io/badge/language-js-orange.svg) @@ -58,3 +71,39 @@ * [上课视频链接](https://pan.baidu.com/s/1l4mVVmklb1Hiz2uWQxBdxA) 提取码:nc9w --- + +## 20191016 + +![js](https://img.shields.io/badge/language-js-orange.svg) +[linkToMd](./20191016/20191016.md) + +* offset示例 + +* [上课视频链接](https://pan.baidu.com/s/1-iDQ03LSqXQ1Yu04IX0rgg) +提取码:ixle +--- + +## 20191018 + +![js](https://img.shields.io/badge/language-js-orange.svg) +[linkToHtml](./20191018/offset.html) + +* offset示例 + +* [上课视频链接](https://pan.baidu.com/s/1hGA9ohkQ7J9b1GO6AjSMeQ&shfl=sharepset) +提取码:smie +--- + +## 20191019 + +![js](https://img.shields.io/badge/language-js-orange.svg) +[linkToMd](./20191018/20191019.md) + +* 轮播图案例 +* 轮播图按钮案例 +* css定位一般不超过5级 +* html 特殊字符 + +* [上课视频链接](https://pan.baidu.com/s/18LetxRVExyVBQAq20Xo3_g&shfl=sharepset) +提取码:pne2 +--- \ No newline at end of file