一)编写ini文件,用button实现加载界面 cl_animationWin={ type="window" x=0 y=0 w=1024 h=600 style="cl_normalwin" flags={ window_splash } ... cl_picLoadingButton={ ty ...
分类:
其他好文 时间:
2020-11-27 10:52:54
阅读次数:
6
I use phpstudy to set a php+Mysql+Apache environment for the sqli-labs. The first step is to download the sqli-labs-master.zip from the official websi ...
分类:
数据库 时间:
2020-11-26 15:15:20
阅读次数:
14
#2.1 基本情况 ##组长博客链接: 组长博客 ##答辩总结 alpha冲刺完成了前面的大部分页面,还剩下最后一个页面还没有完成,这次冲刺团队磨合得挺好,因为考试也比较多,所以这次冲刺有出现一部分人准备考试,另一部分人来进行冲刺,总体而言大家表现都很好 ##全组讨论的照片 ##评估贡献比例 工作流 ...
分类:
其他好文 时间:
2020-11-26 14:41:33
阅读次数:
6
1. 安装Nginx $ vim /etc/yum.repos.d/nginx.repo [nginx-stable] name=nginx stable repo baseurl=http://nginx.org/packages/centos/7/$basearch/ gpgcheck=0 en ...
分类:
其他好文 时间:
2020-11-26 14:41:22
阅读次数:
5
WHERE子句之In、Like语句 本篇将介绍WHERE子句里面的两个语法:In语法和Like语法 where子句之In语法 where子句之like语法 where子句之in语法: where子句之in语法的作用:允许在where子句中规定过个值 语法: select column_name fr ...
分类:
其他好文 时间:
2020-11-26 14:19:56
阅读次数:
2
创建: 2020/11/21 完成: 2020/11/21, 注: 省略ArrayList java.util.* TODO: 补充ArrayList https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html 简介 动态数组 ...
分类:
编程语言 时间:
2020-11-25 12:45:46
阅读次数:
9
import matplotlib.pyplot as plt import numpy as np #数据集x,y x,y 都是向量 #给个实例x是身高(m),y是体重(kg) #我们给实际数据x,y训练出最佳的模型 y=ax+b 然后在找个身高x预测体重y x=[0.75,0.85,0.95,1 ...
分类:
编程语言 时间:
2020-11-25 12:04:23
阅读次数:
8
https://blog.csdn.net/lierwang2017/article/details/78744468?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-1.control&depth_1-ut ...
分类:
数据库 时间:
2020-11-24 12:35:23
阅读次数:
8
一、挂载、卸载光盘方案一://1、将ISO文件上传到/home/目录下[root@localhosthome]#lsCentOS-7-x86_64-DVD-1611.isosoft.bak//2、创建挂载点[root@localhostmnt]#mkdircentos7.3//3、将ISO文件挂载到/mnt/centos7.3目录下[root@localhostmnt]#mount-tiso966
分类:
系统相关 时间:
2020-11-24 12:22:31
阅读次数:
10
常用快捷键 快捷键 功能 Ctrl + Q 快速查看文档 Ctrl + / 行注释(可选中多行) Ctrl + Alt + L 代码格式化 Ctrl + Alt + O 自动导入 Ctrl + Alt + I 自动缩进 Ctrl+C/Ctrl+Insert 复制当前行或选定的代码块到剪贴板 Tab ...
分类:
其他好文 时间:
2020-11-24 12:10:51
阅读次数:
6