*說明:
*此檔案設定了每次啟動stata時需要做的一些基本設定
*你可以在此檔案中新增你希望在stata啟動時立刻執行的命令
settype double
set memory 50m
set matsize 2000
set scrollbufsize 500000
//視窗中顯示的行數上限
set more off,perma
adopath +
"d:\stata16\ado\personal"
*採用相似的方式,可新增其它允許stata搜尋的目錄
// sysdir set stata:"d:\stata16\"
sysdir set plus "d:\stata16\ado\plus"
// 外部命令的存放位置
sysdir set oldplace "d:\stata16\ado\myado"
// 自行編寫的stata程式
sysdir set personal "d:\stata16\ado\personal"
// 個人資料夾位置
* log檔案:自動以當前日期為名存放於 stata11\do 資料夾下
* 若 stata11\ 下沒有 do 資料夾,則自行建立乙個
cap cd `c(sysdir_stata)'do
if _rc
local fn = subinstr(
"`c(current_time)'"
,":",""
,2)local fn1 = subinstr(
"`c(current_date)'"
," ",""
,3)log using `c(sysdir_stata)
'do\s`fn1'`fn'.log, text replace
cmdlog using `c(sysdir_stata)
'do\c`fn1'`fn'.log, replace
*cd d:\stata16\ado\personal // stata啟動後自動進入該目錄
將上述do命令存為在profile.do並放進stata16的檔案中,每次啟動stata16後,螢幕上呈現的所有結果都會被自動記錄到乙個日誌檔案中。這些日誌檔案被自動儲存在d:\stata16\do資料夾下,檔名稱為開啟stata時的時間,例如,名稱為「c6aug2020122827.txt」的檔案便是2023年8月6日12:28:27 開啟stata16時自動生成的日誌檔案。
啟動HDFS時datanode無法啟動的坑
啟動hdfs,進入sbin目錄,也可以執行.start all.sh start dfs.sh 在此之前要進行namenode的格式化 bin hdfs namenode format 格式化是個巨大的坑,慎用!當我們進行多次格式化的時候,會出現datanode無法啟動。原因在於多格式化之後,dat...
docker 容器啟動時設定環境變數source
映象啟動時,自動執行的是 bashrc檔案,所以,環境變數需要配置在該檔案內,這樣映象啟動時,可自動執行該檔案,使環境變數生效。vi bashrc bashrc user specific aliases and functions alias rm rm i alias cp cp i alias...
第一次開啟Photoshop時的基本設定
1 自定義工作區,自定義快捷鍵 1 ps備份自定義工作區檔案 我的自定義工作區檔案備份 2 ps備份鍵盤快捷鍵檔案 備註 按下 d 鍵,可以使左側工具欄的前景色 背景色設定為黑色 白色。按下 x 鍵,可以切換前景色 背景色。2 hud拾色器 3 畫筆工具 按下 b 鍵,選中工具欄的 畫筆工具 直接輸...