분류 전체보기(22)
-
[PHP] array_pop, array_shift 배열에서 요소 추출
초보 개발자인 저는 가끔씩 pop, shift가 헷갈릴때가 있더라구요. 그래서 조금 정리를 해봤습니다. - array_pop : 배열의 마지막요소를 추출합니다. $array = array('o','m','g'); $last_el = array_pop($array); echo $last_el; // 'g' print_r($array); // Array ( [0] => o [1] => m ) - array_shift : 배열의 첫번째요소를 추출합니다. $array = array('o','m','g'); $last_el = array_shift($array); echo $last_el; // 'o' print_r($array); // Array ( [0] => 'm' [1] => 'g' ) 키보드의 위치를 통..
2020.03.10 -
[WPF] 컨텍스트 메뉴와 트레이 아이콘
프로그램을 최소화하거나 닫기를 눌렀을 때, 프로그램이 꺼지지않고 트레이에 머무르도록 기능 구현. 의미없는버튼 의미없는버튼 보여지는 뷰는 의미없는 버튼과 의미없는 텍스트로 이루어져있습니다. 이 부분은 참고 안하셔도 될 것 같습니다. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System...
2020.03.10 -
[키캡/keycaps] GMK Terra
- 긱핵 링크 : https://geekhack.org/index.php?topic=101826.0 [IC] GMK Terra | Rama Caps added & GB starts Nov 4th Love the novelties! Just a heads up, link to the google form might be broken. Not hyperlinked for me. Sent from my SM-G955U using Tapatalk geekhack.org - 공제 기간 : 2019. 11. 04 - 12. 01 - 공제 프록시 + https://dixiemech.com/gmkterra + https://mykeyboard.eu/catalogue/category/group-buys/gmk-terra..
2019.10.28 -
[키캡/keycaps] GMK Yugo
- 긱핵 링크 : https://geekhack.org/index.php?topic=102130.0 [IC] GMK Yugo | Updates, Vendors, Deskmat, Extras | GB Nov 1 – Dec 15 Very nice colors, I like it. I was wondering, would you consider render mods in this red color? Maybe it could be an option? Just a thought... Also, if so many people moan about separate kit, would it be possible to combine standard ANSI - Capitalism kit - geekhack.org - ..
2019.10.28 -
[키캡/keycaps] GMK Analogdreams
- 긱핵 링크 : https://geekhack.org/index.php?topic=100134.0 [IC] GMK『analogdreams』(Coming this November) Yep, I am definitely in. I really like this brighter, kitschier shade of vaporwave. That's a pretty loaded base kit though. Any thoughts on splitting some kits to bring price down? Edit: A bunch of people just asked about the kits and the price, so nevermi geekhack.org - 공제 기간 : 2019. 11. 01 - 20..
2019.10.28 -
[키캡/keycaps] GMK Dmg R2
- 긱핵 링크 : - - 공제 기간 : 2019. 11. 01 - 2019.11. 16 - 공제 프록시 + https://thekey.company/collections/upcoming-releases/products/gmk-dmg - 키캡구성 및 렌더 Base $149 Space $20 Pocket $40
2019.10.28