06 2019 档案

ACM SIGMOD Conference 2019
摘要:https://dblp.org/db/conf/sigmod/sigmod2019.html Proceedings of the 2019 International Conference on Management of Data, SIGMOD Conference 2019, Amster 阅读全文

posted @ 2019-06-24 15:17 HBU_DAVID 阅读(1075) 评论(0) 推荐(0)

CCF推荐国际学术会议2019(Database|Data Mining)
摘要:A类: 阅读全文

posted @ 2019-06-24 14:56 HBU_DAVID 阅读(223) 评论(0) 推荐(0)

【WPF】连接 SQLserver,DataGrid显示内容
摘要:Visual Studio community 2019 SQLServer 2017 C# Source Code:https://github.com/HBU/C-Sharp.net/tree/master/WPF/DatabaseTest 阅读全文

posted @ 2019-06-21 20:07 HBU_DAVID 阅读(862) 评论(0) 推荐(0)

C# 微软官方教程
摘要:https://docs.microsoft.com/zh-cn/visualstudio/get-started/csharp/?view=vs-2019 阅读全文

posted @ 2019-06-21 12:00 HBU_DAVID 阅读(2208) 评论(0) 推荐(0)

WinForm UI 美化
摘要:方法一:自己做。需要有一定美工(审美)底子,需要编码,难度较大。 方法二:用插件。 商用插件,价格不菲~ DotNetBar、netadvantage、DevExpress、IrisSkin、CSKin 开源插件,功能不太齐全: https://archive.codeplex.com/?p=flu 阅读全文

posted @ 2019-06-21 10:47 HBU_DAVID 阅读(992) 评论(0) 推荐(0)

数据库实验 新增的安全要求及例程
摘要:https://github.com/HBU/DataBase/tree/master/Csharp/Curricula_Variable_System 登录 加 验证码。 密码需要掩码。带MD5加密验证。 登录后,要在日志记录登录信息。 用户名 正则表达式 验证。 其他部分的完整性约束,要举一反三 阅读全文

posted @ 2019-06-21 00:23 HBU_DAVID 阅读(232) 评论(0) 推荐(0)

2019春 数据库实验情况
摘要:用户表: 用户名【主键】 密码 【MD5加密】 学号/教师号/职工号【外键】 身份类型【学生、教师、管理员】 照片 image类型 出生日期 日期类型 日志表:(提供审计使用) 操作人、操作时间、动作(增删改) 阅读全文

posted @ 2019-06-20 13:56 HBU_DAVID 阅读(148) 评论(0) 推荐(0)

Syllabus of Database principle and security
摘要:绪论 :增加数据库原理课程与数据库安全课程的关系:在学习原理的基础上,进一步学习安全。适当降低原理中侧重理论的部分的要求,增加安全部分的知识的概念介绍。 关系数据库:适当减少关系代数的讲解,了解基本概念,建立关系模型思维即可。 关系数据库标准语言SQL:要求熟练掌握,强度与数据库原理课程要求一致。 阅读全文

posted @ 2019-06-17 13:19 HBU_DAVID 阅读(189) 评论(0) 推荐(0)

数据库加密
摘要:信息安全主要指三个方面: 数据安全 系统安全 电子商务的安全 核心是数据库的安全,将数据库的数据加密就抓住了信息安全的核心问题。 一般而言,一个行之有效的数据库加密技术主要有以下6个方面的功能和特性。 (1)身份认证: 用户除提供用户名、口令外,还必须按照系统安全要求提供其它相关安全凭证。如使用终端 阅读全文

posted @ 2019-06-17 12:33 HBU_DAVID 阅读(857) 评论(0) 推荐(0)

常用工具
摘要:AppScan https://www.cnblogs.com/fnng/archive/2012/05/27/2520594.html Web应用程序渗透测试。它是一个桌面应用程序,它有助于专业安全人员进行Web应用程序自动化脆弱性评估。 SQLMAP https://www.cnblogs.co 阅读全文

posted @ 2019-06-17 12:14 HBU_DAVID 阅读(161) 评论(0) 推荐(0)

SQL 注入 实例 (Win10 + SQLserver + ASP.net)
摘要:Win10 + SQLserver + ASP.net ref:https://www.cnblogs.com/webconfig/p/3622498.html 1. 搭建IIS环境 搭建成功后,在浏览器输入:localhost,显示如下网页: 2. 在SQLserver建立数据库Student,并 阅读全文

posted @ 2019-06-17 01:37 HBU_DAVID 阅读(758) 评论(0) 推荐(0)

DVWA (Dam Vulnerable Web Application): Could not connect to the MySQL service
摘要:https://www.jianshu.com/p/97d874548300 http://www.dvwa.co.uk/ https://blog.csdn.net/qq_36706878/article/details/79677078 https://jingyan.baidu.com/art 阅读全文

posted @ 2019-06-16 20:12 HBU_DAVID 阅读(958) 评论(0) 推荐(0)

Database Security: Auditing
摘要:Database auditing is used to track database access and user activity. Auditing can be used to identify who accessed database objects, what actions wer 阅读全文

posted @ 2019-06-16 16:56 HBU_DAVID 阅读(125) 评论(0) 推荐(0)

Database Security: Database Inference
摘要:A subtle vulnerability found within database technologies is inference 推理, or the ability to derive 获取 unknown information based on retrieved informat 阅读全文

posted @ 2019-06-16 16:48 HBU_DAVID 阅读(263) 评论(0) 推荐(0)

Database Security: Database Vulnerability
摘要:Security breaches are an increasing phenomenon. As more and more databases are made accessible via the Internet and web-based applications, their expo 阅读全文

posted @ 2019-06-16 14:16 HBU_DAVID 阅读(470) 评论(0) 推荐(0)

Database Security: Application Access Assessment
摘要:Most users do not access a database by directly logging into the database system. Instead they access the database through an application program. A s 阅读全文

posted @ 2019-06-16 13:44 HBU_DAVID 阅读(234) 评论(0) 推荐(0)

Database Security :Access Control
摘要:authentication 认证, authorization 授权, access control 访问控制 These three mechanisms are distinctly different but usually used in combination with a focus 阅读全文

posted @ 2019-06-16 13:27 HBU_DAVID 阅读(819) 评论(0) 推荐(0)

【Database Security 】What Students Need to Know
摘要:Ref: Database Security What Students Need to Know .pdf While database security incorporates a wide array of security topics, notwithstanding,physical 阅读全文

posted @ 2019-06-15 20:29 HBU_DAVID 阅读(169) 评论(0) 推荐(0)

数据库原理及安全
摘要:首先必须要学习好数据库原理。不懂数据库,何谈数据库安全。 但是,数据库安全课程并不是传统的数据库原理教学基础上,只把数据库安全性这一章进行扩展和强化。 安全的理念,在多个章节都有所体现:完整性、并发性、灾备……(Learn from Pro.Yu) 讲课时多举例子,便于学生理解安全的重要性和实用性, 阅读全文

posted @ 2019-06-15 11:50 HBU_DAVID 阅读(407) 评论(0) 推荐(0)

Data Mining
摘要:会议 ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD) International Conference on Data Engineering (ICDE) International Conference on 阅读全文

posted @ 2019-06-05 13:12 HBU_DAVID 阅读(221) 评论(0) 推荐(0)

导航