syakuis
syakuis
@syaku
134 posts
Full Stack WEB Developer.
Don't wanna be here? Send us removal request.
syakuis Β· 7 years ago
Link
0 notes
syakuis Β· 7 years ago
Photo
Tumblr media
#감기 #μ‚¬μ „νˆ¬ν‘œ #μ„ κ±° 좕ꡬ도 λͺ»ν•˜κ³  μ•„ν”ˆλͺΈ 이끌고 λ‹€λ…€μ˜΄!!! 우리 λ™λ„€λŠ” μ•„λ‹ˆμ§€λ§Œ μ‚¬λžŒ λ§Žλ„€~ #νˆ¬ν‘œ #νˆ¬ν‘œμΈμ¦ #νˆ¬ν‘œν•©μ‹œλ‹€
0 notes
syakuis Β· 7 years ago
Text
Java Properties 의 defaults ν•„λ“œ
Java Properties 의 defaults ν•„λ“œλŠ” Properties 졜쑰 자료으둜 μ„€μ •λ˜λŠ” 것 μ•„λ‹ˆλΌ (Properties λŠ” HashTable 클래슀의 μžμ‹μ΄λ‹€.) Properties#set 으둜 μ„€μ •λœ 값이 μ—†λŠ” 경우 κΈ°λ³Έ κ°’μœΌλ‘œ μ‚¬μš©ν•˜κΈ° μœ„ν•΄ μ„€μ •λœλ‹€.
return ((sval == null) && (defaults != null)) ? defaults.getProperty(key) : sval;
0 notes
syakuis Β· 7 years ago
Link
0 notes
syakuis Β· 7 years ago
Link
0 notes
syakuis Β· 7 years ago
Text
Webpack setting - babel & react #2
http://syaku.tistory.com/365Β #webpack #babel #react #eslint #stylelint
0 notes
syakuis Β· 7 years ago
Photo
Tumblr media
λ“œλŽŒ~ 졜고!!! #λ§ˆλΈ” #μ–΄λ²€μ €μŠ€ #μΈν”Όλ‹ˆν‹°μ›Œ #μ–΄λ²€μ ΈμŠ€μΈν”Όλ‹ˆν‹°μ›Œ
0 notes
syakuis Β· 7 years ago
Text
vscode jest - auto debugging off
https://github.com/jest-community/vscode-jest
vscode-jest λ₯Ό μ‚¬μš©ν•˜λ©΄ λͺ¨λ“  μ†ŒμŠ€μ€‘ μ–΄λ–€ 것을 μˆ˜μ •ν•˜λ”λΌλ„ λͺ¨λ“  ν…ŒμŠ€νŠΈ μ†ŒμŠ€κ°€ μž‘λ™λœλ‹€... 이λ₯Ό ν•΄κ²°ν•˜κΈ° μœ„ν•΄
vscode μ„€μ •μ—μ„œ jest.autoEnable = false ν•˜λ©΄ 각각 ν…ŒμŠ€νŠΈ μ†ŒμŠ€λ₯Ό 직접 μ‹€ν–‰ν•  수 μžˆκ²Œλœλ‹€.
μ•„λž˜μ™€ 같이 ν…ŒμŠ€νŠΈ μ†ŒμŠ€λ₯Ό 열어보면 Debug λΌλŠ” 문ꡬ가 보인닀. 클릭!!
Tumblr media
터미널에 λ‘œκ·Έκ°€ λ”± 보인닀~ κ΅Ώ!!!
#vscode #jest #vscode-jest
0 notes
syakuis Β· 7 years ago
Link
TypeScript Example
0 notes
syakuis Β· 7 years ago
Link
0 notes
syakuis Β· 7 years ago
Link
0 notes
syakuis Β· 7 years ago
Link
0 notes
syakuis Β· 7 years ago
Link
React μ»΄ν¬λ„ŒνŠΈ 동적 μž„ν¬νŠΈ~ μ΄λ ‡κ²Œ κΉŒμ§€ λ§Žμ€ κΈ°λŠ₯을 μ§€μ›ν–ˆμ—ˆλ‚˜??? 이제 μ‚¬μš©ν•΄μ•Όκ² λ„€~
0 notes
syakuis Β· 7 years ago
Text
javascript class
μžλ°”μŠ€ν¬λ¦½νŠΈλ‘œ 클래슀λ₯Ό κ΅¬ν˜„ν•˜λ‹€κ°€...Β 
class Demo { Β  constructor() { Β  Β  this.name =Β β€˜name’; Β  } }
const demo = new Demo();
name 을 μ–΄λ–»κ²Œ κ°€μ Έμ˜€μ§€??
κ·Έλž˜μ„œ getName() { return this.name; }
μžλ°” 처럼 getter λ₯Ό λ§Œλ“€μ–΄μ€¬λ‹€... 근데 이건 μžλ°”κ°€ μ•„λ‹Œλ°;;
κ·Έλƒ₯ demo.name ν•˜λ©΄ 될일을...
λ³€λͺ…ν•˜μžλ©΄... 맀일 λ‚œ μžλ°”μ™€ μžλ°”μŠ€ν¬λ¦½νŠΈλ₯Ό λ²ˆκ°ˆμ•„κ°€λ©΄μ„œ μž‘μ„±ν•˜λ‹€... μžλ°”μ—μ„œ μžˆμ„ 수 μ—†λŠ” μ½”λ“œλΌ 생각지도 λͺ»ν•œλ“―;;;
0 notes
syakuis Β· 7 years ago
Text
lerna completed
Tumblr media
λ“œλŽŒ lerna λ₯Ό μ΄μš©ν•˜μ—¬ λ©€ν‹° λͺ¨λ“ˆ? λ©€ν‹° νŒ¨ν‚€μ§€λ₯Ό ꡬ성할 수 μžˆλŠ” ν™˜κ²½μ„ κ΅¬μΆ•ν•˜μ˜€λ‹€...
μ•„ν•˜ν•˜ν•«!!!
μžμ„Έν•œ μ„€λͺ…이 μ—†μ–΄μ„œ... μ–΄λ–€ λ²”μœ„λ₯Ό μ œμ–΄ν•˜λŠ” μ§€ μ΄ν•΄ν•˜κΈ°κ°€ μ–΄λ €μ› λ‹€~
ν•˜λ‚˜ν•˜λ‚˜ ν…ŒμŠ€νŠΈν•˜λ©΄μ„œ κ²°κ΅­ μ›ν•˜λŠ” ν™˜κ²½μ„ μ™„μ„±ν–ˆλ‹€~
#webpack #lerna #build #multiple #frontend
0 notes
syakuis Β· 7 years ago
Text
IntelliJ 디렉토리 λͺ… μ‹€μˆ˜λ‘œ μΈν•œ 혼돈의 μ‹œμž‘...
μ•„ μ΄μƒν•˜κ²Œ μ•ˆλ˜λ”λΌ... 정신을 놓고 μ½”λ”©ν–ˆλ‚˜λ³΄λ‹€...
Tumblr media
이λ₯Ό μ–΄μ°Œν•΄μ•Όν•˜λ‚˜... λ‘κ°œκ°€ κ°™λ‹€...Β 
ν•˜λ‚˜λŠ” ν•˜μœ„ 디렉토리λ₯Ό λͺ¨λ‘ ν¬ν•¨ν•œ ν•˜λ‚˜μ˜ 경둜λ₯Ό ν‘œμ‹œν•œ κ±°κ³  ν•˜λ‚˜λŠ” κ·Έλƒ₯ 디렉토리 ν•œκ°œμ΄λ‹€...Β 
λ‚΄ μ‹€μˆ˜μ΄κΈ΄ ν—ˆλ‚˜... 상황은 μ΄λž¬λ‹€...
org/fxb/config/default.properties
이러쿡 μ €λŸ¬μΏ΅ 해봐도 μžμ›μ„ μ°Ύμ§€ λͺ»ν•˜κΈΈλž˜~
κ·Έμ € λ‚œ 바보닀 λͺ¨λ‘ 내렀놓고 μ ‘κ·Όν–ˆλ‹€... κ·Έλž˜μ„œ λ‚΄λ¦° 방법 Copy path ν•΄λ³΄μž~
/resources/org.fxb.config/default.properties
ν•˜ν•«;;; λΆ€λ„λŸ¬μ›€μ€ λ‚˜μ˜ λͺ«
#intellij #directory #pathΒ 
0 notes
syakuis Β· 7 years ago
Text
Hibernate JPA & lombok issue
@ToString 을 μ‚¬μš©ν•˜μ˜€λ”λ‹ˆ... λ¬΄ν•œλ£¨ν”„μ— λΉ μ‘Œλ‹€...Β 
μ–΄λ–€ 쑰건이 잘λͺ»λ˜μ—ˆλ‹€κ³  μ˜μ‹¬ν–ˆμ§€λ§Œ... λ‚΄λˆˆμ— λ³΄μ΄λŠ” 반볡적인 toString 였λ₯˜λ₯Ό 보고야.. μ•— 둬볡과 ν•¨κ»˜ μ‚¬μš©ν•˜λ©΄ λ¬Έμ œκ°€ λœλ‹€λŠ” 생각이 났닀;;;Β 
음... @ToString 을 μ§€μš°κ³ μ„œμ•Ό ν•΄κ²°λ˜μ—ˆλ‹€;;; λͺ‡μ‹œκ°„을 λ‚ λ €λ¨ΉκΈ΄ν–ˆμ§€λ§Œ...Β 
μ£„μ—†λŠ” @OneToMany 와 @ManyToOne 에 λŒ€ν•΄ μ’€ μ΅μˆ™ν•΄μ§€λŠ” μ‹œκ°„μ΄ λ˜μ—ˆλ‹€...
ν•΄κ²°
@ToString(exclude = β€œμ‘°μΈν•„λ“œλ₯Ό μ œμ™Έν•œλ‹€.”)
0 notes