第一章
模块
- 载入:
import math
- 调用:
math.floor
- 去掉模块名字:
from math import floor
- 调用:
floor
- 换个名字:
myfloor = math.floor
调用:
myfloor(2.2)
为了避免名字冲突,应尽量使用普通的import
cout 和 cerr, clog 可被重新定向,与相关文件关联.
对unsigned赋值时超出类型最大值情况会区模留下剩余.signed大多数情况也有类似操作,单视具体机器而定.
8进制0开头表示,例如1
2int a = 024
//a = 20
初始化方式:1
2int a = 1;
int b(1);
变量定义与声明是两个概念.每个变量只能被定义一次,但可以被声明多次(extern
)
1.系统安装
ubuntu 14.04.3 server amd 64
2.hardware RAID
开机ctrl+R 配置 raid1
系统安装时可见 H730P mini 2T
硬raid管理工具:LSIMegaRAIDSAS
详细:HWraid
由于没有提供14.04的源,12.04凑合用吧
在/etc/apt/source.list
中添加deb http://hwraid.le-vert.net/ubuntu precise main
执行wget -O - http://hwraid.le-vert.net/debian/hwraid.le-vert.net.gpg.key | sudo apt-key add -
和sudo apt-get update
安装sudo apt-get install megaraid-status
后可执行megaraidsas-status
和sudo megasasctl
查看raid状态。
3.install gnome desktop for XXX
sudo apt-get update; sudo apt-get install gnome-session-fallback
Black screen again without any changes! cuda? gdm? lightdm? fuck you.
solution:
http://www.webupd8.org/2013/01/ubuntu-lightdm-black-screen-when-using.html
安装libsodium
1 | wget https://download.libsodium.org/libsodium/releases/LATEST.tar.gz |
1 | x=data(:,1:9); |
title = “The {NIST} 1999 speaker recognition evaluation —- an overview”,
其中 {NIST} 中的大括号不会被显示,它的作用是保证将来的生成的参考文献中 NIST
四个字保持原样,不会被小写。
windows :tracert
linux : traceroute