猫史档案馆


sdfjusdf

sdfjusdf

Lv.1

sdgsdgdgdfgdfgdfgdfgdfgdfg

获赞:164收藏:67浏览:7002作品收藏:56

签名:懒得告诉你。

回复帖子评论
上一页4 页 / 共 5下一页

大家好,我是编程猫的创始人tc,如果有什么问题都可以直接在这个帖子回我,我会及时回答你们的问题。 中回复


2017-11-24T23:17:32 点赞:0

【】求教JS、PHP 中回复

PHP 教程

http://www.w3school.com.cn/php/


2018-03-18T11:44:31 点赞:0

【】求教JS、PHP 中回复

JavaScript

https://www.javascript.com/


2018-03-18T11:44:59 点赞:0

【】求教JS、PHP 中回复

我也学php

2018-03-18T11:45:54 点赞:0

【来求圆周率】大家一起来 中回复

小数点后一百位


2018-06-24T16:02:25 点赞:0

【来求圆周率】大家一起来 中回复

我会小数点后100位

2018-06-24T16:04:52 点赞:0

【来求圆周率】大家一起来 中回复

3.喵9793238462喵338327950288419716939937510582097494459230781喵062862089986280348253421170679

2018-06-24T16:06:11 点赞:0

【萌新院科普】圆周率、开平方公式 中回复

诶呀不对



2018-06-24T16:20:01 点赞:0

【萌新院科普】圆周率、开平方公式 中回复

3.喵797喵0203114

3.喵9793238462喵


2018-06-24T16:20:43 点赞:0

【作品TOPTOP】作品自荐通道 中回复

2018-06-25T14:35:21 点赞:0

【讨论】距离你左手最近的东西是? 中回复

沙发

2018-06-27T15:39:20 点赞:0

【讨论】距离你左手最近的东西是? 中回复

椅子

2018-06-27T15:39:31 点赞:0

【讨论】距离你左手最近的东西是? 中回复

板凳

2018-06-27T15:39:43 点赞:0

【讨论】距离你左手最近的东西是? 中回复

地板

2018-06-27T15:40:03 点赞:0

【讨论】距离你左手最近的东西是? 中回复

呜哈哈哈哈整个屋子都被我占了!

2018-06-27T15:40:28 点赞:0

【讨论】你放暑假了吗? 中回复

嘿嘿,我在喵上了一年暑假早就开始了~~

2018-06-28T06:58:23 点赞:0

【反馈建议】基本规则与发帖指引 中回复

板凳

2018-06-28T13:58:51 点赞:0

[萌新院]Python难题 中回复

import turtle

import random

t = turtle.Pen()

while True:

 

    #注意啦,注意啦,如果你在这里写t.forward(100),那么呈现的效果会是一个颜色的条然后另一个颜色的条,所以说你得这样:

    #创建一个for i in range(100):

    #                 t.forward(1)

    #                  r = random.random()

    #                  g = random.random()

    #                   b = random.random()

    #                  t.color(r,g,b)

2018-08-02T17:41:52 点赞:0

[萌新院]Python难题 中回复

对不起代码搞错了

 

2018-08-02T17:53:38 点赞:0

[萌新院]Python难题 中回复

还有,刚才上面那个有BUG,得这样

2018-08-02T17:54:01 点赞:0

[萌新院]Python难题 中回复

import turtle
import random
import turtle,random,time
t = turtle.Pen()
t.speed(0)
#注意啦,注意啦,如果你在这里写t.forward(100),那么呈现的效果会是一个颜色的条然后另一个颜色的条,所以说你得这样:
for i in range(100):
t.forward(1)
colors = ['gray','red','blue','gold','yellow','cyan','purple']
t.color(colors[random.randint(0,6)])

2018-08-02T17:54:07 点赞:0

【各位】说出你心中大佬 中回复

xxx

 

2018-08-10T15:35:27 点赞:0

忍者训练之喵币 作者小翟 中回复

<a href="https://ide.codemao.cn/we/2524722">https://ide.codemao.cn/we/2524722</a>

2018-08-10T15:36:53 点赞:0

忍者训练之喵币 作者小翟 中回复

 怎么感觉这段html有点不对劲?

 

2018-08-10T15:37:20 点赞:0

忍者训练之喵币 作者小翟 中回复

算了,我还是给他在加点东西吧

 

2018-08-10T15:37:57 点赞:0

忍者训练之喵币 作者小翟 中回复

<a href='https://ide.codemao.cn/we/2524722' style='position:relative; top:100; left:100; font-size:45'>https://ide.codemao.cn/we/2524722</a>

2018-08-10T15:40:00 点赞:0

【各位】说出你心中大佬 中回复

哈哈呱呱

2018-08-11T21:35:17 点赞:0

python大佬们看过来,帮我看看这段代码哪错了 中回复

from time import time

t=time()

with open(‘B:/test.txt’,’r’)as infile:
    infile.seek(3)#skip bdm
    content=infile.read()
    content=content.encode('utf-8')
    outbuf=open(‘B:/hello.txt','w')
    for c in content:
        outbuf.write(chr(ord(c)))
        with open('B:/test2.txt’,’wb')as outfile:
            outfile.write(outbuf.gotvalue())

 

print(t)

2018-08-12T08:46:50 点赞:0

【求助】Python大佬帮忙看看 中回复

center_image

2018-08-12T08:50:01 点赞:0

教个Python了(基础课) 中回复

嘻嘻,print的完整语法在这里

2018-08-12T08:53:20 点赞:0