logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

jenkins手动安装插件

1、手动下载jenkins插件:jenkins插件下载地址:http://mirror.xmission.com/jenkins/plugins/ ,一般下载下来后缀为hpi,如下载下来是zip的,记得把后缀修改为hpi2、打开jenkins:如http://192.168.187.130:8082/jenkins3、点击 系统管理——》插件管理——》高级,选择本地文件,点击提交,ok搞定还有一种

#jenkins#运维#linux
手把手教你在阿里云服务器上安装Java环境

#所需环境centos系统jdk1.8链接:https://pan.baidu.com/s/1O1PuYXBGSxOpkNmEQAufAA提取码:2iwq#安装解压安装JDK用Xshell选择root登录服务器后,1、解压下载的压缩包:tar -zxvf jdk-8u241-linux-x64.tar.gz2、切换到/usr/lib目录:cd/usr/lib3、新建jdk目录:mkdir jdk4

#java
An error occurred. Sorry, the page you are looking for is currently unavailable. Please try again

一、看php-fpm起了没pstree -u|grep phpnetstat -ntlp看php9000端口有没有起二、配置问题nginx.conf配置location ~ \.php$ {root/var/www;fastcgi_pass127.0.0.1:9000;fastcgi_indexindex.php;fastcgi_paramSCRIP

react mobx状态管理

//list.jsconst { Button } = WeaverMobile;const { TabBar, Icon,Tabs, WhiteSpace, Badge ,Accordion, List} = WeaverMobile;const { Provider,inject,observer } = mobxReact;const { NavBar } = WeaverMobile;co

react创建项目遇到create-react-app: command not found

在mac系统下,react用create-react-app my-app(my-app是你新建项目的名字)创建项目时,出现:-bash: create-react-app: command not found此时用npm init react-app my-app命令即可。

mac 安装mongodb compass

https://www.mongodb.com/try/download/compass选择稳定版本,下载安装

git绿色、红色图标不显示的问题

https://blog.csdn.net/weixin_41904925/article/details/106413953

#前端
Cookie 跨域解决方案(IFrame跨域)

IFrame跨域思路:假设有a.haorooms.com/text.html和b.haorooms.com/text.html两个页面,通过a.haorooms.com/text.html页面去修改b.haorooms.com/text.html页面的本地数据:① 在a.haorooms.com/text.html页面创建一个iframe,嵌入b.haorooms.com/text.html页面。

#html5#html#vue.js
nginx代理后刷新显示404

1、报错原因原因是因为web单页面开发模式,只有一个index.html入口,其他路径是前端路由去跳转的,nginx没有对应这个路径,当然就是404了。2、一般nginx监听配置server {listen9005;server_name192.168.0.5;#charset koi8-r;#access_loglogs/host.access.logmain;locatio.

#nginx#前端#运维
react useRef解决异步闭包问题,因为ref对象在组件的整个生命周期内保持不变

export const MyComponent = props=>{const [message,setMessage] = useState('inittial message')const [seconds,setSeconds] = useState(0)const secondsRef = useRef(seconds)useEffect(()=>{setTimeout(()

    共 35 条
  • 1
  • 2
  • 3
  • 4
  • 请选择