摘要:
From the JavaScript Reference onMDC,~ (Bitwise NOT)Performs the NOT operator on each bit. NOTayields the inverted value (a.k.a. one’s complement) ofa.... 阅读全文
摘要:
Two commonly used methods for a request-response between a client and server are: GET and POST.GET- Requests data from a specified resourcePOST- Submi... 阅读全文
摘要:
E 表示该指令是一个element; A 表示该指令是attribute; C 表示该指令是class; M 表示该指令是注视实例如下:原帖:www.thinkster.io/angularjs/rep5re7gTM/angularjs-directive-restrictionsWhile it’... 阅读全文
摘要:
If you've been followingmy series on Vim, it should be clear now that Vim has a pretty clear philosophy of how text editing should work. It's based on... 阅读全文
摘要:
在Linux上工作的朋友很可能遇到过这样一种情况,当你用Vim编辑完一个文件时,运行:wq保存退出,突然蹦出一个错误:E45: 'readonly' option is set (add ! to override)这表明文件是只读的,按照提示,加上!强制保存::w!,结果又一个错误出现:"read... 阅读全文