1 下载iso 文件
2 右键单击文件,选择打开方式为
windows 7 光盘映像刻录机
3 选择刻录后验证光盘
4 刻录
12/25/2010
12/20/2010
Statistic box display or hide in root
One can delete the statistics box for a histogram TH1* h with:
h->SetStats(0) and activate it again with: h->SetStats(1).
reference:http://root.cern.ch/root/html/TPaveStats.html
but do not forget to include the library
#include "TPaveStats.h"
12/19/2010
Research 12/19/2010
- Do the vem trace integration
- Apply the energy events weighting of the QGSjetII events
12/17/2010
Previous Work Summary month by month for reference later
- 2010
- Jan To identify the muon peaks in the simulated ADST files
- Feb Energy histogram of surface detector
- Mar Energy histogram change with years
- Apr Different method for jumps on simulation files
- May Jump method fitting
- Jun Hybrid Curvature Xmax relations
- Jul Hybrid Curvature Shower age correlations
- Aug Plot muon and EM traces separately
- Sep Calculate muon/em ratio
- Oct Calculate average muon jumps and compare data and simulation
- Nov Calculate average muon jumps and compare data and simulation
- Dec Calculate average muon jumps and compare data and simulation
- 2009
- Jan
- Feb
- Mar
- Apr
- May
- Jun
- Jul
- Aug
- Sep
- Oct
- Nov
- Dec
Acer 5740 touchpad not working under ubuntu 10.04
Got solution from this link:
http://ubuntuforums.org/showthread.php?t=1482801
Open the terminal and type:
$gconf-editor
Then look into
http://ubuntuforums.org/showthread.php?t=1482801
Open the terminal and type:
$gconf-editor
Then look into
/desktop/gnome/peripherals/touchpad
if touchpad_enabled is set to true. If not set it to true.
12/14/2010
Delete old emails in gmail
- First you need to look at the dates of those email, and then do a search based on date. Use this search string in the search box:
before:2008-01-01
and press Enter. - After that, click on "Select: All" on the blue area above the first email in the list.
- Then click on "All 20 conversations on this page are selected. Select all conversations that match this search". at the top of the list of emails Now press Delete.
12/13/2010
12/10/2010
12/06/2010
download multiple files from command line
got a lot help from this webpage
1 creat a text file "download"
$ gedit download
2 put the download links in that file
3 download them from terminal
$ wget -i download
1 creat a text file "download"
$ gedit download
2 put the download links in that file
3 download them from terminal
$ wget -i download
订阅:
评论 (Atom)
