오픈 소스 참조
http://www.jopenbusiness.com
http://www.jopenbusiness.com
Comments를 펼치세요. 1. Class에 주석 넣기 Types를 클릭하면?다음과 같이 보입니다. [Edit] 버튼을 눌러서 템플릿을 원하는 내용으로 바꾸세요. 적용을 한 후, 파일을 열어서?class?윗부분에 커서를 위치시키고 단축키?[Shift […]
jQuery Proven Performance Tips And Tricks 퍼포먼스 향상 패턴을 사용하는 것이 왜 중요한가요? 프로그램 코드는 간단 명료해야지 엉성하게 만들면 안됩니다. 좋은 코딩 습관은 문제를 해결하는데 […]
DNS 라운드 로빈 구성 출처 : http://forgarden.tistory.com/111 회사에서 웹서버를 한대 운영하고 있다고 가정하자. 동시접속자들의 계속적인 증가로 인한 서버의 응답력의 저하로 서버의 업그레이드를 고려하고 있다. 서버의 업그레이드만이 […]
php : Thread Safe 와 Non Thread Safe 차이점 VC6 : Apache 용 VC9 : IIS 용 [Thread Safe 와 Non Thread Safe] 우선 윈도우용 […]
repair table table명 myisamchk -r table명
https://www.virtualbox.org/ 2. VirtualBox 5.2.18 Oracle VM VirtualBox Extension Pack 설치 * Error status Manual : https://www.virtualbox.org/manual/UserManual.html
http://www.jetaudio.com/products/jetaudio/ MP3 듣기
http://www.jetaudio.com/products/jetvideo/
http://www.mysql.com/products/workbench/ Query update 시 해결 방법 참조 : https://stackoverflow.com/questions/11448068/mysql-error-code-1175-during-update-in-mysql-workbench
1 2 3 |
You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode, toggle the option .... |
1 2 3 |
SET SQL_SAFE_UPDATES = 0; |
1 2 3 4 5 6 7 8 9 |
UPDATE wp_posts SET post_content = REPLACE(post_content, 'http://auctionpro.co.kr/', 'https://auctionpro.co.kr/') WHERE post_content LIKE '%http://auctionpro.co.kr%'; |
Copyright © 2024 | WordPress Theme by MH Themes