input 썸네일형 리스트형 Mac backtick Fix the backtick when Korean input mode. cd ~/Library mkdir KeyBindings cd KeyBindings cat > DefaultkeyBinding.dict { "₩" = ("insertText:", "\`"); } ^D 더보기 [HTML] Way to remove the arrow button at input tag that number type When you using the input tag with number type, you can see the up/down arrows on the right side of input tag..Like this ..If you don't like this arrows, you would add the styles in css like this ...number-input::-webkit-outer-spin-button,.number-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0;}You can find the manuals here.. https://developer.mozilla.org/en-US/docs/Web/CSS.. 더보기 [HIve] get access log from RegexSerDe in official Example:CREATE EXTERNAL TABLE intermediate_access_logs ( ip STRING, date STRING, method STRING, url STRING, http_version STRING, code1 STRING, code2 STRING, dash STRING, user_agent STRING)ROW FORMAT SERDE 'org.apache.hadoop.hive.contrib.serde2.RegexSerDe'WITH SERDEPROPERTIES ( 'input.regex' = '([^ ]*) - - \\[([^\\]]*)\\] "([^\ ]*) ([^\ ]*) ([^\ ]*)" (\\d*) (\\d*) "([^"]*)" "([^"]*)"'.. 더보기 이전 1 2 다음