上一页 1 2 3 4 5 6 7 ··· 16 下一页
摘要: table{border-top:#000 solid 1px;border-left:#000 solid 1px;}table td{border-bottom:#000 solid 1px;border-right:#000 solid 1px;} 阅读全文
posted @ 2014-08-04 17:28 天殇月痕 阅读(136) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using Inspur.DataExchange.Logging;using Inspur.Fin... 阅读全文
posted @ 2014-07-23 14:54 天殇月痕 阅读(472) 评论(0) 推荐(0) 编辑
摘要: 需要配合window的安装程序一起写using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Diagnostics;using System.Li... 阅读全文
posted @ 2014-07-23 14:52 天殇月痕 阅读(245) 评论(0) 推荐(0) 编辑
摘要: select round(cast(226 as float)/566,6);保留小数点后6位 阅读全文
posted @ 2014-07-01 17:44 天殇月痕 阅读(4015) 评论(0) 推荐(0) 编辑
摘要: 在 .aspx 文件的 @ Page 指令中将 SmartNavigation 属性设置为 true。 阅读全文
posted @ 2014-06-12 10:20 天殇月痕 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 用Linq to sql挺长一段时间了,今天第一次碰到这个错误。场景重现及简化:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->var user = u... 阅读全文
posted @ 2014-05-23 17:13 天殇月痕 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 存储过程在我们编写程序中,往往需要一些存储过程,在LINQ to SQL中怎么使用呢?也许比原来的更简单些。下面我们以NORTHWND.MDF数据库中自带的几个存储过程来理解一下。1.标量返回在数据库中,有名为Customers Count By Region的存储过程。该存储过程返回顾客所在"WA... 阅读全文
posted @ 2014-04-28 09:50 天殇月痕 阅读(463) 评论(0) 推荐(0) 编辑
摘要: 前台: ... 阅读全文
posted @ 2014-04-24 10:50 天殇月痕 阅读(913) 评论(0) 推荐(0) 编辑
摘要: 需求分析在jQuery Easyui框架中,大多使用url方式(即ajax方式)加载数据的话,都设计了“等待中效果”或者“遮罩效果”。但是实际应用中,并不一定只有ajax方式才需要这些效果,最常见的IFrame其实也需要这种效果,而tabs是使用IFrame频率最高的组件了,本文就来实现tabs组件... 阅读全文
posted @ 2014-04-22 17:01 天殇月痕 阅读(2717) 评论(0) 推荐(0) 编辑
摘要: 地址: http://bbs.csdn.net/topics/380133635 功能齐全啊 阅读全文
posted @ 2014-04-17 10:22 天殇月痕 阅读(84) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 16 下一页