上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
  2020年5月8日
摘要: github地址:https://github.com/intfish123/oauth.git 需要2个服务,一个认证授权服务,一个资源服务 认证授权服务为客户端颁发令牌,资源服务用于客户端获取用户信息。 1. 总体架构: 2.认证授权服务 pom文件: <?xml version="1.0" e 阅读全文
posted @ 2020-05-08 15:31 北溟有鱼。 阅读(854) 评论(0) 推荐(0) 编辑
  2020年4月24日
摘要: 读取配置文件连接mysql并查询 示例代码: SqlMonitoring.py import json import requests import mysql.connector import datetime from configparser import ConfigParser impor 阅读全文
posted @ 2020-04-24 18:25 北溟有鱼。 阅读(285) 评论(0) 推荐(0) 编辑
摘要: def sendmessage(url, msg, at_list=[]): """ 给钉钉发消息 """ HEADERS = { "Content-Type": "application/json ;charset=utf-8 " } # String_textMsg = { # "msgtype 阅读全文
posted @ 2020-04-24 18:19 北溟有鱼。 阅读(319) 评论(0) 推荐(0) 编辑
  2020年4月22日
摘要: * * $params$ * @author wangxiaolei * @date $date$ $time$ * @return $return$ */ groovyScript("def result=''; def params=\"${_1}\".replaceAll('[\\\\[|\\ 阅读全文
posted @ 2020-04-22 00:41 北溟有鱼。 阅读(180) 评论(0) 推荐(0) 编辑
  2020年4月17日
摘要: package com.example.test.util; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Value; imp 阅读全文
posted @ 2020-04-17 21:57 北溟有鱼。 阅读(181) 评论(0) 推荐(0) 编辑
摘要: package com.example.test.util; import java.util.ArrayList; import java.util.List; import java.util.Stack; public class FormulaUtils { /** * 转逆波兰表达式 "a 阅读全文
posted @ 2020-04-17 21:27 北溟有鱼。 阅读(167) 评论(0) 推荐(0) 编辑
  2020年4月16日
摘要: 1. 首先如果有自定义 WebMvcConfigurer 或者 WebMvcConfigurationSupport 的,一定不要在上面加 @EnableWebMvc 注解,因为这个注解会覆盖掉spring的默认配置,只使用 WebMvcConfigurationSupport 里面提供的配置!!! 阅读全文
posted @ 2020-04-16 22:14 北溟有鱼。 阅读(2716) 评论(0) 推荐(0) 编辑
  2020年4月14日
摘要: from sklearn import datasets from sklearn import preprocessing from sklearn.model_selection import train_test_split from sklearn.neighbors import KNei 阅读全文
posted @ 2020-04-14 19:50 北溟有鱼。 阅读(200) 评论(0) 推荐(0) 编辑
  2020年4月13日
摘要: https://blog.csdn.net/fendouaini/article/details/79789440 阅读全文
posted @ 2020-04-13 00:28 北溟有鱼。 阅读(231) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_22337021/article/details/82716845?depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-2&utm_source= 阅读全文
posted @ 2020-04-13 00:26 北溟有鱼。 阅读(716) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页