ssh
cpmv
lscat
grep
chmod
which
head
less
find
pstop
nohup … &
jobs
vi …
dir()
setwd()
make
cat *.sql > merge.sql
awksed
ggplot2
scipy
numpy
pandas
matplotlib
rpy2
1.vector(向量):同型別資料
2.factor(因子):分類時用
3.matrix(矩陣):同型別資料
4.array(陣列):同型別,多維矩陣
5.dataframe(資料框):不同型別的矩陣
6.list(列表):不同型別,有序
1.num(數字):不可變
2.str(字串):不可變
3.list(列表):支援數字,字串,列表。用[ ],有序。
4.tuple(元組):支援數字,字串,列表。用( ),不可變。
5.set(集合):可用於刪除重複元素,輸出時會自動去重。
6.dic(字典):用,無序。
mysql中常用的語句 mysql中常用的語句整理
mysql中常用的語句 1 建立帶自增長的主鍵的表 drop table if exists user login create table user login user id int unsigned not null auto increment,user name varchar 50 de...
mysql中常用函式
函式 描述 abs number 返回提供數字的絕對值。比方說,abs 2.3 2.3.ceiling number 返回下乙個最大整數,比方說,ceiling 2.3 3.concat string1 string2,string3,返回所有提供字串的連線形式的值 curdate 返回當前時間 不...
ServletContext中常用方法
獲取tomcat的context的初始化引數。1.獲取tomcat的server.xml中設定context的初始化引數。例如 privileged true antiresourcelocking false antijarlocking false debug 0 reloadable true...