上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 53 下一页
摘要: 代码: 1 public static String getType(Object o){ //获取变量类型方法 2 return o.getClass().toString(); //使用Object类型的getClass()方法 3 } 使用方法: 效果图: 阅读全文
posted @ 2021-04-23 21:02 博二爷 阅读(70) 评论(0) 推荐(0) 编辑
摘要: js: vue.min.js axios.min.js 代码: 01_变量使用 1 <%-- 2 Created by IntelliJ IDEA. 3 User: 13313 4 Date: 2021/4/22 5 Time: 22:54 6 To change this template use 阅读全文
posted @ 2021-04-23 17:14 博二爷 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 代码: 1 public class Demo { 2 public static void main(String[] args) { 3 4 String str = "aa文字1bb哈哈cc测试dx,测试字符串aa1234bb"; 5 6 // 替换aa、bb之间的字符串为 "成功" 7 St 阅读全文
posted @ 2021-04-20 08:39 博二爷 阅读(207) 评论(0) 推荐(0) 编辑
摘要: settings.xml: 1 <?xml version="1.0" encoding="UTF-8"?> 2 3 <!-- 4 Licensed to the Apache Software Foundation (ASF) under one 5 or more contributor lic 阅读全文
posted @ 2021-04-15 08:43 博二爷 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 工具包:jsoup-1.13.1.jar 链接:https://pan.baidu.com/s/1npwaTaBk7YiWx4MbxIb5Zw 提取码:bgmz 代码: EXCELUTIL: 1 package com.util; 2 3 import org.jsoup.Jsoup; 4 impo 阅读全文
posted @ 2021-04-10 16:26 博二爷 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 第一步: 打开邮件,点击设置,添加账户 第二步: 点击其他账户 第三步: 输入相应的邮件地址,名称随意 第四步: 到189/163/QQ 邮箱官网中,找到设置——》账户——》在里面找到 IMAP/SMTP 第五步: 有的邮箱会给个新的密码,例如QQ,直接输入就行 有的邮箱没有任何提示,那么直接输入登 阅读全文
posted @ 2021-03-05 10:43 博二爷 阅读(569) 评论(0) 推荐(0) 编辑
摘要: 1,进入系统设置 2,进入显示设置,找到图形设置 3,点击浏览选择OBS文件下的 OBS.exe 4,选择节能模式: 5,重启后打开 阅读全文
posted @ 2021-03-01 15:54 博二爷 阅读(1139) 评论(0) 推荐(0) 编辑
摘要: 1 IDS=["物业","银行","建设","化工","保险", 2 "物流","快递","租赁","材料","金融", 3 "汽车","建筑","服饰","混凝土","鞋业", 4 "酒店","木","开发","地产" 阅读全文
posted @ 2021-02-28 17:31 博二爷 阅读(40) 评论(0) 推荐(0) 编辑
摘要: layui两级表头 效果: 代码: 1 <%@ page language="java" contentType="text/html; charset=UTF-8" 2 pageEncoding="UTF-8"%> 3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 阅读全文
posted @ 2021-02-24 17:07 博二爷 阅读(482) 评论(0) 推荐(0) 编辑
摘要: 函数: 1 //保存json 文件 2 public static boolean createJsonFile(String jsonString, String filePath, String fileName) { 3 // 标记文件生成是否成功 4 boolean flag = true; 阅读全文
posted @ 2021-02-24 11:45 博二爷 阅读(344) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 53 下一页