Flask是一个使用 Python 编写的轻量级 Web 应用框架。其 WSGI 工具箱采用 Werkzeug ,模板引擎则使用 Jinja2 Flask 框架实现的一个用户注册与登录页面,经过美化的页面,可以直接应用到项目中。 实现用户注册 1.在flask目录的static下新建sytle.cs ...
分类:
其他好文 时间:
2019-12-27 13:21:49
阅读次数:
222
package com.sk.skkill;import com.sun.media.jfxmediaimpl.HostUtils;import org.junit.jupiter.api.Test;import java.util.*;public class demo{ @Test public ...
分类:
其他好文 时间:
2019-12-26 11:15:12
阅读次数:
66
1,下载jqprint.js,如果报错,可能是jquery的版本太低了。 解决:1,更换jquery 2,或者引入 jquery-migrate.min.js <input type="button" id="printtest" value="打印" onclick="printtest()"> ...
分类:
Web程序 时间:
2019-12-26 11:13:32
阅读次数:
255
直接在代码里理解 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>demo</title> <style type="text/css" media="screen"> .d1{ width:300px; h ...
分类:
Web程序 时间:
2019-12-25 23:55:36
阅读次数:
153
本地搭了虚拟机centos 7,想做主机和虚拟机的文件共享,需要安装增强功能,但安装时报下图错误: 度娘上也找了很多文章,基本上讲的都是ubuntu,不适合我的centos 7,没办法,只能只用google去查找解决方法,果然刚找就给我找到了完美的解决方案,具体如下: 1.在本地主机上找到VBoxG ...
分类:
其他好文 时间:
2019-12-25 23:55:20
阅读次数:
142
https://www.accenture.com/cn-zh/insight-intelligent-investment-consulting 概要 分享 智能投顾已然成为智能财富管理的一大热点。虽然智能投顾在中国起步较晚,但是其发展速度惊人。总体来看,国内智能投顾的现状是行业刚刚起步,参与主体 ...
分类:
其他好文 时间:
2019-12-25 12:47:20
阅读次数:
113
tomcat基本流程 // Start our child containers, if any Container children[] = findChildren(); List<Future<Void>> results = new ArrayList<>(); for (int i = 0 ...
分类:
其他好文 时间:
2019-12-25 01:26:54
阅读次数:
105
Wikipedia: http://www.svcl.ucsd.edu/projects/crossmodal/ PKU Xmedia: https://github.com/yeqinglee/mvdata Pascal sentence: http://vision.cs.uiuc.edu/pa ...
分类:
其他好文 时间:
2019-12-24 12:16:50
阅读次数:
202
第一步:配置squid代理服务器#远程共享并挂载源码包[root@squid~]#smbclient-L//192.168.142.1[root@squid~]#mount.cifs//192.168.142.1/squid/mnt#解压源码包[root@squid~]#cd/mnt[root@squidmnt]#tarzxvfsquid-3.4.6.tar.gz-C/opt#安装编译环境[roo
分类:
其他好文 时间:
2019-12-23 18:54:12
阅读次数:
85
Brown Bears Brown Bear About Me The Brown Bear Introduction Habitat Media About Brown Bears The brown bear (Ursus arctos) is native to parts of northe ...
分类:
Web程序 时间:
2019-12-22 14:50:45
阅读次数:
113