c獲取當前時間並儲存

時間 2022-06-04 09:36:07

1樓:匿名使用者

大略一看,好像是sql語句中那個usernum和當前時間,連在一起了,缺少1個逗號

你可以在除錯中把commandtext的內容擷取出來到資料庫中一試就知道了,

["usernum"].tostring() + "'," + datetime.now + "' ')";

就是這裡,加個逗號試試,我加上了

2樓:

用sleep(1000)//暫停1秒後在操作#include "time.h"

#include "stdio.h"

int main(void)

3樓:灬星辰丶

cmd.commandtext = @"insert into times ( usernum,time) values('" + session["usernum"].tostring() + "','" + datetime.

now + "' ')";

哪句**報錯! 貼出來

樓主除錯下 session["usernum"].tostring() 是否為空

C怎麼寫才能實時獲取時間,C 怎麼獲取系統時間並讓他隨時更新,就是能看見時間一秒一秒的往前走

datatime.now.tostring yyyy年m月d日hh mm 然後做個定時器,間隔時間1秒,定時執行這個語句, 在窗體上 timer控制元件,設定屬性enable ture 設定interval 1000.單位是毫秒。雙擊timer控制元件,在裡面寫label1.text datetim...

js獲取當前當前年月日時分秒,以及獲取年月日(無時分秒),詳

4終 1 新建一個html檔案,命名為test.html。2 在js中使用new date 獲得當前系統的時間,並將其儲存在變數d中。當前時間的年份使用getyear 方法從變數d中獲得。3 使用new date 獲得當前系統的時間,並將其儲存在變數d中。當前時間的月份使用getmonth 方法從變...

C如何寫程式 「顯示當前時間」,c 窗體程式中如何顯示計算機的時間

c 中獲取當前時間方法 datetime 數字型 system.datetime currenttime new system.datetime 取當前年月日時分秒 currenttime system.datetime.now 取當前年 int 年 currenttime.year 取當前月 in...