Skip to content

Commit dda2ffa

Browse files
committed
Deploying to gh-pages from @ bme-db-lab/bme-db-lab.github.io-internal@6abc73c 🚀
0 parents  commit dda2ffa

File tree

30,315 files changed

+48791
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

30,315 files changed

+48791
-0
lines changed

404.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: default
3+
---
4+
5+
<style type="text/css" media="screen">
6+
.container {
7+
margin: 10px auto;
8+
max-width: 600px;
9+
text-align: center;
10+
}
11+
h1 {
12+
margin: 30px 0;
13+
font-size: 4em;
14+
line-height: 1;
15+
letter-spacing: -1px;
16+
}
17+
</style>
18+
19+
<div class="container">
20+
<h1>404</h1>
21+
22+
<p><strong>Page not found :(</strong></p>
23+
<p>The requested page could not be found.</p>
24+
</div>

Adatbaziskezeles/_felevek

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

Adatbaziskezeles/index.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: page
3+
title: Adatbáziskezelés (VITMA027)
4+
---
5+
A TTK matematika szakos BSc hallgatói számára.
6+
7+
A tárgy kódja 2021. őszétől kezdve VITMA027, a tantárgy adatlap [itt](https://portal.vik.bme.hu/kepzes/targyak/VITMA027/) található.
8+
9+
Témakörök jegyzéke:
10+
11+
A vizsga anyaga alapvetően az Adatbázisok c. jegyzetben található meg, természetesen kiegészítve azzal, ami az előadásokon vagy a gyakorlatokon elhangzott. A jegyzetből mindent kell tudni, kivéve a hálós adatmodellt (7),az objektum-orientált adatbázis-kezelő rendszereket (8), a többértékű függőségeket (9.2.8), a tranzakciókezelést (10) és a függelékeket.
12+
13+
Felkészülési segédanyagok, javaslat:
14+
15+
- Jegyzet: Gajdos S.: Adatbázisok 2019. Az előző évek kiadásai szintén használhatók, viszont 2015. után a legkevesebb sajtóhibát az egyre későbbi kiadások tartalmaznak.
16+
Letölthető a jegyzet [itt](https://db.bme.hu/~gajdos/Adatbazisok2019.pdf).
17+
- Ajánlott: The Social Dilemma, Netflix 2020.
18+
- A tantárgy adatlapban jelzett tankönyveken túlmenően javasolt a jegyzet feladatgyűjteménye releváns részének önálló feldolgozása, továbbá – kellő körültekintéssel – használhatóak a [Wiki Adatbázisok oldalai](https://wiki.sch.bme.hu/Adatb%C3%A1zisok) és az ott olvasható [tippek](https://wiki.sch.bme.hu/Adatb%C3%A1zisok#Tippek) is.
19+
- Rossz módszer: típusfeladatok megoldásának betanulása. Ez garantáltan nem lesz eredményes, ha nem párosul az elmélet elmélyült megértésével és alkalmazásának képességével. Mivel a vizsgán az alkotóképes tudást kívánjuk lemérni, ezért teljesen felesleges egy áttanult éjszaka után vizsgával próbálkozni. A memóriából előhívott emléktöredékek a sikeres vizsgához tapasztalat szerint nem elegendőek.
20+
- [Gyakran ismételt kérdések](files/AB_GYIK_v1.1.pdf) a tanulásról
21+
- [További segédanyagok](segedanyagok)
22+
- [Jegyzet sajtóhibák](jegyzet-sajtohibak)
23+
- [Gyakorlóalkalmazás](files/gyakorlo.zip)
24+
25+
26+
## Félév-specifikus információk
27+
28+

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
www.db.bme.hu

Gemfile

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
source "https://rubygems.org"
2+
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
gem "jekyll", "~> 3.8.0"
12+
13+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14+
# gem "minima", "~> 2.0"
15+
16+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
17+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18+
# gem "github-pages", group: :jekyll_plugins
19+
20+
# If you have any plugins, put them here!
21+
group :jekyll_plugins do
22+
gem "jekyll-feed", "~> 0.6"
23+
end
24+
25+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
26+
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
27+
28+
# Performance-booster for watching directories on Windows
29+
gem "wdm", "~> 0.1.0" if Gem.win_platform?
30+
31+
gem "jekyll-redirect-from"
2.51 MB
Binary file not shown.

_config.yml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
11+
# Site settings
12+
# These are used to personalize your new site. If you look in the HTML files,
13+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14+
# You can create any custom variable you would like, and they will be accessible
15+
# in the templates via {{ site.myvariable }}.
16+
title: Adatbázisok Laboratórium
17+
#email: your-email@example.com
18+
description: >- # this means to ignore newlines until "baseurl:"
19+
BME Adatbázisok Labor
20+
- Ne halat adj az éhezőnek, hanem tanítsd meg halat fogni.
21+
baseurl: "" # the subpath of your site, e.g. /blog
22+
url: "" # the base hostname & protocol for your site, e.g. http://example.com
23+
#twitter_username: jekyllrb
24+
#github_username: jekyll
25+
26+
# sass
27+
sass:
28+
style: compressed
29+
30+
# Build settings
31+
markdown: kramdown
32+
# theme: minima
33+
#plugins:
34+
# - jekyll-feed
35+
plugins:
36+
- jekyll-redirect-from
37+
38+
# Exclude from processing.
39+
# The following items will not be processed, by default. Create a custom list
40+
# to override the default setting.
41+
# exclude:
42+
# - Gemfile
43+
# - Gemfile.lock
44+
# - node_modules
45+
# - vendor/bundle/
46+
# - vendor/cache/
47+
# - vendor/gems/
48+
# - vendor/ruby/
49+
50+
header_pages:
51+
- adatbazisok/index.md
52+
- adatb-elmelete/index.md
53+
- Adatbaziskezeles/index.md
54+
- adatkezeles/index.md
55+
- databases/index.md
56+
- halozati-adatb/index.md
57+
- adatbazisok-labor/index.md
58+
- jegyzokonyv/tudnivalok/index.md
59+
- temakiirasok.md
60+
- szines.md
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<span style="font-size: larger; color: red;">**Figyelem! Kifutó tárgy**, 2017. őszétől</span> kezdődően az [Adatbázisok](/adatbazisok) tárgyhoz kapcsolódó laborfoglalkozások jelentősen redukált tartalommal, a tárgy [labor részeként](/adatbazisok/labor) kerülnek sorra a mintatanterv szerint haladó hallgatók részére.

_includes/footer.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<footer class="flex p-16 border-solid border-0 border-t">
2+
<p class="text-gray-500">{{- site.description | escape -}}</p>
3+
</footer>

_includes/head.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<head>
2+
<meta charset="utf-8">
3+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
5+
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
6+
<link rel="shortcut icon" type="image/png" href="{{ site.baseurl }}/assets/images/logo.png" />
7+
</head>

0 commit comments

Comments
 (0)