码迷,mamicode.com
首页 >  
搜索关键字:quick    ( 2274个结果
在 Spring 框架中使用 Dubbo
在 Spring 框架中使用 Dubbo 参考网址 http://dubbo.apache.org/zh-cn/ Dubbo 官网 http://dubbo.apache.org/zh-cn/docs/user/quick-start.html Dubbo 文档 框架组成 spring 5.1.3 ...
分类:编程语言   时间:2020-10-22 22:16:53    阅读次数:20
游戏引擎Cocos接入HMS Core,华为推送服务拥抱游戏开发者!
2020年9月,全球著名游戏引擎Cocos继集成华为帐号、应用内支付、广告和游戏等服务之后,本次又新增集成华为推送服务,开发者能快速地实现推送能力。通过华为的推送渠道,开发者可以为用户提供更好的运营和服务!华为推送服务致力于为广大开发者提供高效、精准、稳定的推送服务,帮助应用与用户建立有效连接,提升产品体验。具体接入流程,请参考Cocos官方使用指南。中文版:https://docs.cocos.
分类:其他好文   时间:2020-10-14 19:53:38    阅读次数:27
并查集-二项树与快速合并算法
ALGS4 Exercise 1.5.15 Problem Binomial trees. Show that the number of nodes at each level in the worst-case trees for weighted quick-union are binomia ...
分类:编程语言   时间:2020-10-05 21:48:17    阅读次数:42
开发直播App对多协议编解码的支持
多协议直播接收解码:直播的基本流程都是采集→编码推流→网络分发→解码→播放。通常的视频格式:.mp4,.flv,.ogv,.webm。常见的视频封装格式:AVI,MPEG,VOB等。AVIAVI格式(后缀为.AVI):它的英文全称为AudioVideoInterleaved,即音频视频交错格式。它于1992年被Microsoft公司推出。DV-AVIDV-AVI格式(后缀为.AVI):DV的英文全
分类:移动开发   时间:2020-09-18 01:56:56    阅读次数:41
EdgeX foundry树莓派搭建与MQTT通讯
参考资料 使用容器方法管理和搭建EdgeX:https://docs.edgexfoundry.org/1.2/getting-started/quick-start/ 什么是微服务,为什么要用微服务:https://www.zhihu.com/question/65502802 什么是MQTT,一 ...
分类:其他好文   时间:2020-09-17 21:50:36    阅读次数:57
[19-5] Jedis
Quick Start 导入 Jedis 所需要的 jar 包:Commons-pool-1.6.jar、Jedis-2.1.0.jar 编写程序测试连通性 public class Test { public static void main(String[] args) { Jedis jedi ...
分类:其他好文   时间:2020-09-17 13:00:03    阅读次数:26
《趣学算法》第三章 分治法源代码
分治法代码实现 1、猜数游戏——二分搜索技术 //program 3-1 #include<iostream> #include<cstdlib> #include<algorithm> using namespace std; const int M=10000; int x,n,i; int s ...
分类:编程语言   时间:2020-09-16 12:21:41    阅读次数:37
多线程std::cout 深入研究
1.研究背景 在测试时发现mingw版本的gcc编译出来的程序,一个主程序新建20个线程,每个线程都循环向cout输出信息,几分钟程序就崩了,而用msvc和gcc-linaro版gcc交叉编译器编译出来的运行很久都没问题。 2.相关查询 2.1 C++ iostreams: Unexpected b ...
分类:编程语言   时间:2020-09-03 16:47:52    阅读次数:55
Mybatis-Plus
参考地址:https://mp.baomidou.com/guide/quick-start.html 快速入手: SpringBoot项目依赖: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot ...
分类:其他好文   时间:2020-08-15 22:28:31    阅读次数:72
clickhouse安装数据导入及查询测试
官网 https://clickhouse.tech/ quick start 进入下面目录,手工下载软件然后安装 https://repo.clickhouse.tech/rpm/lts/x86_64/或者直接下载这四个文件wget https://repo.clickhouse.tech/rpm ...
分类:其他好文   时间:2020-08-04 16:51:52    阅读次数:85
2274条   上一页 1 ... 3 4 5 6 7 ... 228 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!