Evolutionary approaches towards AI: past, present, and future 2019-10-06 07:28:13 This blog is from: https://towardsdatascience.com/evolutionary-appro ...
分类:
移动开发 时间:
2019-10-06 09:23:12
阅读次数:
89
题目描述 Given a linked list, return the node where the cycle begins. If there is no cycle, return null. To represent a cycle in the given linked list, we ...
分类:
其他好文 时间:
2019-10-05 20:32:28
阅读次数:
122
Gildong is playing a video game called Block Adventure. In Block Adventure, there are nn columns of blocks in a row, and the columns are numbered from ...
分类:
其他好文 时间:
2019-10-04 23:12:38
阅读次数:
120
Professor Dumbledore is helping Harry destroy the Horcruxes. He went to Gaunt Shack as he suspected a Horcrux to be present there. He saw Marvolo Gaun ...
分类:
其他好文 时间:
2019-10-04 22:42:19
阅读次数:
98
1.直接添加如下依赖就可以满足日常的工作,如果缺少哪个库,再去单独添加就好了 添加这一句代码就依赖了如下的库。 2.先不谈Activity和Fragment中如何使用,先举一个Lifecycle的简单例子。 先实现MyObserver,对ON_CREATE和ON_RESUME事件进行监听。因为在An ...
分类:
其他好文 时间:
2019-10-02 18:37:37
阅读次数:
262
csp退役前的做题计划1(真) 因为我太菜了,所以在第一次月考就会退役,还是记录一下每天做了什么题目吧。 任务计划 [ ] Z算法(Z Algorithm) 9.28 "x] ARC061C [たくさんの数式 / Many Formulas" "x] ARC061D [すぬけ君の塗り絵 / Snuk ...
分类:
其他好文 时间:
2019-09-29 23:37:26
阅读次数:
140
1. 现象 2. 解决方案 2.1 机制 1. PEERDNS=yes|no 允许|禁止/etc/resolv.conf 重启/更新网络 被覆盖 2. 当开启NetworkManager.service 时, PEERDNS是不生效的,通过设置dns=none解决 3. 阿里云ECS内部服务不要开启 ...
分类:
其他好文 时间:
2019-09-24 13:50:12
阅读次数:
143
tensorflow里面有太多的函数功能,完全像是新学一门语言,所以打算采用,遇到不会的函数就记录下来,作为自己的函数手册。这篇要讲的就是tf,cond()。 tf,cond(A,B,C) 就像是条件语句:if A: B else:C,举个例子: 解读一下这个官方的例子,首先是给z赋值了一个简单的乘 ...
分类:
其他好文 时间:
2019-09-16 23:59:54
阅读次数:
239
报错为Bringing up interface eth0: Device eth0 does not seem to be present,delaying initialization 错误原因,是因为linux网卡绑定了原mac地址导致 解决方法为 1.使用ifconfig -a 查看当前主机 ...
分类:
系统相关 时间:
2019-09-14 16:20:41
阅读次数:
124
参考:https://docs.gradle.org/current/dsl/org.gradle.testing.jacoco.tasks.JacocoCoverageVerification.html gradle库下载:https://maven.aliyun.com/mvn/view 案例参 ...
分类:
移动开发 时间:
2019-09-09 19:23:19
阅读次数:
217