04 2015 档案
摘要:eg:update A set InAmount =b.InAmount from A a inner join B b on( a.ID=b.PRID)
阅读全文
posted @ 2015-04-14 14:22
咕咕传说
摘要:/******返回传入的字符串的所有字符 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOALTER function [dbo].[F_Get_Letter](@Letter NVARCHAR(100))RETURNS NVARCHAR(10...
阅读全文
摘要:--把查询的结果组织为一串字符(板板鞋,兵乓球,篮球,足球)drop table a create table a( name varchar(20)) insert into a select '足球' union select '篮球' union select '兵乓球' union sele...
阅读全文
摘要:字符串函数使用串联运算符和 Visual Basic 常量可将多个字段组合在一起。以下表达式返回两个字段,它们分别位于同一文本框的不同行中:复制代码=Fields!FirstName.Value & vbCrLf & Fields!LastName.Value使用Format函数可设置字符串中日期...
阅读全文
摘要:/// /// 压缩 解压 /// public class ZipHelper { #region 压缩解缩 /// /// 压缩指定字符串 /// /// /// ...
阅读全文
摘要:1.Request.Form[“cbName”]: 可以在后台取到所有为name 为的控件的value值2.可以通过 把html控件的值付给HiddenField,然后后台调用3.就是自定义属性 : data-valueEg;
阅读全文

浙公网安备 33010602011771号