码迷,mamicode.com
首页 >  
搜索关键字:intro    ( 1222个结果
Computer Graphics note(1):变换
Computer Graphics note(1):变换 Games101清新脱俗,可惜没赶上直播。 官网:http://games-cn.org/intro-graphics/ 结合食用:Fundamentals of Computer Graphics (3rd Edition) or (2nd ...
分类:其他好文   时间:2020-06-21 09:13:51    阅读次数:67
爬取猫眼电影数据
最近做了一个新项目,因为项目需要大量电影数据,猫眼电影又恰好有足够的数据,就上猫眼爬数据了。 1、先分析一下网页地址,发现电影都是被排好序号了,这就很简单了。 2、在分析页面,这次主要爬取黄色框中的内容。在浏览器中按F12检查元素,只要把Div获取出来就算完成了。 下面贴代码: 主函数 1 stat ...
分类:其他好文   时间:2020-06-19 10:30:52    阅读次数:179
Separation Studio for Mac(颜色分离工具)
Separation Studio Mac版是一款功能强大的Mac颜色分离工具,使用简单,只需使用Separation Studio Mac打开你的图像文件,就能自动将颜色分离! 地址:Separation Studio Mac版 Separation Studio是功能强大,易于使用的分色和专为M ...
分类:系统相关   时间:2020-06-15 17:47:50    阅读次数:63
DOM
HTML DOM (文档对象模型) 当网页被加载时,浏览器会创建页面的文档对象模型(Document Object Model)。 HTML DOM 模型被构造为对象的树: 一、通过 id 查找 HTML 元素 var x=document.getElementById("intro"); 二、通过 ...
分类:其他好文   时间:2020-06-13 23:25:32    阅读次数:90
[Intro to Deep Learning with PyTorch -- L2 -- N20] Cross-Entropy
If I have bunch of events and a bunch of probabilities, how likely is it those events happen based on the probabilities? If it is very likely then we ...
分类:其他好文   时间:2020-06-13 17:35:40    阅读次数:66
[Intro to Deep Learning with PyTorch -- L2 -- N15] Softmax function
The Softmax Function In the next video, we'll learn about the softmax function, which is the equivalent of the sigmoid activation function, but when t ...
分类:其他好文   时间:2020-06-11 09:15:58    阅读次数:62
[Intro to Deep Learning with PyTorch -- L2 -- N14] Sigmoid function
The sigmoid function is defined as sigmoid(x) = 1/(1+e-x). If the score is defined by 4x1 + 5x2 - 9 = score, then which of the following points has ex ...
分类:其他好文   时间:2020-06-11 09:12:55    阅读次数:56
结合 AOP 轻松处理事件发布处理日志
原文:结合 AOP 轻松处理事件发布处理日志 结合 AOP 轻松处理事件发布处理日志 Intro# 前段时间,实现了 EventBus 以及 EventQueue 基于 Event 的事件处理,但是没有做日志(EventLog)相关的部分,原本想增加两个接口, 处理事件发布日志和事件处理日志,最近用... ...
分类:其他好文   时间:2020-06-09 15:04:58    阅读次数:72
小心 HttpClient 中 FormUrlEncodeContent 的 bug
原文:小心 HttpClient 中 FormUrlEncodeContent 的 bug 小心 HttpClient 中 FormUrlEncodeContent 的 bug Intro# 最近发现活动室预约项目里的上传图片有时候会有问题,周末找时间测试了一下,发现小图片的上传没问题,大图片上传会... ...
分类:Web程序   时间:2020-06-09 14:54:34    阅读次数:93
使用请求头认证来测试需要授权的 API 接口
原文:使用请求头认证来测试需要授权的 API 接口 使用请求头认证来测试需要授权的 API 接口 Intro# 有一些需要认证授权的接口在写测试用例的时候一般会先获取一个 token,然后再去调用接口,其实这样做的话很不灵活,一方面是存在着一定的安全性问题,获取 token 可能会有一些用户名密码之... ...
分类:Windows程序   时间:2020-06-09 14:43:15    阅读次数:67
1222条   上一页 1 ... 5 6 7 8 9 ... 123 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!