일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- xPlatform
- Sqoop
- Android
- SQL
- Eclipse
- mybatis
- table
- react
- Spring
- tomcat
- IntelliJ
- Express
- Kotlin
- hadoop
- NPM
- Java
- SPC
- Python
- window
- mapreduce
- vaadin
- JavaScript
- 공정능력
- plugin
- 보조정렬
- es6
- MSSQL
- GIT
- SSL
- R
- Today
- Total
목록전체 글 (655)
DBILITY
https://next-auth.js.org/ NextAuth.js Authentication for Next.js next-auth.js.org nmp install next-auth nextjs 13.2부터 App Router에서는 app/api 하위에 auth/[...nextauth]디렉토리를 생성하고, route.js 파일을 작성한다. OAuth중에 github을 사용해 본다. 실은 이번에 처음 사용하게 되었다. route.js import NextAuth from "next-auth"; import GithubProvider from "next-auth/providers/github"; export const authOptions = { providers: [ GithubProvider({ cl..
ssr framework다. java에 vadin framework이 있는데 차라리 그게 나을지도..ㅎㅎ 반백살에 공부해두나 쓸일이 없다.꼰대라 그런가 성격이 나빠서 그런가 갑질을 거부해서 그런가^^ 다들 typescript를 쓰는데, 나는 아직 익숙하지 않다. https://nextjs.org/docs Docs | Next.js Using App Router Features available in /app nextjs.org 나는 intellj idea를 사용한다. new project > Generators > React > project type Next.js > create-next-app 선택 후 생성한다.(현재시점 13.4.2) Next.js 13.4. The App Router is now ..
내년쯤 다시 볼지 모르니 기록하자. https://redux-toolkit.js.org/ Redux Toolkit | Redux Toolkit The official, opinionated, batteries-included toolset for efficient Redux development redux-toolkit.js.org redux-toolkit으로 여러가지 해결(?)되었다고 한다. npm install react-redux @reduxjs/toolkit createSlice를 쓰면 name/reducer형태의 action.type을 자동으로 생성해 준다. action의 reducer를 export,사용하는 콤포넌트에선 import 후 dispath하면 된다. 이전 방식 dispath({typ..
https://styled-components.com/ styled-components Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅🏾 styled-components.com 외부에 css,scss를 만들고 id,class로 참조하지 않고, 콤포넌트 내부에서 콤포넌트를 이름을 사용하는 것처럼 지정하는 것이다. 말이 복잡하다. 내부에 있기 때문에 전역적으로 중첩(꼬이는ㅋㅋ)되지 않게 사용할 수 있다. 이게 전부인가? 일단 설치한다. npm install styled-components 콤포넌트내에서 사용할 style을 대충 만들어 본다. import styl..
다운받은 exe를 압축해제 후 Adobe(R) Photoshop(R) CS2경로 안의 Adobe Photoshop CS2.msi로 설치한다. 바로가기를 그냥 클릭하면 실행이 안되니 SHIFT+바로가기 클릭으로 실행하면 된다. 오랜만에 써보는데 단축키를 기억하는 나의 왼손~