# note **Repository Path**: Simar/note ## Basic Information - **Project Name**: note - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Note [Mubu](https://mubu.com/doc/TujUfAw1D) --- ## Markdown [help](http://commonmark.org/help/) --- ## Android **开发规范** [Link](http://mp.weixin.qq.com/s?__biz=MzIwMzYwMTk1NA==&mid=2247486422&idx=1&sn=ef3bd0169fbfe7838861957732e22fc5&chksm=96cdaa9ba1ba238d9f0bb1e4d4f6578a676c2928718f9093258ac4546fe0fd40007f31aba9a7&mpshare=1&scene=23&srcid=0815ml4tXNgSJiYDA5KsABGk#rd) **Android 版本差异** * Android 6.0: 1. 取消支持Apache Http 客户端 *Solution: add " useLibrary 'org.apache.http.legacy' " to app.gradle* **Push 推送** [Link](https://zhuanlan.zhihu.com/p/26053061) **优化** [Link](http://blog.csdn.net/dd864140130/article/details/62431927) **图表** [Link](http://blog.coderclock.com/2017/08/01/android/open-source-android-chart-library/) **自动安装** [Link](http://www.jianshu.com/p/241b383ba377) **WebView** [Link](http://reezy.me/p/20170515/android-webview/) **他山之石** [Link](https://mp.weixin.qq.com/s?__biz=MzIwMzYwMTk1NA==&mid=2247486370&idx=1&sn=1d922d8f375cdcec20bd31cbc2f0e418&chksm=96cdaaefa1ba23f90bc4975fa9dc22a30f7b5c343b3a0924bfcabe11df96e5955ccb08191ecf#rd) **ADT+Maven+Eclipse** 1. [ADD Eclipse Marketplace](http://blog.csdn.net/weicaijiang/article/details/53303760) 2. [Help Link](http://blog.csdn.net/jason20ming/article/details/7031734) **DownloadManager** The download manager is a system service that handles long-running HTTP downloads. ## Host [Link](https://coding.net/u/scaffrey/p/hosts/git) ## NPM [npm 模块安装机制简介](http://www.ruanyifeng.com/blog/2016/01/npm-install.html) [NPM 中文文档](https://www.kancloud.cn/shellway/npm-doc/199985) ## Ionic **环境配置错误** error MSB3411: Could not load the Visual C++ component "VCBuild.exe. * Solution 1: 1. Install VS 2013 2. node-gyp configure --msvs_version=2013 * Solution 2: 1. [from git](https://github.com/nodejs/node-gyp) **Http Post Fail** [Link](https://git.oschina.net/Simar/note/blob/master/util/ionic-post-fail.js) **Location with Baidu** * Question:Can't get the location when it is offline [Link](https://github.com/hewz/cordova-baidu-location) **Signature** [Link](https://github.com/szimek/signature_pad) **pdf** 1. [sitewaerts / cordova-plugin-document-viewer](https://github.com/sitewaerts/cordova-plugin-document-viewer) *It's limited by Google Play* 2. [PSPDFKit/Cordova-Android](https://github.com/PSPDFKit/Cordova-Android/issues/1) *PSPDFKit is a commercial PDF framework.* 3. [gearit/RadaeePDF-Cordova](https://github.com/gearit/RadaeePDF-Cordova) *RadaeePDF-Cordova is a commercial PDF framework.* **Login issue** [Link](https://stackoverflow.com/questions/45885432/ionic-cant-login-request-post-https-api-ionic-io-login-no-user-found-by-that/45885536) ## VBA **Find cell String left content** > =MID(A44,1,FIND(": ",A44,1)-1) **Find cell String right content** > =RIGHT(A2,LEN(A2)-FIND(": ",A2)) ## 微信小程序 [微信公众平台](https://mp.weixin.qq.com/) [文档](https://mp.weixin.qq.com/debug/wxadoc/dev/index.html) ## 微店 [文档](https://wiki.open.weidian.com/guide) ## CSS [Flex](http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html?utm_source=tuicool) ## ES6 * ES6 可以使用的特性 >[Link 1](http://caniuse.com/#home) >[Link 2](http://www.jianshu.com/p/152a69ef9969) ## MT5 [MQL5](http://www.mql5.com) ## Javascript **浮点计算** [Link](https://gitee.com/Simar/note/blob/master/util/js_float_calculate.js)