Author Archives: Blackford

Avatar photo

About 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

B/B+tree

B/B+ tree,如果是p阶,每个节点就有最多p个指针,也就意味着可以有最多P … Continue reading

Posted in 架构运维 | Leave a comment

Tensorflow和jupyter使用问题

在新版本的tensorflow中,会话函数Session()已经抛弃,要这样使用 … Continue reading

Posted in AI | Leave a comment

Linux命令汇总

AWK AWK是文本处理语言,是很强大的文本分析工具,请注意,这个名字和它的作用 … Continue reading

Posted in 架构运维 | Tagged , | Leave a comment

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: &#8216 … 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

密码保护:Week 7

无法提供摘要。这是一篇受保护的文章。

Posted in 胡言乱语 | 要查看留言请输入您的密码。

git使用小结

首先 修改完成之后 git add. git commit 这个时候是将修改提交 … Continue reading

Posted in 架构运维 | Leave a comment

mac os下安装nginx,php-fpm

换了mac后,稍微有点不熟悉,mac自带了php和apache,不过php是的G … Continue reading

Posted in PHP服务器脚本 | Leave a comment