What you do today can improve all your tomorrows.
Bear in mind: S = Single Responsibility Principle
O = Opened Closed Principle
L = Liskov Substitution Principle
I = Interface Segregation Principle
D = Dependency Inversion Principle
摘要:
解决办法:WScript.Echo "Try to repair registry key..." 'verify Office version Set objshell = CreateObject("wscript.shell") If version = 12 Then objshell.Ru 阅读全文
摘要:
最近处理SGML文档时,碰到的DTD语法: <!ELEMENT name - - (#PCDATA)> 说明:- - 代表 name 元素有开始标识和结束标识 <!ELEMENT name - o (#PCDATA)> 说明:- o 代表 name 元素有开始标识,但没有结束标识 <!ELEMENT 阅读全文
摘要:
//解决异常: The server response was: 5.7.3 Requested action aborted; user not authenticated //chjuqegazuwyznmc 不是邮箱密码,而是微软帐户提供的app password,需要自己配置生成。 //如果 阅读全文
摘要:
Sub FillNewToYellow() Dim dic Dim oldArr(), updatedArr() On Error Resume Next If Worksheets("old") Is Nothing Then MsgBox "Missing old sheet" ElseIf W 阅读全文