代码拉取完成,页面将自动刷新
package main
//
//import (
// "database/sql"
// "fmt"
// "log"
//)
//
//func ConnectClientDB()(db *sql.DB){
// database, err := sql.Open("mysql",
// "root:794613@tcp(127.0.0.1:3306)/client")
// if err != nil {
// log.Println("open mysql failed,", err)
// }
// db = database
// CreateTime(db)
// return
//}
//func CreateTime(db *sql.DB){
// //create bid_table
// createTable := "CREATE TABLE `ana` (" +
// "`id` INT(11) NOT NULL AUTO_INCREMENT," +
// "`len` INT(11) NOT NULL," +
// "`time1` BIGINT(20) NULL DEFAULT NULL," +
// "`time2` BIGINT(20) NULL DEFAULT NULL," +
// "`time3` BIGINT(20) NULL DEFAULT NULL," +
// "`time4` BIGINT(20) NULL DEFAULT NULL," +
// "PRIMARY KEY (`id`))" +
// "COLLATE='latin1_swedish_ci'" +
// "ENGINE=InnoDB;"
// _, err := db.Exec(createTable)
// if err != nil {
// log.Println(err)
// }else{
// log.Println("创建成功")
// }
//
//}
//
//func InsertTime1(db *sql.DB, time int64, len int) {
// sqlStr := `insert into ana(time1, len)values(?,?)`
// _, err := db.Exec(sqlStr, time, len)
// if err != nil {
// fmt.Println("exec failed;err:", err)
// }
//}
//
//func InsertTime2(db *sql.DB, time int64, len int) {
// sqlStr := `insert into ana(time2, len)values(?,?)`
// _, err := db.Exec(sqlStr, time, len)
// if err != nil {
// fmt.Println("exec failed;err:", err)
// }
//}
//func InsertTime3(db *sql.DB, time int64, len int) {
// sqlStr := `insert into ana(time3, len)values(?,?)`
// _, err := db.Exec(sqlStr, time, len)
// if err != nil {
// fmt.Println("exec failed;err:", err)
// }
//}
//func InsertTime4(db *sql.DB, time int64, len int) {
// sqlStr := `insert into ana(time4, len)values(?,?)`
// _, err := db.Exec(sqlStr, time, len)
// if err != nil {
// fmt.Println("exec failed;err:", err)
// }
//}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。