·软件开发 软件,即一系列按照特定顺序组织的计算机数据和指令的集合。有系统软件和应用软件之分。 ·人机交互方式 ·图形化界面(GUI Graphical User Interface) 这种方式简单直观,使用者易于接受,容易上手操作。 ·命令行方式(CLI Command Line Interfac ...
分类:
其他好文 时间:
2021-06-22 18:30:43
阅读次数:
0
方法1: select * from current_user;<!--CRLF--> select * from current_user;<!--CRLF--> eg: kerrydb=> select * from current_user;<!--CRLF--> current_user < ...
分类:
数据库 时间:
2021-06-22 18:22:56
阅读次数:
0
注册gitee账号 设置姓名、个人空间地址 点击头像旁边的加号,新建仓库 安装git # 设置姓名和邮箱,姓名是注册gitee时设置的姓名,邮箱是注册gitee的邮箱 git config --global user.name "chny" git config --global user.emai ...
分类:
其他好文 时间:
2021-06-22 18:09:32
阅读次数:
0
##General English:8 ###Unit5 Purchasing a product ###Vocabulary for making a purchase Practice the vocabulary for buying things. Select a card and lis ...
分类:
其他好文 时间:
2021-06-22 17:55:40
阅读次数:
0
这是一道sql报错注入题目 试着输入一些, 再尝试后发现这个是用updatexml报错法注入 那就直接按模板来 库名是geek 表名也可以出来 字段值三个 是id,username,password 查询字段值看到flag 但是只有一半的flag,怎么拿到右半部分? 学到一个注入模板的技巧 left ...
分类:
数据库 时间:
2021-06-22 17:49:07
阅读次数:
0
DNS安装配置之unbound DNS服务器 主DNS服务器 unbound设置 1、安装unbound yum install unbound -y 2、编辑主配置文件/etc/unbound/unbound.conf 侦听端口 interface:0.0.0.0 检查语法错误:unbound-c ...
分类:
其他好文 时间:
2021-06-21 20:40:37
阅读次数:
0
1、请求答题接口 2、判断用户是否答对,答对的话跳到下一题,答错的话弹窗告诉用户有错题,请重新答题 <div class="active_title"> <span>{{ orderTitle }}</span> </div> <p v-show="toanswer" ref="question"> ...
分类:
其他好文 时间:
2021-06-21 20:25:34
阅读次数:
0
XML 配置 官方文档:https://dubbo.apache.org/zh/docs/v2.7/user/references/xml/ provider示例 <beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:d ...
分类:
其他好文 时间:
2021-06-21 20:24:46
阅读次数:
0
地图常见效果 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="echarts.min.js"></script> <script src="jquery. ...
分类:
其他好文 时间:
2021-06-21 20:18:10
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="echarts.min.js"></script> </head> <body> <div style=" ...
分类:
其他好文 时间:
2021-06-21 20:17:26
阅读次数:
0