其他-日排行
连接redis时出现错误:Could not connect to Redis at 127.0.0.1:6379: Connection refused 在/usr/local/etc/目录下找到redis.conf 将daemonize no 修改为 daemonize yes 再输入 redi ...
分类:其他 时间:2019-08-01 09:44:41 收藏:0 阅读:1998
DateTimeFormatter dateTimeFormatter1 = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");DateTimeFormatter dateTimeFormatter2 = DateTimeFormatter.ofP ...
分类:其他 时间:2019-08-07 12:54:56 收藏:0 阅读:989
前言:最近在用米尔zynq系列的Z-TURNBOARD单板做小项目。顺便也加强学习I2C驱动,记一篇做记录。I2C的操作及特点:I2C规程运用主/从双向通讯。器件发送数据到总线上,则定义为发送器,器件接收数据则定义为接收器。主器件和从器件都可以工作于接收和发送状态。总线必须由主器件(通常为微控制器)控制,主器件产生串行时钟(SCL)控制总线的传输方向,并产生起始和停止条件。SDA线上的数据状态仅在
分类:其他 时间:2019-08-08 20:20:46 收藏:0 阅读:2202
1.有冲突时可以用 git status查看 2.通过git log查看commit 参考:https://www.jianshu.com/p/f2fa0a590370 (1)通过author commiter等搜索 git log --author="John" 它接受正则表达式,返回所有作者名字 ...
分类:其他 时间:2019-08-24 23:36:06 收藏:0 阅读:377
快捷键 Ctrl + G : ...
分类:其他 时间:2019-09-09 11:29:31 收藏:0 阅读:3927
点击菜单栏View->Tool Windows->Maven ...
分类:其他 时间:2019-09-27 09:54:24 收藏:0 阅读:1766
刚开始碰到这个问题还被坑了,搞了好半天。。。所以我准备记录一下,走的弯路就不说了,因为我没图😂 故障长上图这样。 解决方法:打开File->project structure 选择Artifacts 点击上面最显眼的那个加号,选择Web Application:Exploded 接着按照下面操作进 ...
分类:其他 时间:2019-10-03 21:46:10 收藏:0 阅读:6311
最新版JDK 13环境变量配置 1、配置环境变量 右击“我的电脑”-->"属性"-->"高级系统设置"-->"高级"-->"环境变量" 在系统变量里新建"JAVA_HOME"变量,变量值为:C:\Program Files\Java\jdk-13(JDK的安装路径); 在系统变量里新建"CLASSP ...
分类:其他 时间:2019-10-05 13:07:58 收藏:0 阅读:844
这个问题其实很简单 定义 lay-submit lay-filter="submitbtn" 提交的时候作区分 form.on('submit(onesubmit)', function (data) { }); 希望能帮到你 ...
分类:其他 时间:2019-10-12 16:14:31 收藏:0 阅读:3085
Alacritty终端安装及配置 官方git: https://github.com/jwilm/alacritty 安装 配置 首次使用时会创建一个默认的配置文件: 主题设置 可以拷贝替换对应的主题颜色配置即可。 参考1:https://github.com/jwilm/alacritty/wik ...
分类:其他 时间:2019-10-20 09:17:20 收藏:0 阅读:1531
1. 拉取镜像(网易云docker镜像仓库) docker pull hub.c.163.com/library/nginx:latest 2. 运行nignx,并做端口映射 -d 后台运行 -p映射指定端口 8080:80 绑定端口 hub.c.163.com/library/nginx 镜像名称 ...
分类:其他 时间:2019-11-13 22:49:53 收藏:0 阅读:474
1.点击File—>Settings2.Editor—>General—>Auto Import3.IDEA默认自动导入的快捷键是:Alt+Enter ...
分类:其他 时间:2019-11-19 09:46:34 收藏:0 阅读:5561
<el-table :data='orderList' border stripe :align='center' :cell-style='cellStyle' :header-cell-style='rowClass'> <el-table-column type='index'></el-ta ...
分类:其他 时间:2019-11-21 11:24:18 收藏:0 阅读:2417
1. vue点击显示切换 :class='{"span":index==0}' class原本是 类选择器 加上 :class就是绑定属性的意思 ‘{“span”:index==0}’ 意思就是判断等于 index等于0的时候就显示span的样式 2.点击切换地址栏 conten.vue top.v ...
分类:其他 时间:2019-12-01 14:17:12 收藏:0 阅读:1171
Reactor有三种模式: 单reactor单线程 单 reactor多线程 主从reactor 1. 单reactor单线程工作原理图 dispatch与handler在同一个线程中处理。。。 redis就是采用这种模式 2. 单reactor多线程工作原理图 (1) reactor对象通过sel ...
分类:其他 时间:2019-12-02 00:30:35 收藏:0 阅读:895
ZoneId zoneId = ZoneId.systemDefault();LocalDate localDate = LocalDate.now();System.out.println(localDate); // 输出2019-12-10LocalDateTime dateTime = Lo ...
分类:其他 时间:2019-12-16 15:24:00 收藏:0 阅读:4047
MSBUILD : error MSB4132: 无法识别工具版本“2.0”。可用的工具版本为 "4.0" npm install --msvs_version 2015 npm config set msvs_version 2015 --global --这是全局配置,如果不想改变全局配置,可以 ...
分类:其他 时间:2020-01-07 15:55:19 收藏:0 阅读:4103
前言:这次摸索学习遇到了几个坑,花费时间较长,目标实现点击登录按钮,直接进入后台布局页面,类似下面文档效果 1、最开始想的很简单,增加一个页面,修改一个路由即可,需要注意几个地方 如果写再后面,比如 要放前面如下 的话会报 2、BasicLayout内容如下 import { Layout, Men ...
分类:其他 时间:2020-01-29 23:04:57 收藏:0 阅读:1427
原因 由于某些你懂的因素,导致GitHub的raw.githubusercontent.com域名解析被污染了。 查询真实IP 在https://www.ipaddress.com/查询raw.githubusercontent.com的真实IP。 通过修改hosts解决此问题 199.232.28 ...
分类:其他 时间:2020-02-14 17:18:47 收藏:0 阅读:3165
想在x1c 2018上安装intel xtu 忽然发现无论怎么样,即使是旧版也安装不上了。 总是报错 Attempted to install on an unsupported platform 参考https://kallelilja.com/2018/12/workaround-xtu-att ...
分类:其他 时间:2020-03-14 13:50:05 收藏:0 阅读:2269
191011121383372
上一页1667435下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!