博文

小程序商城代码

https://github.com/skyvow/m-mall https://www.skyvow.cn/apidoc/

Enable fastcgi on Apache with MPM worker

sudo apt-get install libapache2-mod-fastcgi php5-fpm  a2dismod php5 a2enmod actions fastcgi alias a2enconf php5-fpm sudo service php5-fpm restart sudo service apache2 restart

JS detect system language

var lang ; if ( navigator && navigator . userAgent && ( lang = navigator . userAgent . match ( /android.*\W(\w\w)-(\w\w)\W/ i ))) { lang = lang [ 1 ]; } if (! lang && navigator ) { if ( navigator . language ) { lang = navigator . language ; } else if ( navigator . browserLanguage ) { lang = navigator . browserLanguage ; } else if ( navigator . systemLanguage ) { lang = navigator . systemLanguage ; } else if ( navigator . userLanguage ) { lang = navigator . userLanguage ; } lang = lang . substr ( 0 , 2 ); }

微信小程序开源项目库汇总 http://www.opendigg.com/tags/wechat-app

https://github.com/opendigg/awesome-github-wechat-weapp

小程序优秀开发资源

https://sdk.cn/news/7677

IP 地址数据库

https://github.com/lionsoul2014/ip2region

Java SVG

http://www.jfree.org/jfreesvg/ https://github.com/AJcodes/SVG-Editor-Java https://github.com/eseifert/vectorgraphics2d http://www.kiyut.com/products/sketsa/sketsa.png https://inkscape.org/en/credits/ https://github.com/blackears/svgSalamander Drop Drop Lib http://www.manageability.org/blog/uncategorized/open-source-structured-graphics-libraries-in-java/view