MySQL常用SQL 订单表:orders(id、no、user_id、shop_id、total_fee、phone、paid_at、status、created_at、updated_at) 订单明细表:order_items(id、order_id、shop_id、product_id、cat ...
分类:
数据库 时间:
2020-05-12 20:30:56
阅读次数:
96
osinfo.sh bash !/bin/bash echo e " System Information " echo e "Hostname:\t\t" echo e "uptime:\t\t" echo e "Manufacturer:\t" echo e "Product Name:\t" ...
分类:
其他好文 时间:
2020-05-12 13:26:11
阅读次数:
86
本节知识点是《编译原理》第三章-词法分析,学习参考教材为清华大学出版社《编译原理》第三版: 前情提要: 字母表∑1和∑2的乘积( product): ∑1∑2 ={ab|a ∈∑1, b ∈ ∑2} 例: {0, 1} {a, b} ={0a, 0b, 1a, 1b} 字母表∑的n次幂( power ...
分类:
其他好文 时间:
2020-05-12 09:31:54
阅读次数:
116
数据库第三范式的定义,是这样的:Atableisinathirdnormalformwhenthefollowingconditionsaremet-Itisinsecondnormalform.Allnonprimaryfieldsaredependentontheprimarykey.——https://www.tutorialspoint.com/sql/third-normal-form.
分类:
数据库 时间:
2020-05-11 15:50:35
阅读次数:
108
AtCoder Grand Contest 039 F 简要题解。组合计数 + DP ...
分类:
其他好文 时间:
2020-05-11 01:11:09
阅读次数:
72
数据表结构如下: 控制器核心代码: <?php namespace app\index\controller; use think\Controller; class Goods extends Controller { public function product_category() { re ...
分类:
Web程序 时间:
2020-05-10 21:28:25
阅读次数:
68
oracle忘记sys,system密码 1、 找到oracle的安装目录: 找到此路径(D:\app\Administrator\product\11.2.0\dbhome_1\BIN),通过sqlplus.exe执行操作命令.(如果提示sqlplus /nolog不是内部命令, 可以先用此方法. ...
分类:
数据库 时间:
2020-05-10 19:13:11
阅读次数:
64
PUT product{ "mappings": { "properties": { "skuId":{ "type":"long" }, "spuId":{ "type":"keyword" }, "skuTitle":{ "type":"text", "analyzer": "ik_smart" ...
分类:
其他好文 时间:
2020-05-09 23:18:26
阅读次数:
77
1、 安装 pip install openpyxl 想要在文件中插入图片文件,需要安装pillow,安装文件:PIL-fork-1.1.7.win-amd64-py2.7.exe · font(字体类):字号、字体颜色、下划线等 · fill(填充类):颜色等 · border(边框类):设置单元 ...
分类:
编程语言 时间:
2020-05-09 15:24:48
阅读次数:
75
1.使用viewport,html文件中在<body></body>内添加meta,简单粗暴: <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" ...
分类:
移动开发 时间:
2020-05-09 01:36:00
阅读次数:
110