会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
抽象工作室
博客园
首页
新随笔
联系
订阅
管理
2022年12月13日
minecraft-server
摘要: docker run -d --name vanilla -e EULA=TRUE -e VERSION=1.17.1 -v /data/mc/vanilla/data:/data -e OPS=willminec -e ONLINE_MODE=FALSE -p 25566:25565 --rest
阅读全文
posted @ 2022-12-13 17:43 抽象工作室upup
阅读(34)
评论(0)
推荐(0)
2022年11月15日
k3s install
摘要: 虚拟机配置静态ipdhcp vi /etc/sysconfig/network-scripts/ifcfg-ens33 设置为: BOOTPROTO=static ONBOOT=yes#ipIPADDR=192.168.100.201NETMASK=255.255.255.0#gatewayGATE
阅读全文
posted @ 2022-11-15 23:05 抽象工作室upup
阅读(132)
评论(0)
推荐(0)
2022年11月5日
minikube install
摘要: curl -sSL https://get.daocloud.io/docker | sh sudo systemctl start docker curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-li
阅读全文
posted @ 2022-11-05 21:18 抽象工作室upup
阅读(23)
评论(0)
推荐(0)
2022年10月16日
node-gyp安装失败
摘要: 青龙 报错 VCINSTALLDIR not set, not running in VS Command Prompt........ 关闭杀毒软件 管理员powershell PS C:\WINDOWS\system32> cnpm install --global --production w
阅读全文
posted @ 2022-10-16 23:26 抽象工作室upup
阅读(1093)
评论(0)
推荐(0)
2022年7月1日
Debug Tomcat 首页:ClassNotFoundException: org.apache.jsp.index_jsp
摘要: 版本:tomcat 8.5.81 tomcat-9.0.64 都是这个问题 网上说权限问题和jar包问题的都不对 解决方案: 在 org.apache.catalina.startup.ContextConfig类中,新增以下代码初始化jsp解析服务 /** * Process a "context
阅读全文
posted @ 2022-07-01 15:49 抽象工作室upup
阅读(45)
评论(0)
推荐(0)
2022年6月23日
jvisualvm JavaVisualVM 远程连接
摘要: java 启动 java -Djava.rmi.server.hostname=192.186.1.2 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8093 -Dcom.sun.management.jmxre
阅读全文
posted @ 2022-06-23 11:25 抽象工作室upup
阅读(116)
评论(0)
推荐(0)
2022年5月11日
antSword 中 java shell 参数替换规则 base64 hex
摘要: let decimalToHex = (d, padding) => { var hex = Number(d).toString(16); padding = typeof (padding) "undefined" || padding null ? padding = 2 : padding;
阅读全文
posted @ 2022-05-11 13:06 抽象工作室upup
阅读(241)
评论(0)
推荐(0)
2022年5月8日
CentOS 7 yum 安装 pip3 和 python3.6
摘要: - yum安装python3 yum install epel-release -y yum install https://centos7.iuscommunity.org/ius-release.rpm -y yum install python36 u -y ln -s /bin/python
阅读全文
posted @ 2022-05-08 16:07 抽象工作室upup
阅读(543)
评论(0)
推荐(0)
2022年3月22日
window+ electron
摘要: npm install -g yrm 列出所有镜像源: yrm ls 切换镜像: yrm use taobao
阅读全文
posted @ 2022-03-22 20:14 抽象工作室upup
阅读(26)
评论(0)
推荐(0)
2020年11月20日
Java对Html、Xml实体字符转义
摘要: import org.apache.commons.lang3.StringEscapeUtils; String str = StringEscapeUtils.unescapeXml(""prop_20551"入参数据字段无法被转换识别"); 输出: "prop_20551"
阅读全文
posted @ 2020-11-20 14:00 抽象工作室upup
阅读(387)
评论(0)
推荐(0)
下一页
公告