Fork me on GitHub
  1. 前端的不可见字符

    https://stackoverflow.com/questions/11598786/how-to-replace-non-printable-unicode-characters-javascript

    most of which are quite printable

    https://blog.csdn.net/ranjio_z/article/details/51993040?utm_source=blogxgwz8

    http://www.unicode.org/charts/PDF/U2000.pdf

    unicode 显示符号
    \u2000  
    \u2001
    \u2002
    \u2003
    \u2004
    \u2005
    \u2006
    \u2007
    \u2008
    \u2009
    \u200a
    \u200b
    \u200c
    \u200d
    \u200e …
    read more

    There are comments.

  2. 编写PhoneGapiOS插件一

    PhoneGap安装

    当前版本是PhoneGap2.9.1Xcode6.3

    1. 下载PhoneGap

      官网地址,NodeJS命令安装老是失败,我是直接下载的zip包解压的。 QQ20150421-2@2x

    1. 解压

      解压之后的目录是这样的: QQ20150421-3@2x

    iOS的工程创建

    1. 创建工程(终端命令)

      • 首 …
    read more

    There are comments.

  3. 编写PhoneGapiOS插件三

    update: 2015-04-28

    标准插件形式Demo地址:cordova-plugin-test

    主要是JS的回调,附Demo地址。

    编写插件方法

    • html里面调用已经写过了,只是没有对数据进行处理,CDVInvokedUrlCommand这个类里有两个重要的参数。

      • arguments

        用于 …

    read more

    There are comments.

  4. uni-app

    # package.json
    
    指定输出目录
    cross-env UNI_OUTPUT_DIR=custom ...
    
    添加自定义环境变量
    cross-env MY_ENV=dev ...
    
    read more

    There are comments.

links

social