界面 <template> <div align="center" > <component :is='modelUrl' ref='child' :data='data' ></component> </div> </template> 定义 data() { return { modelUrl: ...
分类:
其他好文 时间:
2021-03-16 14:03:20
阅读次数:
0
第一次实验指南——逆向软件设计与开发 学号:1832410 班级:19级软工2班 姓名:赵凯悦 题目:关于网上购书系统的功能扩展(c++) 一、 系统环境: Windows xp以上版本,电脑 二、 设计内容: 程序一共定义五个类,继承关系如图所示 首先是主菜单的主函数,以及一些相关的功能:会员登录 ...
分类:
其他好文 时间:
2021-03-16 13:44:16
阅读次数:
0
font2 = {'family': 'Times New Roman', 'weight': 'normal', 'size': 12, } ax.legend(loc='lower center', bbox_to_anchor=(0.5, 1), fancybox=True, shadow=T ...
分类:
其他好文 时间:
2021-03-16 12:03:49
阅读次数:
0
1. 引言 现在的应用开发层出不穷,基于浏览器的网页应用,基于微信的公众号、小程序,基于IOS、Android的App,基于Windows系统的桌面应用和UWP应用等等,这么多种类的应用,就给应用的开发带来的挑战,我们除了分别实现各个应用外,我们还要考虑各个应用之间的交互,通用模块的提炼,其中身份的 ...
分类:
其他好文 时间:
2021-03-16 12:03:30
阅读次数:
0
http://www.pipioj.online/problem.php?id=1023 每次把当前的放在能排的当中最矮的一队里就ok 1 #define IO std::ios::sync_with_stdio(0); 2 #define bug(x) cout<<#x<<" is "<<x<<e ...
分类:
其他好文 时间:
2021-03-15 11:32:55
阅读次数:
0
一个在90末尾,00开头中间的00后一枚,对这种比较喜欢感兴趣,啥也不会,就是随便自己学学,大佬勿喷,大神求带! 1 <style> 2 div { 3 margin: 400px auto; 4 font-size: 40px; 5 text-align: center; 6 } 7 p { 8 ...
分类:
其他好文 时间:
2021-03-15 11:24:09
阅读次数:
0
PAT 2021 春季 甲级 7-1 Arithmetic Progression of Primes ...
分类:
其他好文 时间:
2021-03-15 11:19:56
阅读次数:
0
###1、双标签 <h1>标题标签</h1> <!--h1-h6 --> <p>段落标签</p> <center>居中文字</center> <b>加粗</b> <strong>加粗 强调意义,语义化</strong> <i>倾斜</i> <em>倾斜 强调意义,语义化</em> <u>下划线</u ...
分类:
Web程序 时间:
2021-03-11 19:18:47
阅读次数:
0
APICloud 3.0发布了全翻译式跨平台App引擎Deep Engine3.0和多端开发框架AVM,开发者可以一个技术栈同时开发 Android & iOS 原生 App、小程序、H5和iOS 轻 App,强大的 Native渲染引擎为App&小程序提供了更出色的性能和体验。 我们鼓励开发者将自 ...
http://www.pipioj.online/problem.php?id=1026 1 #define IO std::ios::sync_with_stdio(0),cin.tie(0),cout.tie(0); 2 #define bug(x) cout<<#x<<" is "<<x<<e ...
分类:
其他好文 时间:
2021-03-10 13:26:07
阅读次数:
0