之前一直以为while 语句只能在函数中执行,今天算是涨知识了. DO $$ DECLARE i INTEGER := 1; identityId BIGINT := 200000000001; BEGIN WHILE i < 100 LOOP identityId = identityId + 1 ...
分类:
其他好文 时间:
2020-07-17 19:32:52
阅读次数:
70
1. 执行 npm install , C:\Program Files\nodejs\MyBook>npm installnpm notice created a lockfile as package-lock.json. You should commit this file. npm WAR ...
分类:
Web程序 时间:
2020-07-16 12:27:14
阅读次数:
188
This week we are reading about the beginnings of Islam, and the simultaneous expansion of Christianity in the West. You may notice that the two overla ...
分类:
其他好文 时间:
2020-07-14 13:02:46
阅读次数:
101
Notice: linux命令行和vim编辑器中的声音并不是linux系统中的声音,是windows系统发出的声音。 step 1: 打开cmd输入命令:control打开控制面板 step 2: 找到声音选项打开声音选项卡 step 3: 找到程序事件中的感叹号选项和播放windows启动声音,把 ...
分类:
系统相关 时间:
2020-07-10 22:41:59
阅读次数:
88
user www www; worker_processes 2; pid /var/run/nginx.pid; # [ debug | info | notice | warn | error | crit ] error_log /var/log/nginx.error_log info; e ...
分类:
其他好文 时间:
2020-07-09 22:06:07
阅读次数:
74
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev ...
分类:
系统相关 时间:
2020-07-08 13:31:45
阅读次数:
90
在UE中有专门的类用来完成定时器的功能,它就是FTimerHandle类。 我们来完成一个例子,每隔一段时间之后,让一个ACTOR自我复制,在一定范围内随机生成。 这是ACTOR的头文件: 1 // Fill out your copyright notice in the Description ...
分类:
编程语言 时间:
2020-07-05 15:12:38
阅读次数:
80
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev ...
分类:
其他好文 时间:
2020-07-04 10:31:41
阅读次数:
106
PTA 自测-4 Have Fun with Numbers 题目描述 Notice that the number 123456789 is a 9-digit number consisting exactly the numbers from 1 to 9, with no duplicati ...
分类:
其他好文 时间:
2020-07-02 23:22:19
阅读次数:
111
当你想找一家餐厅吃饭,却不知道去哪家,这时候手机跳出一条通知,为你自动推送附近优质餐厅的信息,你会点击查看吗?当你还在店内纠结于是否买下一双球鞋时,手机应用给了你发放了老顾客5折优惠券,这样的广告你有拒绝的理由吗? 这样的广告不仅不会引起用户的厌烦,还满足了用户的需求。更准确的广告推送,减少对用户不必要的打扰,提高用户对应用的满意度。那如何才能给自己的
分类:
其他好文 时间:
2020-07-01 16:04:03
阅读次数:
64