일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- androidstudio
- Chrome
- localserver
- centos
- 개발
- MAC
- xcode
- 네트워크
- unittest
- qunit
- TensorFlow
- MachineLearning
- react
- Android
- 티스토리챌린지
- 오블완
- ReactNative
- linux
- webpack
- jest
- 맥
- IOS
- 리눅스
- vsCode
- VirtualBox
- node
- build
- PYTHON
- 센토스
- Today
- Total
목록Frontend (186)
로메오의 블로그
var textLimit = 140 var shareText = '공유할 내용을 계속 타이핑 해보세요.'; if (shareText.length > textLimit) { // 140자가 넘어 갈 경우 shareText = shareText.substr(0, (textLimit - 3)) + '...'; } shareText += 'http://domain.com/path' var twitterLink = []; twitterLink.push('https://twitter.com/intent/tweet?text='); twitterLink.push(encodeURIComponent(shareText)); top.location.href = str;
https://developers.kakao.com/console/app 애플리케이션을 추가합니다. 웹 플랫폼을 등록합니다.
var state = {id: 1, data: 'test'}; ,title = '페이지 타이틀' ,url = location.origin + '/path/?a=1'; history.pushState(state, title, url); 페이지 변경 없이 주소를 변경합니다.
function currency(x) { return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ','); } currency(12345) // => 12,345
// 5일 후 날짜 구하기 moment().add(5, 'd').format('YYYY MM DD'); // 1달 7일후의 날짜 구하기 moment().add(5, 'd').add(1, 'M').format('YYYY MM DD'); // 5일전의 날짜 구하기 moment().subtract(7, 'd').format('YYYY MM DD'); // 2주전의 날짜 구하기 moment().subtract(2, 'w').format('YYYY MM DD'); // 날짜 차이 var date1 = moment([2022, 01, 01]); var date2 = moment([2023, 01, 01]); date2.diff(date1, 'days'); // 이번달 말일 구하기 moment().endOf('mon..
자꾸 이름 까먹어서.. https://cmder.net/ Cmder | Console Emulator Total portability Carry it with you on a USB stick or in the Cloud, so your settings, aliases and history can go anywhere you go. You will not see that ugly Windows prompt ever again. cmder.net
Nas에 로그인해서 메인 메뉴를 누릅니다. Ez-Internet을 실행합니다. 다음을 누릅니다. 라우터를 통해를 선택하고 다음을 누릅니다. 권장하는 설정을 선택합니다. 다음을 누릅니다. 게이트웨이 주소를 잘 기억합니다. 다음을 누릅니다. WebDAV 5005, 5006포트를 선택하고 다음을 누릅니다. 호스트이름을 설정하고, 사용자를 추가합니다. 설정을 확인하고 적용을 누릅니다. 종료합니다. 패키지 센터에서 WebDAV Server를 설치합니다. HTTP, HTTPS를 설정하고 적용을 누릅니다. KT공유기 설정 172.30.1.254:8899에 접속하고 로그인합니다. 초기 아이디는 ktuser / homehub입니다. 사용자를 추가하고, 다시 로그인 합니다. 장치설정을 누릅니다. 트래픽관리를 누릅니다. 포..