2017年11月21日 星期二

前端編輯器

jsbin

無邊界的button css樣式

.button1 {
   border:1px #ffffff solid;
   background-color: #ffffff ;
}

2017年11月20日 星期一

Latex 安裝在ubuntu上

安裝

sudo apt-get install texlive-full

sudo apt-get install texmaker

編譯成pdf

pdflatex filename.lex

2017年11月2日 星期四

apache restart fail

AH00557: apache2: apr_sockaddr_info_get() failed for excellentjay-Satellite-L750
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
 
add the following line in /etc/apache2/apache2.conf 
 
ServerName localhost