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
decl
GCC-3.4.6源代码学习笔记 (103)
为参数构建
DECL
节点在解析完参数列表后,在cp_parser_direct_declarator的10492行,make_call_declarator创建如下的树节点。
wuhui_gdnt
·
2010-09-17 11:00
function
tree
null
reference
Constructor
deprecated
Studying note of GCC-3.4.6 source (100 continue)
grokdeclarator(continue) 8163 {8164 treedecl;8165 8166 if(
decl
_context==PARM)8167 {8168
wuhui_gdnt
·
2010-09-10 11:00
GCC-3.4.6源代码学习笔记 (100 续)
grokdeclarator(continue) 8163 {8164 treedecl;8165 8166 if(
decl
_context==PARM)8167 {8168
wuhui_gdnt
·
2010-09-10 11:00
function
tree
null
processing
Constructor
Types
GCC-3.4.6源代码学习笔记 (100)
为方法构建节点显然,现在declarator是一个tree_list节点,并且declares_class_or_enum保存为0(如果它为非0,表示在
decl
-specifier中看到了elaborate-type-specifier
wuhui_gdnt
·
2010-09-10 11:00
GCC-3.4.6源代码学习笔记(99)
cp_parser_class_specifier,cp_parser_member_specification_opt,cp_parser_member_declaration,cp_parser_
decl
_specifier_seq
wuhui_gdnt
·
2010-09-09 11:00
[MSSQL]求出两个时间段的间隔的小时和分钟余数
500),--刷卡后的时间 @GapHourVarchar(500)Output,--算出两个时间的间隔小时 @GapMinutesVarchar(500)OutPut--算出两个时间的分钟余数 As
Decl
david_520042
·
2010-09-07 13:00
存储
output
Studying note of GCC-3.4.6 source (95)
PushTYPE_DECLfortheclassNowdistheTYPE_DECLreferedbyresultsslotofTEMPLATE_
DECL
,whichisreturnedbypush_template_
decl
_real.Andbisthescopeofnamespace
wuhui_gdnt
·
2010-09-01 11:00
GCC-3.4.6源代码学习笔记(94)
为类创建TEMPLATE_
DECL
因为这是个类模板,它必须要有自己的TEMPLATE_
DECL
节点来描述其模板特性。现在就要创建这个节点。
wuhui_gdnt
·
2010-08-31 11:00
GCC-3.4.6源代码学习笔记(92)
解析模板声明的
decl
-specifier-seq部分在解析过程中,我们可能会遇到错误的语句,为了尽可能的继续解析,最好前进到最近的“>”(显然,如果语句是正确的,下一个符号应该是“>”)。
wuhui_gdnt
·
2010-08-27 11:00
GCC-3.4.6源代码学习笔记(85)
是否从友元访问如果protected_accessible_p返回非0值,当前类的派生树包含了
decl
,而且type是当前类的一个基类(protected_accessible_p的837行语句块保证)
wuhui_gdnt
·
2010-08-18 12:00
function
tree
Class
processing
Access
Instantiation
GCC-3.4.6源代码学习笔记(84)
首先检查
decl
是否在这棵派生树里,并且为当前类节点可访问。
wuhui_gdnt
·
2010-08-18 12:00
tree
null
Class
Access
inheritance
reference
MS-SQL数据转inser语句
语句的存储过程,特此和大家分享: create proc proc_insert (@tablename varchar(256)) as begin set nocount on
decl
a881127b
·
2010-08-13 01:00
sql
Go
EXISTS、IN、NOT EXISTS、NOT IN的区别
==================================================== 今天市场报告有个sql及慢,运行需要20多分钟,如下: update p_container_
decl
xiaoyuerxiaoyuer
·
2010-07-29 11:00
sql
GCC-3.4.6源代码学习笔记(64)
cxx_init_
decl
_processing(continue) 3115 abort_fndecl3116 =build_library_fn_pt
wuhui_gdnt
·
2010-07-28 09:00
function
tree
null
Class
processing
binding
GCC-3.4.6源代码学习笔记(63)
cxx_init_
decl
_processing(continue) 3080 /*Now
wuhui_gdnt
·
2010-07-23 11:00
exception
list
tree
Build
library
inheritance
Studying note of GCC-3.4.6 source (62)
PartcomplyingstandardWalktegotherwithc_common_nodes_and_builtinsforalongjourney,nowwereturnbacktocxx_init_
decl
_processing.Notethatcu
wuhui_gdnt
·
2010-07-23 11:00
java
exception
tree
Integer
application
Build
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
__declspec(selectany)
回来,请教高手,得知,可以在初始化静态成员变量前面加上__
decl
achellies
·
2010-07-21 16:00
__declspec关键字详细用法
用法:__declspec(extended-
decl
-modifier)extended-
decl
-m
neverup_
·
2010-07-21 11:00
thread
struct
Microsoft
Class
编译器
deprecated
GCC-3.4.6源代码学习笔记(58)
内建函数类型节点从这里开始,我们将多次看到FUNCTION_
DECL
及FUNCTION_TYPE。正如我们所了解的,在C/C++中,函数具有类型。
wuhui_gdnt
·
2010-07-14 10:00
list
function
tree
null
attributes
Types
GCC-3.4.6源代码学习笔记(54)
类型信息树节点回到cxx_init_
decl
_processing,接下来GCC将最终确定的内联函数的选项置入flag_inline_trees。
wuhui_gdnt
·
2010-07-08 14:00
Studying note of GCC-3.4.6 source (53)
EntityforglobalnamespaceTheidentifierofglobalnamespaceisglobal_scope_name,anditsfront-endtreenodehascodeNAMESPACE_
DECL
.Asnamespacehasn
wuhui_gdnt
·
2010-07-02 09:00
struct
function
tree
table
binding
destructor
GCC-3.4.6源代码学习笔记(53)
全局名字空间对象全局名字空间的标识符是global_scope_name,其对应的树节点的编码是NAMESPACE_
DECL
,名字空间本身没有类型信息,是故下面的参数type为void_type_node
wuhui_gdnt
·
2010-07-02 09:00
struct
function
tree
table
binding
destructor
GCC-3.4.6源代码学习笔记(52)
cxx_init(continue) 410 cxx_init_
decl
_processing(); 2942void2943cxx_init_
decl
_proces
wuhui_gdnt
·
2010-07-02 09:00
在ORACLE存储过程中使用数组
--单维数组
DECL
dxcboy
·
2010-06-07 10:00
Qt解决方案中添加动态链接库项目
然后生成一个新项目,包含abc.habc.cppabc_global.h三个文件,打开abc.h可以看到classABC_EXPORTabc的定义(在abc_global.h中有#defineABC_EXPORTQ_
DECL
yavobo
·
2010-06-02 23:00
编程
Class
dll
qt
工具
library
SQL SERVER “数组参数”
省略了单条数据的处理,用#temp是为了显示结果)1.利用replacecreate table #temp(ss varchar(200) not null)declare @str varchar(200)
decl
gjbxx110
·
2010-05-11 16:03
sql
数据库
数组
职场
休闲
SQL SERVER “数组参数”
省略了单条数据的处理,用#temp是为了显示结果)1.利用replacecreate table #temp(ss varchar(200) not null)declare @str varchar(200)
decl
gjbxx110
·
2010-05-11 16:03
sql
数据库
数组
职场
休闲
备份以下表:
信息 4.CLOSE或DEALLOCATE游标 通常我们使用DECLARE来声明一个游标声明一个游标主要包括以下主要内容: 游标名字 数据来源(表和列) 选取条件 属性(仅读或可修改) 其语法格式如下:
DECL
e_wsq
·
2010-04-28 20:00
tinyxml 创建有属性和值的结点
TiXmlDocument doc; TiXmlDeclaration *
decl
= new TiXmlDeclaration( "1.0", "UTF
mylove2060
·
2010-04-25 22:00
C++
c
xml
C#
tinyxml的使用
TiXmlDocument doc; TiXmlDeclaration *
decl
= new TiXmlDeclaration( "1.0", ""
mylove2060
·
2010-04-24 22:00
C++
c
xml
C#
pgsql触发器函数
CREATE OR REPLACE FUNCTION maint_sales_summary_bytime() RETURNS trigger AS$BODY$
DECL
zjut_xiongfeng
·
2010-04-09 13:00
sql
__declspec关键字详细用法
用法:__declspec(extended-
decl
-modifier)extended-
decl
-modi
kingisy
·
2010-03-31 15:22
职场
用法
休闲
关键
declspec
__declspec关键字详细用法
用法:__declspec(extended-
decl
-modifier)extended-
decl
-modi
kingisy
·
2010-03-31 15:22
职场
用法
休闲
关键
declspec
Studying note of GCC-3.4.6 source (15)
FIELD_DECLofRECORD_TYPEWehaveknownthatFIELD_DECLisusedtorepresentanon-staticdatamember,andthedetailisgiveninfollowingFIELD_
DECL
wuhui_gdnt
·
2010-03-17 11:00
GCC-3.4.6源代码学习笔记(15)
RECORD_TYPE中的FIELD_
DECL
上面已经提到FIELD_
DECL
用于表示非静态成员,具体的描述如下:FIELD_
DECL
[2]² 这些节点表示类的非静态成员。
wuhui_gdnt
·
2010-03-17 11:00
struct
tree
layout
Integer
编译器
alignment
Studying note of GCC-3.4.6 source (14)
LayoutofUNIONAboveline854,rli->tistreenodeofthetypetobelaidout.,amdcomesathere,fieldmustbeaFIELD_
DECL
.Ifrli
wuhui_gdnt
·
2010-03-16 12:00
GCC-3.4.6源代码学习笔记(14)
UNION的布局在上面854行,rli->t是正在被布局的类的树节点,能到这里,field一定是一个FIELD_
DECL
。
wuhui_gdnt
·
2010-03-16 11:00
user
tree
layout
Integer
alignment
attributes
GCC-3.4.6源代码学习笔记(2)
1.1.1.tree_code——树节点的ID在tree_node的定义中,结构体,象tree_type,tree_
decl
等,用于代表相应的语法成分。
wuhui_gdnt
·
2010-02-21 14:00
function
tree
gcc
Integer
Class
pascal
谷歌傻瓜式SQL注射(Google dorks sql injection)
decl
_id=inurl:Pageid=inurl:games.php?id=in
dreamingbus
·
2010-02-05 02:00
SQL
Injection
GO 语言入门
concurrent Variable Declarations var sum int // Just a declaration var total int = 42 // A
decl
yang_kunlun
·
2010-01-21 17:00
C++
c
Google
D语言
Go
GO 语言入门
concurrent Variable Declarations var sum int // Just a declaration var total int = 42 // A
decl
yang_kunlun
·
2010-01-21 17:00
C++
c
Google
D语言
Go
一种直接访问C++对象的protected成员的通用方法
MyApproch: #definePROTECTED_CAST_
DECL
(CLASS_TYPE,MEMBER_TYPE,MEMBER_NAME) / template
celestialwy
·
2009-12-19 09:00
C++
String
object
测试
Class
wrapper
Android.Essentials[精要]
Each Android application
decl
xsuo
·
2009-11-19 15:00
android
xml
活动
mobile
brew
SQL数据库开发中的一些精典代码
数据库加密:selectencrypt(’原始密码’)selectpwdencrypt(’原始密码’)selectpwdcompare(’原始密码’,’加密后密码’)=1--相同;否则不相同3.取回表中字段:
decl
jerryjbiao
·
2009-11-19 01:00
sql
加密
数据库
list
存储
profiler
在SQL Server 2005数据库中实现自动备份
中输入作业的名称5、新建步骤,类型选T-SQL,在下面的命令中输入下面语句(红色部分要根据自己的实际情况更改,D:/sql2005//back/改为自己的备份路径,sq_test修改为想备份的数据库的名称)
DECL
liyong1115
·
2009-11-09 11:00
[收藏]__declspec关键字详细用法
用法:__declspec(extended-
decl
-modifier)extended-
decl
-modi
yacper
·
2009-08-27 13:00
C++继承与引用
undefTEST_API#defineTEST_API__declspec(dllexport)#endif#ifdefTEST_IMPORTS#undefTEST_API#defineTEST_API__
decl
HegcH
·
2009-08-24 14:00
C++
api
list
Class
db2触发器
BEFORE INSERT ON ARTICLEFOLDER REFERENCING NEW AS articlef FOR EACH ROW MODE DB2SQL BEGIN ATOMIC
DECL
luoyahu
·
2009-07-21 16:00
db2
XSL Split
quot;1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output omit-xml-
decl
sugongqing
·
2009-06-30 21:00
xml
XSL
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
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
其他