上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页
摘要: ionic view 方法 备注:自己动手测试哈就明白了 $scope.$on("方法名", function () { consolog.log("测试方法"); }) 2view 常用属性 view-title:显示在父标题 ionNavBar上的文本标题 cache-view:设置是否缓存 默 阅读全文
posted @ 2016-07-31 21:21 sulin 阅读(1235) 评论(0) 推荐(0)
摘要: 1.login.html 2.controller.js 3.services.js css: 效果图: 阅读全文
posted @ 2016-07-26 09:09 sulin 阅读(6430) 评论(3) 推荐(0)
摘要: 1.添加sqlite 组件 2.编写代码 app.js =>run=> $ionicPlatform.ready 添加 controllers .js servcies.js index.html 以上测试正常通过,如果有问题需要耐心慢慢调试 阅读全文
posted @ 2016-07-20 15:01 sulin 阅读(959) 评论(0) 推荐(0)
摘要: 1.需要去这里注册https://www.jiguang.cn 注册成功获取AppKey 备注填写应用包名规范点,在项目还要用那 2.创建ionic 项目 指定你注册时候的包名(假如:com.ionicframework.ltapp) ionic start -i com.ionicframewor 阅读全文
posted @ 2016-07-04 17:31 sulin 阅读(19250) 评论(1) 推荐(1)
摘要: 1.安装java jdk http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 2.安装android sdk 下载安装 3.配置环境变量 Java_Home=>F:\Program F 阅读全文
posted @ 2016-06-27 09:13 sulin 阅读(387) 评论(0) 推荐(0)
摘要: css:样式 #divTitle{padding:10px;position:relative;top:0px;width:93.5%; z-index:100; background-color:#6FA1D8;} <div id="divTitle" style=" display:none;" 阅读全文
posted @ 2016-02-29 13:33 sulin 阅读(442) 评论(0) 推荐(0)
摘要: SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOALTER FUNCTION [dbo].[f_IsContain](@varstr varchar(500), --包含多个数据项的字符串@searchvar varchar(40),@split ... 阅读全文
posted @ 2016-01-19 15:11 sulin 阅读(335) 评论(0) 推荐(0)
摘要: 1.添加引用dllusing Lucene.Net.Search;using Lucene.Net.Analysis.PanGu;using PanGu;using PanGu.HighLight;using Lucene.Net.Documents;using Lucene.Net.Store;u... 阅读全文
posted @ 2015-11-05 15:03 sulin 阅读(207) 评论(0) 推荐(0)
摘要: 1.引用读取PDF文件组件 FontBox-0.1.0-dev.dll IKVM.GNU.Classpath.dll IKVM.Runtime.dll PDFBox-0.7.3.dll2.添加office 组件 这个就过吧3.添加盘古分词PanGu.dllPanGu.HighLight.dllPa... 阅读全文
posted @ 2015-11-05 14:59 sulin 阅读(361) 评论(0) 推荐(0)
摘要: declare @sql varchar(8000)set @sql='select t3.BID,t5.UnitName,Sort,UnitTypeSort'select @sql=@sql+' , max(case t4.id when '''+ ID +''' then t3.Num else... 阅读全文
posted @ 2015-10-09 15:01 sulin 阅读(357) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页