againme
@againme
·
qicycle firmware update 치사이클 펌웨어 업데이트 방법
https://en.xiaomitoday.it/qicycle-aumentare-il-limite-a-29km-h-con-un-firmware-custom.html
4th Street Bar
Hive-Bar
Browse freely. Sign in only when you want to participate.
Hive-Bar · Powered by Hive · beta-fdb5b5b
Hive profile
@againme
Sign in with Hive Keychain to follow this account.
https://en.xiaomitoday.it/qicycle-aumentare-il-limite-a-29km-h-con-un-firmware-custom.html
http://naradesign.net/wp/2012/05/30/1823/ https://developer.mozilla.org/ko/docs/Web/Guide/CSS/Media_queries
Yarn의 특징과 성능에 대한 정리 http://happygrammer.tistory.com/154 YARN은 다음과 같은 특징을 내세우고 있습니다. 빠르다 안전성 신뢰성 NPM은 배포가 쉽고 종속성을 쉽게 해결할 수 있다는 장점이 있지만 패키지가 중복으로 설치될 수 있다는 단점이 있습니다. 파일이 많은 경우 문제가 됩니다. 그래서 최근 페이스북의 nod…
Android 디버그 브리지 Android 디버그 브리지(adb)는 에뮬레이터 인스턴스나 연결된 Android 기기와 통신할 수 있는 다목적 명령줄 도구입니다. 이 도구는 앱 설치 및 디버깅과 같은 다양한 기기 작업을 쉽게 해주고, 에뮬레이터나 연결된 기기에서 다양한 명령을 실행하는 데 사용할 수 있는 Unix 셸 액세스를 제공합니다. 이 도구는 다음과…
--save 옵션 $ npm install github --save 만약 현재 경로에 package.json 이 존재하면 아래와 같이 dependencies 항목에 자동으로 포함된다. { "name": "node-github-test", "version": "0.0.0", "description": "node-github test", "dependenci…
https://flaviocopes.com/javascript-regular-expressions/ Introduction to Regular Expressions A regular expression (also called regex) is a way to work with strings, in a very performant way.By formula…
web3.js Ethereum JavaScript API This is the Ethereum compatible JavaScript API which implements the Generic JSON RPC spec. It's available on npm as a node module, for bower and component as an embedd…
Local Test Network Ganache is your personal blockchain for Ethereum development. https://github.com/trufflesuite/ganache
// descript : test 할 suit describe('test suit', () => { // it : 테스트 코드 작성 it('test name', () => { assert.equal(car.park(), 'stopped'); }); }); // before() : descript 실행전 한번 수행 // beforeEach() :…
javascript : get array from url querystring / Returns a map of querystring parameters Keys of type <fieldName>[] will automatically be added to an array @param String url * @return Object param…