Skip to content

Instantly share code, notes, and snippets.

View hsipeng's full-sized avatar

Hsi P'eng hsipeng

View GitHub Profile
@hsipeng
hsipeng / idea-remvoe-archetype.txt
Created March 7, 2018 03:03
删除IntelliJ Idea中Maven Archetype
位置
Windows
C:\Users\用户名\.IntelliJIdea2017.2\system\Maven\Indices\UserArchetypes.xml
1
Mac
~/Library/Caches/IntelliJIdea2017.2/Maven/Indices/UserArchetypes.xml
1
Linux
@hsipeng
hsipeng / children.jsx
Created September 12, 2019 02:16
react props actions and functions
React.Children.map(this.props.children, child => {
return React.cloneElement(child, {
params: () => {}
});
})
@hsipeng
hsipeng / https-local.md
Created September 12, 2019 02:19
本地添加https