Luuljh's Blog

Some memory will be there forever, reminding me of the past.
Home » 2021年1月

Jupyter安装最近一直在鼓捣Termux,用anlinux安装了debian buster,先是在里面装了code-server (下载deb,然后dpkg -i *.deb安装),感觉还不错,下一步打算安装jupyter的时候遇到了不少问题,仔细一看,这问题还是以前遇到过的,所以在这里全部归到一起,跟着下面的步骤走应该就没有问题。apt的源是ustc的。apt install python3-lxml apt install libffi-dev apt install libxslt-dev # **开始安装** pip install jupyter # apt insta ...

调用pygame库绘图,通过万有引力公式、矢量运算等等,实现模拟天体,不模拟碰撞。数据有点随便,模拟出来效果并不好。import pygame, sys, random, math, time pygame.init() size = width, height = 1440, 900 screen = pygame.display.set_mode(size) pygame.display.set_caption('天体模拟') starArr = [] G = 0.009 dt = 0.8 T = time.time() class star: def __init__(se ...
Life is fantastic
🥕 More