最近学习了一下seata,由于nacos现在也挺火,于是学习了seata注册到nacos,然后集成springcloud 1.nacos配置(自行上官网下载) 将nacos/conf/nacos-mysql.sql导入自己的数据库 2.配置修改nacos/conf/application.prope ...
分类:
编程语言 时间:
2020-03-21 00:04:11
阅读次数:
1592
settings.py # -*- coding: utf-8 -*- # Scrapy settings for zhihutupian project # # For simplicity, this file contains only settings considered importan ...
分类:
其他好文 时间:
2020-03-20 20:28:53
阅读次数:
75
Advanced Aspects of Nature Inspired Search and Optimisation 2019/2020Lab 2 MSc: Time Series Prediction with GPNB! This coursework is only compulsory f ...
分类:
其他好文 时间:
2020-03-20 18:38:46
阅读次数:
61
設置外部容器漸變色,按鈕顏色透明 Container( margin: EdgeInsets.only(bottom: 10), width: 160, height: 40, decoration: BoxDecoration( borderRadius: BorderRadius.circula ...
分类:
其他好文 时间:
2020-03-20 13:07:09
阅读次数:
85
(1)功能:将主脚本的文件名设置为在boot.py完成后运行。 pyb.main(filename) 注:如果未调用此函数,则将执行默认文件main.py。仅在boot.py中调用此函数才有意义。 (2)功能:获取或设置重复REPL的UART对象。 pyb.repl_uart(uart) (3)功能 ...
分类:
其他好文 时间:
2020-03-20 12:52:19
阅读次数:
91
EVDO(EV-DO)实际上是三个单词的缩写:Evolution(演进)、DataOnly。其全称为:CDMA20001xEV-DO,是CDMA20001x演进(3G)的一条路径的一个阶段。这一路径有两个发展阶段,第一阶段叫1xEV-DO,即“DataOnly”,它可以使运营商利用一个与IS-95或 ...
分类:
其他好文 时间:
2020-03-20 12:45:00
阅读次数:
57
我的ORACLE表里没有long字段,可是保存时报错:ORA-01461:仅可以为插入LONG列的LONG值赋值ORA-01461:canbindaLONGvalueonlyforinsertintoaLONGcolumn本来我这张表里只有一个VARCHAR2(4000)的字段,一直没有这种错误发生,后来我把另一个字段长度调整为VARCHAR2(4000),这错误就开始发生了。你的数据库字符集可能
分类:
其他好文 时间:
2020-03-19 15:17:01
阅读次数:
87
Turn off IPv6 in Apache To turn off IPv6 in Apache, just change the Listen directive to: Listen 0.0.0.0:80 This will limit Apache to listening only to ...
分类:
其他好文 时间:
2020-03-18 17:11:53
阅读次数:
188
Given a string s and a string t, check if s is subsequence of t. You may assume that there is only lower case English letters in both s and t. t is po ...
分类:
其他好文 时间:
2020-03-18 11:13:53
阅读次数:
47
大家好,后面的就不是关于MAC专有的内容,基本是跟Java环境,基础技术方面有关。所以这个教程对于在linux系统还是macOS都是通用的,不用担心。 上一篇,我们安装好对应的Docker之后,感受到了它的便利。接下来我们来安装Mysql吧,它在开发中经常需要用到。 MySQL 是世界上最受欢迎的开 ...
分类:
数据库 时间:
2020-03-18 09:25:56
阅读次数:
81