上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 52 下一页
摘要: ActionResult 父类型 ViewResult View() 多重载应用 PartialViewResult PartialView() 部分试图 New EmptyResult() 空 如统计 ContentResult() Content() 用于返回字符串 FileResult() f 阅读全文
posted @ 2018-04-01 13:54 LuoCore 阅读(390) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/onsuccessway/p/3355550.html 在SQLSERVER查询分析器中,当我们用Set Statistics on 语句来统计SQL语句或者存储过程I/O的时候, SQLSERVER会显示几个概念去词语:逻辑读取,物理读取,预读。 如 阅读全文
posted @ 2018-03-31 18:04 LuoCore 阅读(456) 评论(0) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.or 阅读全文
posted @ 2018-03-27 22:57 LuoCore 阅读(655) 评论(0) 推荐(0)
摘要: <style type="text/css"> *{margin:0px;padding:0px;}设置所有标签属性《初始化页面属性》 #nav{background-color:#eee;width:600px;height:40px;margin:0 auto;} ui{list-style:n 阅读全文
posted @ 2018-03-26 23:53 LuoCore 阅读(217) 评论(0) 推荐(0)
摘要: 今天弄个div套着一个页面结果那个页面超出范围后页面没有滚动条可以滚动浏览下面的内容,原来是设置了overflow的hidden属性 阅读全文
posted @ 2018-03-25 14:43 LuoCore 阅读(705) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/heng95/p/5902019.html 连接字符串 SQL Client .net数据提供程序在连接到数据库时极其灵活,它提供了多种用以生成连接字符串的方式。可以使用关键字,例如“Data Sourse”、“Initial Catalog”,也可以 阅读全文
posted @ 2018-03-22 10:08 LuoCore 阅读(212) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/config_man/article/details/25578767 [csharp] view plain copy #region 调用timer控件实时查询开关机时间 private void timer1_Tick(object sender, E 阅读全文
posted @ 2018-03-19 22:19 LuoCore 阅读(217) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/dxb601/article/details/52086830 update 表名 set 字段名a= Lower(字段a) 2.将小写字母转化成大写字母 update 表名 set 字段名a= upper(字段名a) update 表名 set 字段名a= 阅读全文
posted @ 2018-03-16 13:08 LuoCore 阅读(1634) 评论(0) 推荐(0)
摘要: SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'ImmediacyOutKu' 阅读全文
posted @ 2018-03-15 19:50 LuoCore 阅读(225) 评论(0) 推荐(0)
摘要: select convert(varchar(10),getdate(),120) 输出格式:2008-02-27 00:25:13 SELECT CONVERT(char(19), getdate(), 120) 输出格式:2008-02-27 SELECT CONVERT(char(10), g 阅读全文
posted @ 2018-03-15 13:06 LuoCore 阅读(673) 评论(0) 推荐(0)
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 52 下一页