評論模組Demo(XML讀寫,定時器。)

2022-03-03 20:35:35 字數 3468 閱讀 3176

這個demo主要是自己做練習熟悉jquery,ajax,與xml檔案的讀寫,以下是實現頁面效果:

後台控制器:

}//js格式化日期方法

date.prototype.format

=function

(fmt) ;

if(/(y+)

/.test(fmt)) fmt

=fmt.replace(regexp.$

1, (

this

.getfullyear() +""

).substr(4-

regexp.$

1.length));

for(

vark

ino)

if(newregexp("(

"+k +

")").test(fmt)) fmt

=fmt.replace(regexp.$

1, (regexp.$

1.length ==1

) ?(o[k]) : (("00

"+o[k]).substr((""+

o[k]).length)));

return

fmt;}$(

function

() ,

function

(result) ,

2000

); }})}

}})})script

>

<

style

type

="text/css"

>

.userinfo

span

style

>

head

>

<

body

class

="container"

>

<

div

class

="col-lg-12"

style

="border:2px solid #000000;margin-top:50px;margin-bottom:400px"

>

<

div

class

="col-lg-12"

>

<

div

class

="col-lg-12"

>

<

span

class

="bg-info"

span

>

div>

div>

<

div

class

="col-lg-12"

id="infolist"

style

="margin:10px 5px;border:1px solid #000000;min-height:300px"

>

@ }

}<

div

id="divmsg"

class

="col-lg-12"

style

="text-align:center;background-color:#00ffff;"

>

div>

div>

<

div

class

="col-lg-12"

style

="margin-top:20px;margin-bottom:10px"

>

<

span

span

>

div>

<

div

class

="col-lg-12"

>

<

textarea

style

="width:100%"

rows

="10"

>

textarea

>

div>

<

div

class

="col-lg-12"

style

="margin:10px"

>

<

span

>使用者名稱:

span

>

<

input

type

="text"

class

="text-primary"

/>

<

input

type

="button"

class

="btn btn-primary pull-right"

value

="發表"

/>

div>

div>

body

>

html

>

每天進步一點點。

WindowsXp檔案讀寫模組

windowsxp檔案讀寫模組 ifndef file op h define file op h include define file op api declspec dllexport file op api handle createfileforread const wchar t lps...

Python PyMySQL模組讀寫MySQL資料

安裝 pip install pymysqlpymysql 操作和mysqldb 類似,可參考 python程式設計 mysqldb模組對資料庫的基本增刪改查操作 import pymysql 連線 conn pymysql.connect host 127.0.0.1 port 3306 user...

Python定時模組 schedule

pip install schedule 先安裝schedule模組schedule.every 5 minutes.do 函式名,引數 每隔五分鐘執行一次任務 schedule.every hour.do 函式名,引數 每隔一小時執行一次任務 schedule.every day.at 10 30...