说说这个.word的作用。word expression就是在当前位置放一个word型的值,这个值就是expression举例来说,_rWTCON:.word 0x15300000就是在当前地址,即_rWTCON处放一个值0x15300000翻译成intel的汇编语句就是:_rWTCON dw 0x...
分类:
其他好文 时间:
2014-09-24 10:47:36
阅读次数:
181
c# regex expression 正则表达式
分类:
其他好文 时间:
2014-09-24 02:55:35
阅读次数:
221
二、去空格函数1、LTRIM() 把字符串头部的空格去掉。2、RTRIM() 把字符串尾部的空格去掉。三、取子串函数1、leftstr()LEFTstr (, )返回str 左起 integer_expression 个字符。2、RIGHTstr()RIGHTstr (, )返回str 右起 int...
分类:
其他好文 时间:
2014-09-23 23:22:14
阅读次数:
216
LinqPad有languangeC# Expression在这个里面只能写一句linq语句,不能带结尾的分号linq: from a in Alliance_SpecialCommission_Rules join b in Alliance_SpecialCommission_TicketsRe...
分类:
其他好文 时间:
2014-09-23 18:40:55
阅读次数:
225
原文:快速构建Windows 8风格应用1-开发工具安装及模拟器使用本篇博文主要介绍的是开发Windows 8风格应用中常用的两个开发工具:Visual Studio 2012和Expression Blend for Visual Studio 2012、Windows 8模拟器功能按钮介绍以及V...
一、DataTable.Compute()方法說明如下作用: 计算用来传递筛选条件的当前行上的给定表达式。 格式為: Object Compute (string expression,string filter)参数: expression:要计算的表达式。 expression 参数需要...
分类:
其他好文 时间:
2014-09-23 15:18:04
阅读次数:
286
You can use the GoldenGate Logdump utility to view records in the GoldenGate trail files. The Logdump
utility is part of the regular GoldenGate software installation. Logdump lets you view the unstru...
分类:
其他好文 时间:
2014-09-23 13:35:54
阅读次数:
362
public static MvcHtmlString Try( this HtmlHelper htmlHelper, Expression> expression){ var builder = new TagBuilder("textarea"); builder.A...
分类:
Web程序 时间:
2014-09-23 02:55:13
阅读次数:
255
使用SQL VIEW和CTE(common table expression)去把复杂查询简化,而不要使用JOIN,影响性能。WITH step1 AS (SELECT 1,2 FROM orders o, src1 c WHERE c.key1 = o.key1 AND con1=1),st...
分类:
其他好文 时间:
2014-09-23 01:54:53
阅读次数:
212
In the past two blogs, the topic mainly focus on...
分类:
数据库 时间:
2014-09-23 01:28:03
阅读次数:
283