上一页 1 2 3 4 5 6 7 ··· 23 下一页
摘要: 今天对我以前写的web实现登录功能的代码进行改进,实现了不用选择用户类型,程序可以自动选择登陆后的界面 servlet层函数 public void denglu(HttpServletRequest request, HttpServletResponse response) throws Ser 阅读全文
posted @ 2021-09-13 15:01 王昊宁 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 今天终于成功完成论文作业的实现 阅读全文
posted @ 2021-06-17 17:09 王昊宁 阅读(35) 评论(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 王昊宁 阅读(49) 评论(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 王昊宁 阅读(42) 评论(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 王昊宁 阅读(46) 评论(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 王昊宁 阅读(47) 评论(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 王昊宁 阅读(50) 评论(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 王昊宁 阅读(35) 评论(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 王昊宁 阅读(23) 评论(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 王昊宁 阅读(50) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 23 下一页