POJ 1062 昂贵的聘礼【Dijkstra算法变形】 昂贵的聘
iOS 解决iOS10相册、相机、麦克风等权限使用问题 访问相册出现下面崩溃提示:[access] This app has crashed because it attempted to access privacy-sensitive data without a usage descripti...
httpPost对JSON发送和接收 public static String postURL(String commString, String address, String encode) { String rec_string = ""; URL url = null; HttpURLC
[置顶] 一步一步实现直播和弹幕 序言最近在研究直播的弹幕,东西有点多,准备记录一下免得自己忘了又要重新研究,也帮助有这方面需要的同学少走点弯路。关于直播的技术细节其实就是两个方面一个...
Leetcode 66 Plus One Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored such that the most significant digit is at
最近收集的一些面试题 最近遇到一些比较有代表性,有点挑战性的面试题, 大概集中这几个方面:1.性能的优化2.功能的实现原理3.基础知识的掌握程度4.新技术的了解关于这些问题,觉得下面几...
【Bash百宝箱】shell内建命令之times、umask、unset 1、times在shell中,内建(builtin)命令times,格式如下:timestimes命令用于显示shell及其子进程所使用的累积用户时间和系统时间,退出状态为0。times命令用例...
Qt--使用RtAudio进行录音以及播放 其实,本篇博客主要是介绍一下RtAudio,只是在qt中使用罢了!什么是RtAudio? RtAudio provides a common API for realtime audio input/output acros...
Android官方开发文档Training系列课程中文版:电池续航时间优化之监测电池电量及充电状态 原文地址:http://android.xsoftlab.net/training/monitoring-device-state/index.html引言作为一款优秀的APP应用,应该总是想方设法的降低电量的消耗。通过这节...
Leetcode 62 Unique Paths A robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot can only move either down or right at any point