码迷,mamicode.com
首页 >  
搜索关键字:docker machine    ( 22182个结果
编程检测远程桌面是否开放和已经启动
我们有一个软件系统,必须要依赖远程桌面来安装与运行的。可是怎么检测远程桌面是否已经开放并且在运行呢?有一个注册表项HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\fDenyTSConnections如果是1表示禁...
分类:其他好文   时间:2014-05-16 22:56:42    阅读次数:326
crusher machine manufacturer
The Colorado,US-based miner is currently discussing with the government to complete the process of securing an initial export permit.stone crusher mac...
分类:其他好文   时间:2014-05-13 21:51:31    阅读次数:320
杂记(一)
把这段时间的一些想法整理一下。 2014年4月27日 在学习Machine Learning 的过程中深深被她吸引了,多么神奇的东西啊!可以通过算法把二维的照片,还原出原来的三维,不过这种技术不成熟,但是我觉得这个思路很好。 2014年5月4日 计算机只能基于1或0,也就是二进制工作,但是人脑不是这...
分类:其他好文   时间:2014-05-13 21:47:24    阅读次数:307
topk记录
lk@lk-virtual-machine:~/hadoop-1.0.1/bin$ ./hadoop dfs -rmr output Deleted hdfs://localhost:9000/user/lk/output lk@lk-virtual-machine:~/hadoop-1.0.1/bin$ ./hadoop jar ~/mytopk.jar top.Top  input out...
分类:其他好文   时间:2014-05-13 06:53:12    阅读次数:448
Python 安装 MaxMind GeoLite City
1、先安装 geoip c library  geoip c library >= 1.4.6 installed on your machine. >= 1.4.6 installed on your machine. wget http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.7.tar.gz tar -xvzf GeoIP...
分类:编程语言   时间:2014-05-13 06:24:28    阅读次数:940
hadoop记录topk
lk@lk-virtual-machine:~/hadoop-1.0.1/bin$ ./hadoop jar ~/hadoop-1.0.1/to.jar top.Top input output 14/05/12 03:44:37 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applicat...
分类:其他好文   时间:2014-05-13 05:38:18    阅读次数:291
(原创)Stanford Machine Learning (by Andrew NG) --- (week 7) Support Vector Machines
本栏目内容来源于Andrew NG老师讲解的SVM部分,包括SVM的优化目标、最大判定边界、核函数、SVM使用方法、多分类问题等,Machine learning课程地址为:https://www.coursera.org/course/ml大家对于支持向量机(SVM)可能会比较熟悉,是个强大且流行...
分类:其他好文   时间:2014-05-12 12:42:21    阅读次数:764
oracle的删除方法
手工彻底删除oracle第一步:停用全部oracle服务第二步:删除oracle注册表运行regedit在如下路径中找到oracle相关键值,删除 HKEY_LOCAL_MACHINE\SOFTWARE HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSe...
分类:数据库   时间:2014-05-12 05:29:32    阅读次数:337
机器学习入门——单变量线性回归
线性回归的概念,在高中数学书里就出现过。 给你一些样本点,如何找出一条直线,使得最逼近这些样本点。 给出一个例子:假设 x 是房子面积,y是房子价格,确定一条直线需要theta0和theta1. 给出x,我们就可以计算出房子的价格 h(x) = theta0+theta1*x 关键是如何计算出theta0和theta1,也就是如何找出这么一条直线呢? 在这里,引入一个...
分类:其他好文   时间:2014-05-10 04:36:00    阅读次数:276
测试webservice的时候,如果出现这个错误:"The test form is only available for requests from the local machine"
测试webservice的时候,如果出现这个错误:"The test form is only available for requests from the local machine" 在web.config中加入以下配置,就可以解决问题。 也就是说,在默认情况下,...
分类:Web程序   时间:2014-05-10 02:24:13    阅读次数:352
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!