上一页 1 ··· 6 7 8 9 10
摘要: 表的构成:列(Column),主键(PK),外键(FK),约束(Check),触发器(Trigger),索引(Index) 表概念 概 念 模 型 关 系 模 型 SQL Server 某些DBMS 实体集/联系集 (Entity set/ Relationship set) 关系(Relation 阅读全文
posted @ 2015-11-23 19:30 hllive 阅读(511) 评论(0) 推荐(0) 编辑
摘要: 把一个字符串分割成字符串数组Split( String[] , StringSplitOptions)//第一种方法string str = "cj_yuwen,cj_shuxue,cj_wuli,cj_yingyu,cj_huaxue";string[] strarr = str.Split(',... 阅读全文
posted @ 2015-11-22 19:54 hllive 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 1、包含关系2、相邻关系//JavaScript$(document).ready(function () { $(".studentName + div").hide(); $(".studentName").click(function () { ... 阅读全文
posted @ 2015-11-22 17:01 hllive 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 数据库文件百度云地址:www.pan.baidu.com 脚步:下载博客园文件:select_learn.rar 1、TOP限制返回行数[percent] 2、[distinct]消除重复数据行 3、使用表达式 STR(表达式数,长度,小数点)(+)连接符 4、聚合函数 SQL Server 200 阅读全文
posted @ 2015-11-17 21:23 hllive 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 数值特征 阅读全文
posted @ 2015-11-12 08:58 hllive 阅读(211) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10