行易软件

少谈技术,多谈应用

博客园 首页 新随笔 联系 订阅 管理
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页

2022年3月25日 #

摘要: 核心参考代码1: from flask import Flask, render_template# from flask import Flask, render_template,Response,request# import io# import random# import matplot 阅读全文
posted @ 2022-03-25 14:16 行易软件技术团队 阅读(34) 评论(0) 推荐(0) 编辑

摘要: 一.基础知识: https://www.cnblogs.com/quietwalk/p/8243536.html https://www.cnblogs.com/luckyboy314/p/11715643.html 二.参考: https://blog.csdn.net/jiangjiang_ji 阅读全文
posted @ 2022-03-25 14:15 行易软件技术团队 阅读(44) 评论(0) 推荐(0) 编辑

摘要: 安装镜像 参考: https://blog.csdn.net/vinglemar/article/details/124698858 参考代码<下载>: PrimeShow.py from Lib import gcode from flask import Flask, render_templa 阅读全文
posted @ 2022-03-25 14:15 行易软件技术团队 阅读(22) 评论(0) 推荐(0) 编辑

摘要: 书中代码: import pandas as pd import numpy as np import matplotlib.pyplot as plt arr=np.random.randn(1000,2) df=pd.DataFrame(arr,columns=['B','C']).cumsum 阅读全文
posted @ 2022-03-25 14:14 行易软件技术团队 阅读(21) 评论(0) 推荐(0) 编辑

摘要: 直方图参考代码: import pandas as pd import numpy as np import matplotlib.pyplot as plt from matplotlib import font_manager # 根据均值、标准差,求指定范围的正态分布概率值 def normf 阅读全文
posted @ 2022-03-25 14:13 行易软件技术团队 阅读(13) 评论(0) 推荐(0) 编辑

摘要: json文件的数据格式确定: 版本V1: { "张三":{ "English": 30.0, "Music": 45.56, "Chinese": 100.9 } } 版本V2: { "Name": "张三", "English": 30.0, "Music": 45.56, "Chinese": 阅读全文
posted @ 2022-03-25 14:12 行易软件技术团队 阅读(81) 评论(0) 推荐(0) 编辑

2022年3月24日 #

该文被密码保护。 阅读全文
posted @ 2022-03-24 19:14 行易软件技术团队 阅读(11) 评论(0) 推荐(0) 编辑

摘要: 核心代码: create proc p_tempT as SELECT Name,[Math] as 'MathRank',[Chinese] 'ChineseRank',[SqlServer] 'SqlServerRank' into #r1 FROM (select Name,CouName,M 阅读全文
posted @ 2022-03-24 11:15 行易软件技术团队 阅读(18) 评论(0) 推荐(0) 编辑

摘要: 1.强制xml输出格式转换成Json: protected void Application_Start() { AreaRegistration.RegisterAllAreas(); GlobalConfiguration.Configure(WebApiConfig.Register); Fi 阅读全文
posted @ 2022-03-24 08:33 行易软件技术团队 阅读(10) 评论(0) 推荐(0) 编辑

摘要: 前端核心代码: @{ Layout = null; } <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>Vue Add Test</title> <script sr 阅读全文
posted @ 2022-03-24 08:28 行易软件技术团队 阅读(61) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 15 下一页