动态改变运行时结构 Dynamic programming language, in computer science, is a class of high-level programming languages which, at runtime, execute many common pro ...
分类:
其他好文 时间:
2018-01-18 17:17:13
阅读次数:
157
本博客将介绍WordPress的多语言制作 首先需要在wp-content目录下创建一个languages文件夹,用于存放语言包文件。 然后在模板目录下的functions.php,然后在代码中添加函数加载该文件夹,示例代码如下: 上面代码表示在主题加载时载入语言文件也就是/wp-content/l ...
分类:
编程语言 时间:
2018-01-18 13:29:35
阅读次数:
138
课程 "Programming Languages, Part A" "Programming Languages, Part B" "Programming Languages, Part C" "CSE341: Programming Languages" 笔记 "Programming Lan ...
分类:
其他好文 时间:
2018-01-17 22:01:12
阅读次数:
162
The following table compares general and technical information for a selection of commonly used programming languages. See the individual languages' a ...
分类:
其他好文 时间:
2018-01-12 21:18:29
阅读次数:
176
Representation revisited Knowledge representation languages should be declarative, compositional, expressive, context independent, and unambiguous. 2. ...
分类:
其他好文 时间:
2018-01-09 14:48:08
阅读次数:
259
自定义webstrom的宏,使用eslint规则保存文件自动格式化代码 1. 先启用ESLint Settings(Preference) Languages & Frameworks Javascript Code Quality Tools ESLint, 勾上Enable 启用之后,打开项目中 ...
分类:
Web程序 时间:
2018-01-09 13:39:11
阅读次数:
2081
"Programming Languages, Part A" "Programming Languages, Part B" "Part A 笔记" 碎言碎语 1. 很多没有写过 Lisp 程序的人都会对 Lisp 中的括号产生偏见(包括曾经第一次看到 Lisp 程序的我),事实上,括号赋予 Li ...
分类:
其他好文 时间:
2017-12-30 19:06:18
阅读次数:
193
Sometimes we build a program as release and when debugging, some variables cannot be printed out, and displayed as optimized out. That is because the ...
分类:
移动开发 时间:
2017-12-21 20:45:34
阅读次数:
189
一、介绍 特性 (1)、no agents:不需要在被管控主机上安装任何客户端; (2)、no server:无服务器端,使用时直接运行命令即可; (3)、modules in any languages:基于模块工作,可使用任意语言开发模块; (4)、yaml,not code:使用yaml语言定 ...
分类:
其他好文 时间:
2017-12-16 13:16:53
阅读次数:
171
"Coursera" "CSE341: Programming Languages" 感谢华盛顿大学 "Dan Grossman" 老师 以及 "Coursera" 。 碎言碎语 这只是 Programming Languages 这门课程第一部分,在 Part A 中通过 "Standard ML ...
分类:
其他好文 时间:
2017-12-14 21:07:41
阅读次数:
168