06 2023 档案
摘要:nvm安装(node包管理工具) 一、nvm是什么? nvm是一个node的版本管理工具,可以简单操作node版本的切换、安装、查看等,与npm不同的是,npm是依赖包的管理工具。 二、nvm的安装 1.下载地址 https://github.com/coreybutler/nvm-windows/
阅读全文
摘要:字符串的分数,转成分子分母相除的小数 String attribute3 = "1/4";if (attribute3 != null && attribute3.length() > 0) { int index = attribute3.indexOf('/'); double x1 = Dou
阅读全文
摘要:css+html案例 <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" co
阅读全文
摘要:ResultSet处理Operation not allowed after ResultSet closed案例 package nc.plugin.uap.maindata;import java.math.BigInteger;import java.sql.Connection;impor
阅读全文