上一页 1 ··· 307 308 309 310 311 312 313 314 315 ··· 400 下一页
摘要: Sorting the view based on frequency in SQL Server Just like in sub queries, you can't use ORDER BY in a view definition in sql server unless you also 阅读全文
posted @ 2017-06-08 11:21 ChuckLu 阅读(2894) 评论(0) 推荐(0)
摘要: CSS字体属性定义字体,加粗,大小,文字样式。 CSS字型 在CSS中,有两种类型的字体系列名称: 通用字体系列 - 拥有相似外观的字体系统组合(如 "Serif" 或 "Monospace") 特定字体系列 - 一个特定的字体系列(如 "Times" 或 "Courier") 字体系列 font- 阅读全文
posted @ 2017-06-07 19:29 ChuckLu 阅读(307) 评论(0) 推荐(0)
摘要: https://support.office.com/en-us/article/Set-or-remove-reminders-7a992377-ca93-4ddd-a711-851ef3597925 Set reminders for all new appointments or meetin 阅读全文
posted @ 2017-06-06 16:02 ChuckLu 阅读(2073) 评论(0) 推荐(0)
摘要: 基本操作 1.换行不自动编号的话,使用shift+enter2.图片可以直接复制到编辑框3.附件的删除,直接在主目录里。主目录默认为Details,Description,Attachments,Tempo,Activity4.拆分工作,在顶部导航栏中,找到Tempo下的Timesheets顶部导航 阅读全文
posted @ 2017-06-06 15:00 ChuckLu 阅读(1224) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/ff647405.aspx https://stackoverflow.com/questions/651531/windows-authentication-for-intranet-internet 阅读全文
posted @ 2017-06-06 10:25 ChuckLu 阅读(320) 评论(0) 推荐(0)
摘要: 如何查看viewstate 鼠标右键页面,然后view page source 源码中搜索viewstate,会找到一个隐藏的字段。 <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPaA8FDzhkNmJlYWE 阅读全文
posted @ 2017-06-05 09:44 ChuckLu 阅读(424) 评论(0) 推荐(0)
摘要: http://www.runoob.com/css/css-text.html 文本颜色 颜色属性被用来设置文字的颜色。 颜色是通过CSS最经常的指定: 十六进制值 - 如: #FF0000 一个RGB值 - 如: RGB(255,0,0) 颜色的名称 - 如: red 文本的对齐方式 文本排列属性 阅读全文
posted @ 2017-06-04 18:20 ChuckLu 阅读(236) 评论(0) 推荐(0)
摘要: http://www.runoob.com/css/css-background.html http://www.w3school.com.cn/css/css_background.asp CSS 背景属性用于定义HTML元素的背景。 CSS 属性定义背景效果: background-color 阅读全文
posted @ 2017-06-03 18:43 ChuckLu 阅读(254) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/8095256/asp-net-radio-button-change You'll need to specify the attribute and value AutoPostBack="true" in order to 阅读全文
posted @ 2017-06-02 17:23 ChuckLu 阅读(2360) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.repeater?view=netframework-4.7 A data-bound list control that allows custom layo 阅读全文
posted @ 2017-06-02 13:59 ChuckLu 阅读(240) 评论(0) 推荐(0)
上一页 1 ··· 307 308 309 310 311 312 313 314 315 ··· 400 下一页