[도서] finale 25

2016-10-04 KENNETH 0

[도서] finale 25 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]finale 25 최이진 저 | 노하우(도서출판) | 2016년 10월 판매가 22,500원 (10%할인) | YES포인트 250원(1%지급) 악보 사보의 표준 툴로 사용되고 있는 피날레가 64비트 운영체제에 맞추어 좀 더 쉽고 빠르게 작업할 수 있도록 업그레이드 되었다. 특히, 큐베이스나 로직과 연동하여 사용할 수 있는 리와이어 기능을 지원하여 컴 Source: [도서] finale 25

[도서] proge CAD

2016-10-04 KENNETH 0

[도서] proge CAD 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]proge CAD 윤병희,이희진,조성일,이예진 공저 | 메카피아 | 2016년 10월 판매가 24,300원 (10%할인) | YES포인트 270원(1%지급) progeCAD의 최신 신기능과 더불어 프로그램을 새로 접하는 사용자가 더욱 쉽고 빠르게 제작할 수 있는 실무중심의 입문서가 되도록 구성하였고, 도면제작을 처음 접하는 독자부터 현재 실무자의 활용서가 될 수 있도 Source: [도서] proge CAD

No Image

MySQL 8.0: Scaling and Performance of INFORMATION_SCHEMA

2016-10-04 KENNETH 0

MySQL 8.0: Scaling and Performance of INFORMATION_SCHEMA Overview MySQL 8.0 comes with the new design of INFORMATION_SCHEMA subsystem. The blog MySQL 8.0: Improvements to Information_schema provides an overview of the improvements we made. This blog focuses mainly to demonstrate performance of the INFORMATION_SCHEMA in MySQL 8.0, giving us an idea on the kind of performance gain that one can expect.… Source: MySQL 8.0: Scaling and Performance of INFORMATION_SCHEMA

No Image

mysql server system variables log_warnings to log_error_verbosity

2016-10-04 KENNETH 0

url : http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html   under 5.7.2 : log_warnings over 5.7.2 : log_error_verbosity   log_warnings Deprecated 5.7.2 Command-Line Format –log-warnings[=#] System Variable Name log_warnings Variable Scope Global Dynamic Variable Yes Permitted Values (32-bit platforms, <= 5.7.1) Type integer Default 1 Min Value 0 Max Value 4294967295 Permitted Values (32-bit platforms, >= 5.7.2) Type integer Default 2 Min Value 0 Max Value 4294967295 Permitted Values (64-bit platforms, <= 5.7.1) Type integer Default 1 Min Value 0 Max Value 18446744073709551615 Permitted Values (64-bit platforms, >= 5.7.2) Type integer Default 2 Min Value 0 Max Value 18446744073709551615 Whether to produce additional warning messages to the error log. This variable is enabled by default (the default is 1 before MySQL 5.7.2, 2 as of 5.7.2). To disable it, set it to 0. The server logs messages about statements that are unsafe for statement-based logging if the [ more… ]