Google Developer Days 2019 & GDD】的更多相关文章

Google Developer Days 2019 2019 Google 开发者大会 GDD Google Developer Days https://events.google.cn/intl/zh-CN/developerdays2019/ https://events.google.cn/intl/en/developerdays2019/ https://events.google.cn/intl/zh-CN/developerdays2019/speakers/ https://…
Google Kick Start 2019 C轮 第一题 Wiggle Walk 题解 题目地址:https://codingcompetitions.withgoogle.com/kickstart/round/0000000000050ff2/0000000000150aac 四个解法: 暴力模拟 使用HashMap优化,理论时间复杂度最小(好像也是并查集) (推荐)使用BitSet,实际占用空间特别小,仅仅是 2mn 个比特大小 使用HashMap实现的并查集方法,在东南西北4个方向上用…
Google Developer Profile https://google.dev/u/me https://google.dev/u/109030792841960772125 Google Developer Profile, is a way to learn about Google technologies and unlock achievements Google Developer Profile,是一种了解Google技术并释放成就的方法 https://developer…
https://source.android.google.cn/ https://developer.android.google.cn/ https://source.android.com/compatibility/cts/downloads.html  无法访问,改成如下形式即可: https://source.android.google.cn/compatibility/cts/downloads.html ---正常访问 android源代码各个版本在线查看网址 http://a…
https://www.tensorflow.org/ https://tensorflow.google.cn/     (中文站点) 现场PPT照片:    https://pan.baidu.com/s/1jyTnyiZtkxuvVlEQXQIHpA 提取码: 8m12 1.TensorFlow 2.0 keras: tensorflow的高阶API,可以直接调用机器学习模型,不用再“手写”了. eager模式: 开启了Eager模式,这时,TensorFlow会从原先的声明式(decla…
Day 2 1.breaking pi‘s world record with google cloud [concept] memory wall: Originally theorized in 1994 by Wulf and McKee, this concept revolves around the idea that computer processing units (CPUs) are advancing at a fast enough pace that will leav…
Google I/O 2019, 这里有个playlist是所有Android开发相关的session视频合集: Android & Play at Google I/O 2019 当然啦每个视频都看不太现实了, 就挑几个看看吧. 这里是我个人的一点笔记, 可以作为一个太长不看版, 感兴趣的点再自己了解下. CameraX 更易用的API. 隐藏底层细节. 兼容各种设备. 自动化测试套件. Android Studio UI design tools and Debugging Tools De…
2019年是值得记录的一年,成长许多,也收获许多. 做了 10 场大会的技术演讲,成功内推 20 人拿到微软 Offer,知乎 Live 2000 听众,公众号 2 万粉丝,GitHub 2万 star,Code Runner 突破 1000 万下载量,成立了 VS Code 中文社区. 10 场演讲 2018 年,只有在 Microsoft Tech Summit 上做过一场大型的公开演讲.而 2019 年却一发不可收拾,不算公司内部的演讲,公开的演讲已经有 10 场了. CodeLab @…
我 2006 年开始工作,至今已经 10 年.10 年是个里程碑,我开始回顾自己曾经犯过的错误,以及我希望从同行那里得到什么类型的忠告.一切都在快速改变,10 年了,我不能确定这些秘诀是否还有用. 不管您是新人还是老手,您都会发现我的话是有用的.我期待听到您的观点,所以请不吝赐教给我回信. 坚持使用一种平台,框架或者语言 在过去 10 年间我所犯的最大的错误是:每次换工作时我都会换一个软件平台. 开始我使用 Enterprise Java Development,然后是嵌入 C 软件,然后,对于…
1. You must get a key in google developer center, and register it in below function in AppDelegate.m file. - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {     // Override point for custom…