首先是给妈妈录成绩用的 vba 代码
Sub 自动成绩填充():
Application.ScreenUpdating = False
For i = 2 To 58
For j = 2 To 58
If Sheet1.Cells(i, "A").Value = Sheet1.Cells(j, "G").Value Then
Sheet1.Cells(i, "B").Value = Sheet1.Cells(j, "I").Value
Sheet1.Cells(i, "C").Value = Sheet1.Cells(j, "J").Value
Sheet1.Cells(i, "D").Value = Sheet1.Cells(j, "K").Value
End If
Next j
Next i
Application.ScreenUpdating = True
End Sub
然后是 go http://golang.org/ 做了个小 wiki
然后又摸了 php
这里要说下 sae ,尝试部署了以下项目:
vanilla 搞不懂
Wordpress 用向导,install.php不能
Question2Answer InnoDB 不能
qwench 中文不能
也把那些框架都小试了一边