上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 400 下一页
摘要: Graphs with Python: Overview and Best Libraries Graph analysis, interactive visualizations, and graph machine learning A graph is a relatively old mat 阅读全文
posted @ 2023-04-13 15:13 ChuckLu 阅读(38) 评论(0) 推荐(0)
摘要: Using OFFSET and FETCH to limit the rows returned We recommend that you use the OFFSET and FETCH clauses instead of the TOP clause to implement a quer 阅读全文
posted @ 2023-04-11 14:28 ChuckLu 阅读(55) 评论(0) 推荐(0)
摘要: Do you know the bitwise sum sample demonstrated in "Neural Networks and Deep Learning" by autor Michael Nielsen? Yes, I am familiar with the bitwise s 阅读全文
posted @ 2023-04-09 17:27 ChuckLu 阅读(54) 评论(0) 推荐(0)
摘要: http://neuralnetworksanddeeplearning.com/chap1.html 深入浅出神经网络与深度学习 (豆瓣) https://twitter.com/haoel/status/1634401197544321024 一上午看了《深入浅出神经网络与深度学习》这本书的一半 阅读全文
posted @ 2023-04-09 16:20 ChuckLu 阅读(806) 评论(0) 推荐(0)
摘要: msql like _ vs % In MySQL, the underscore (_) and percent sign (%) are wildcards used in LIKE expressions for pattern matching. The underscore matches 阅读全文
posted @ 2023-04-08 15:33 ChuckLu 阅读(36) 评论(0) 推荐(0)
摘要: Ethernet Frame以太网帧结构 默认最多1518字节,destination mac+source mac+type+payload+fcs=6+6+2+1500+4=1518。不包含前导码 A switch is a networking device that connects dev 阅读全文
posted @ 2023-04-08 12:36 ChuckLu 阅读(44) 评论(0) 推荐(0)
摘要: visual studio code里面可以安装docker插件 new dev container db_index=true普通索引 unique=true唯一索引 class Meta: indexes=[] unique_together python manage.py makemigra 阅读全文
posted @ 2023-04-08 10:15 ChuckLu 阅读(30) 评论(0) 推荐(0)
摘要: 实验六 老照片的修复,使用Photoshop 污点修复画笔工具,画笔大小,硬度(边缘柔化) 修复画笔工具,用来处理划痕。 先取原样本,然后alt看效果。 实验七 花朵的仿制和变色 仿制图章工具,取完样本,再来绘画。按住alt取原,然后绘制。 图案图章工具,取图案的一部分, 画笔里面有一个颜色替换工具 阅读全文
posted @ 2023-04-08 08:37 ChuckLu 阅读(48) 评论(0) 推荐(0)
摘要: 亲爱的内测伙伴,欢迎您参与文心一言测试! 在开启我们的测试之旅之前,请您认真阅读以下内容。 百度提示您,在测试期间您应积极履行信息安全义务。遵守相关法律法规,遵守自愿、平等、公平及诚实信用原则,不利用本测试侵犯他人合法权益及谋取不正当利益,不扰乱互联网平台正常秩序,维护清朗网络环境。 您知悉并理解, 阅读全文
posted @ 2023-04-05 17:36 ChuckLu 阅读(97) 评论(0) 推荐(0)
摘要: When a client (e.g., a web browser) establishes a secure HTTPS connection with a server, the following steps occur to ensure the security of the commu 阅读全文
posted @ 2023-04-03 19:08 ChuckLu 阅读(37) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 400 下一页