1.在module的build.gradle中执行compile操作 2.在demo Application中执行初始化操作 3.在代码中执行打开扫描二维码界面操作 4.在Activity的onActivityResult方法中接收扫描结果 ...
分类:
其他好文 时间:
2018-10-07 20:28:24
阅读次数:
183
Given an array nums and a value val, remove all instances of that value in-place and return the new length. Do not allocate extra space for another ar ...
分类:
其他好文 时间:
2018-10-07 19:46:43
阅读次数:
177
Composer 安装时要求输入授权用户名密码? composer require "overtrue/laravel-socialite:~2.0" Authentication required (packagist.phpcomposer.com): Username: composer re ...
分类:
其他好文 时间:
2018-10-06 15:34:58
阅读次数:
317
Given a linked list, swap every two adjacent nodes and return its head. Example: Note: Your algorithm should use only constant extra space. You may no ...
分类:
其他好文 时间:
2018-10-05 22:34:58
阅读次数:
193
http://poj.org/problem?id=1251 The Head Elder of the tropical island of Lagrishan has a problem. A burst of foreign aid money was spent on extra roads ...
分类:
其他好文 时间:
2018-10-05 12:16:56
阅读次数:
150
环境:python3.5.2 ,django 2.0 ,xadmin2.0 Firsttly 到 https://github.com/sshwsfc/xadmin/tree/django2上下载源码,之后把其中的xadmin目录放在项目目录中新建的extra_apps这个目录中 Secondly ...
分类:
其他好文 时间:
2018-10-05 10:48:33
阅读次数:
489
* * This example explains how to use the hand eye calibration for the case where* the camera is attached to the robot tool and the calibration object* ...
分类:
其他好文 时间:
2018-10-04 17:25:57
阅读次数:
1354
AKAZE是KAZE的加速版 特征点查找和绘制:把surf中的surf改成KAZE或AKAZE即可 匹配: ...
分类:
其他好文 时间:
2018-10-04 11:23:05
阅读次数:
1604
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3"> ...
268. Missing NumberGiven an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missing from the array.Example 1:Inpu ...
分类:
其他好文 时间:
2018-10-02 17:28:08
阅读次数:
131