cc 的文章
-
LeetCode 141. Linked List Cycle – 链表(Linked List)系列题16
Given head, the head of a linked list, determine if the linked list has a cycle in it. There is a cycle in a linked list if there is some node in th…… -
react-native使用babel-plugin-root-import注意事项
我们在`react-native`中使用`babel-plugin-root-import`,一般是`yarn add [email protected]`,然后在`.babelrc`配置: { "plugins": [ […… -
-
数据库事务的四大特性和隔离级别
更好阅读体验:数据库事务的四大特性和隔离级别 1.简介 1.1.事务是什么 事务(Transaction)是由一条或多条操作数据库的 SQL 语句组成的一个不可分割的工作单…… -
-
yolov4项目记录8-其他内容
目录 一、权重裁剪 1.Darknet裁剪方式 2.pytorch裁剪方式 二、数据集制作 1.数据集构建方式 2.DataLoader 三、准确率召回率计算 四、调参总结 1.配置中的数据…… -
关于凯利公式
2020.06.21 关于凯利公式 李长太 最佳投资比例=(p*b-(1-p))/b,p胜率,b盈亏比 比如,我有一套交易策略,胜率是60%,也就是会对6次,错4次。盈亏比是2:1,比如…… -
Git提交本地代码到gitee/github
git使用指南: git是一个开源的分布式版本控制系统。“代码”作为软件研发的核心产物,在整个开发周期都在递增,不断合入新需求以及解决bug的新patch,这就需要有…… -
PowerPoint VBA中如何实现ThisPresentation
众所周知,在Excel VBA中有ThisWorkbook,在Word VBA中有ThisDocument,但是不知道为啥PowerPoint VBA并不提供ThisPresentation,对于加载宏工具来说,经常需…… -
细说浏览器输入URL后发生了什么
本文摘要: 1.DNS域名解析; 2.建立TCP连接; 3.发送HTTP请求; 4.服务器处理请求; 5.返回响应结果; 6.关闭TCP连接; 7.浏览器解析HTML; 8.浏览器……
友情链接

