Technote (FAQ) Question How to install multiple versions of Java on a workstation? Cause Workstation applications may require different versions of Ja ...
分类:
其他好文 时间:
2017-12-23 20:16:33
阅读次数:
418
Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructu ...
分类:
其他好文 时间:
2017-12-23 19:13:24
阅读次数:
163
今天刚安装了一个centos 6.9图形界面的系统,安装完成后,鼠标右击没有打开终端的按钮,在网上查了一些资料,搞明白了,分享给大家。 在左上角菜单【Applications】 》【System Tools】 》【Terminal】打开终端 将终端放在桌面上,则对【Terminal】右键选择【Add ...
分类:
系统相关 时间:
2017-12-23 12:09:27
阅读次数:
300
1、卸载Android Studio,在终端(terminal)执行以下命令: rm -Rf /Applications/Android\ Studio.app rm -Rf ~/Library/Preferences/AndroidStudio* rm ~/Library/Preferences/ ...
分类:
移动开发 时间:
2017-12-20 16:50:03
阅读次数:
185
数据模型是开发软件的最重要的部分,因为它们对应用程序有着深远的影响:不仅是软件的编写方式,而且也影响我们如何解决的问题的方式。第二篇读书笔记,我们聊一聊数据模型的设计。 1.数据模型的分层 作为一个开发者来说,在一个复杂的应用程序中,是存在很多 分层模型 的,但基本思想还是一样的:每一层都提供了一个 ...
分类:
移动开发 时间:
2017-12-20 14:09:50
阅读次数:
220
深度学习 So far this week + Edge detection + RANSAC + SIFT + K Means + Linear classifier + Mean shift + PCA/Eigenfaces + Image features Current Research + ...
分类:
移动开发 时间:
2017-12-13 00:15:09
阅读次数:
433
Background reading: Forsyth and Ponce, Computer Vision Chapter 7 Image sampling and quantization Types of images: binary, gray scale, color Resolution ...
分类:
移动开发 时间:
2017-12-09 22:36:07
阅读次数:
370
坦白说也是机缘巧合,在硕士生阶段进入分布式系统领域学习。无论是大规模存储或计算,其核心也是运用分布式技术利用并行性来解决数据密集型应用的需求。最近开始在啃这本 "《Designing Data Intensive Applications》" 大部头,作者 "Martin Kleppmann" 在分 ...
分类:
移动开发 时间:
2017-12-07 13:34:41
阅读次数:
263
大纲 what is color? The result of interaction between physical light in the environment and our visual system. A psychological property of our visual ex ...
分类:
移动开发 时间:
2017-12-02 14:05:32
阅读次数:
489
课程大纲:http://vision.stanford.edu/teaching/cs131_fall1718/syllabus.html 课程定位: 课程交叉: what is (computer) vision?: 1. a scientific field that extracts info ...
分类:
移动开发 时间:
2017-11-29 16:14:33
阅读次数:
232