码迷,mamicode.com
首页 >  
搜索关键字:google tasks    ( 19646个结果
ceres 点云平面拟合 实例
最近开始做非线性优化相关工作,需要用到类似ceres库的非线性优化库。 鉴于网络上的实例代码大部分是拷贝的官方的实例代码,为了让大家有更多的借鉴,在此记录点云平面拟合的代码,供大家参考 #include <iostream>#include <ceres/ceres.h>#include <glog ...
分类:其他好文   时间:2020-03-12 14:39:35    阅读次数:81
关于 Chrome Kiosk 模式
cd /Applications/Google\ Chrome.app/Contents/MacOS./Google\ Chrome --app=http://www.google.com –kiosk 其他方案选择: Electron:https://time.geekbang.org/cours... ...
分类:移动开发   时间:2020-03-12 14:35:32    阅读次数:197
zookeeper(一):功能和原理
简介 ZooKeeper 是一个开源的分布式协调服务,由雅虎创建,是 Google Chubby 的开源实现。分布式应用程序可以基于 ZooKeeper 实现诸如数据发布/订阅、负载均衡、命名服务、分布式协调/通知、集群管理、Master 选举、配置维护,名字服务、分布式同步、分布式锁和分布式队列等 ...
分类:其他好文   时间:2020-03-12 09:27:10    阅读次数:63
ArcGIS Pro二次开发画注记
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using ArcGIS.Core.CIM; using ArcGI ...
分类:其他好文   时间:2020-03-11 23:30:43    阅读次数:92
Android Studio各版本下载
1. 稳定版 1. Windows x64 1. 安装版本(.exe): "https://dl.google.com/dl/android/studio/install/3.6.1.0/android studio ide 192.6241897 windows.exe" SHA 256 2. 便 ...
分类:移动开发   时间:2020-03-11 16:57:29    阅读次数:124
ArcGIS Pro二次开发计算一个面层的总面积
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System ...
分类:其他好文   时间:2020-03-11 15:32:14    阅读次数:137
1-selenium3安装
pip install selenium 需要安装浏览器驱动https://blog.csdn.net/weixin_38917807/article/details/81388261 下载好的驱动放到浏览器安装目录下面C:\Program Files\Google\Chrome\Applicati ...
分类:其他好文   时间:2020-03-11 10:36:59    阅读次数:49
vscode 配置task.json,执行多条指令
{ "version": "2.0.0", "options": { "cwd": "${workspaceRoot}/build" },/////////////////////////////////////////////////指定命令执行所在路径 "tasks": [ { "label": ...
分类:Web程序   时间:2020-03-10 19:53:14    阅读次数:515
AntD中的Input子组件TextArea组件添加autoSize属性报错
我想要一个可以随着我输入内容的行数怎加,我的输入框就会随着行数增加随着增加 <TextArea placeholder="请输入商品描述" autoSize/> 功能好用但是控制台报错 随后google查到说是antd的官网也有这样的问题但是我也没看到报错 有没有知道的求解答 https://git ...
分类:其他好文   时间:2020-03-10 14:04:04    阅读次数:620
Guava 限流
mysql最大连接是有限制的 Google限流框架 Guava /** * 订单限流 */ public class OrderRateLimiterFilter extends ZuulFilter { //每秒产生1000个令牌 private static final RateLimiter ...
分类:其他好文   时间:2020-03-10 09:13:55    阅读次数:58
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!