码迷,mamicode.com
首页 >  
搜索关键字:extra    ( 2903个结果
集成默认的二维码扫描页面
1.在module的build.gradle中执行compile操作 2.在demo Application中执行初始化操作 3.在代码中执行打开扫描二维码界面操作 4.在Activity的onActivityResult方法中接收扫描结果 ...
分类:其他好文   时间:2018-10-07 20:28:24    阅读次数:183
[LeetCode] 27. Remove Element
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 安装时要求输入授权用户名密码? composer require "overtrue/laravel-socialite:~2.0" Authentication required (packagist.phpcomposer.com): Username: composer re ...
分类:其他好文   时间:2018-10-06 15:34:58    阅读次数:317
24. Swap Nodes in Pairs
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
POJ 1251 Jungle Roads
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
利用xadmin快速搭建后台管理系统
环境: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
手眼标定之相机随动eye-in-hand 示例:handeye_movingcam_calibration
* * 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
OpenCV——KAZE、AKAZE特征检测、匹配与对象查找
AKAZE是KAZE的加速版 特征点查找和绘制:把surf中的surf改成KAZE或AKAZE即可 匹配: ...
分类:其他好文   时间:2018-10-04 11:23:05    阅读次数:1604
腾讯地图api 地址解析 js版
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3"> ...
分类:Windows程序   时间:2018-10-04 09:09:15    阅读次数:753
leetcode268 - Missing Number - easy
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
2903条   上一页 1 ... 59 60 61 62 63 ... 291 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!