码迷,mamicode.com
首页 >  
搜索关键字:c++ java    ( 298062个结果
Login Vagrant VM using Xshell
Connect Vagrant VM by using Xshell 1. View your vagrant ssh-config type this commend to view your vagrant ssh-config: vagrant ssh-config you will get ...
分类:系统相关   时间:2021-06-05 17:39:35    阅读次数:0
future应用相关
1 package com.future; 2 3 import java.util.concurrent.*; 4 5 6 public class FDemo { 7 public static final ExecutorService service = Executors.newSingl ...
分类:其他好文   时间:2021-06-04 19:55:49    阅读次数:0
日常编码小技巧
Java基础: List转Map集合: 1 class ConvertUtil { 2 3 private ConvertUtil() { 4 } 5 /** 6 * 将List转为Map 7 * 8 * @param list 原数据 9 * @param keyExtractor Key的抽取规 ...
分类:其他好文   时间:2021-06-04 19:46:56    阅读次数:0
runnable & callable
简介 简单来说这两个接口都是执行多线程里面使用的东西. 参考链接 https://blog.csdn.net/qq_41357573/article/details/88887566 区别 Java多线程有两个重要的接口,Runnable和Callable,分别提供了一个call方法和一个run方法 ...
分类:其他好文   时间:2021-06-04 19:46:14    阅读次数:0
阿里去短信接口包
<!--阿里云短信接口包 begin--> <dependency> <groupId>com.aliyun</groupId> <artifactId>aliyun-java-sdk-core</artifactId> <version>4.4.6</version> <!-- 注:如提示报错,先 ...
分类:其他好文   时间:2021-06-04 19:44:26    阅读次数:0
JAVA快速获取网络图片或者URL图片并保存到本地
JAVA快速获取网络图片或者URL图片并保存到本地,直接上代码: import java.io.ByteArrayOutputStream;import java.io.File;import java.io.FileOutputStream;import java.io.IOException;i ...
分类:编程语言   时间:2021-06-04 19:38:29    阅读次数:0
Calendar.compareTo 比较时间的大小
package com.zz.bridge.impl; import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar ...
分类:其他好文   时间:2021-06-04 19:35:30    阅读次数:0
java.sql.SQLException: Unknown initial character set index '255' received from server. Initial client character set can be forced via the 'characterEncoding' property.解决方案
描述:java项目连mysql时报错“java.sql.SQLException: Unknown character set index for field '255' received from server” 原因:这是编码不匹配的原因,MySQL驱动和数据库字符集设置不搭配,默认字符集已从l ...
分类:数据库   时间:2021-06-04 19:33:18    阅读次数:0
JAVA Monitor
在多线程的 JAVA程序中,实现线程之间的同步,就要说说 Monitor。 Monitor是 Java中用以实现线程之间的互斥与协作的主要手段,它可以看成是对象或者 Class的锁。每一个对象都有,也仅有一个 monitor。下 面这个图,描述了线程和 Monitor之间关系,以 及线程的状态转换图 ...
分类:编程语言   时间:2021-06-04 19:25:52    阅读次数:0
使用vuecli创建 uniapp项目 一直处于加载中,或者下载失败
Failed fetching remote preset dcloudio/uni-preset-vue: 1. 利用github下载:https://github.com/dcloudio/uni-preset-vue 2. 解压好文件,一般下载好的项目都会有两层文件夹,删掉第一层文件夹 3. ...
分类:移动开发   时间:2021-06-04 19:16:33    阅读次数:0
298062条   上一页 1 ... 51 52 53 54 55 ... 29807 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!