fixed front-end error

This commit is contained in:
lzh
2021-01-24 23:54:15 +08:00
parent 42612c025b
commit 99c66ea88e
24 changed files with 80 additions and 46 deletions
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PublishConfigData">
<serverData>
<paths name="root@47.97.197.244:22">
<serverdata>
<mappings>
<mapping local="$PROJECT_DIR$" web="/" />
</mappings>
</serverdata>
</paths>
</serverData>
</component>
</project>
+3 -1
View File
@@ -1,4 +1,6 @@
"""
模型字典:前端用户选择的模型与生成代码666函数对应关系
"""
MODEL_DICT={
'分类':{
'朴素贝叶斯':'from sklearn.naive_bayes import GaussianNB',
+2 -1
View File
@@ -8,5 +8,6 @@ urlpatterns = [
path('', TemplateView.as_view(template_name='index.html')),
path('index/', TemplateView.as_view(template_name='index.html')),
path('get_data_list',get_data_list),
path('show_dataset',show_dataset)
path('show_dataset',show_dataset),
path('model_params',model_params)
]
+7
View File
@@ -22,7 +22,14 @@ def show_dataset(request):
'''
根据用户选择的数据集,展示所有数据
'''
print(request)
dataset_name=request.GET.get("dataset_name")
print(dataset_name)
dp=dataset_process()
df=dp.get_dataset('day')
df_json=df.to_json()
return HttpResponse(df_json)
@require_http_methods(['GET'])
def model_params(request):
pass
+8 -8
View File
@@ -1,14 +1,14 @@
<!DOCTYPE html><html>
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>vueadmin</title>
<link href=static/css/app.ace36c46d4d5789c164c3a0446492364.css rel=stylesheet>
<link href=./static/css/app.171c66992ae38d3b921ede420bdbc9ba.css rel=stylesheet>
</head>
<body>
<div id=app></div>
<script type=text/javascript src=static/js/manifest.b6e2ddda263637933aa9.js>
</script>
<script type=text/javascript src=static/js/vendor.8f2b429628e229dc48ab.js></script>
<script type=text/javascript src=static/js/app.85ac28e4410abe6bacbb.js></script>
</body></html>
<script type=text/javascript src=./static/js/manifest.e6e5430c00fa912a7c5f.js></script>
<script type=text/javascript src=./static/js/vendor.efac5a92481ed0e569fa.js></script>
<script type=text/javascript src=./static/js/app.7751f18249b10f3bfee5.js></script>
</body>
</html>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,2 +1,2 @@
!function(e){function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}var r=window.webpackJsonp;window.webpackJsonp=function(t,c,a){for(var i,u,f,s=0,l=[];s<t.length;s++)u=t[s],o[u]&&l.push(o[u][0]),o[u]=0;for(i in c)Object.prototype.hasOwnProperty.call(c,i)&&(e[i]=c[i]);for(r&&r(t,c,a);l.length;)l.shift()();if(a)for(s=0;s<a.length;s++)f=n(n.s=a[s]);return f};var t={},o={2:0};n.e=function(e){function r(){i.onerror=i.onload=null,clearTimeout(u);var n=o[e];0!==n&&(n&&n[1](new Error("Loading chunk "+e+" failed.")),o[e]=void 0)}var t=o[e];if(0===t)return new Promise(function(e){e()});if(t)return t[2];var c=new Promise(function(n,r){t=o[e]=[n,r]});t[2]=c;var a=document.getElementsByTagName("head")[0],i=document.createElement("script");i.type="text/javascript",i.charset="utf-8",i.async=!0,i.timeout=12e4,n.nc&&i.setAttribute("nonce",n.nc),i.src=n.p+"static/js/"+e+"."+{0:"8f2b429628e229dc48ab",1:"85ac28e4410abe6bacbb"}[e]+".js";var u=setTimeout(r,12e4);return i.onerror=i.onload=r,a.appendChild(i),c},n.m=e,n.c=t,n.i=function(e){return e},n.d=function(e,r,t){n.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:t})},n.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(r,"a",r),r},n.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},n.p="./",n.oe=function(e){throw console.error(e),e}}([]);
//# sourceMappingURL=manifest.b6e2ddda263637933aa9.js.map
!function(e){function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}var r=window.webpackJsonp;window.webpackJsonp=function(t,c,a){for(var i,u,f,s=0,l=[];s<t.length;s++)u=t[s],o[u]&&l.push(o[u][0]),o[u]=0;for(i in c)Object.prototype.hasOwnProperty.call(c,i)&&(e[i]=c[i]);for(r&&r(t,c,a);l.length;)l.shift()();if(a)for(s=0;s<a.length;s++)f=n(n.s=a[s]);return f};var t={},o={2:0};n.e=function(e){function r(){i.onerror=i.onload=null,clearTimeout(u);var n=o[e];0!==n&&(n&&n[1](new Error("Loading chunk "+e+" failed.")),o[e]=void 0)}var t=o[e];if(0===t)return new Promise(function(e){e()});if(t)return t[2];var c=new Promise(function(n,r){t=o[e]=[n,r]});t[2]=c;var a=document.getElementsByTagName("head")[0],i=document.createElement("script");i.type="text/javascript",i.charset="utf-8",i.async=!0,i.timeout=12e4,n.nc&&i.setAttribute("nonce",n.nc),i.src=n.p+"static/js/"+e+"."+{0:"efac5a92481ed0e569fa",1:"bdb55c6e632869fcd9da"}[e]+".js";var u=setTimeout(r,12e4);return i.onerror=i.onload=r,a.appendChild(i),c},n.m=e,n.c=t,n.i=function(e){return e},n.d=function(e,r,t){n.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:t})},n.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(r,"a",r),r},n.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},n.p="/vue-admin/",n.oe=function(e){throw console.error(e),e}}([]);
//# sourceMappingURL=manifest.020bd19e746552200f0b.js.map
@@ -0,0 +1,2 @@
!function(e){function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}var r=window.webpackJsonp;window.webpackJsonp=function(t,a,c){for(var i,u,f,s=0,l=[];s<t.length;s++)u=t[s],o[u]&&l.push(o[u][0]),o[u]=0;for(i in a)Object.prototype.hasOwnProperty.call(a,i)&&(e[i]=a[i]);for(r&&r(t,a,c);l.length;)l.shift()();if(c)for(s=0;s<c.length;s++)f=n(n.s=c[s]);return f};var t={},o={2:0};n.e=function(e){function r(){i.onerror=i.onload=null,clearTimeout(u);var n=o[e];0!==n&&(n&&n[1](new Error("Loading chunk "+e+" failed.")),o[e]=void 0)}var t=o[e];if(0===t)return new Promise(function(e){e()});if(t)return t[2];var a=new Promise(function(n,r){t=o[e]=[n,r]});t[2]=a;var c=document.getElementsByTagName("head")[0],i=document.createElement("script");i.type="text/javascript",i.charset="utf-8",i.async=!0,i.timeout=12e4,n.nc&&i.setAttribute("nonce",n.nc),i.src=n.p+"static/js/"+e+"."+{0:"efac5a92481ed0e569fa",1:"7751f18249b10f3bfee5"}[e]+".js";var u=setTimeout(r,12e4);return i.onerror=i.onload=r,c.appendChild(i),a},n.m=e,n.c=t,n.i=function(e){return e},n.d=function(e,r,t){n.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:t})},n.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(r,"a",r),r},n.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},n.p="/vue-admin/",n.oe=function(e){throw console.error(e),e}}([]);
//# sourceMappingURL=manifest.e6e5430c00fa912a7c5f.js.map
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+4
View File
@@ -1,3 +1,7 @@
'''
邮箱验证模块
'''
import smtplib
from email.mime.text import MIMEText
from email.header import Header
View File
+1 -1
View File
@@ -1,5 +1,5 @@
'''
数据操作
数据操作模块
上传数据文件
选择数据数据
删除数据文件