码迷,mamicode.com
首页 >  
搜索关键字:exp    ( 9310个结果
gcc源代码分析,在expand_call ()函数 和expand_expr_stmt ()函数的开始处加入debug_tree ()函数
对于expand_call函数来说最主要的参数就是exp这个tree树, 打印出来之后我们终于看到了printf和Hello,world! expand_call       type         size         align 32 size_unit 8 sep_unit 32 symtab 0         sep         max...
分类:其他好文   时间:2015-01-08 22:49:46    阅读次数:302
[转] 左值和右值
http://www.cnblogs.com/dejavu/archive/2012/09/02/2667640.html#commentform 左值和右值, L-value和R-value一直以为左值是可以出现在赋值表达式左边(the left side of an assignment exp...
分类:其他好文   时间:2015-01-08 19:52:33    阅读次数:165
Oracle 数据泵详解
使用数据泵真心好用,不只导出速度快,而且占用空间小,正常EXP要几个小时的只要10几分钟就能搞定,压缩能达一倍以上 一、EXPDP和IMPDP使用说明 Oracle Database 10g引入了最新的数据泵(Data Dump)技术,数据泵导出导入(EXPDP和IMPDP)的作用 1)实现逻辑备份...
分类:数据库   时间:2015-01-08 19:39:01    阅读次数:308
oracle导入导出
1、导出:exp HLJWJ_SSI/HLJWJ_SSI@ORADB189 file=D:\11\HLJWJ_SSI.dmp 加上 full=y 导出 所有用户数据2、导入: imp HLJWJ_SSI/HLJWJ_SSI@ORCL20 file=D:\11\HLJWJ_SSI.dmp FULL=Y...
分类:数据库   时间:2015-01-08 12:59:22    阅读次数:177
oracle 数据导入和导出(原创)
oracle的数据导入导出必须是在两个地方建立相同的用户才能完整导入(本地导入新的数据库需重建权限)。所以导入就得按以下步骤进行:假定服务器端用户为puser服务器端导出可以这样做:导出数据:exp puser/padmin@A file=c:\bb.dmp full=y本地数据库可以这样做:1.删...
分类:数据库   时间:2015-01-08 09:30:04    阅读次数:199
php5.4安装ecshopphp5.4问题及解决
includes/cls_template.php line422 将 $tag_sel = array_shift(explode(" ", $tag)); 这句话拆开为两句。 $tag_exp = explode(' ', $tag); $tag_sel = array_shift($tag_e...
分类:Web程序   时间:2015-01-07 23:25:41    阅读次数:253
Diy Exp on How to Perform a PDF Regeneration
I bought my 325d 2007 with unnervingly clean exhaust tips. And shortly after having DPF warning light comes on, 1k later still on and even after thras...
分类:其他好文   时间:2015-01-06 15:00:30    阅读次数:140
好东西, 一看就懂.
#!/usr/bin/expect set timeout 30 spawn ssh -p [lindex $argv 0] [lindex $argv 1]@[lindex $argv 2] expect { "(yes/no)?" {send "yes\n";exp_continue} "password:" ...
分类:其他好文   时间:2015-01-06 12:16:12    阅读次数:167
oracle数据库exp/imp命令详解
转自http://wenku.baidu.com/link?url=uD_egkkh7JtUYJaRV8YM6K8CLBT6gPJS4UlSy5WKhz46D9bnychTPdgJGd7y6UxYtBNhq3IXSGeAP0aABTUlnQcvwJkGm2lyzpcbX544zRGoracle数据库...
分类:数据库   时间:2015-01-05 12:39:00    阅读次数:203
gcc源代码分析之varasm.c
rtx expand_expr (exp, target, tmode, modifier)      register tree exp;      rtx target;      enum machine_mode tmode;      enum expand_modifier modifier; { .....     case STRING_CST:     ...
分类:其他好文   时间:2015-01-05 09:27:54    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!