Windows forms application. e.g. fizzbuzz // Woongyeol_choi // P453075 // 18/08/2017 // pizzbuzz using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Woongyeol_choi_p453075_windowsformsapp { public partial class Form1 : Form { p..
subnet mask 11111111.11111111.11111100.00000000 1024 - 2 = 1022 11111111.11111111.11111110.00000000 512 - 2 = 510 11111111.11111111.11111111.00000000 256 - 2 = 254 11111111.11111111.11111111.10000000 128 - 2 = 126 11111111.11111111.11111111.11000000 64 - 2 = 62 less user means more secure Server ADDC active directory domain contoler DNS 192.168.32.1/24 192.168.32 (Forwarder) 32.168.192 (Reverser..
position: static, relative, absolute, fixed; The position property allows you to specify the position of an element in three different ways. the standard is default position, when we use ralative When set to relative, an element's position is relative to its default position on the page. don't move regardness of anything When set to absolute, an element's position can be pinned to any part of th..
Client information gathering - interview - one on one more detailed/ precise information - Survey - many respondents large response, good for measuring trends or statistics. - Observation - accurate information about normal behavior. Not affected by personal bias Good Grammer - puntuation, spelling, capitalisation, Clear purpose - what is it for. Identified target audience - who is it for. - ite..
when width is 100, pending and border thickness is add to original width. so make it wider. In the default box model, box dimensions are affected by border thickness and padding. box-sizing will automatically adjust size. e.g. box-sizing: border-box; The box-sizing property controls the box model used by the browser. with any setting, it will keep the content's box size The default value of the ..
padding is inner margin. we can see box. e.g. border: 1px solid rgba(0, 0, 0, 0.3); normal padding e.g. padding: 10px; Padding is the spacing between a box's content and the borders of the box. specify e.g. padding: 5px 10px 5px 10px; shortcut e.g. padding: 5px 10px; more specify e.g. padding-bottom: 10px; Padding can be set equally on all sides of the content, or can be set specifically for cer..
blame oneself 토요일에 집에 있다가 저녁부터 알바 6시간. 바쁘게 하다가 돈 안낸 배달건이 2건 있었는데 첫집은 킹스파크근처에 저택에, 경호원 딸린집에가서 거스름돈 거슬러주기 힘들어서 1.4달러인가 팁으로 받고, 또 배달 열심히하고 매장청소하다가 또 배달와서 백팩커에 배달갔는데 참 가서 피자주고, 내가 까먹고 돈 안받음. 돌아가다가 생각나서 다시가보니까 없어진지 오래. 왜이러지 왜이러지 하다가 문제해결을 또 미룸. 그리고 배달 한 2번쯤 더가고 왔는데 매니저가 돈이 30달러정도 빈다고 함. 근데 목요일에 25달러 현금으로 받고, 배달용 지갑에 안넣고, 내 주머니에 넣고 퇴근했었던걸 말했더니 나중에 말하라해서 일단 그 25달러 냄. 5달러는 내 돈 내라고해서 일단 내 지갑에서 돈 내고. 그렇게 ..