码迷,mamicode.com
首页 >  
搜索关键字:nes    ( 3286个结果
Spring事务管理方式
如果不配置spring的事务,那么默认每次执行dao层方法即自动提交事务。 <!--配置事务管理器--> <bean id="transactionManager" class="org.springframework.jdbc.datasource.DataSourceTransactionMan ...
分类:编程语言   时间:2020-06-03 00:53:45    阅读次数:83
java 读取.properties参数
注意需要引入spring的架包,spring-core-xxxxx1.PropertiesUtil.java package com.h3c.portal.business.common.util; import org.springframework.core.io.support.Propert ...
分类:编程语言   时间:2020-06-02 18:36:44    阅读次数:112
error eslint@5.8.0: The engine "node" is incompatible with this module. Expected version "^6.14.0 || ^8.10.0 || >=9.10.0". Got "9.3.0"
报错: error eslint@5.8.0: The engine "node" is incompatible with this module. Expected version "^6.14.0 || ^8.10.0 || >=9.10.0". Got "9.3.0" error Found ...
分类:其他好文   时间:2020-06-01 21:02:01    阅读次数:132
【POJ3133】Manhattan Wiring (插头dp)
Manhattan Wiring 题意: There is a rectangular area containing n × m cells. Two cells are marked with “2”, and another two with “3”. Some cells are occup ...
分类:其他好文   时间:2020-05-31 16:26:04    阅读次数:66
第56天:urllib 包基本使用
urllib 是一个 python 内置包,不需要额外安装即可使用,包里面包含了以下几个用来处理 url 的模块: urllib.request,用来打开和读取 url,意思就是可以用它来模拟发送请求,就像在浏览器里输入网址然后敲击回车一样,获取网页响应内容。 urllib.error,用来处理 u ...
分类:Web程序   时间:2020-05-31 15:46:54    阅读次数:79
Infobright数据库使用
最近公司要做一个用户访问日志记录统计分析的功能,需要记录日志,但是公司的产品一天大概产生百万级的日志信息, 本身日志记录信息就比较固化和简单(基本不会存在改动),平时没有什么用,就是在统计分析时需要查用一下,另外日志需要长期存储不删除! 于是问题的难点是:如何存储大量的日志信息和在此基础上做查询分析 ...
分类:数据库   时间:2020-05-30 20:17:04    阅读次数:82
使用Linux dpkg 打包
https://www.cnblogs.com/Genesis-007/p/5219960.html dpkg制作deb包 deb包的文件结构: deb包里面的结构:DEBIAN目录 和 软件具体安装目录(模拟安装目录)(如etc, usr, opt, tmp等)。 在DEBIAN目录中至少有con ...
分类:系统相关   时间:2020-05-30 19:37:46    阅读次数:89
SpringBoot深入理解(更新中)
SpringBoot深入理解 项目打包SpringBoot启动过程 当使用打包时,会下载org-springframework-boot-loader的jar,并且不会放在lib存放的第三方jar包文件中,该jar包中有个JarLauncher.class文件中设置了jar包运行时的入口和打包后文件 ...
分类:编程语言   时间:2020-05-30 01:34:45    阅读次数:128
gradles理解和文件配置
gradle gradle tasks :查看所有的taske命令 bootJar:打包,讲项目的所有依赖和主工程代码打包,一个可直接执行的一个包,不需要tomcat运行 gradle使用bootjar打包后后,解压出来的三个目录 BOOT-INF: ? classes:存放java文件编译后的cl ...
分类:其他好文   时间:2020-05-30 01:29:57    阅读次数:98
LDAP的学习
参考文章:https://www.anquanke.com/post/id/196238 #什么是LDAP LDAP(Lightweight Directory Access Protocol),轻量目录访问协议,是一种用来查询与更新 Active Directory 的目录服务通信协议。 在AD ...
分类:其他好文   时间:2020-05-27 15:57:41    阅读次数:89
3286条   上一页 1 ... 19 20 21 22 23 ... 329 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!