`
文章列表
maven 配置 C:\Users\Administrator\.m2\settings.xml <mirror> <id>liferay-osc</id> <mirrorOf>*</mirrorOf> <name>Liferay osc</name> <url>https://repository.liferay.com/nexus/content/groups/public/</url> </mirror> maven工程的pom配置的文件 <p ...

Tensorflow安装

系统Centos 7.0 64位   安装pip yum update -y && yum install -y python python-devel epel-release.noarch python-pip yum -y install python-pip 从百度下载 pip install tensorflow-0.5.0-cp27-none-linux_x86_64.whl     第一个demo,test.py ------------------------------ import tensorflow as tf   hello ...
其实牛顿开方法是牛顿迭代法在开平方上的应用,牛顿迭代法同时也能快速逼近很多方程的解,自然可以用来开任意平方。 求,即求的正根。 更一般地,求,即求
机器学习与深度学习, 人工智能 这些领域,如果机器需要向人学习,那么, 人是如何学习的,或者人思维是如何运作的。 构成人的一个思维生态(闭环)。目前机器学习人工智能的取得较大发展是依托统计概率论。 如果机器需要有自己的AI,那么是否意味着人在创造生命。因为,生命可以不断的延续。 那么什么是生命,生命由那些构成,构成这些又意味着需要那些功能,这些功能目前能否实现。 作为一个刚入门的我,拥有非常多的奇思妙想。 在没有彻底深入前,带着非常多的想法,再次记录下。 也许哪天已经了解了现有机器学习,那么当初的这些想法甚至带有启迪的思路就消失殆尽了。
创建java类 /* * Licensed to Jasig under one or more contributor license * agreements. See the NOTICE file distributed with this work * for additional information regarding copyright ownership. * Jasig licenses this file to you under the Apache License, * Version 2.0 (the "License" ...
转自:https://web.liferay.com/de/community/wiki/-/wiki/Main/Eclipse+Debugging+Liferay+on+Tomcat#section-Eclipse+Debugging+Liferay+on+Tomcat-(Older+versions)+With+a+straightforward+launch+configuration   Using a Launch Configuration specifically created to run Tomcat directly, bypassing Eclipse. Ope ...
命令如下,在一些非WEB工程里面,有时候需要将maven的包导出来,就可以执行下面的命令 mvn dependency:copy-dependencies -DoutputDirectory=src/main/webapp/WEB-INF/lib  -DincludeScope=runtime
https://downloads.tableau.com/public/TableauPublicDesktop-64bit-9-3-1.msi
最近分别在win7和Win8、win10 上分别安装php 高版本!都遇到了这个问题!   一、win7系统, apache2.2/apache2.4, php5.2升级到5.4.   这个比较容易: 1. phpinfo发现没有加载curl; 2. 在php.ini中设置extension_dir 指向e:\php5.4\ext; 部分php扩展加载了, 但curl仍不行。 3. 设置windows系统环境变量, phpext, 指向e:\php5.4\ext, PHPRC 指向e:\php5.4 设置path环境变量,添加e:\php5.4 4. 重新启动apache, ...
The Background   By default the Pentaho BI server is configured to auto submit the parameters when running reports. This means that each time the user selects a parameter value the report is being reloaded to reflect the results for the current selection.   This behaviour might not be desirable ...
Setting up an "All" Parameter   This short tutorial is fairly similar to the last one, let's say it's an improved version: We work again with Pentaho Report Designer 3.5. Imagine you want to give your users the possibility to choose either one of the parameter values or all. So how can ...
Step 1: Configure Sparkl Sparkl is a plugin creator instrument that sits on 2 major cornerstones of Pentaho: Ctools and PDI, aiming to leverage as much as possible of our existing stack. Dashboards are used for the front-end part and PDI (named Endpoints in sparkl) are used for the back-end logic. ...
最近又一次到上海出差 亲眼看着一个团队的成长 一个业务技术都不懂的团队,不断的摸索与自我否定的过程   1. 和客户接触,倾听客户的需求 2. 了解对方的组织架构 3. 从头开始学习技术 4. 考虑需求与以及如何调研 5. 从开始只考虑获取数据字段信息的思维到根据业务考虑获取相关数据的转变 6. 在利益、体制、标准、安全上遇到的问题   1. 和客户搞好关系 2. 思考各个层面对该项目的利益 3. 与业务科室以及第三方厂商合作如何互惠互利   做事先后,有个时间计划以及流程 在计划的每个阶段寻找相应的方法论做相应的事情 1. 在与客户调研之前,可以先收集资料 ...
基于hadoop2.7.1版本   一、简介   1、 WebHDFS官方简介:   Introduction   The HTTP REST API supports the complete FileSystem/FileContext interface for HDFS.   2、HttpFS GateWay官方简介:   HttpFS is a server that provides a REST HTTP gateway supporting all HDFS File System operations (read and write). And it ...
CentOS在软件安装过程中可能会出现依赖问题 软件包冲突还是比较常见的,为此,做个笔记   yum可以更好地解决依赖关系,yum remove移除软件包(会让你确认同时删除依赖包)时更加安全。加入某个包被其它包依赖,用yum remove是无法移除的。   rpm -e和yum remove的用途和功能一致   rpm -e加上--nodeps可以忽略依赖关系,移除某个软件包。其可能会使系统的某些程序无法运行(因为依赖包被移除了,例如rpm -e --nodeps libstdc++-4.8.2-8.el6.x86_64)。  在使用忽略依赖关系,一定要记住重新安装一个相近的 ...
Global site tag (gtag.js) - Google Analytics