码迷,mamicode.com
首页 >  
搜索关键字:points    ( 1654个结果
Fiddler介绍(PC端+Android,IOS端)
Fiddler基本介绍: fiddler是一个很强大的抓包工具,原理是以一个代理服务器的形式进行工作的,默认的代理地址:127.0.0.1 端口8888,也可以自行设置。 什么是代理: 就是客户端和服务器端之间设置了一道关卡,客户端发送请求数据,代理服务器会将数据包进行拦截,代理服务器在冒充客户端发 ...
分类:移动开发   时间:2019-05-31 11:41:12    阅读次数:189
逆水行舟 —— SpringBoot
SpringBoot入门 入门Demo就不写了,我们记一点理论的东西 入门 级 pom.xml 这个项目已经对我们常用的依赖版本进行了统一管理,我们的项目以这个项目为父工程,就不用担心依赖的版本冲突问题了 配置文件的属性注入 先说说以前的通过注解方式的的属性注入 @Configuration注解:声 ...
分类:编程语言   时间:2019-05-30 01:15:51    阅读次数:145
VSCode JAVA环境配置使遇到的几个小问题
1、出现的问题: The JAVA_HOME environment variable points to a missing or inaccessible folder等三个报错! 2、说明及解决办法 环境变量JAVA_HOME是配置JDK(Java Development Kit)JAVA 开 ...
分类:编程语言   时间:2019-05-28 12:55:34    阅读次数:1959
差分简单题集
【一维差分】Codeforces 1000C Covered Points Count 题目大意: 给定$n$个线段,给定这些线段所在的区间($l,r\leq10^{18}$),这些线段能够覆盖它们所包含的点,问你被包含$[1,n]$次的点分别有多少个。 解题分析:用差分来高效的统计一下指定区间内所 ...
分类:其他好文   时间:2019-05-26 19:53:31    阅读次数:318
teb教程5
跟随全局规划器 简介:本部分是关于如何配置局部规划器严格跟随全局规划,也包括调节在时优和路径跟随上的权衡。 1.先看一下via-points当前的优化行为:启动下面节点 为了方便调试参数(默认via-points并为开启) 现在设置global_plan_viapoint-sep为一个正值。正值就激 ...
分类:其他好文   时间:2019-05-20 17:15:08    阅读次数:425
Create a symbolic link in Unix
Create a symbolic link in Unix A symbolic link, also termed a soft link, is a special kind of file that points to another file, much like a shortcut i ...
分类:其他好文   时间:2019-05-19 09:24:47    阅读次数:114
COMP330 Assignment
COMP330 Assignment 3ObjectivesThis assignment covers the following topics: 3D modelling with triangular meshes 3D Transformations Perspective and Orth ...
分类:其他好文   时间:2019-05-18 20:48:23    阅读次数:78
03_有监督学习--简单线性回归模型(调用 sklearn 库代码实现)
有监督学习--简单线性回归模型(调用 sklearn 库代码实现)0.引入依赖1.导入数据(data.csv)2.定义损失函数3.导入机器学习库 sklearn4.测试:运行算法,从训练好的模型中提取出系数和截距5.画出拟合曲线6.附录-测试数据 有监督学习--简单线性回归模型(调用 sklearn ...
分类:其他好文   时间:2019-05-18 09:19:30    阅读次数:152
Array + two points leetcode.16 - 3Sum Closest
题面 Given an array nums of n integers and an integer target, find three integers in nums such that the sum is closest to target. Return the sum of the ...
分类:其他好文   时间:2019-05-14 16:22:14    阅读次数:117
Array + two points leetcode.18 - 4Sum
题面 Given an array nums of n integers and an integer target, are there elements a, b, c, and d in nums such that a + b+ c + d = target? Find all unique ...
分类:其他好文   时间:2019-05-13 23:08:07    阅读次数:141
1654条   上一页 1 ... 28 29 30 31 32 ... 166 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!