摘要: https://www.cnblogs.com/liwenzhou/p/8258992.html可以好好阅读 web框架三部分: A. socket server URL路径 --> 服务器程序(专门用来处理socket收发消息部分) B. 根据不同的URL路径执行不同的函数 路径-->函数 --> 阅读全文
posted @ 2021-04-01 21:06 xyfun72 阅读(58) 评论(0) 推荐(0) 编辑
摘要: double pointPolygonTest(InputArray contour, Point2f pt, bool measureDist) Parameters: contour – 输入参数轮廓。 pt – 测试的点。 measureDist – 如果为false的话,则函数计算符号,在轮 阅读全文
posted @ 2021-03-31 10:24 xyfun72 阅读(541) 评论(0) 推荐(0) 编辑
摘要: list1 = [11, [22, 3], [4, ], [55, 66], 8, [9, [7, [12, [34, [26]]]]]] # 去除多余嵌套的列表,得到[11, 22, 3, 4, 55, 66, 8] # 小剥皮 # [11, [22, 3]] # [11, [22, [3, 4] 阅读全文
posted @ 2021-03-30 20:33 xyfun72 阅读(102) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/liwenzhou/p/8032238.html 阅读全文
posted @ 2021-03-30 20:31 xyfun72 阅读(18) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/liwenzhou/p/9959979.html 属性操作 用于ID等或自定义属性: attr(attrName)// 返回第一个匹配元素的属性值 attr(attrName, attrValue)// 为所有匹配元素设置一个属性值 attr({k1: 阅读全文
posted @ 2021-03-15 20:56 xyfun72 阅读(44) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/liwenzhou/p/8178806.html 一个约定,我们在声明一个jQuery对象变量的时候在变量名前面加上$: var $variable = jQuery对像 var variable = DOM对象 $variable[0]//jQuer 阅读全文
posted @ 2021-03-14 22:16 xyfun72 阅读(46) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/liwenzhou/p/8011504.html BOM(Browser Object Model)是指浏览器对象模型,它使 JavaScript 有能力与浏览器进行“对话”。 DOM (Document Object Model)是指文档对象模型,通 阅读全文
posted @ 2021-03-09 22:07 xyfun72 阅读(48) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/liwenzhou/p/8004649.html JavaScript 是脚本语言 JavaScript 是一种轻量级的编程语言。 JavaScript 是可插入 HTML 页面的编程代码。 JavaScript 插入 HTML 页面后,可由所有的现代 阅读全文
posted @ 2021-03-07 22:39 xyfun72 阅读(33) 评论(0) 推荐(0) 编辑
摘要: CSS - Cascading Style Sheets层叠样式表 html-骨架 css-衣服 js-动作 https://www.cnblogs.com/liwenzhou/p/7999532.html 每个CSS样式由两个组成部分:选择器和声明。声明又包括属性和属性值。每个声明之后用分号结束。 阅读全文
posted @ 2021-03-06 21:20 xyfun72 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 双系统 https://www.cnblogs.com/jsdy/p/11420118.html#_label3 tf版本对照 https://docs.floydhub.com/guides/tensorflow/ win10+tf1.14 https://zhuanlan.zhihu.com/p 阅读全文
posted @ 2020-10-16 13:36 xyfun72 阅读(78) 评论(0) 推荐(0) 编辑