接上篇,继续。 一、 在/src/main/resource 下,建立new -> activiti ->activiti diagram 名字为HelloWorld 然后画图, 空园,是开始,实粗线园,是结束。 中间添加task,user task, 然后添加连接线,connection -> s ...
分类:
其他好文 时间:
2020-06-24 19:33:14
阅读次数:
57
当在远程库上设置了SSH 之后还是报错连接超时,问题如下 $ git push origin master 报错: ssh: connect to host github.com port 22: Connection timed out fatal: Could not read from rem ...
分类:
Web程序 时间:
2020-06-24 18:13:09
阅读次数:
123
1、问题现象 Access to XMLHttpRequest at 'http://yyyy' from origin 'http://zzzz' has been blocked by CORS policy: Request header field xxxx is not allowed b ...
分类:
其他好文 时间:
2020-06-24 17:47:18
阅读次数:
66
Suppose a bank has K windows open for service. There is a yellow line in front of the windows which devides the waiting area into two parts. All the c ...
分类:
其他好文 时间:
2020-06-24 16:01:04
阅读次数:
45
使用sftp客户端工具连接sftp服务器时,闲置一段时间后,再使用就会等很久然后报一个错误: 错误: Network error: Software caused connection abort错误: 读取目录列表失败 。然后从服务器断开,重新连接。响应速度相比重新建立连接要慢很多。如果频繁使用的 ...
分类:
其他好文 时间:
2020-06-24 12:20:39
阅读次数:
211
1095 Cars on Campus (30分) Zhejiang University has 8 campuses and a lot of gates. From each gate we can collect the in/out times and the plate numbers ...
分类:
编程语言 时间:
2020-06-24 00:20:12
阅读次数:
73
一、Django中使用原生SQL from django.db import connection cursor=connection.cursor() # 插入操作 cursor.execute("insert into hello_author(name) values('钱钟书')") # 更 ...
分类:
数据库 时间:
2020-06-22 20:56:32
阅读次数:
75
Lambda expressions were introduced in Java 8 and they became the talk of the town as soon as they arrived. Java has evolved a lot with time. It has in ...
分类:
编程语言 时间:
2020-06-22 19:29:55
阅读次数:
96
pip安装超时 异常信息:pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out 解决方案:在执行安装命 ...
分类:
编程语言 时间:
2020-06-22 19:03:08
阅读次数:
58
文件->首选项->用户片段;搜索html.json;以下是一个标准的HTML模板。 { // Place your snippets for html here. Each snippet is defined under a snippet name and has a prefix, body ...
分类:
Web程序 时间:
2020-06-22 18:43:17
阅读次数:
124