随笔 - 108  文章 - 0  评论 - 11  阅读 - 11万
04 2020 档案
python连接mysql
摘要:读取配置文件连接mysql并查询 示例代码: SqlMonitoring.py import json import requests import mysql.connector import datetime from configparser import ConfigParser impor 阅读全文
posted @ 2020-04-24 18:25 北溟有鱼。 阅读(292) 评论(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 北溟有鱼。 阅读(324) 评论(0) 推荐(0) 编辑
idea注释
摘要:* * $params$ * @author wangxiaolei * @date $date$ $time$ * @return $return$ */ groovyScript("def result=''; def params=\"${_1}\".replaceAll('[\\\\[|\\ 阅读全文
posted @ 2020-04-22 00:41 北溟有鱼。 阅读(182) 评论(0) 推荐(0) 编辑
雪花算法
摘要: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 北溟有鱼。 阅读(183) 评论(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 北溟有鱼。 阅读(179) 评论(0) 推荐(0) 编辑
Jackson格式化时间和科学计数法问题
摘要:1. 首先如果有自定义 WebMvcConfigurer 或者 WebMvcConfigurationSupport 的,一定不要在上面加 @EnableWebMvc 注解,因为这个注解会覆盖掉spring的默认配置,只使用 WebMvcConfigurationSupport 里面提供的配置!!! 阅读全文
posted @ 2020-04-16 22:14 北溟有鱼。 阅读(2818) 评论(0) 推荐(0) 编辑
我的第一个神经网络
摘要: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 北溟有鱼。 阅读(204) 评论(0) 推荐(0) 编辑
bp算法原理
摘要:https://blog.csdn.net/fendouaini/article/details/79789440 阅读全文
posted @ 2020-04-13 00:28 北溟有鱼。 阅读(239) 评论(0) 推荐(0) 编辑
bp算法
摘要: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 北溟有鱼。 阅读(743) 评论(0) 推荐(0) 编辑
Python之简单的神经网络
摘要:from sklearn import datasets from sklearn import preprocessing from sklearn.model_selection import train_test_split from sklearn.neighbors import KNei 阅读全文
posted @ 2020-04-03 22:22 北溟有鱼。 阅读(413) 评论(0) 推荐(0) 编辑
人工智能教程
摘要:https://www.captainbed.net/blog-supermouse/ 阅读全文
posted @ 2020-04-02 16:53 北溟有鱼。 阅读(162) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示