Recently, I was made a service which can provide a simple way to get best model. so, i spent lot of time to read source code of auto-sklearn, auto-skl ...
分类:
编程语言 时间:
2019-05-18 00:51:10
阅读次数:
253
实验环境: 操作系统:Centos 7.4 服务器ip:192.168.3.41 运行用户:root 网络环境:Internet LDAP(轻量级目录访问协议)是一个能实现提供被称为目录服务的信息服务,也是一套用户认证体系系统;一般在大型企业、学校、政府单位使用的比较多,LDAP是由4部分组成,这4 ...
分类:
Web程序 时间:
2019-05-16 11:13:54
阅读次数:
247
spring 版本 2.1.4 1. 问题: 添加 spring-security 后 无法注册。 原因 : spring boot 2.x 添加了 csrf 验证 。 解决 : 注册 时写法: 2. 问题 : /actuator/info 没有信息 解决: 执行一遍 maven 命令 spring ...
分类:
编程语言 时间:
2019-05-10 23:15:44
阅读次数:
204
cd ../usr/local/tomcat-work-composite/bin/ 进入到项目当中 vim catalina.sh 编辑文件 增加 APOLLP=“-Denv=DEV -Dapollo.autoUpdateInjectedSpringProperties=false -Ddev_m ...
分类:
系统相关 时间:
2019-05-07 14:22:49
阅读次数:
535
STATISTICAL LABORATORYPractical 6: Assessed courseworkST104Term 3, 2019Important InformationThis practical session is assessed. The deadline for submi ...
分类:
其他好文 时间:
2019-05-06 19:02:16
阅读次数:
154
先附上错误信息: 我的操作系统是ubuntu16.04,今天突然重启nginx后,发现给我报了一个502的错误,看了一下nginx的状态,里面有一个错误提示,就如同标题那样,遂Google,在一个歪果仁的个人博客中看到一个链接,解决了我的问题,我这里只做一个搬运工,有问题的小伙伴也可以参考。再附上u ...
分类:
其他好文 时间:
2019-05-02 15:39:42
阅读次数:
182
作记录用 请参考https://blog.csdn.net/lizc_lizc/article/details/81155895 第一种: 在每个controller上添加 @CrossOrigin 第二种:使用拦截器 1、方法一 @Configurationpublic class CorsCon ...
分类:
编程语言 时间:
2019-04-28 18:53:32
阅读次数:
758
大量数据导入操作, 也就是直接将DataTable里的内容写入到数据库 通用方法: 拼接Insert语句, 好土鳖 1. MS Sql Server: 使用SqlBulkCopy 2. MySql: adapter.update()批量更新 MySqlBulkLoader, 这个是从文件里边到的, ...
分类:
数据库 时间:
2019-04-27 14:38:03
阅读次数:
641
前提条件:keyclock上先配置好需要的信息 1 springboot接入keyclock 先添加依赖 配置文件 keycloak.auth-server-url = https://auth.souche-inc.com/authkeycloak.realm = lantukeycloak.re ...
分类:
编程语言 时间:
2019-04-19 16:22:32
阅读次数:
422