猜疑让人孤独,让人成熟
我发现音乐歌词的任务栏放在这儿真的超级合适,取消边框,黑灰搭配。 又周末了,今天好像啥都没有做,不过还是挺难受的。 要怎么面对怀疑,纵使有万般的勇气,都无可奈何 ...
我发现音乐歌词的任务栏放在这儿真的超级合适,取消边框,黑灰搭配。 又周末了,今天好像啥都没有做,不过还是挺难受的。 要怎么面对怀疑,纵使有万般的勇气,都无可奈何 ...
Todo List The especially things I have to do today have the following 背单词 今天重新整理了桌面 还是喜欢干干净净的感觉 Footprints and Insights 查找不重复的组合的一个方法,非暴力枚举,就是将其映射回去,将其压缩到一起,对比其长度,这个方法可以有效避免因强行寻找完美解的一个办法而导致次优解甚至最优解丢失的问题。 ...
Day planner The especially things I have to do today have the following 背单词 看文献选题 想买一个数位板 完成一个wordle,SLOSH Today’s footprints and insights 时间又来到了10点半,今天找到了一个小论文选题,并且完成了其框架,具体实现细节仍然很复杂,最为关键的是算法和代码的编写,最后还是希望能够实现可视化的的细节。 ...
Day planner The especially things I have to do today have the following 背单词 继续完成api的编写 Today’s footprints and insights **kwargs 是严格的名称对应解包,具有特殊功能的函数一般考虑使用 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 Sub format() '快速重排表格以方便导入数据库 Application.ScreenUpdating = False Dim r1 As Integer Dim r2 As Integer Dim flag As Integer Dim s1 As String Dim s2 As String Dim s3 As String r2 = 1 For r1 = 4 To 2150 If Mid(Sheet1.Cells(r1, 1).Value, 1, 4) = "学科门类" Then s1 = Sheet1.Cells(r1, 1).Value Sheet2.Cells(r2, 1).Value = s1 ElseIf Not IsNumeric(Sheet1.Cells(r1, 1).Text) Then 'MsgBox ("NOT numeric") Sheet2.Cells(r2, 1).Value = s1 s2 = Sheet1.Cells(r1, 1).Value s3 = Sheet1.Cells(r1, 2).Value Sheet2.Cells(r2, 2).Value = s2 Sheet2.Cells(r2, 3).Value = s3 Else 'MsgBox ("numeric") Sheet2.Cells(r2, 4).Value = Sheet1.Cells(r1, 1).Value Sheet2.Cells(r2, 5).Value = Sheet1.Cells(r1, 2).Value Sheet2.Cells(r2, 1).Value = s1 Sheet2.Cells(r2, 2).Value = s2 Sheet2.Cells(r2, 3).Value = s3 r2 = r2 + 1 End If Next Application.ScreenUpdating = True End Sub 原始文件长这个样子 ...
Day planner The especially things I have to do today have the following 背单词 开发api Today’s footprints and insights 今天想到绝妙的将简单的api转换为从数据库调用并进行控制的方法,明天只要让esp通过网页读取到数据库中的命令即可。 ...
灵感乍现的时候 无论有什么紧要的事情都务必将灵感记下来! 灵感的出现往往都是人非常慵懒和放松的时候 就在昨天晚上 半夜醒来 半睡半醒的一个状态 突然想到一个绝妙的想法 ...
Day planner The especially things I have to do today have the following 创建一个类用来将每一个传感器实例化 编写网页接口控制电路(先控制LED灯吧) 学习PHP 背单词 Today’s footprints and insights 之前之所以其他io引脚不可用,可能是没有接触好,经过此次测试,12345号引脚全部可用。 今天终于把系统更新好了。一直烦了我好久,不过学会了查看系统更新失败的解决办法。 今天学习PHP基础教程,但是没有过多的练习。 ...