状态:完成、未完成 一、实战开发记录 1.1 WebRTC实时互动实战 1). sccket.io服务,提供信令交互服务 2). 搭建STUN/TURN服务,提供P2P 穿透服务 3). 开发浏览器连麦Client,完成浏览器互连 4). 开发Android端连麦Client,完成Android端& ...
分类:
其他好文 时间:
2020-04-18 09:25:10
阅读次数:
93
shell命令三剑客之awk命令详解,cut命令,linux里记录行踪(操作记录) ...
分类:
系统相关 时间:
2020-04-17 21:56:16
阅读次数:
84
PostgreSQL is an object-relational database management system (ORDBMS). PostgreSQL was developed in 1986 by Michael Stonebreaker and his team. It is e ...
分类:
数据库 时间:
2020-04-17 20:15:43
阅读次数:
93
docx模塊 python在安装时,默认的编码是ascii,当程序中出现非ascii编码时,python的处理常常会报错UnicodeDecodeError: 'ascii' codec can't decode byte 0x?? in position 1: ordinal not in ran ...
分类:
其他好文 时间:
2020-04-17 15:25:12
阅读次数:
58
arm developer上查到的 Development Boards https://developer.arm.com/solutions/graphics-and-gaming/development-platforms HiKey 960 HiKey 970 ODROID-XU3 (Sam ...
分类:
其他好文 时间:
2020-04-17 09:14:58
阅读次数:
57
In the wilds far beyond lies the Land of Sacredness, which can be viewed as a tree — connected undirected graph consisting of nn nodes and n?1n?1 edge ...
分类:
其他好文 时间:
2020-04-17 00:11:27
阅读次数:
66
1.阿里巴巴java规约推荐使用java线程池ThreadPoolExecutor service = new ThreadPoolExecutor(5, 200, 0L, TimeUnit.MILLISECONDS, new LinkedBlockingQueue<>(1024), new Thr ...
分类:
编程语言 时间:
2020-04-16 19:43:46
阅读次数:
80
现象: 1. 表面现象: 方法中输出的日志, 日志文件中找不到, 也没有任何报错(即@Async标注的方法没有执行, 也没有报错) 2. 分析现象: 日志中某个时刻之后没有了task-xxx线程的日志 原因: @Async异常方法默认使用Spring创建ThreadPoolTaskExecutor( ...
分类:
编程语言 时间:
2020-04-16 19:31:54
阅读次数:
279
前言本文收集整理了各大厂常见面试题N道,你想要的这里都有内容涵盖:Java、MyBatis、ZooKeeper、Dubbo、Elasticsearch、Memcached、Redis、MySQL、Spring、SpringBoot、SpringCloud、RabbitMQ、Kafka、Linux等技术栈,希望大家都能找到适合自己的公司,开开心心的撸代码。目录由于题量较多,篇幅的限制,文章中的面试题
分类:
编程语言 时间:
2020-04-16 18:10:05
阅读次数:
104
频度分析-用一定的分类方法将数组分类,统计各分组下样本数量,以图表辅助,用更直观的方式描述出数组的分布趋势。 业务意义:在实际数据分析工作中,经常需要将数据按照某个维度分段进行指标统计,以发现问题和解决问题。 例子:一个班40个学生,考试成绩如下: [73,87,88,65,73,76,80,95, ...
分类:
其他好文 时间:
2020-04-16 09:13:55
阅读次数:
120