码迷,mamicode.com
首页 >  
搜索关键字:interpreter    ( 686个结果
Python:使用threading模块实现多线程(转)
Python:使用threading模块实现多线程(转) 分类: python ? 标签: thread ? ?评论: 暂无评论 ? 阅读:5,420 views 综述 Python这门解释性语言也有专门的线程模型,Python虚拟机使用GIL(Global Interpreter ...
分类:编程语言   时间:2014-12-09 20:02:13    阅读次数:287
Python Tutorial 学习(二)--Using the Python Interpreter
The Python interpreter is usually installed as /usr/local/bin/python on those machines where it is available; putting /usr/local/bin in your Unix sh...
分类:编程语言   时间:2014-12-01 14:09:21    阅读次数:373
Elf 32
[CentOS]安装软件:/ld-linux.so.2: ELF interpreter解决环境:[orangle@localhost Downloads]$ uname -m&&uname -rx86_642.6.32-220.el6.x86_64[orangle@localhost Downlo...
分类:其他好文   时间:2014-11-21 15:52:19    阅读次数:198
解释器模式
1、模式定义 解释器模式(Interpreter Pattern) :定义语言的文法,并且建立一个解释器来解释该语言中的句子,这里的“语言”意思是使用规定格式和语法的代码,它是一种类行为型模式。 2、模式结构 解释器模式包含如下角色: AbstractExpression: 抽象表达式 TerminalExpression: 终结符表达式 NonterminalExpression: ...
分类:其他好文   时间:2014-11-19 11:30:09    阅读次数:133
解释器模式
1、模式定义 解释器模式(Interpreter Pattern) :定义语言的文法,并且建立一个解释器来解释该语言中的句子,这里的“语言”意思是使用规定格式和语法的代码,它是一种类行为型模式。 2、模式结构 解释器模式包含如下角色: AbstractExpression: 抽象表达式 TerminalExpression: 终结符表达式 NonterminalExpression: ...
分类:其他好文   时间:2014-11-19 01:27:44    阅读次数:151
OWAP Top 10
2013 Top 10 List   A1-Injection Injection flaws, such as SQL, OS, and LDAP injection occur when untrusted data is sent to an interpreter as part of a command or query....
分类:其他好文   时间:2014-11-10 19:59:23    阅读次数:1247
Differences between PyPy and CPython
This page documents the few differences and incompatibilities between the PyPy Python interpreter and CPython. Some of these differences are “by desig...
分类:编程语言   时间:2014-11-10 09:52:58    阅读次数:295
Dreamweaver 扩展开发:C-level extensibility and the JavaScript interpreter
The C code in your library must interact with the Dreamweaver JavaScript interpreter at the following different times:At startup, to register the libr...
分类:编程语言   时间:2014-11-08 00:50:09    阅读次数:249
升级到yosemite后homebrew报错的解决
报错会如下:/usr/local/bin/brew: /usr/local/Library/brew.rb: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby: bad interpreter: No such f...
分类:其他好文   时间:2014-10-31 06:20:07    阅读次数:222
linux杂七杂八整理
64系统里执行32位程序: 1、在64系统里执行32位程序如果出现/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory,安装下glic即可sudo yum install glibc.i6862、error while ...
分类:系统相关   时间:2014-10-24 18:19:09    阅读次数:309
686条   上一页 1 ... 60 61 62 63 64 ... 69 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!