码迷,mamicode.com
首页 >  
搜索关键字:org    ( 61976个结果
vagrant构建linux虚拟机
vagrant构建linux虚拟机 1.下载软件 Vagrant: https://releases.hashicorp.com/vagrant/2.2.5/vagrant_2.2.5_x86_64.msi VirtualBox: https://download.virtualbox.org/vi ...
分类:系统相关   时间:2021-07-01 16:52:21    阅读次数:0
javaweb中使用的web.xml文件
<?xml version="1.0" encoding="UTF-8"?><web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc ...
分类:编程语言   时间:2021-07-01 16:49:36    阅读次数:0
3.找不到注解@EnableEurekaServer所在类的bug
Error:(5, 55) java: 程序包org.springframework.cloud.netflix.eureka.server不存在 做了两个操作不知道哪个解决了问题: 1.在项目路径下cmd中使用mvn -U idea:idea指令,该指令的作用下载idea没下完的包,可以看到确实是 ...
分类:其他好文   时间:2021-07-01 16:44:40    阅读次数:0
Springboot集成Redis举例
依赖包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> 配置文件(application.pr ...
分类:编程语言   时间:2021-07-01 16:26:20    阅读次数:0
使用Maven打包bouncycastle出现JCE cannot authenticate the provider BC的原因及解决办法
先说解决方法 1、推荐使用官方建议的使用jar in jar插件 官方文档 https://pulsar.apache.org/docs/zh-CN/security-bouncy-castle/ 打包插件 https://github.com/nthuemmel/executable-packer ...
分类:其他好文   时间:2021-06-30 18:38:54    阅读次数:0
Github上传项目
1. 登录github并创建一个仓库 2. 安装git客户端 2.1 下载git 官网:git-scm.com/download/ 镜像:https://npm.taobao.org/mirrors/git-for-windows/?utm_source=qq&utm_medium=social&u ...
分类:Web程序   时间:2021-06-30 18:00:40    阅读次数:0
Ubuntu18.04安装ROS
这里只记录一些重点,会有不完整请参考其他文章 注意 Ubuntu16.04安装kinetic Ubuntu18.04安装melodic 建议使用Ubuntu18.04 参考官网 http://wiki.ros.org/melodic/Installation/Ubuntu 如果秘钥失效 设置一个最新 ...
分类:系统相关   时间:2021-06-30 17:54:02    阅读次数:0
JavaWeb13.3【Tomcat&Servlet:Servlet(server applet)】
1 <?xml version="1.0" encoding="UTF-8"?> 2 <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
分类:移动开发   时间:2021-06-29 16:09:22    阅读次数:0
flink-demo2
package cn.irisz.steam import org.apache.flink.api.common.RuntimeExecutionMode import org.apache.flink.streaming.api.scala._ import org.apache.flink.t ...
分类:其他好文   时间:2021-06-29 15:38:43    阅读次数:0
Centos7 升级内核为最新版本
步骤 1:检查已安装的内核版本 linux内核版本可以参考https://www.kernel.org/ 步骤 2:在 CentOS 7 中升级内核 大多数现代发行版提供了一种使用 yum 等包管理系统和官方支持的仓库升级内核的方法。 但是,这只会升级内核到仓库中可用的最新版本 - 而不是在 htt ...
分类:其他好文   时间:2021-06-28 21:06:08    阅读次数:0
61976条   上一页 1 ... 3 4 5 6 7 ... 6198 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!