摘要: 右左法则: 0. 规则中符号 * 读作 “指向...的指针” [] 读作 “...的数组” () 读作 “返回...的函数” 1. 起始点 找到声明中的标识符(Identifier),它就是你分析的起始点,读作:“$(Identifier)是...”; 2. 右边 看你的标识符右边 a) 如果发现“ 阅读全文
posted @ 2020-03-16 11:19 sufei 阅读(164) 评论(0) 推荐(0) 编辑
摘要: stackoverflow https://stackoverflow.com/questions/10019456/usage-of-sys-stdout-flush-method Python's standard out is buffered (meaning that it collect 阅读全文
posted @ 2019-11-28 10:56 sufei 阅读(1153) 评论(0) 推荐(1) 编辑
摘要: The arguments object is an Array-like object corresponding to the arguments passed to a function. arguments对象是所有(非箭头)函数中可用的局部变量。 您可以使用arguments对象在函数内引 阅读全文
posted @ 2018-08-21 17:37 sufei 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 标准对象分类 Value Properties 以下全局属性返回一个简单的值;它们没有属性或者方法: Infinity NaN undefined null literal Function Properties 这些全局函数 - 全局调用而不是对象 - 直接将其结果返回给调用者。 eval() u 阅读全文
posted @ 2018-08-21 17:11 sufei 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 在Web浏览器上下文中理解的总称“JavaScript”包含几个非常不同的元素。 其中一个是核心语言(ECMAScript),另一个是Web API的集合,包括DOM(文档对象模型) JavaScript, the core language (ECMAScript) JavaScript的核心语言 阅读全文
posted @ 2018-08-21 16:48 sufei 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Git Branching Branches in a Nutshell Branches in a Nutshell let’s assume that you have a directory containing three files, and you stage them all and 阅读全文
posted @ 2018-08-17 13:54 sufei 阅读(194) 评论(0) 推荐(0) 编辑
摘要: Git Basics Getting a Git Repository Initializing a Repository in an Existing Directory For Linux: For Mac OS: For Windows: and type: Cloning an Existi 阅读全文
posted @ 2018-08-16 18:58 sufei 阅读(170) 评论(0) 推荐(0) 编辑
摘要: Getting Started About Version Control Local Version Control Systems Centralized Version Control Systems Distributed Version Control Systems A Short Hi 阅读全文
posted @ 2018-08-16 16:28 sufei 阅读(160) 评论(0) 推荐(0) 编辑
摘要: git status – Make sure your current area is clean. git pull – Get the latest version from the remote. This saves merging issues later. Edit your files 阅读全文
posted @ 2018-08-16 14:58 sufei 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 启动Server: 或者: 在 Windows 中,用 set 替代 export 来设置环境变量。 在 Powershell中,设置环境变量如下: 若要监听所有公共IP地址: 启动Debug模式: This does the following things: (在 window 中,用 set 阅读全文
posted @ 2016-10-26 12:49 sufei 阅读(301) 评论(0) 推荐(0) 编辑