码迷,mamicode.com
首页 > 2021年07月01日 > 全部分享
Spring Boot 学习(一) 整合Druid数据源
自定义 1.引入依赖 <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> <version>1.1.17</version> </dependency> 2.写一个自己的配置类 分析: 在springb ...
分类:编程语言   时间:2021-07-01 17:15:58    阅读次数:0
ubuntu16.04下载安装ZLMediaKit
1.2安装编译器 (1)如果你是debian系操作系统(包括ubuntu系?户),?般?带的gcc版本够新,你可以这样安装gcc编译器: sudo apt-get install build-essential (2)安装cmake ZLMediaKit采?cmake来构建项?,通过cmake才能? ...
分类:系统相关   时间:2021-07-01 17:15:39    阅读次数:0
Learning: a Lifelong Career
PASSAGE 2: Learning: a Lifelong Career As food is to the body, so is learning to the mind. Our bodies grow and muscles develop with the intake of food ...
分类:其他好文   时间:2021-07-01 17:15:13    阅读次数:0
retrofit2源码阅读
1.retrofit.create 创建retrofit 2.loadServiceMethod(method).invoke(args) 动态代理method,并在repos.enqueue 中调用invoke 3.ServiceMethod.parseAnnotations(this, meth ...
分类:其他好文   时间:2021-07-01 17:14:51    阅读次数:0
解决重复点击路由报错的问题NavigationDuplicated:Avoided redundant navigation to current location:
在vue项目中,当再次点击当前看路由时,会在控制台报如下警告: Avoided redundant navigation to current location:"/xxx/xxx" 解决方法: 在router.js中添加如下代码 import Vue from 'vue' import Route ...
分类:其他好文   时间:2021-07-01 17:14:17    阅读次数:0
后端API多节点集群部署
一.多节点启动 节点1:1.117.173.54:8080 节点2:1.117.173.54:8088 二.配置nginx集群访问 在server结点上方添加 upstream lbs { server 1.117.173.54:8080; server 1.117.173.54:8088; 在se ...
分类:Windows程序   时间:2021-07-01 17:08:31    阅读次数:0
C51汇编多字节求和
题目描述: 多字节数据求和,求无符号数Ai的累加和。Ai为单字节数,并按i(i=1,2,3,...,,n)顺序存放在RAM从60H开始的单元中,n放在R2中,求他们的和(双字节)高位放在R3,低位放在R4中。 算法思想: 向让低四位相加求和(ADD),如果有进位(CY=1),则对高四位用ADDC,并 ...
分类:其他好文   时间:2021-07-01 17:08:12    阅读次数:0
linux搭建gitlab服务器
1.安装python sudo yum install -y curl policycoreutils-pythonopenssh-server 2.将SSH服务设置成开机自启动,分别执行以下命令: sudo systemctl enable sshd sudo systemctl start ss ...
分类:系统相关   时间:2021-07-01 17:07:32    阅读次数:0
reverse operation of git add
before commit, do: git rm --cached <filename> ATTENTION: do not use 'git rm <filename>', this will delete the file from disk if commited, first use: " ...
分类:其他好文   时间:2021-07-01 17:07:16    阅读次数:0
接口的定义和实现
接口的定义和实现: 接口和接口的实现类: Timeservice: package com.cheng.inter;//接口的关键词是interfacepublic interface TimeService { void timer();}? Userservice: package com.ch ...
分类:其他好文   时间:2021-07-01 17:07:01    阅读次数:0
数据类型
1.栈(Stack) 栈的特点是先进后出,相当于你往桌子上放书本,先放上去的在下边。栈的常用方法:push,让一个元素放到栈顶 pop:移除栈顶元素,并且返回被移除的元素。 peek:返回栈顶元素。 length:栈的长度 2.队列(queue) 队列的特点和栈有点相同,不过队列是先进先出,和排队买 ...
分类:其他好文   时间:2021-07-01 17:06:48    阅读次数:0
Vue3.0 declare it using the "emits" option警告
vue3.0子组件 emit 出现警告 Extraneous non-emits event listeners (okUploadImg) were passed to component but could not be automatically inherited because compo ...
分类:其他好文   时间:2021-07-01 17:06:29    阅读次数:0
vue基础知识点创新新项目程序案例1 (一看就懂)
npm run serve 运行程序 创建新测试项目. 回车,回车,创建中 创建成功 ...
分类:其他好文   时间:2021-07-01 17:06:11    阅读次数:0
XCTF练习题---MISC---intoU
XCTF练习题 MISC intoU flag:RCTF{bmp_file_in_wav} 解题步骤: 1、观察题目,下载附件 2、解压以后是一个音频文件,听一听,挺嗨的,一边听一边想到音频分析,上Audacity解决问题 3、按照习惯和规律,查看该音频文件的频谱图,操作步骤如下 4、从头到尾没有发 ...
分类:其他好文   时间:2021-07-01 17:05:55    阅读次数:0
将jmeter+ant移植到linux环境下运行
背景: 目前jmeter+ant+发送邮件已经在windows下可以正常,想要将接口自动化测试用例关联到jenkins,实现可持续集成的一部分。 目前的设想是:jenkins构建项目成功后,自动执行jmeter中的接口测试用例,并将测试结果以邮件的形式发送给相关人员。 本次只实现将jmeter移植到 ...
分类:系统相关   时间:2021-07-01 17:05:40    阅读次数:0
Kafka入门(一)-基础概念
https://kafka.apachecn.org/intro.html 一、kafka能做什么? 构造实时流数据管道,它可以在系统或应用之间可靠地获取数据。 (相当于message queue) 构建实时流式应用程序,对这些流数据进行转换或者影响。 (就是流处理,通过kafka stream t ...
分类:其他好文   时间:2021-07-01 17:05:23    阅读次数:0
Phtoshop 无缝连续贴图制作
1.保证的图片素材“长:宽”比例为“1:1”。 2.菜单:“滤镜”--“其他”--“位移”, 3.设置“水平”、“垂直”为图像大小的一半,“未定义区域”选择**“折回”**选项 4.再使用修复画笔或仿制图章工具,修复中间的接缝。 ...
分类:其他好文   时间:2021-07-01 17:05:03    阅读次数:0
191条   上一页 1 2 3 4 5 6 7 ... 12 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!