06 2021 档案

摘要:今天终于成功完成论文作业的实现 阅读全文
posted @ 2021-06-17 17:09 王昊宁 阅读(38) 评论(0) 推荐(0)
摘要:from flask import Flask, jsonify, render_template, request, jsonimport mysqlUtilapp = Flask(__name__)@app.route("/c1")def hellv(): return render_templ 阅读全文
posted @ 2021-06-16 19:07 王昊宁 阅读(52) 评论(0) 推荐(0)
摘要:* { box-sizing: border-box;}.subbox table { text-align: center; border-spacing: 0; color: #333; border: 1px solid #ddd; border-radius: 4px; overflow: 阅读全文
posted @ 2021-06-15 19:06 王昊宁 阅读(49) 评论(0) 推荐(0)
摘要:#!/usr/bin/python# -*- coding: UTF-8 -*-import tracebackimport pymysqlimport pymysql.cursorsimport timeimport Keyword# 获得conn cursordef get_conn(): # 阅读全文
posted @ 2021-06-14 19:05 王昊宁 阅读(50) 评论(0) 推荐(0)
摘要:#!/usr/bin/python# -*- coding: UTF-8 -*-import tracebackimport pymysqlimport pymysql.cursorsimport time# 获得conn cursordef get_conn(): # 打开数据库连接 conn = 阅读全文
posted @ 2021-06-11 18:04 王昊宁 阅读(48) 评论(0) 推荐(0)
摘要:# -*- coding:utf-8 -*-import requestsimport reimport jsonimport Mysqlheaders = { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/ 阅读全文
posted @ 2021-06-10 17:03 王昊宁 阅读(56) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html><head><meta charset="utf-8"><title>可视化图</title> <link href="favicon.ico" rel="shortcut icon"><script src="../static/js/jquery.min 阅读全文
posted @ 2021-06-09 19:02 王昊宁 阅读(45) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html><head><meta charset="utf-8"><title>论文查询</title> <link href="favicon.ico" rel="shortcut icon"><link rel="stylesheet" href="../stat 阅读全文
posted @ 2021-06-08 17:01 王昊宁 阅读(30) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*-import syssys.path.append('../')import jiebaimport jieba.analyseimport mysqlUtilfrom optparse import OptionParser# file_name = 阅读全文
posted @ 2021-06-07 16:58 王昊宁 阅读(53) 评论(0) 推荐(0)
摘要:<?php//验证登陆信息session_start();include_once 'conn.php';//if($_POST['submit']){ $login=$_POST["login"]; $username=$_POST['username']; $pwd=$_POST['pwd']; 阅读全文
posted @ 2021-06-04 17:52 王昊宁 阅读(51) 评论(0) 推荐(0)
摘要:<?php include_once 'conn.php';?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt 阅读全文
posted @ 2021-06-03 17:52 王昊宁 阅读(40) 评论(0) 推荐(0)
摘要:<?phpsession_start();?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html 阅读全文
posted @ 2021-06-02 21:51 王昊宁 阅读(38) 评论(0) 推荐(0)
摘要:<?phpsession_start();include_once 'conn.php';?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401- 阅读全文
posted @ 2021-06-01 17:50 王昊宁 阅读(26) 评论(0) 推荐(0)