$ x = \dfrac} $
$$ x = \dfrac
} $$
效果: x=
−b±b
2−4a
c−−−
−−−−
√2a
x=−b
±b2−
4ac−
−−−−
−−√2
a n級標題的語法為#n級標題,例:
# 一級標題
## $ x = \dfrac}$二級標題
### **標題
#### 四級標題
##### 五級標題
###### 六級標題
無序列表語法為:「-」+「空格」+「內容」,例:
-無序列表1
-無序列表2
有序列表的語法為:「數字」+「.」+「內容」例:
1. 有序列表1
2. 有序列表2
3. 有序列表3
有序列表1
有序列表2
有序列表3
引用的語法為:「>」+「內容」,例
>這個是引用
> 是不是和電子郵件中的
> 引用格式很像
這個是引用如下,乙個「*」為斜體,兩個「*」為粗體是不是和電子郵件中的
引用格式很像
**這個是粗體**
*這個是斜體*
***這個是粗體加斜體***
效果為:
這個是粗體
這個是斜體
這個是粗體加斜體
寫法為「[」+「內容」+「]」+「(」+「**」+「\)」
[link text]( "optional title")
[link text][id1]
[id1]: "optional title here"
效果為:
可以使用冒號來定義**的對齊方式,如下:
| tables | are | cool |
| ------------- |:-------------
:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
效果:
tables
arecool
col 3 is
right-aligned
$1600
col 2 is
centered
$12zebra stripes
are neat$1
參考:1.csdn官方的markdown語法幫助
2.rachel-zhang的在部落格中用latex寫公式
Response AddHeader使用例項收集
response.addheader refresh 60 url newpath newpage.asp 這等同於客戶機端元素 頁面轉向 response.status 302 object moved response.addheader location newpath newpage.asp...
使用ServletFileUpload實現上傳
1.首先我們應該為上傳的檔案建乙個存放的位置,一般位置分為臨時和真是資料夾,那我們就需要獲取這倆個資料夾的絕對路徑,在servlet中我們可以這樣做 然後建立檔案工廠即倉庫乙個引數表示存放多大後flush,fileitemfactory factory new diskfileitemfactory...
使用ServletFileUpload實現上傳
1.首先我們應該為上傳的檔案建乙個存放的位置,一般位置分為暫時和真是目錄,那我們就須要獲取這倆個目錄的絕對路徑,在servlet中我們能夠這樣做 然後建立檔案工廠即倉庫乙個引數表示存放多大後flush,fileitemfactory factory new diskfileitemfactory c...