2023年五月 一 二 三 四 五 六 日 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 -
近期文章
Author Archives: Blackford
kubernets下使用cert-manage签发免费证书
Install cert-manager 安装helm 创建cert-manag … Continue reading
Posted in 架构运维
Leave a comment
Letsencrypt和cerbot自制免费证书,使用docker compose部署
生成证书 docker-compose run –rm certbot cer … Continue reading
Posted in 架构运维
Leave a comment
ISC20 Students Cluster Competition 国际超算比赛参赛心得
ISC20 Student Cluster Competition结束了,冠军是 … Continue reading
Posted in 架构运维
2 Comments
Ubuntu下编译OpenJDK12
本文是在虚拟机VMware下的Ubuntu编译OpenJDK12 * 首先是获取 … Continue reading
Posted in Java编程语言, 编程语言
Leave a comment
基于NB (Naive Bayes) 和SVM的自然语言处理 (NLP)
本文主要讲述使用NB和SVM算法来实现NLP的小例子,当然目前使用neural … Continue reading
Posted in AI
Leave a comment
简单理解朴素贝叶斯分类算法
贝叶斯分类是一类分类算法的总称,这类算法均以贝叶斯定理为基础,故统称为贝叶斯分类 … Continue reading
Posted in AI
Leave a comment
pandas docs
根据某一列的值进行筛选axis=0 train = pd.read_csv(‘. … Continue reading
Posted in AI
Leave a comment
Tensorflow和jupyter使用问题
在新版本的tensorflow中,会话函数Session()已经抛弃,要这样使用 … Continue reading
Posted in AI
Leave a comment
Linux命令汇总
AWK AWK是文本处理语言,是很强大的文本分析工具,请注意,这个名字和它的作用 … Continue reading
wireshark抓包android APP
本文简单讲一下如何通过wireshark对android的APP进行抓包,方式和 … Continue reading
Posted in 架构运维
Leave a comment
MySQL issues
mysql Invalid default value for 建表的时候,如果 … Continue reading
Posted in 架构运维
Leave a comment
docker 发布 spring boot
# docker issues ## docker部署发布 spring boo … Continue reading
Posted in 架构运维
Leave a comment
spring boot 笔记
Failed to configure a DataSource: ‘ … Continue reading
Posted in 架构运维
Leave a comment
小程序领取微信卡券“签名错误”解决小结
在开发一个小程序,需要在小程序中领取卡券,因为官方文档写的比较粗糙,遇到一些小问 … Continue reading
Posted in 移动开发
Leave a comment
Spring Boot Application Secured by Let’s Encrypt Certificate(docker+spring boot+letsencrypt)
首先介绍一下项目,基础spring boot,docker部署,使用letsen … Continue reading
Posted in 架构运维
Leave a comment
单向链表反转迭代算法实现
1 首先创建一个链表 package com.alibaba.LinkedNod … Continue reading
Posted in Java编程语言
Leave a comment
Java实现快速排序算法
package com.alibaba; import java.util.Ar … Continue reading
Posted in Java编程语言, 架构运维
Leave a comment
搭建基于dubbo,zookeeper的spring boot分布式系统示例
目前越来越多的系统采用分布式,微服务的结构,将业务根据模块进行拆分,然后分布式部 … Continue reading
Posted in Java编程语言, 架构运维, 编程语言
Leave a comment
mac os下安装nginx,php-fpm
换了mac后,稍微有点不熟悉,mac自带了php和apache,不过php是的G … Continue reading
Posted in PHP服务器脚本
Leave a comment