该文被密码保护。 阅读全文
posted @ 2019-04-18 16:44 Vae唯一的信仰 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 参考网址:http://www.cnblogs.com/liuhao-web/p/8266872.html 阅读全文
posted @ 2019-04-11 14:48 Vae唯一的信仰 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 参考地址: https://blog.csdn.net/qq_25835645/article/details/78788987 阅读全文
posted @ 2019-04-10 09:33 Vae唯一的信仰 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 在form中的button默认的时候点击时间会执行form的提交事件(相当于默认为submit类型) 如果需要阻止它: 将button的type修改为button可以阻止 阅读全文
posted @ 2019-04-09 16:35 Vae唯一的信仰 阅读(2119) 评论(0) 推荐(0) 编辑
摘要: API 网址:https://socket.io/get-started/chat/ 页面上引入: 服务器: 每一个socket可以触发一个断开连接事件: 如果需要使用jquery: 引入网页的jquery: 引入本地文件:需要设置静态资源的文件目录: 对某一个客户端传递事件:io.emit('事件 阅读全文
posted @ 2019-04-09 15:55 Vae唯一的信仰 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 参照网址:https://www.jb51.net/article/135058.htm https://www.cnblogs.com/limitcode/p/7845168.html https://cloud.tencent.com/developer/article/1330581 http 阅读全文
posted @ 2019-04-09 11:45 Vae唯一的信仰 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 参考网址:https://blog.csdn.net/sinat_18474835/article/details/80115961 阅读全文
posted @ 2019-04-08 16:53 Vae唯一的信仰 阅读(580) 评论(0) 推荐(0) 编辑
摘要: 通过设置多个点的坐标位置来绘制图形的形状 .box{ clip-path:polygon(x1 y1, x2 y2, x3 y3, , , , , ,) backgroud-color:red; } 阅读全文
posted @ 2019-04-01 13:47 Vae唯一的信仰 阅读(946) 评论(0) 推荐(0) 编辑
摘要: 参照网址: https://blog.csdn.net/qq_36407748/article/details/80739787 阅读全文
posted @ 2019-03-27 10:54 Vae唯一的信仰 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 1.引入 <script src="https://cdn.staticfile.org/angular.js/1.4.6/angular.min.js"></script> ng-init:初始化数据 阅读全文
posted @ 2019-03-26 17:45 Vae唯一的信仰 阅读(113) 评论(0) 推荐(0) 编辑