摘要:
function DeleteCategoryInfo(obj) { var CategoryName = $(obj).parent("td").parent("tr").children(":first").children(":last").text(); if (confirm("您确定要删除该项" + CategoryName + "?")) { // var CategoryId = $(obj).parent("td").parent(&qu 阅读全文
posted @ 2011-07-22 18:31
_best
阅读(194)
评论(0)
推荐(0)
摘要:
$(document).ready(function() { $("#dgvCategoryList").find("tr").slice(1).each(function(i) { var cateId = $(this).attr("cateId"); var parentCateId = $(this).attr("parentCateId"); if (parentCateId.length == 0) { var img = "<img src='../Content/Images 阅读全文
posted @ 2011-07-22 18:23
_best
阅读(407)
评论(0)
推荐(0)
摘要:
SELECT ProductName, [UserInfo].UserName, [ReviewContent] ,[ReviewDateTime] ,[ReviewLevel] ,[IsShowd] ,[IPAddress] FROM [B2CRelease].[dbo].[ProductReviewsInfo],[B2CRelease].[dbo].[UserInfo],[B2CRelease].[dbo].[Products] where [ProductReviewsInfo].UserId=[UserInfo].Id and [ProductReviewsInfo].ProductI 阅读全文
posted @ 2011-07-22 18:09
_best
阅读(249)
评论(0)
推荐(0)
摘要:
Unicode 规格通过采用两个字节编码每个字符使这个问题迎刃而解。转换最通用商业语言的单一规格具有足够多的 2 字节的模式 (65,536)。因为所有的 Unicode 系统均一致地采用同样的位模式来代表所有的字符,所以当从一个系统转到另一个系统时,将不会存在未正确转换字符的问题。通过在整个系统中使用 Unicode 数据类型,可尽量减少字符转换问题。 Unicode 数据使用 SQL Server 中的 nchar、varchar 和 ntext 数据类型进行存储。 bigint 从 -2^63 (-9223372036854775808) 到 2^63-1 (92233720368547 阅读全文
posted @ 2011-07-22 17:54
_best
阅读(105)
评论(0)
推荐(0)

浙公网安备 33010602011771号