码迷,mamicode.com
首页 >  
搜索关键字:connection pool    ( 8948个结果
C++ Boost库了解
https://baike.baidu.com/item/boost/69144?fr=aladdin 1.C++程序库的总称 Boost是为C++语言标准库提供扩展的一些C++程序库的总称。Boost库是一个可移植、提供源代码的C++库,作为标准库的后备,是C++标准化进程的开发引擎之一,是为C+ ...
分类:编程语言   时间:2020-11-01 09:31:31    阅读次数:21
redis工具类
package redis.config; import org.springframework.beans.factory.annotation.Autowired;import org.springframework.data.redis.connection.DataType;import o ...
分类:其他好文   时间:2020-10-31 02:05:49    阅读次数:14
元空间和运行时常量池
元空间是方法区的实现 方法区是什么呢? 从java虚拟机规范9里摘抄的 It stores per-class structures such as the run-time constant pool, field and method data, and the code for methods ...
分类:其他好文   时间:2020-10-31 01:53:14    阅读次数:25
conky配置(附配置项作用解释)
alignment top_right #是否嵌入桌面 background yes #是否绘制窗口边框 draw_borders no #窗口边框 border_width 10 #cpu_avg_samples 2 #默认颜色 #default_color cornflowerblue #默认字 ...
分类:其他好文   时间:2020-10-29 10:29:31    阅读次数:29
python - 多线程,多进程
多进程模块 multiprocessing map方法使用: import multiprocessing from CeShi.defGet import ccccc if __name__ == '__main__': IPS = ['hequn', 'xiaxun'] pro = multip ...
分类:编程语言   时间:2020-10-29 09:44:49    阅读次数:22
java学习-每日一题-类加载死锁
@Slf4j public class ClassLoaderDeadLockDemo { // 定义一个常量 ,在类加载时期写入到 constant-pool中 public static final Object OBJECT = new Object(); static { log.info( ...
分类:编程语言   时间:2020-10-27 11:00:34    阅读次数:28
mybaties
Mybaties介绍 MyBatis是一个优秀的持久层框架,它对jdbc的操作数据库的过程进行封装,使开发者只需要关注 SQL 本身,而不需要花费精力去处理例如注册驱动、创建connection、创建statement、手动设置参数、结果集检索等jdbc繁杂的过程代码。Mybatis通过xml或注解 ...
分类:其他好文   时间:2020-10-26 11:46:25    阅读次数:43
conda安装包的时候提示「CondaHTTPError: HTTP 000 CONNECTION FAILED for url....」
明明在配置文件中配置了清华的镜像,但是就是一直提示无法下载包。 目前网上大部分的解决方案配置如下: https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free https://mirrors.tuna.tsinghua.edu.cn/anacond ...
分类:Web程序   时间:2020-10-26 11:38:45    阅读次数:46
`curl -L` 解决 GitHub 的 raw.githubusercontent.com 无法连接问题
解决 GitHub 的 raw.githubusercontent.com 无法连接问题 在使用 curl 下载文件时,如果出现以下情况 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection ref ...
分类:Web程序   时间:2020-10-24 09:48:51    阅读次数:57
linux 环境下制作 windows 系统安装U盘
如果是linux发行版本很简单,使用DD命令就好。但使用DD制作windowsISO就99%都是不成功的~搜索后发现这个东西WoeUSBhttps://github.com/WoeUSB下载安装包:http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/w/woeusb/woeusb_3.3.1-1~webupd8~xenial
分类:Windows程序   时间:2020-10-21 21:29:58    阅读次数:49
8948条   上一页 1 ... 17 18 19 20 21 ... 895 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!