Django应用容器化实践 django项目介绍 项目地址: https://gitee.com/agagin/python-demo.git $ git clone https://gitee.com/agagin/python-demo.git $ cd python-demo/ $ ll to ...
分类:
其他好文 时间:
2020-09-18 00:18:45
阅读次数:
31
import pymysql user=input() pwd=input() conn = pymysql.connect(host = 'localhost', user = '数据库用户名',password='数据库密码',database ='数据库名‘) cursor = conn.cu ...
分类:
数据库 时间:
2020-09-18 00:13:19
阅读次数:
35
【2020年8月】OCP071考试新题(-3题)CUUG内部题库Choosethebestanswer.ExaminethedescriptionoftheCUSTOMERStable:NameNull?TypeCUST_IDNOTNULLNUMBERCUST_FIRST_NAMENOTNULLVARCHAR2(20)CUST_LAST_NAMENOTNULLVARCHAR2(30)CUST_IN
分类:
其他好文 时间:
2020-09-17 22:47:19
阅读次数:
26
数据库中明显已经可以查看到自己创建的数据库,但是还是显示: Rails / MySQL2: Error - Unknown database的错误。 解决方法: rake db:create ...
分类:
数据库 时间:
2020-09-17 21:54:16
阅读次数:
40
DVWA On KALI 参考: https://github.com/digininja/DVWA 和windows不同, KALI使用MariaDB代替MySQL 安装服务 apt-get -y install apache2 mariadb-server php php-mysqli php- ...
分类:
其他好文 时间:
2020-09-17 21:08:03
阅读次数:
31
9 常用命令? mysql> select database(); 查看当前使用的是哪个数据库。 + + | database() | + + | mydatabase | + + mysql> select version();查看mysql的版本号。 + + | version() | + + ...
分类:
其他好文 时间:
2020-09-17 19:48:03
阅读次数:
32
http://b.a.com:88/index.php?name=kang&when=2011#first,他的window.location如下: window.location和document.location互相等价的,可以交换使用。 location的8个属性都是可读可写的,但是只有hre ...
FLIP是一种助记缩写也是一种 Paul Lewis首创 的技术, 代表 First, Last, Invert, Play。 他的文章包含了对这一技术的一个很好的解释,但我会在这里概括一下: First 记录元素动画前的位置和尺寸Last 记录元素动画后的位置和尺寸,可以直接修改style,让元素 ...
分类:
其他好文 时间:
2020-09-17 18:31:06
阅读次数:
36
1.修改数据库配置database.properties文件 jdbc.url=jdbc:mysql://localhost:3306/hippo?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull jd ...
分类:
其他好文 时间:
2020-09-17 17:27:26
阅读次数:
27
题目描述: This is the first problem for test. Since all we know the ASCII code, your job is simple: Input numbers and output corresponding messages. 输入: T ...
分类:
其他好文 时间:
2020-09-17 17:23:30
阅读次数:
51