Fluid
  • Home
  • Archives
  • Categories
  • Tags
  • About

my steps towards italiano

I have to say the Assassin Creed makes me to believe it is a world for real hero who determined with what he want.For my own road of assassin, I want to learn more about the computer science theory es
2014-08-25
study
#language

apache port forward

You have to use http://localhost:port to visit http://localhost, to help you omit the port part, now let us learn to configure apache2. First to install apache2. sudo apt-get install apache2 Then
2014-08-24
operation
#linux #apache

install local jar to local repository

Well it sometimes useful to install jar files that create or download directly to local maven repository. 1234567mvn install:install-file \ -Dfile=<path-to-file> \ -DgroupId=<
2014-08-24
development
#java #maven

tomcat domain name to folder mapping

If not set domain name mapping, we could only use localhost:port/appbase/path to access our web application.Here the domain name is mapped onto path, which is the root folder of our application. You
2014-08-24
operation
#linux #tomcat

farewell state street global advisor

my farewell letter to SSgA interactive team
2014-07-31
myself

java remote invoke

Since IPC was first mentioned, many methods and protocals that involving inter-process call published, like RPC, Web Service etc.,But actually, those are all another format of IPC, the difference is t
2014-07-30
development
#java

install and configure hbase

premiseI already installed hadoop 2.4.0 with yarn, with hadoop configuration in core-site.xml 123456<configuration> <property> <name>fs.default.name</name> &
2014-07-28
development
#hadoop

install and configure hive

Personally, the configuration procedure of Hive is much easier than Hbase. downloadhive installMove to installation folder, copy configuration files 12345tar -zxf apache-hive-0.13.1-bin.tar.gzmv
2014-07-28
development
#hadoop

regularized learning algorthm

MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']], displayMath: [['$$','$$'], ['\[','\]']], processEscapes: true, processEnvironments: true, skipTags: ['sc
2014-07-27
development
#machine learning

logistic regression

GivenWe have training data set $$\begin{aligned}&(x^{(1)}, y^{(1)}) \&(x^{(2)}, y^{(2)}) \&(x^{(3)}, y^{(3)}) \&……\&(x^{(m)}, y^{(m)})\end{aligned}$$ Here the super script $(i)
2014-07-17
development
#machine learning
1…1516171819…23

Search

Hexo Fluid