首页 文章 精选 留言 我的

精选列表

搜索[配置],共10000篇文章
优秀的个人博客,低调大师

idea配置SpringBoot热部署之自动Build

一、pom.xml文件导入所需依赖文件 SpringBoot热部署插件 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> <scope>runtime</scope> </dependency> 二、pom.xml文件build标签进行修改如下 该插件由Maven提供,它会自动使用当前运行mvn命令的JDK去编译Java源代码。 <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration><fork>true</fork></configuration> </plugin> </plugins> </build> 三、打开File==》Settings输入Compiler勾选Buid project automatically点击OK 四、CTRL + SHIFT + A ==》 查找Registry ==》勾选compiler.automake.allow.when.app.running即可

优秀的个人博客,低调大师

Developerkit & Link Develop Demo 环境配置指南

一、设备端开发 Visual Studio Code 本体:https://code.visualstudio.com/ 插件: C/C++ 和 alios-studio Python 2.7 下载地址:https://www.python.org/downloads/。 注意:macOS 及部分 Linux 系统已预装,Windows 及 部分 Linux 系统需要手动安装。 Windows 用户注意:安装 Python 时,务必选择 Add Python to environment variables 及 Install pip。 Git 下载地址:https://git-scm.com/downloads Windows 用户安装后,在任意文件夹右键快捷进入 Git bash,就可以使用 UNIX 终端指令,方便开发。 开发板 USB 驱动 下载

优秀的个人博客,低调大师

React-native 开发环境配置(win版本)

搭建开发环境 1、首先下载node.js 下载链接:https://nodejs.org/zh-cn/ ; 2、安装node.js; 3、安装完成,运行打终端输入:nmp -v 显示node.js版本号,表示安装成功,如图 node.js安装成功 4、打开终端输入: npm install -g yarn react-native-cli打开react-native命令行工具,打开成功 react-native命令行工具打开中 打开成功,如图 打开成功 5、初始化第一个RN项目,在终端中输入:react-native init FirstTest,回车 初始化项目 其中 react-native init 为固定格式,FirstTest为项目名称; 成功创建项目 6、指定文件夹下出现项目 项目 7、当模拟器运行在电脑上或者有测试连接电脑之后,通过终端在项目的根目录输入 react-native run-android命令运行项目,此时会弹出node.js模拟器,如图: node.js模拟器 同时电脑会下载https://services.gradle.org/distributions/gradle-2.14.1-all.zip,如果你没有的话。 当然你也可以通过android studio直接打开项目根目录下的android项目,如图: 直接打开 android studio 直接打开项目 8、安装成功 安装成功

优秀的个人博客,低调大师

Jenkins Linux下安装、配置(学习笔记一)

1、安装JDK、Jenkins yum install java-1.8.0-openjdk.x86_64 -y sudo wget -O /etc/yum.repos.d/jenkins.repohttp://pkg.jenkins-ci.org/redhat/jenkins.repo sudo rpm --importhttps://jenkins-ci.org/redhat/jenkins-ci.org.key sudo yum install jenkins -y sudo service jenkins start sudo chkconfig jenkins on 2、关闭防火墙 firewall-cmd --permanent --new-service=jenkins firewall-cmd --permanent --service=jenkins --set-short="Jenkins Service Ports" firewall-cmd --permanent --service=jenkins --set-description="Jenkins service firewalld port exceptions" firewall-cmd --permanent --service=jenkins --add-port=8080/tcp firewall-cmd --permanent --add-service=jenkins firewall-cmd --zone=public--add-service=http --permanent firewall-cmd --reload 3、浏览器输入http://ip:8080 4、获取密码:cat /var/lib/jenkins/secrets/initialAdminPassword xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 5、安装推荐的插件 6、创建用户

资源下载

更多资源
Mario

Mario

马里奥是站在游戏界顶峰的超人气多面角色。马里奥靠吃蘑菇成长,特征是大鼻子、头戴帽子、身穿背带裤,还留着胡子。与他的双胞胎兄弟路易基一起,长年担任任天堂的招牌角色。

腾讯云软件源

腾讯云软件源

为解决软件依赖安装时官方源访问速度慢的问题,腾讯云为一些软件搭建了缓存服务。您可以通过使用腾讯云软件源站来提升依赖包的安装速度。为了方便用户自由搭建服务架构,目前腾讯云软件源站支持公网访问和内网访问。

Nacos

Nacos

Nacos /nɑ:kəʊs/ 是 Dynamic Naming and Configuration Service 的首字母简称,一个易于构建 AI Agent 应用的动态服务发现、配置管理和AI智能体管理平台。Nacos 致力于帮助您发现、配置和管理微服务及AI智能体应用。Nacos 提供了一组简单易用的特性集,帮助您快速实现动态服务发现、服务配置、服务元数据、流量管理。Nacos 帮助您更敏捷和容易地构建、交付和管理微服务平台。

Sublime Text

Sublime Text

Sublime Text具有漂亮的用户界面和强大的功能,例如代码缩略图,Python的插件,代码段等。还可自定义键绑定,菜单和工具栏。Sublime Text 的主要功能包括:拼写检查,书签,完整的 Python API , Goto 功能,即时项目切换,多选择,多窗口等等。Sublime Text 是一个跨平台的编辑器,同时支持Windows、Linux、Mac OS X等操作系统。

用户登录
用户注册