Django adminlte ui學習記錄2

2021-10-22 17:18:15 字數 823 閱讀 7444

1 在 …\mysite\adminlteui\templates\admin\index.html中修改系統首頁儀錶盤(以下將 『 dashboard 』 改為了 『 系統首頁 』 )

}系統首頁

="breadcrumb"

>

"">

="fa fa-dashboard"

>

<

/i>

<

/a>

<

/li>

="active"

>

<

/li>

<

/ol>

2 在 …\mysite\adminlteui\templates\admin\base.html中修改系統側面導航欄儀錶盤的名字(以下將 『 dashboard 』 改為了 『 系統首頁 』 )

="header"

>

<

/li>

="adminindex" href=

"">

="fa fa-dashboard"

>

<

/i>

<

/span>

<

/a>

<

/li>

="pull-right hidden-xs"

>

system version<

/b>

1.1.1

<

/div>

./a>

.<

mysql學習記錄 MySQL學習記錄 2

in 子查詢 select from student where id in 1,2 not in 不在其中 select from student where id not in 1,2 is null 是空 select from student where age is null is not...

java學習記錄

陣列雖然是引用資料型別,但它不是類 所以數字中沒有length 方法 只有length屬性。string型別 是乙個類 jdk中已經封裝好的類,是個final類,你可以去查api 類就有屬性和方法但是 string類中沒有length屬性,只有length 方法 1。陣列雖然是引用資料型別,但它不是...

Linux 學習記錄

1.linux 拷貝隱藏檔案 進入當前需要拷貝的目錄,即源目錄 假如 source 拷貝到 centos5.3 cd source tar cf cd centos5.3 tar xvf 或者 cp r centos5.3 2.linux 下新增postgresql 使用者 進入 postgresq...