Wesley13 Wesley13
3年前
java的linux执行的shell
!/bin/sh 该脚本为Linux下启动java程序的通用脚本。即可以作为开机自启动service脚本被调用, 也可以作为启动java程序的独立脚本来使用。   警告!!!:该脚本stop部分使用系统kill命令来强制终止指定的java程序进程。 在杀死进程前,未
Easter79 Easter79
3年前
Tomcat异常之——启动报错Failed to start component
在idea中运行tomcat时,遇到异常,异常信息如下:16Jan201816:33:37.325信息\localhoststartStop1\org.apache.catalina.startup.HostConfig.deployDescriptorDeployingconfigurationdescriptorC:\\U
Stella981 Stella981
3年前
Docker常用命令,Docker安装Nginx、Redis、Jenkins、tomcat、MySQL
常用命令拉取镜像:dockerpullxxx启动镜像:dockerrunnamexxx8080:8080dxxx查看容器:dockerpsxxx停止容器:dockerstopxxx启动容器:dockerstartxxx删除容器:dockerrmxxx删除镜像:docke
Stella981 Stella981
3年前
Qt5.12.2开发Android环境搭建
QtAndroid开发环境概要qtopensourcewindowsx865.12.2armv7jdk8u201windowsx64androidndkr18bwindowsx86\_64installer\_r24.4.1windowsandroidsdk:Android9(A
Easter79 Easter79
3年前
SpringSecurityOAuth2(2)请求携带客户端信息校验,自定义异常返回,无权处理,token失效处理
上文地址:SpringSecurityOAuth2(1)(password,authorization\_code,refresh\_token,client\_credentials)获取token(https://my.oschina.net/u/3500033/blog/3080885"SpringSecurityOAuth2(1)(passwo
Stella981 Stella981
3年前
Android富文本
采用html方式Html.from(Stringhtml);Html.fromHtml("<font color\"red\"<iHello</i</font <uworld</u ! <diy test</diy <img src\"ic_launcher.png\"/",new ImageG
Stella981 Stella981
3年前
Linux常用软件启动、停止、重启命令
一、PHP启动命令:/usr/local/php5/sbin/phpfpm停止命令:pkillphpfpm二、MySQL启动命令:/etc/init.d/mysqldstart停止命令:/etc/init.d/mysqldstop重启命令:/etc/
Stella981 Stella981
3年前
IPv6通讯原理(1)
!(https://fzxiaomange.com/img/ipv6/initcover1.png)本文主题:通过抓包分析,深入观察网卡启动过程的每个步骤,从而逐步掌握通讯原理。🍀小慢哥的原创文章,欢迎转载目录▪一.为什么不能忽略网卡启动过程▪二.实验环境▪三.网卡启动前/后的样子▪
Wesley13 Wesley13
3年前
vc++创建一个进程
include<windows.hintmain(){STARTUPINFOsi;//进程启动时需要初始化的结构PROCESS\_INFORMATIONpi;//进程启动后的有关信息si.cbsizeof(STARTUPINFO);GetStartupInfo(&si);si.wShowWindo