09 2016 档案

摘要:1.添加插件 cordova plugin add https://github.com/apache/cordova-plugin-splashscreen.git 2.设置启动画面 在根目录下面resources 里面添加splash.png 图片 执行命令如图: 3.配置config.xml 阅读全文
posted @ 2016-09-26 17:39 sulin 阅读(1472) 评论(0) 推荐(0)
摘要:1.引用了一个第三方组件 ICSharpCode.SharpZipLib.Zip; 2.具体代码 实体类,可以用hashtable 替代 ,感觉hashtable 比较灵活 扩展的修改文件名称 具体上传类 3.示例代码 阅读全文
posted @ 2016-09-23 09:09 sulin 阅读(5296) 评论(1) 推荐(2)
摘要:1.添加插件 1.1 安装ngcordova 1.2 安装选择图片插件 1.3 安装上传插件 1.4查看安装插件集合 2.html 代码 3.controller 代码 阅读全文
posted @ 2016-09-18 09:10 sulin 阅读(2446) 评论(0) 推荐(0)
摘要:1.采用row 布局的row-warp 来处理 2.采用css 样式 clearfix处理 3.文本超出自动换行显示 采用item-text-warp 4.展示效果 阅读全文
posted @ 2016-09-14 10:17 sulin 阅读(1428) 评论(0) 推荐(0)
摘要:1.效果图 2.controller .js 3.html 4.css 5.如果无法用手指滚动,需要配置app config 配置: 阅读全文
posted @ 2016-09-04 17:26 sulin 阅读(812) 评论(0) 推荐(0)