블로그
- Inflation and the Cyclical P/E10 detailed look at the pattern of cyclical P/E10 ratios which form the basis of my monthly valuation update I've set vertical gridlines at 4% intervals and illustrated the average (arithmetic mean) P/E10 for each
- mysql root 비밀번호 잊어 먹었을 때 Type 'c' to clear the buffer.mysql> use mysqlDatabase changedmysql> update user set password=password
- 리눅스 수 있다. mysqladmin이용 $ mysqladmin -u root password 새비밀번호 update문 이용 $ mysql -u root mysqlmysql> UPDATE user SET password=password('새비밀번호') WHERE user='root';mysql> FLUSH PRIVILEGES; Set Password 이용 SET
- lock 종류 FOR UPDATE OF 문장을 실행하면,변경되는 ROW에 대한 ROW LOCK과 TABLE에 대한 TABLE LOCK이 발생. ROW LOCK (TX)INSERT INTO … VALUE.. ;,DELETE FROM …WHERE …;,UPDATE ..SET ..WHERE ..;,SELECT ..
- 빠른 update 보통 두개이상의 테이블에 있는 컬럼으로 키값을 이용해서 update 할 경우가 엄청 많을것입니다. b_b1 from a, b where a.a2 = b.a2)set a_a1 = b_b1 입니다.
- vim 에서 tab 을 space 로 변경하기 You can use the ":retab" command to update all the tab characters in thecurrent file with the current Forexample, to convert all the tabs to white spaces, use :set expandtab :retabFor more information, read
← 이전
5 페이지