E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
builtins
linux中fork、source、exec的区别
【转】http://blog.csdn.net/nash603/archive/2011/01/19/6152200.aspx exec和source都属于bash内部命令(
builtins
caoruntao
·
2011-04-29 09:00
linux
.net
Blog
bash
Android Shell原理
shell实现分为两部分:一、shell解释器和内置命令源码位于system/core/sh目录下,主要完成shell命令的解释查找,对于
builtins
.c中包含的内置命令,直接执行,对于toolbox
tangy110
·
2011-04-21 16:00
android
shell
service
扩展
Path
Android自带的toolbox分析及扩展
shell实现分为两部分:一、shell解释器和内置命令源码位于system/core/sh目录下,主要完成shell命令的解释查找,对于
builtins
.c中包含的内置命令,直接执行,
a345017062
·
2011-03-15 14:00
android
shell
command
扩展
Path
对于Linux平台下C语言开发中__sync_函数的认识(转)
reference:http://gcc.gnu.org/onlinedocs/gcc-4.1.0/gcc/Atomic-
Builtins
.html#Atomic-BuiltinsAbuilt-infunctionisacodingextensiontoCandC
DLite
·
2010-10-19 20:00
c
linux
语言
documentation
平台
variables
MySQL Innodb存储引擎因为缓存配置出现的错误
byread/data InnoDB: The InnoDB memory heap is disabled InnoDB: Mutexes and rw_locks use GCC atomic
builtins
ycsk
·
2010-09-20 10:00
mysql
socket
gcc
performance
GCC-3.4.6源代码学习笔记(72)
295 void296 c_cpp_
builtins
(cpp_reader*pfile)
wuhui_gdnt
·
2010-08-03 12:00
python内建函数[转]
内建函数 下面介绍的函数在解释器中总是可用的,他们被包含在 __builtin__ 模块里.另外每个模块的 __
builtins
__ 属性经常指的是这个模块(除了当在restricted execution
chengf
·
2010-07-29 10:00
python
Blog
performance
GCC-3.4.6源代码学习笔记(62)
标准部分和c_common_nodes_and_
builtins
走过一长段路程后,我们回到cxx_init_decl_processing。
wuhui_gdnt
·
2010-07-23 11:00
java
exception
tree
Integer
processing
Build
Studying note of GCC-3.4.6 source (57)
NodesofotherbuiltintypesNextpartofc_common_nodes_and_builtinsisgivenbelow: c_common_nodes_and_
builtins
wuhui_gdnt
·
2010-07-13 09:00
vector
list
tree
Integer
Build
float
GCC-3.4.6源代码学习笔记(57)
其他内建类型节点c_common_nodes_and_
builtins
接下来的代码如下: c_common_nodes_and_
builtins
(continue) 3177 build_common_tree_nodes
wuhui_gdnt
·
2010-07-13 09:00
vector
list
tree
Integer
Build
float
python__init
http://blog.sina.com.cn/s/articlelist_1647850892_6_1.html BIF : Built-In Functions dir(__
builtins
xserver
·
2010-05-27 10:00
python
GCC-3.4.6源代码学习笔记(24续)
-fnonansi-
builtins
参见flag_no_nonansi_builtinCL_CXX|CL_ObjCXX-fnonnull-objects已过时,不支持CL_CXX|CL_ObjCXX-fold-unroll-all-loops
wuhui_gdnt
·
2010-04-01 12:00
python初学
object是python的最小的单元,可以在python的">>>"的控制台中用dir(object)或者dir(__
builtins
__.object)命令查看它的属性,可以看到他们是python中的任何对象都会具有的属性
wly719
·
2009-12-31 15:00
windows
unix
python
python初学
object是python的最小的单元,可以在python的">>>"的控制台中用dir(object)或者dir(__
builtins
__.object)命令查看它的属性,可以看到他们是python中的任何对象都会具有的属性
wly719
·
2009-12-31 15:00
windows
python
unix
python中import的相关知识总结
1. import 实际上是python虚拟机把当前的globals()和locals()传进__
builtins
__.
jianpx
·
2009-10-12 21:00
C++
c
python
OS
C#
Python的内建函数和异常
Python的内建函数和异常本节介绍Python的内建函数和异常.许多内建函数的细节及特性可以在这里找到.内建函数本节介绍的函数在解释器中总是可用的,他们被包含在__builtin__模块里.另外每个模块的__
builtins
鹰击长空
·
2009-07-14 22:00
Python 中怎么 copy 文件和目录
>>>importshutil>>>dir(shutil)['Error','__all__','__
builtins
__','__doc__','__file__','__name__','_samefile
cloudhe
·
2008-08-15 14:14
Python
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他