码迷,mamicode.com
首页 >  
搜索关键字:pack    ( 7261个结果
文件压缩下载 和 解压缩并解析
package com.utils.file; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileInputStream; ...
分类:其他好文   时间:2020-06-24 17:58:07    阅读次数:54
mybatis 多数据源
1.配置多数据源 spring: # mybatis 连接多数据源配置 db1-mybatis: datasource: jdbcurl: jdbc:mysql://127.0.0.1:3306/cloud-main1?useUnicode=true&characterEncoding=utf8&u ...
分类:其他好文   时间:2020-06-24 17:47:30    阅读次数:46
ffi动态链接库的使用
最进项目中使用到了socketproc通信,但是这样有一点不是很好,必须单独启动一个进程来执行代码中的shell命令,后面想在nginx+lua的环境下使用openresty中的lua-resty-shell,但是在后续阅读源码说明的时候发现依赖关系过于复杂,会导致引入的openresty模块越来越 ...
分类:其他好文   时间:2020-06-23 18:55:07    阅读次数:110
使用配置文件的方式整合MyBatis
(1)创建一个用于对数据库表t_article数据操作的接口ArticleMapper ```java @Mapper public interface ArticleMapper { public Article selectArticle(Integer id); } ``` (2)创建XML映 ...
分类:其他好文   时间:2020-06-23 13:11:10    阅读次数:45
AIX防火墙策略
删除所有策略rmfilt-v4-nall1、查看所有deny的策略,注意ruleno和端口地址1,root@ODS_DB1[/tmp/ibmsupt]#lsfilt|grep-p0.0.0.0BeginningofIPv4filterrules.Rule242:Ruleaction:denySourceAddress:0.0.0.0SourceMask:0.0.0.0DestinationAddr
分类:其他好文   时间:2020-06-23 10:35:16    阅读次数:184
Tomcat 安装/配置/问题
Tomcat 安装与配置 1、下载 官方网址:https://tomcat.apache.org/ 下载完解压即可 2、启动 启动:bin 目录下的 startup.bat 关闭:bin 目录下的 shutdown.bat,或者直接关闭窗口 3、配置 可以在 apache-tomcat-9.0.36 ...
分类:其他好文   时间:2020-06-22 23:23:13    阅读次数:63
在CentOS 6.x/7.x上安装git
方式一、yum安装 # yum info git Failed to set locale, defaulting to C Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Available Pack ...
分类:其他好文   时间:2020-06-22 20:53:13    阅读次数:45
K8s 文档增加反种族歧视声明 | 云原生生态周报 Vol. 54
云原生一周生态要闻总览。
分类:其他好文   时间:2020-06-22 15:40:15    阅读次数:50
基础.struct.pack("L","l","Q")_socket超时设置
1、python socket 超时设置_zhouguoqionghai的博客-CSDN博客_python socket settimeout.html(https://blog.csdn.net/zhouguoqionghai/article/details/92010307) 1.1、ZC:疑问 ...
分类:其他好文   时间:2020-06-22 01:29:01    阅读次数:51
使用git clone命令克隆文件出现error: RPC failed; curl 18 transfer closed with outstanding read data remaining问题
在使用git clone命令从github克隆源码到电脑时出现了以下问题 fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed error: RPC failed; curl 18 t ...
分类:Web程序   时间:2020-06-21 23:37:27    阅读次数:88
7261条   上一页 1 ... 40 41 42 43 44 ... 727 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!