PHP生成微信小程序二维码需要注意两点: 1、小程序必须是上线的 2、传入二维码中需要跳转的小程序页面路径最前面不能加‘/’ 具体实现代码如下: 1 <?php 2 3 namespace app\admin\controller; 4 5 use think\facade\Env; 6 use a ...
分类:
微信 时间:
2020-07-10 19:08:14
阅读次数:
200
1、全局安装create-react-app npm install -g create-react-app 2、创建项目,安装依赖 create-react-app my-react-app 3、进入项目 cd my-react-app 4、启动项目 npm start 这是你就有了一个react ...
分类:
其他好文 时间:
2020-07-10 15:18:11
阅读次数:
137
在浏览器下编辑,习惯按住Ctrl+S键保存编辑内容。而网页的“ctrl + s”被默认为保存页面。 需要增加快捷保存方式 ctrl+s. $(window).keydown(function(event) { //alert( event.ctrlKey + ' ' + event.metaKey ...
分类:
其他好文 时间:
2020-07-10 11:39:44
阅读次数:
64
create table Book ( id int primary key identity, name varchar(20), date datetime, remark varchar(50) ) --循环执行插入10000条数据 declare @id int declare @name ...
分类:
数据库 时间:
2020-07-10 11:33:54
阅读次数:
87
create database Dai6_21 use Dai6_21 --存款 create table deposit ( Id int primary key identity, UName varchar(24), --存款人姓名 Zhon varchar(20), --账号 Pwd var ...
分类:
数据库 时间:
2020-07-10 09:53:55
阅读次数:
108
一、创建模版 二、代码实现 from django.shortcuts import render from django.template import loader from django.http import HttpResponse # Create your views here. de ...
分类:
其他好文 时间:
2020-07-10 09:51:42
阅读次数:
63
复数ADT(抽象数据类型, Abstruct Data Type) ADT Complex{ 数据对象 :{ e1, e2 | e1, e2(-R, R是实数集 } 数据关系 : { <e1, e2>| e1是复数的实部, e2是复数的虚部 } 基本操作 : create(&C, x, y) 操作结 ...
分类:
其他好文 时间:
2020-07-10 09:45:32
阅读次数:
95
create database ZuoYeuse ZuoYe select * from OrderInfoesselect * from Goodsselect * from Shopsselect c.Id,c.ShopId,c.UserId,g.Name,g.Img,g.Price,s.SNa ...
分类:
数据库 时间:
2020-07-10 09:38:16
阅读次数:
78
package com.sjw.flink import org.apache.flink.configuration.Configurationimport org.apache.flink.streaming.api.functions.sink.{RichSinkFunction, SinkF ...
分类:
其他好文 时间:
2020-07-10 00:43:32
阅读次数:
74
package com.sjw.flink import org.apache.flink.streaming.api.TimeCharacteristicimport org.apache.flink.streaming.api.functions.timestamps.BoundedOutOfO ...
分类:
其他好文 时间:
2020-07-10 00:16:33
阅读次数:
80