上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: 等待添加 阅读全文
posted @ 2019-11-11 09:56 MR_L先生 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 复习: ->创建数据库的SQL:******** create database 数据库名 on ( name=‘’, size=5MB, filegrowth=2MB, filename="....\data\db.mdf" ) log on ( name=‘_log’, size=5MB, fi 阅读全文
posted @ 2019-11-01 16:29 MR_L先生 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 1. 基本的DML SQL脚本 ->简单的查询: Select 列名 From 表明 where 条件表达式 ->插入数据: Insert Into 表名(列名1,列名2,列名3.......) values(列值1,列值2,列值3) ->删除数据:Delete ->修改数据:Update Crud 阅读全文
posted @ 2019-11-01 10:53 MR_L先生 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 1.->全名:结构化查询语言(Structured Query Language) 关系数据库管理系统的标准语言。 ->SQL主要分为三种语言:DML\DDL\DCL DDL(数据定义语言,建表、建库等语句) Creat Table , Drop Table , Alter Table DML(数据 阅读全文
posted @ 2019-11-01 09:57 MR_L先生 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 1.数据库的迁移方案 ->分离 附加 ->权限问题: ->启用Administrator账号 ->把数据库文件放到默认的数据库文件存放目录。 ->数据库文件兼容级别,设置成2005兼容 ->脱机 附加 ->备份 还原 ->生成SQL脚本(最保险) 设置脚本编写选项——保存到新建查询窗口; 高级——要 阅读全文
posted @ 2019-11-01 09:36 MR_L先生 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 0. 课程安排: 课程共7天课,前两天SQL基础,后面三天Ado.Net ,最后两天数据库高级进阶学习。 1.数据库的概念 ->数据库就是数据仓库。 ->DBMS:数据库管理系统。SQLServer Oracle(MySQL) 2.数据库的特点 ->安全性 ->并发访问处理 ->高效率 ->海量数据 阅读全文
posted @ 2019-11-01 09:14 MR_L先生 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 1.Create canvas 2.Add TreeView 3.Subscribe and unsubscribe events(订阅和取消订阅事件) 4.Data bind items it's easy as that !!!! 阅读全文
posted @ 2019-09-19 11:38 MR_L先生 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 1.Select a theme 2.Experiment with visual customization 3.Edit groups and categories 4.Creat a script 5.Note: Name shoud be as defined in the editor 6 阅读全文
posted @ 2019-09-19 11:13 MR_L先生 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 1.Select a theme 2.Experiment with visual customization 3.Creat a script 4.Name should be as defined in the editor 5.Create an empty object with the s 阅读全文
posted @ 2019-09-19 11:06 MR_L先生 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 以“3D BarChart”为例。 1.Select a theme.(选择一个主题模板) 2.Set up categories and groups.(设置类型和组) 3.You can set values from the inspector.(你可以从检查面板中设置值) 4. 阅读全文
posted @ 2019-09-19 10:42 MR_L先生 阅读(196) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页