GoGo-Wang's Blog

"Say something."
- "Something."


  • Home

  • Tags

  • Categories

  • Archives

Source Code(1): Flask and Flask-RESTful

Posted on 2022-03-20 | In Web-Development |

It's easy to creat an api or restful api with Flask and Flask-RESTful extension. But what's happening under the hood when executing the code?

In this blog, we will dive into the source code of Flask framework and its extension Flask-RESTful, and understand the code deeply.

Read more »

API Development Summary(1)

Posted on 2022-03-09 | In Web-Development |

🚀 This blog is just a cheetsheet for myself. You can't visit links because the corresponding repositories are private.

Read more »

Lecture 1: The Shell

Posted on 2021-12-17 | In The-Missing-Semester-Of-Your-CS-Education |

This is the lecture note of The Missing Semester - Lecture 1.

Today's topic is the shell.

Read more »

Collections in Java(1)

Posted on 2021-10-24 |

In this series, we will discuss the Java Collections Framework.

Read more »

Java: 更优雅地关闭资源 - try-with-resource及其异常抑制

Posted on 2021-09-11 |

本文转自:https://www.cnblogs.com/itZhy/p/7636615.html

背景

我们知道,在Java编程过程中,如果打开了外部资源(文件、数据库连接、网络连接等),我们必须在这些外部资源使用完毕后,手动关闭它们。因为外部资源不由JVM管理,无法享用JVM的垃圾回收机制,如果我们不在编程时确保在正确的时机关闭外部资源,就会导致外部资源泄露,紧接着就会出现文件被异常占用,数据库连接过多导致连接池溢出等诸多很严重的问题。

Read more »

MVC模式开发:Flask中的拆分

Posted on 2021-07-26 | In Web Development , Flask |

这篇博文主要用于记录拆分项目Fyyur中控制层和模型层的过程,以及自己的一些感悟。

Read more »

Java集合详解(Collection接口和Map接口)

Posted on 2021-07-19 |

Java的 util 包中有两个重要的父接口:Collection 和 Map 。这两个接口提供了诸多数据结构的实现,使我们可以专注于程序的逻辑而不必关心底层细节。

在这篇博文中,我们将讨论以下几种接口,以及它们分别的实现类。

Read more »

Python: 关键字global和nonlocal

Posted on 2021-07-10 |

学习关键字 global 和 nonlocal 的用法。

Read more »

教程:使用Github和Hexo搭建个人博客

Posted on 2021-06-22 | In Blog |

前言

在这篇博客里,我详细记录了自己使用 Github + Hexo 搭建个人博客的全过程,以及自己遇到的问题的解决方案,希望可以帮到正在阅读该博文的你。😀

如果你有任何问题,欢迎在留言板里写下你的问题。

Read more »

Hello World

Posted on 2021-06-22 | In Blog |

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Read more »
12…5

48 posts
8 categories
8 tags
GitHub
© 2021 — 2022 GoGo-Wang
Powered by Hexo
|
Theme — NexT.Gemini v5.1.4