码迷,mamicode.com
首页 >  
搜索关键字:applications    ( 1841个结果
如何在一台电脑上安装多个jdk
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
Docker7之Docker overview
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
Linux6.X图形界面如何打开终端以及如何将终端加入右键
今天刚安装了一个centos 6.9图形界面的系统,安装完成后,鼠标右击没有打开终端的按钮,在网上查了一些资料,搞明白了,分享给大家。 在左上角菜单【Applications】 》【System Tools】 》【Terminal】打开终端 将终端放在桌面上,则对【Terminal】右键选择【Add ...
分类:系统相关   时间:2017-12-23 12:09:27    阅读次数:300
Mac完整卸载Android Studio的方法
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
数据模型与查询语言 ------《Designing Data-Intensive Applications》读书笔记2
数据模型是开发软件的最重要的部分,因为它们对应用程序有着深远的影响:不仅是软件的编写方式,而且也影响我们如何解决的问题的方式。第二篇读书笔记,我们聊一聊数据模型的设计。 1.数据模型的分层 作为一个开发者来说,在一个复杂的应用程序中,是存在很多 分层模型 的,但基本思想还是一样的:每一层都提供了一个 ...
分类:移动开发   时间:2017-12-20 14:09:50    阅读次数:220
[学习笔记] CS131 Computer Vision: Foundations and Applications:Lecture 9 深度学习2
深度学习 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
[学习笔记] CS131 Computer Vision: Foundations and Applications:Lecture 4 像素和滤波器
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》读书笔记1
坦白说也是机缘巧合,在硕士生阶段进入分布式系统领域学习。无论是大规模存储或计算,其核心也是运用分布式技术利用并行性来解决数据密集型应用的需求。最近开始在啃这本 "《Designing Data Intensive Applications》" 大部头,作者 "Martin Kleppmann" 在分 ...
分类:移动开发   时间:2017-12-07 13:34:41    阅读次数:263
[学习笔记] CS131 Computer Vision: Foundations and Applications:Lecture 2 颜色和数学基础
大纲 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
[学习笔记] CS131 Computer Vision: Foundations and Applications:Lecture 1 课程介绍
课程大纲: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
1841条   上一页 1 ... 46 47 48 49 50 ... 185 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!