1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-23 08:24:20 +00:00
triennale-appunti-steffo/docs/route-BasiDiDati.chunk.a52cb.esm.js
2020-06-11 18:35:47 +02:00

2 lines
No EOL
4.7 KiB
JavaScript
Generated

(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{"8uYk":function(t){t.exports={box:"box__3cKyY",default:"default__v-emJ",red:"red__339Cz",orange:"orange__24_8v",yellow:"yellow__1Jo9W",lime:"lime__34yV5",cyan:"cyan__3RqLr",blue:"blue__13Wnj",magenta:"magenta__2tkzq"}},OPqz:function(t,l,e){"use strict";(function(t){var n=e("TWV3"),i=e("hosL");l.a=function(l){return t(i.Fragment,null,t("h2",null,l.title),t(n.a,null,l.children))}}).call(this,e("hosL").h)},OmdA:function(t){t.exports={title:"title__3ZVpg",contents:"contents__20_NI"}},QNda:function(t,l,e){"use strict";(function(t){e.d(l,"a",(function(){return o}));var n=e("hosL"),i=e("e8JA"),a=e.n(i);class o extends n.Component{constructor(){super(),this.state={now:Date.now()},this.timer=null}componentDidMount(){this.timer=setInterval(()=>{this.setState({now:Date.now()})},1e3)}componentWillUnmount(){null!==this.timer&&clearInterval(this.timer)}render(){let l="Unknown date",e=a.a.timer,n={milliseconds:"?",seconds:"?",minutes:"?",hours:"?",days:"?"};if(this.props.to){l=new Date(this.props.to);let t=l-this.state.now;t>0?n={milliseconds:t%1e3,seconds:Math.floor(t/1e3)%60,minutes:Math.floor(t/6e4)%60,hours:Math.floor(t/36e5)%24,days:Math.floor(t/864e5)}:(n={milliseconds:0,seconds:0,minutes:0,hours:0,days:0},e+=" "+a.a.expired)}else e+=" "+a.a.unknown;return t("div",{class:e,title:l},t("div",{class:a.a.days+" "+a.a.count},n.days),t("div",{className:a.a.days+" "+a.a.text},"giorni"),t("div",{class:a.a.hours+" "+a.a.count},n.hours),t("div",{className:a.a.hours+" "+a.a.text},"ore"),t("div",{class:a.a.minutes+" "+a.a.count},n.minutes),t("div",{className:a.a.minutes+" "+a.a.text},"minuti"),t("div",{class:a.a.seconds+" "+a.a.count},n.seconds),t("div",{class:a.a.seconds+" "+a.a.text},"secondi"))}}}).call(this,e("hosL").h)},"S+8T":function(t,l,e){"use strict";e.r(l),function(t){e.d(l,"default",(function(){return s}));var n=e("hosL"),i=e("OPqz"),a=e("imVn"),o=e("QNda");class s extends n.Component{render(){return t("div",null,t("h1",null,"Basi di dati"),t(i.a,{title:"Informazioni"},t(a.a,{title:"Contatti"},t("ul",null,t("li",null,t("a",{href:"mailto:riccardo.martoglia@unimo.it"},"Prof. Riccardo Martoglia")))),t(a.a,{title:"Archivio"},t("p",null,"Se sei uno ",t("b",null,"studente dell'Unimore"),", puoi accedere all'",t("b",null,t("a",{href:"https://drive.google.com/drive/folders/1q3bOf9czDXq7Bd5-kwdICuz-9Nx1zVp_"},"archivio del corso su Google Drive")),"."))),t(i.a,{title:"Esame"},t(a.a,{title:"Scritto"},t("p",null,"Uno scritto con tre domande:"),t("ul",null,t("li",null,"Progettazione concettuale e logica"),t("li",null,"Formulazione interrogazione"),t("li",null,"Una domanda tra:",t("ul",null,t("li",null,"Studio dato derivato"),t("li",null,"Progettazione fisica"),t("li",null,"Tecnologia database"))))),t(a.a,{title:"Appelli"},t("ol",null,t("li",null,t(o.a,{to:"2020-06-24"})),t("li",null,t(o.a,{to:"2020-07-09"})),t("li",null,t(o.a,{to:"2020-07-28"}))))),t(i.a,null,t(a.a,{title:"Progetto"},t("p",null,"In gruppo, progettare un database secondo ",t("a",{href:"https://t.me/unimorefiles/23"},"queste")," specifiche."),t("p",null,"Va consegnato via mail almeno 10 giorni prima dello scritto.")),t(a.a,{title:"Termini di consegna"},t("ol",null,t("li",null,t(o.a,{to:"2020-06-14"})),t("li",null,t(o.a,{to:"2020-06-30"})),t("li",null,t(o.a,{to:"2020-07-18"}))))),t(i.a,{title:"Visualizzazioni utili"},t(a.a,{title:"B+ Tree"},t("p",null,t("a",{href:"https://www.cs.usfca.edu/~galles/visualization/BPlusTree.html"},"Link")))))}}}.call(this,e("hosL").h)},TWV3:function(t,l,e){"use strict";(function(t){var n=e("htlC"),i=e.n(n);l.a=function(l){let e;return e=Array.isArray(l.children)?l.children.map(l=>t("div",{class:i.a.splitchild},l)):t("div",{class:i.a.splitchild},l.children),t("div",{class:i.a.split},t("div",{class:i.a.splitparent},e))}}).call(this,e("hosL").h)},Y9Ml:function(t,l,e){"use strict";(function(t){var n=e("8uYk"),i=e.n(n);const a=Object.freeze({RED:i.a.red,ORANGE:i.a.orange,YELLOW:i.a.yellow,LIME:i.a.lime,CYAN:i.a.cyan,BLUE:i.a.blue,MAGENTA:i.a.magenta,DEFAULT:i.a.default});l.a=function(l){let e=a.DEFAULT;return l.color&&(e=l.color),t("div",{class:i.a.box+" "+e},l.children)}}).call(this,e("hosL").h)},e8JA:function(t){t.exports={timer:"timer__3Z2pL",days:"days__myhe2",hours:"hours__3JUDn",minutes:"minutes__24lD7",seconds:"seconds__2vZ4f",count:"count__chi9X",text:"text__34ldC",unknown:"unknown__3sT2P",expired:"expired__zNiuP"}},htlC:function(t){t.exports={splitparent:"splitparent__3-wBs",splitchild:"splitchild__begkX"}},imVn:function(t,l,e){"use strict";(function(t){var n=e("OmdA"),i=e.n(n),a=e("Y9Ml");l.a=function(l){return t(a.a,{color:l.color},t("h3",{class:i.a.title},l.title),t("div",{class:i.a.contents},l.children))}}).call(this,e("hosL").h)}}]);
//# sourceMappingURL=route-BasiDiDati.chunk.a52cb.esm.js.map