MovableType 6.3.5 出了个补丁包

不过一天,MovableType 被发现出现一个bug,就是用Tag 搜索的时候会出错。因此,赶紧把补丁包放出来,其实就一个文件。 We have released a patch file to fix the following problem. This is not a security problems. PROBLEM An error occurred when Tag search by mt-search.cgi was called. SOLUTION

MovableType 6.3.5 出了个补丁包

不过一天,MovableType 被发现出现一个bug,就是用Tag 搜索的时候会出错。因此,赶紧把补丁包放出来,其实就一个文件。 We have released a patch file to fix the following problem. This is not a security problems. PROBLEM An error occurred when Tag search by mt-search.cgi was called. SOLUTION

Shell 基础学习

变量名的组成: 首字母 [a-zA-Z0-9_] 不能包含空格,能够使用下划线代替 不能使用关键字 变量的使用: #define url=https://www.so.com #readonly, 只读的不能修改 #如果修改:line <number>: url: readonly variable readonly url #销毁变量 unset url #变量引用 echo enter: $url echo enter: ${url} #{} 主要