2023年政策修订增补工作正在进行中,欢迎参与!
  • Moegirl.ICU:萌娘百科流亡社群 581077156(QQ),欢迎对萌娘百科运营感到失望的编辑者加入
  • Moegirl.ICU:账号认领正在试运行,有意者请参照账号认领流程

Passthem

萌娘百科,萬物皆可萌的百科全書!轉載請標註來源頁面的網頁連結,並聲明引自萌娘百科。內容不可商用。
跳至導覽 跳至搜尋
這個用戶太懶了,文本歪了也不扶正

個人信息

基本資料
本名 Passthem
別號 Pzthem
編輯頁面數 {{#cscore:Passthem|pages}}個頁面!
編輯次數 {{#cscore:Passthem|changes}}次編輯!
戰鬥力 高達{{#cscore:Passthem|score}}分!
血型 O-oooooooooo AAAAE-A-A-I-A-U- JO-oooooooooooo
星座 金牛座
萌點 沒有
自述 自述?沒有自述……
好友 沒有
敵人 沒有
  • B站up主,ID同萌娘ID天天水視頻還在咕咕咕
  • 只會瞎寫代碼,天天Python娘C++娘
  • 因電腦原因Minecraft卡在1.11.2無法更新到新版本的屑老玩家才發現是Java的問題,修復好了以後回來Minecraft感覺自己成了萌新
  • 不會打音遊,天天FAR100Good什麼的。
  • 以VSCode作為主要編程環境
  • 正在學習AE、PR等的剪輯技術

用戶框

新手 這個用戶是wiki新手
還請多多指教!
小編輯 這名用戶擅長毫無意義的小編輯
zh-N 此用戶的母語漢語
Noia 64 apps karm.svg 該用戶已有了4年零3個月零15日的萌百用戶史。
借鑑 這個用戶喜歡借鑑其他條目,並加以改善
借明於鑒以照之,則寸分可得而察也
大陆简体 此用户使用中国大陆规定的简体中文来进行萌娘百科的维护工作。
學生
Passthem學生黨
00後 該用戶生於21世紀00年代。
Creeper娘.png 這名用戶來自只有方塊的世界
bilibili
該用戶是B站的用戶,
Ta在B站被稱為Passthem

css畫畫

Destr0yer:

正弦餘弦函數:太占空間了,自己拿Python生成吧
源碼:(拿Python寫的)

  1. import math
  2. size = 5
  3. jqd = 300
  4. bgc = "#222222"
  5. def divBox(xpos, ypos, col):
  6.     return "    <div style=\"width:1%; height:1%; position: absolute;left:" + str(xpos) + "%;top:" + str(ypos) + "%;background-color:" + col + ";\"></div>\n"
  7. def mathPos2divPos(xpos, ypos):
  8.     return ((xpos / size / 2 + 0.5) * 100, (ypos / size / 2 + 0.5) * 100)
  9. with open("output.html","w") as html:
  10.     text = "<div style=\"width:500px;height:500px;position:relative;background-color:" + bgc + ";\">\n"
  11.     for a in range(jqd):
  12.         text = text + divBox(mathPos2divPos((a -(jqd / 2)) /(jqd / 2) * size, 0)[0], mathPos2divPos(0, math.sin((a -(jqd / 2)) /(jqd / 2) * size))[1], "#dd4444")
  13.         text = text + divBox(mathPos2divPos((a -(jqd / 2)) /(jqd / 2) * size, 0)[0], mathPos2divPos(0, math.cos((a -(jqd / 2)) /(jqd / 2) * size))[1], "#4444dd")
  14.     text += "</div>"
  15.     html.write(text)

學習列表

學習列表(順序不分先後)

自用鏈

 我的沙盒