https://mp.weixin.qq.com/s/UtJkWiNllDYx2MhgSyBosw 人工智能,各个子领域的最牛叉的10位专家除了吴恩达,你还能说出几个?李飞飞在计算机视觉中能排进前10吗? 在平时文献搜索,专题学习中,他们的课程和资料无疑是非常好的参考资料,我搜索了2018年初Min ...
分类:
其他好文 时间:
2018-09-01 12:18:23
阅读次数:
153
css: align-items: center; 该样式配合display: flex;可以使子元素垂直居中 justify-content: center; 该样式配合display: flex;可以使子元素水平居中 vertical-align:; 垂直对齐方式 outline-style:; ...
分类:
其他好文 时间:
2018-08-30 19:57:06
阅读次数:
137
检测U盘: 格式化磁盘: 使用批处理 : FORMAT G: /Y /FS:NTFS /V:My_LABEL /Q 其中: G: is a drive letter for formating. (需要格式化的磁盘) /Y is used to force the format and bypass ...
题目描述 给定两个整数 n 和 k,返回 1 ... n 中所有可能的 k 个数的组合。 示例: 解题思路 回溯法,每次遍历到一个元素分为放入与不放入集合两种情况,若集合长度为k,则加入到结果中。 代码 ...
分类:
其他好文 时间:
2018-08-28 13:04:34
阅读次数:
129
784. Letter Case Permutation 784. Letter Case Permutation 784. Letter Case Permutation 784. Letter Case Permutation Given a string S, we can transform ...
分类:
其他好文 时间:
2018-08-26 12:02:01
阅读次数:
179
Centos 7.3下 Linux For SQL Server安装及配置介绍高文龙关注13人评论2828人阅读2017-03-05 21:46:21Centos 7.3下Linux For SQL Server安装及配置介绍说到SQL Server服务,我们大家都知道是Microsoft公司的数据... ...
分类:
数据库 时间:
2018-08-25 13:59:45
阅读次数:
239
三种执行命令的方法 subprocess.run(*popenargs, input=None, timeout=None, check=False, **kwargs) #官方推荐 subprocess.call(*popenargs, timeout=None, **kwargs) #跟上面实现 ...
分类:
编程语言 时间:
2018-08-23 22:09:41
阅读次数:
167
题目描述 In computer science, a character is a letter, a digit, a punctuation mark or some other similar symbol. Since computers can only process numbers, ...
分类:
其他好文 时间:
2018-08-19 20:58:35
阅读次数:
172