码迷,mamicode.com
首页 >  
搜索关键字:quic    ( 463个结果
Google FireBase - fcm 推送 (Cloud Messaging)
要将 Firebase 添加到您的应用,您需要有一个 Firebase 项目以及适用于您的应用的 Firebase 配置文件。 在“根级别”的build.gradle文件添加一条规则。以包含Google服务插件: 然后在模块Gradle文件中(比如app模块下),底部添加apply plugin行, ...
分类:其他好文   时间:2018-05-24 11:49:40    阅读次数:443
IntelliJ IDEA 2017版 spring-boot2.0.2 自动配置Condition
描述: 编译器修改参数 -Dfile.encoding=GBK -Dstr.encoding=GBK Condition位置: 某一个类或注解存在的时候,装配,否则不装配 相关代码: https://github.com/liushaoye/quick_start/tree/third ...
分类:编程语言   时间:2018-05-21 21:53:06    阅读次数:203
快速排序
快速排序: 优点:快速(NlogN),只需下标标记额外空间。 详细步骤: 排序对象顺序随机打乱后。 先取首元素作为参照,后续元素头尾比较, 如果头元素小于参照,下标自加一; 如果尾元素大于于参照,下标自减一; 否则,头尾交换。 知道头下标大于尾下标,则返回当前尾下标。 然后以返回下标为分割点,前后再 ...
分类:编程语言   时间:2018-05-19 15:40:19    阅读次数:206
将 Spring boot 项目打成可执行Jar包,及相关注意事项(main-class、缺少 xsd、重复打包依赖)
将 Spring boot 项目打成可执行Jar包,及相关注意事项(main-class、缺少 xsd、重复打包依赖) ...
分类:编程语言   时间:2018-05-19 13:58:15    阅读次数:189
174. Dungeon Game
The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a dungeon. The dungeon consists of M x N rooms laid out in a ...
分类:其他好文   时间:2018-05-19 10:42:47    阅读次数:183
【SpringBoot】WebSocket 服务器发送事件
前言:必需学会SpringBoot基础知识简介:Takes an opinionated view of building production-ready Spring applications. Spring Boot favors convention over configuration a... ...
分类:编程语言   时间:2018-05-17 15:16:54    阅读次数:189
w3school
http://www.w3school.com.cn/ https://www.journaldev.com/10439/android-butterknife-example https://code.tutsplus.com/tutorials/quick-tip-using-butter-kn ...
分类:其他好文   时间:2018-05-17 11:53:34    阅读次数:180
butterknife
https://code.tutsplus.com/tutorials/quick-tip-using-butter-knife-to-inject-views-on-android--cms-23542 https://www.journaldev.com/10439/android-butter ...
分类:其他好文   时间:2018-05-17 11:38:00    阅读次数:177
Codeforces Round #482 (Div. 2) B题
B. Treasure Hunt time limit per test1 second time limit per test1 second memory limit per test:256 megabytes memory limit per test:256 megabytes input ...
分类:其他好文   时间:2018-05-15 20:59:21    阅读次数:256
版本 ------- 2017年最受开发者欢迎的10个Linux发行版
1.Arch Linux Arch Linux在安装过程中提供了强大的可定制选择,支持你下载和安装自己所需的程序包。虽然这个选择对新手来说没有多大的帮助,但是它确实能够帮助那些使用Arch构建系统和存储库的用户安装尽可能少的程序,减少了对编码产生干扰的可能。 这意味着,你可以为系统安装一个像i3这样 ...
分类:系统相关   时间:2018-05-15 19:33:41    阅读次数:275
463条   上一页 1 ... 33 34 35 36 37 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!