by admin Udev is the mechanism used to create and name /dev device nodes corresponding to the devices that are present in the system. Udev uses matching information provided by sysfs with rules provided by the user to dynamically add the required device nodes. The post describes how to set udev rules for ASM disks in a dm multipath environment. The multipath disk used as an example is /dev/mappe..

# ---------------------------- PASSWORD GENERATOR ------------------------------- # # ---------------------------- SAVE PASSWORD ------------------------------- # # ---------------------------- UI SETUP ------------------------------- # from tkinter import * def gen_pass(): #do someting def add_pass(): #do something window = Tk() window.title("Password Manager by kio(20220521)") window.config(pa..

https://tkdocs.com/tutorial/canvas.html TkDocs Tutorial - Canvas This tutorial will quickly get you up and running with the latest Tk from Python, Tcl, Ruby, and Perl on macOS, Windows, or Linux. It provides all the essentials about core Tk concepts, the various widgets, layout, events and more that you need for your ap tkdocs.com # ---------------------------- PASSWORD GENERATOR ---------------..
from tkinter import * import math # ---------------------------- CONSTANTS ------------------------------- # PINK = "#e2979c" RED = "#e7305b" GREEN = "#9bdeac" YELLOW = "#f7f5dd" FONT_NAME = "Courier" WORK_MIN = 25 SHORT_BREAK_MIN = 5 LONG_BREAK_MIN = 20 reps = 0 timer = None # ---------------------------- TIMER RESET ------------------------------- # def reset_timer(): window.after_cancel(timer..

https://stackoverflow.com/questions/11328920/is-python-strongly-typed Is Python strongly typed? I've come across links that say Python is a strongly typed language. However, I thought in strongly typed languages you couldn't do this: bob = 1 bob = "bob" I thought a strongly typed language ... stackoverflow.com from tkinter import * import math # ---------------------------- CONSTANTS -----------..

from tkinter import * import math # ---------------------------- CONSTANTS ------------------------------- # PINK = "#e2979c" RED = "#e7305b" GREEN = "#9bdeac" YELLOW = "#f7f5dd" FONT_NAME = "Courier" WORK_MIN = 25 SHORT_BREAK_MIN = 5 LONG_BREAK_MIN = 20 # ---------------------------- TIMER RESET ------------------------------- # # ---------------------------- TIMER MECHANISM -------------------..

from tkinter import * # ---------------------------- CONSTANTS ------------------------------- # PINK = "#e2979c" RED = "#e7305b" GREEN = "#9bdeac" YELLOW = "#f7f5dd" FONT_NAME = "Courier" WORK_MIN = 25 SHORT_BREAK_MIN = 5 LONG_BREAK_MIN = 20 # ---------------------------- TIMER RESET ------------------------------- # # ---------------------------- TIMER MECHANISM -------------------------------..
- Total
- Today
- Yesterday
- exadata
- Join
- LIST
- dezoomify
- artandculture
- 대소문자
- vmware
- 정렬
- dp-2
- EXA
- powercli
- 차집합
- virt-sysprep
- 부동없이
- 읽어오기
- insert
- oracle
- 배열
- 3par
- storage
- set()
- sysprep
- 중복제거
- fromkeys
- vmware.powercli
- cloud-init
- powershell
- dp-1
- 변수화
- 스토리지
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |