萝卜头IT论坛

搜索
收起左侧

【V2.8】为班级多媒体设计的【电子班务栏】!

  [复制链接]
 楼主| 发表于 2024-3-3 21:34:48 来自手机 | 显示全部楼层
ATP 发表于 2024-3-3 21:18
似乎你的code主界面少了些东西,比如res和setting



我刚刚在手机端想更新它们的内容,但是貌似手机上只能选择单个的文件,不能创建文件夹
我明天上学能碰到电脑,到时候会加回来
回复

使用道具 举报

发表于 2024-3-3 21:43:21 | 显示全部楼层
复古风。
不过楼主的界面越做越好看一些了。
回复

使用道具 举报

发表于 2024-3-3 22:15:42 来自手机 | 显示全部楼层
我觉得ui还可以再优化一下
回复

使用道具 举报

发表于 2024-3-4 01:07:25 | 显示全部楼层
爱电脑的昕宇 发表于 2024-3-3 21:34
我刚刚在手机端想更新它们的内容,但是貌似手机上只能选择单个的文件,不能创建文件夹
我明天上学能碰到 ...

好一个负1天:

image.png
提一嘴:记得看私信
回复

使用道具 举报

发表于 2024-3-4 14:24:25 | 显示全部楼层
感觉可以,支持一下,谢谢
回复

使用道具 举报

 楼主| 发表于 2024-3-5 11:46:37 | 显示全部楼层
正在做的版本,暂时保存一下

.eboard.zip

233.81 KB, 下载次数: 19

回复

使用道具 举报

发表于 2024-3-5 11:47:40 | 显示全部楼层
import time


with open ('sjb.txt') as sjb:
    a=int(sjb.readlines()[0])
    for i in range(a-1):
        now = time.strftime('%H:%M')
        print(now)
        sjb=open(
        begin_time=sjb.readlines()[int(i)]
        end_time=sjb.readlines()[int(i+1)]            
        if begin_time <= now <= end_time:
            print(i+1)

        
   







def is_between_time(begin_time, end_time):

    now = time.strftime('%H:%M:%S')
    if begin_time <= now <= end_time:

        return True
    else:
        return False


  1. import time


  2. with open ('sjb.txt') as sjb:
  3.     a=int(sjb.readlines()[0])
  4.     for i in range(a-1):
  5.         now = time.strftime('%H:%M')
  6.         print(now)
  7.         sjb=open(
  8.         begin_time=sjb.readlines()[int(i)]
  9.         end_time=sjb.readlines()[int(i+1)]            
  10.         if begin_time <= now <= end_time:
  11.             print(i+1)

  12.         
  13.    







  14. def is_between_time(begin_time, end_time):

  15.     now = time.strftime('%H:%M:%S')
  16.     if begin_time <= now <= end_time:

  17.         return True
  18.     else:
  19.         return False


复制代码
回复

使用道具 举报

发表于 2024-3-5 11:48:56 | 显示全部楼层
时间表,赤峰二中,              

sjb.txt

69 Bytes, 下载次数: 19

回复

使用道具 举报

联系我们(Contact)|手机版|萝卜头IT论坛 ( 苏ICP备15050961号-1 )

GMT+8, 2024-5-10 04:25 , Processed in 0.109171 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表