随笔分类 - data
摘要:Computer Science An Overview _J. Glenn Brookshear _11th Edition A pivotal step in designing a relational database is to design the relations makingup
阅读全文
摘要:Computer Science An Overview _J. Glenn Brookshear _11th Edition The term database refers to a collection of data that is multidimensional in thesense
阅读全文
摘要:https://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/introduction.html "10/01/1998 20:01:54" The Document Object Model (DOM) is an application programm
阅读全文
摘要:Computer Science An Overview _J. Glenn Brookshear _11th Edition In this chapter we investigate how data arrangements other than the cell-by-cell organ
阅读全文
摘要:大话数据结构存放线性表数据空间一段连续的存储单元,需预分配存储空间,元素个数受限一组任意的存储单元,反, ,反时间查O(1)-O(n)增删O(n)-O(1)APP0:在游戏开发中,用户注册信息,多读取--玩家武器装备列表,随时增删1:当线性表元素个数变化较大或未知时。
阅读全文
摘要:https://en.wikipedia.org/wiki/Pointer_(computer_programming) In computer science, a pointer is a programming language object, whose value refers to (o
阅读全文
摘要:Volume 2 ctrl+s http://web.mit.edu/merolish/ticpp/TicV2.html http://web.mit.edu/merolish/ticpp/TicV2.html#_TocRef53985657 Volume 1 http://web.mit.edu/
阅读全文
摘要:http://www.cnblogs.com/mingmingruyuedlut/archive/2011/10/18/2216553.html https://zh.wikipedia.org/wiki/异步传输模式 http://www.ibm.com/support/knowledgecent
阅读全文
摘要:http://www.chromium.org/Home/chromium-security/client-identification-mechanisms Chromium > Chromium Security > Technical analysis of client ident
阅读全文
摘要:生成浏览器唯一稳定 ID 的探索 - 知乎 https://zhuanlan.zhihu.com/p/400206593 生成浏览器唯一稳定 ID 的探索 作者:polozhang,腾讯 WXG 前端开发工程师 1. 背景 项目的 PC Web 端在不同浏览器有不同的登录态,同一浏览器多个窗口多个
阅读全文
摘要:data-definition language 数据定义语言 data-manipulation language 数据操纵语言 data type definition 文档类型定义
阅读全文
摘要:https://en.wikipedia.org/wiki/First_normal_form https://en.wikipedia.org/wiki/Second_normal_form A relation is in first normal form if and only if the
阅读全文
摘要:DATABASESYSTEM CONCEPTS SIXTH EDITION Abraham Silberschatz Yale University Henry F. KorthLehigh University S. SudarshanIndian Institute of Technology,
阅读全文