随笔分类 -  Asp.net

随笔及其相关知识
静态类构造函数相关
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class C1 { public static int myv 阅读全文

posted @ 2016-06-02 16:20 Drely(夢想永恆) 阅读(200) 评论(0) 推荐(0)

如何让div、td等多出来的内容隐藏并用点代替
摘要:CSS:2016-03-17记录 使用css的overflow属性控制。 多出部分隐藏: 如<td style="max-width:50px;overflow-x:hidden">内容</td> 将隐藏部分使用“...”代替: 如<td style="max-width:200px;overflo 阅读全文

posted @ 2016-03-17 18:32 Drely(夢想永恆) 阅读(321) 评论(0) 推荐(0)

导航