image frame

Mor | void

Yesterday is history. Tomorrow is a mystery. But today is a gift.
Empty spaces,fill the pages.

解决 Failed to connect to github.com port 443 的问题

报错信息:

1
2
3
$ git push -u origin main
fatal: unable to access 'https://github.com/username/repository-name/': Failed to connect to github.com port 443 after 21086 ms: Couldn't connect to server

无法连接到github.com端口443:无法连接到服务器。

出现的问题:无法将本地代码提交到 Github 仓库。

经过查找发现许多人在克隆时也会遇到这种情况。

原因可能为:网络连接问题或防火墙限制。

下面为解决方式:

点击阅读...

Exercism.org-Java-Annalyn's Infiltration

https://exercism.org/tracks/java/exercises/annalyns-infiltration

Instructions

In this exercise, you’ll be implementing the quest logic for a new RPG game a friend is developing. The game’s main character is Annalyn, a brave girl with a fierce and loyal pet dog. Unfortunately, disaster strikes, as her best friend was kidnapped while searching for berries in the forest. Annalyn will try to find and free her best friend, optionally taking her dog with her on this quest.

After some time spent following her best friend’s trail, she finds the camp in which her best friend is imprisoned. It turns out there are two kidnappers: a mighty knight and a cunning archer.

点击阅读...

YAML学习笔记

什么是 YAML?

yaml官网

YAML: YAML Ain’t Markup Language™
What It Is:
YAML is a human-friendly data serialization
language for all programming languages.
It uses Unicode printable characters, some of which provide structural information and the rest containing the data itself.
There are many kinds of data structures, but they can all be adequately represented with three basic primitives: mappings (hashes/dictionaries), sequences (arrays/lists) and scalars (strings/numbers).
YAML was specifically created to work well for common use cases such as: configuration files, log files, interprocess messaging, cross-language data sharing, object persistence and debugging of complex data structures.

点击阅读...

You Found Me.

支付宝
微信