01 2020 档案

摘要:永久激活IDEA 2019.2.3、PyCharm 2019.2.3、WebStorm 2019.2.3教程 第一步:下载安装包 我下载的是64位的1.IntelliJ IDEA 2019.2.3 x642.JetBrains PyCharm 2019.2.3 x643.JetBrains WebS 阅读全文
posted @ 2020-01-31 09:37 Curedfisher 阅读(3286) 评论(2) 推荐(0) 编辑
摘要:package com.nantian.sms.service; import java.math.BigDecimal;import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.ArrayL 阅读全文
posted @ 2020-01-30 18:56 Curedfisher 阅读(159) 评论(0) 推荐(0) 编辑
摘要:<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" ><map 阅读全文
posted @ 2020-01-30 18:55 Curedfisher 阅读(148) 评论(0) 推荐(0) 编辑
摘要:判断思路: 先筛选出短信内容中包含的中文字符,再用短信内容长度减去中文字符,便得到剩下的字符数,然后算出总字节数 /** * 判断是否是长短信 */ private Integer judgeLongMsg(String tempContent) { //判断短信中有几个中文字符 int count 阅读全文
posted @ 2020-01-30 18:54 Curedfisher 阅读(461) 评论(0) 推荐(0) 编辑
摘要:错误1: java.lang.NullPointerException at com.nantian.sms.service.CoreOnLineTransactionService.findCoreTransactions(CoreOnLineTransactionService.java:128 阅读全文
posted @ 2020-01-29 20:07 Curedfisher 阅读(2874) 评论(0) 推荐(0) 编辑
摘要:java.lang.IllegalArgumentException: Cannot format given Object as a Date at java.text.DateFormat.format(DateFormat.java:310) at java.text.Format.forma 阅读全文
posted @ 2020-01-23 11:29 Curedfisher 阅读(5087) 评论(0) 推荐(1) 编辑
摘要:1.cpu个数、核数、线程数、Java多线程关系的理解 URL地址:https://blog.csdn.net/helloworld0906/article/details/905471592.物理cpu数和cpu核数和逻辑cpu数和vcpu区别 URL地址:https://blog.csdn.ne 阅读全文
posted @ 2020-01-17 08:39 Curedfisher 阅读(1078) 评论(0) 推荐(0) 编辑
摘要:1.关于“计算短信要拆分的条数”:URL地址:https://blog.csdn.net/iteye_3989/article/details/82239179 阅读全文
posted @ 2020-01-16 16:01 Curedfisher 阅读(206) 评论(0) 推荐(0) 编辑
摘要:// 放在要检测的代码段前,取开始前的时间戳Long startTime = System.currentTimeMillis(); // 放在要检测的代码段前,取结束后的时间戳Long endTime = System.currentTimeMillis(); // 计算并打印耗时Long tem 阅读全文
posted @ 2020-01-16 15:26 Curedfisher 阅读(8294) 评论(0) 推荐(0) 编辑
摘要:URL:https://www.cnblogs.com/cartooon/p/10993744.html 阅读全文
posted @ 2020-01-15 07:37 Curedfisher 阅读(144) 评论(0) 推荐(0) 编辑
摘要:JDBC Type Java Type CHAR String VARCHAR String LONGVARCHAR String NUMERIC java.math.BigDecimal DECIMAL java.math.BigDecimal BIT boolean BOOLEAN boolea 阅读全文
posted @ 2020-01-13 11:06 Curedfisher 阅读(1138) 评论(0) 推荐(0) 编辑
摘要:Java数据类型与各数据库类型映射一览表 URL地址:https://www.liangzl.com/get-article-detail-4979.html 阅读全文
posted @ 2020-01-13 10:40 Curedfisher 阅读(807) 评论(0) 推荐(0) 编辑
摘要:utf8_unicode_ci和utf8_general_ci对中英文来说没有实质的差别。utf8_general_ci: 校对速度快,但准确度稍差。utf8_unicode_ci: 准确度高,但校对速度稍慢。若数据库中有德语、法语或者俄语需求,需使用utf8_unicode_ci。其他情况用utf 阅读全文
posted @ 2020-01-06 09:16 Curedfisher 阅读(1208) 评论(0) 推荐(0) 编辑
摘要:被授权人: zdfans.com 授权密钥:gP5uuK2gH+iIVO3YFZwoKyxAdHpXRGNnZWN8Obntqv7++FF3pAz7dTu8B61ySxli 阅读全文
posted @ 2020-01-02 09:36 Curedfisher 阅读(12172) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示