Fix Python 3 on Windows error Microsoft Visual C++ 14.0 is required Fix the error for Python on Windows: error Microsoft Visual C++ 14.0 is required a ...
分类:
编程语言 时间:
2019-07-17 11:00:58
阅读次数:
144
在layui中使用 jquery 触发select 的 change事件无效 使用layui.use监听select事件 <select lay-filter="demo" lay-verify="required"> <script> layui.use(['layer', 'jquery', ' ...
分类:
其他好文 时间:
2019-07-16 10:52:02
阅读次数:
547
SpringMVC作为MVC框架近年来被广泛地使用,其与Mybatis和Spring的组合,也成为许多公司开发web的套装。SpringMVC继承了Spring的优点,对业务代码的非侵入性,配置的便捷和灵活,再加上注解方式的简便与流行,SpringMVC自然成为web开发中MVC框架的首选。 Spr ...
分类:
编程语言 时间:
2019-07-15 14:53:30
阅读次数:
142
OGG-00446 分析与解决 Table of Contents 1. 00446 1.1. Missing filename opening checkpoint file 1.1.1. 错误信息 1.1.2. 分析 1.2. could not find archived log 1.2.1. ...
分类:
其他好文 时间:
2019-07-15 01:21:02
阅读次数:
268
1.依赖注入注解: @Component:Bean注入到Spring容器组件(通用) @Repository:标记该类为Dao数据访问层 @Service:标记该类为Service业务逻辑层 @Controller:标记该类为Controller控制访问层 @Configuration:标记该类为配 ...
分类:
编程语言 时间:
2019-07-15 01:04:24
阅读次数:
139
PEP 8: no newline at end of file解决方法:代码末尾需要另起一行,光标移到最后回车即可 PEP 8: indentation is not a multiple of four解决方法:缩进不是4的倍数,检查缩进 PEP 8: over-indented解决方法:过度缩 ...
分类:
编程语言 时间:
2019-07-14 19:39:35
阅读次数:
399
1.Kafka 的设计时什么样的呢? 1.Kafka 的设计时什么样的呢? Kafka 将消息以 topic 为单位进行归纳 将向 Kafka topic 发布消息的程序成为 producers. 将预订 topics 并消费消息的程序成为 consumer. Kafka 以集群的方式运行,可以由一 ...
分类:
其他好文 时间:
2019-07-13 21:28:42
阅读次数:
114
*jfinal 模板sql *加密druid数据源 *私钥自己持有,私钥可以解密,公钥加密 方式一: java -cp druid-1.0.20.jar com.alibaba.druid.filter.config.ConfigTools user (user为数据库密码) 方式二 参考源码 ...
分类:
其他好文 时间:
2019-07-13 12:09:31
阅读次数:
122
#-----------------------------------# # R in Action (2nd ed): Chapter 18 # # Advanced methods for missing data # # requires packages VIM, mice # # ins... ...
分类:
编程语言 时间:
2019-07-12 18:58:46
阅读次数:
175
参考:https://stackoverflow.com/questions/43645519/microsoft-visual-c-9-0-is-required 解决方法: 下载并安装Microsoft Visual C++ Compiler for Python 2.7: Microsoft ...
分类:
编程语言 时间:
2019-07-12 18:47:56
阅读次数:
123