下载一个库,安装进去 (气死我了,刚才写好了,网络掉了没有保存,又写一次,唉,随便写写好了,气死了气死了唉唉唉唉~~~~~~) .586 .MODEL flat,stdcall option casemap:none ; inc 是一个库 include windows.inc include us ...
分类:
编程语言 时间:
2021-03-09 13:31:33
阅读次数:
0
学习java的每日小收获 字符串连接符 以下面代码为例: public static Medo02{ public static void main(String agrs[]){ int i=10; int j=20; System.out.println(" "+i+j);//字符串连接符号 S ...
分类:
编程语言 时间:
2021-03-09 13:04:21
阅读次数:
0
导入本次任务所用到的包: import pandas as pd import numpy as np from scipy import stats import matplotlib.pyplot as plt from sklearn.model_selection import train_ ...
分类:
编程语言 时间:
2021-03-06 14:31:47
阅读次数:
0
BeautifulSoup4库:和lxml一样,Beautiful Soup也是一个HTML/XML的解析器,主要的功能也是如何解析和提取HTML/XML数据。lxml只会局部遍历,而Beautiful Soup是基于HTML DOM(Document Object Model)的,会载入整个文档, ...
分类:
其他好文 时间:
2021-03-06 14:16:08
阅读次数:
0
from django.contrib import admin# Register your models here.#注册模型# admin.site.register(模型类)from book.models import BookInfo, PeopleInfoadmin.site.regi ...
分类:
其他好文 时间:
2021-03-05 13:18:58
阅读次数:
0
点击获取DevExpress完整版下载 DevExpress技术交流群3:700924826 欢迎一起进群讨论 启动屏幕管理器在单独的线程中显示Wait Form,若要在显示Wait Form时动态更改标签,请使用SplashScreenManager.SetWaitFormCaption和SetW ...
分类:
其他好文 时间:
2021-03-04 13:29:55
阅读次数:
0
Django插件 markdown插件-mdeditor 基本配置跟使用 安装 pip install django-mdeiditor setting配置 在setting.py的INSTALLED_APPS 中添加 INSTALLED_APPS = [ ... 'mdeditor', ] url ...
分类:
其他好文 时间:
2021-03-02 12:36:52
阅读次数:
0
一、React是FaceBook(脸书)公司研发的一款JS框架(MVC)。 1.React的脚手架 React具备自己开发的独立思想(MVC:Model View Controller); -> 划分组件开发 -> 基于路由的SPA单页面开发 -> 基于ES6来编写代码(最后部署上线的时候,我们需要 ...
分类:
其他好文 时间:
2021-03-02 12:30:33
阅读次数:
0
学习编程以来的第一篇博客,尽己所能地表达个人理解的MVC模式。 MVC的概念:MVC是软件工程中的一种软件架构模式,它将整个软件系统划分为模型层(Model)、视图层(View)、控制层(Controller),因此简称为MVC。 其中模型层(Model)包含了应用程序的业务逻辑和业务数据,视图层( ...
分类:
Web程序 时间:
2021-03-02 12:19:47
阅读次数:
0
概念 Deformation 形变 and deformation gradients 形变梯度 elastic 弹性 Strain and stress Hyperelastic material model 超弹性模型 线性有限元 elastic 弹性的 viscoelastic 粘性的 ela ...
分类:
其他好文 时间:
2021-03-01 13:47:40
阅读次数:
0