'2015/07'에 해당되는 글 2건

  1. 2015.07.28 uTorrent 광고 제거
  2. 2015.07.23 [mysql] 함수, 명령

uTorrent 광고 제거

기타(IT) 2015. 7. 28. 22:16


옵션 -> 설정 -> 고급옵션






gui.show_notorrents_node
bt.enable_pulse
offers.content_offer_autoexec
gui.show_plus_upsell
sponsored_torrent_offer_enabled


전부 false

Posted by 꼬장e
,

[mysql] 함수, 명령

DB 2015. 7. 23. 09:16

#날짜 변환

DATE_FORMAT(now(),'%Y%m%d%H%i%s')


#범주조회

SELECT DISTINCT

※ COUNT 가능

Posted by 꼬장e
,