Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pj-dx #30

Open
catwarrior opened this issue Feb 8, 2017 · 16 comments
Open

pj-dx #30

catwarrior opened this issue Feb 8, 2017 · 16 comments

Comments

@catwarrior
Copy link
Owner

docker run --rm --name gradle frekele/gradle

@catwarrior
Copy link
Owner Author

bootstrap themes
https://bootswatch.com/

@catwarrior
Copy link
Owner Author

catwarrior commented Feb 8, 2017

project structure reference
https://github.com/rtrompier/jhipster-ng2admin

Application Name: zdjc
Company Name: caict.com

@catwarrior
Copy link
Owner Author

jhipster generator stuff.

WARNING! You have selected Oracle database.
Please rename ojdbc7.jar to ojdbc-7.jar and place it in the lib/oracle/ojdbc/7/ folder under the project root.

@catwarrior
Copy link
Owner Author

@catwarrior
Copy link
Owner Author

@catwarrior
Copy link
Owner Author

@catwarrior
Copy link
Owner Author

@catwarrior
Copy link
Owner Author

catwarrior commented Mar 3, 2017

Debugging angular2 in VSCode

install vs chrome debug
add this in launch.json
{
"name": "Launch Chrome",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000/",
"sourceMaps": true,
"diagnosticLogging": true,
"webRoot": "${workspaceRoot}",
"userDataDir": "${workspaceRoot}/.vscode/chrome"
},

@catwarrior
Copy link
Owner Author

catwarrior commented Mar 5, 2017

ECharts samples

http://echarts.baidu.com/echarts2/doc/example/line1.html#-en

http://echarts.baidu.com/echarts2/doc/example/map11.html#-en

EChart types

lines
http://gallery.echartsjs.com/editor.html?c=xH1r--HZKx
http://gallery.echartsjs.com/editor.html?c=xr1XLo-V5g

Handful relation/dataflow chart
http://gallery.echartsjs.com/editor.html?c=xBJMpakxzg
http://gallery.echartsjs.com/editor.html?c=xSJEBJTEbl

Custom map type
http://echarts.baidu.com/echarts2/doc/example/map18.html#-en

Svg online
http://www.iconfont.cn/plus/search/index?q=%E7%AE%AD%E5%A4%B4&page=3

multi Y

http://gallery.echartsjs.com/editor.html?c=xB1eTDJJ3

Tips

customize symbols

var planePath = 'path://M1705.06,1318.313v-89.254l-319.9-221.799l0.073-208.063c0.521-84.662-26.629-121.796-63.961-121.491c-37.332-0.305-64.482,36.829-63.961,121.491l0.073,208.063l-319.9,221.799v89.254l330.343-157.288l12.238,241.308l-134.449,92.931l0.531,42.034l175.125-42.917l175.125,42.917l0.531-42.034l-134.449-92.931l12.238-241.308L1705.06,1318.313z';

symbol: planePath,

@catwarrior
Copy link
Owner Author

catwarrior commented Mar 14, 2017

Fasten maven dependency pulling

Gradle:
(replace both buildscript section and other sections.)
repositories {
mavenLocal()
//mavenCentral()
//jcenter()
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/'}

@catwarrior
Copy link
Owner Author

ramda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant