上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 105 下一页
摘要: windows下 ctrl+shift+(小键盘上的减号 -) mac下 commang+shift+减号,搞定 阅读全文
posted @ 2017-04-21 15:39 simadi 阅读(329) 评论(0) 推荐(0)
摘要: db.Article.distinct("字段名称",{"Comment.Reply.email" : "xxx"}) 阅读全文
posted @ 2017-04-21 09:10 simadi 阅读(1034) 评论(0) 推荐(0)
摘要: SELECT LEFT(Result, LEN(Result) - 1) FROM ( SELECT ( SELECT TOP 5 '{"organizationTitle":"' + [Name] + '"' ,',"orgainizationGUName":"' + [Name] + '"},'FROM [Station] FOR XML PATH('') ) AS Result ... 阅读全文
posted @ 2017-04-20 10:04 simadi 阅读(1167) 评论(0) 推荐(0)
摘要: db.getCollection('organization').insert( [ {"organizationTitle" : "台州广播电台1", "version" : NumberInt(1), "createdAt" : new Date()}, {"organizationTitle" 阅读全文
posted @ 2017-04-20 09:59 simadi 阅读(341) 评论(0) 推荐(0)
摘要: new Date() 阅读全文
posted @ 2017-04-20 09:43 simadi 阅读(1413) 评论(0) 推荐(0)
摘要: db.student.insert({"id":NumberInt(1)}); 阅读全文
posted @ 2017-04-20 09:39 simadi 阅读(1601) 评论(0) 推荐(0)
摘要: 这东西是.NET Framework 4.5 的新东西..发现这个,大概就跟发现新大陆一样的兴奋,让我再次赞叹Anders Hejlsberg 之神.. 这边有MSDN : http://msdn.microsoft.com/en-us/library/system.dynamic.expandoo 阅读全文
posted @ 2017-04-14 16:25 simadi 阅读(4235) 评论(0) 推荐(1)
摘要: 相信做Android开发的对Square公司一定不会陌生,大名鼎鼎的网络请求框架Retrofit就来源于它,今天学习的是该公司出品的图片加载框架Picasso。 项目地址 https://github.com/square/picasso 使用说明 http://square.github.io/p 阅读全文
posted @ 2017-04-14 10:17 simadi 阅读(995) 评论(0) 推荐(0)
摘要: 在之前的四篇博客中,我们学习了所有的关于Picasso的主要方法,我们也对这个Picasso有了一个很深的认识,下面就主要对Picasso自身进行分析,这样的话,会让我们更了解Picasso的核心方法; 创建一个Picasso Picasso有一个直接的方法去创建一个它的实例,就是Picasso.B 阅读全文
posted @ 2017-04-14 10:15 simadi 阅读(921) 评论(0) 推荐(0)
摘要: 外国人写的一个天气预报的例子,最后有源码下载地址,初学者可以研读一下 http://blog.csdn.net/true100/article/category/6257988 1:Kotlin介绍及项目配置 2:Kotlin与Java简单比较 3:Kotlin中类与函数 4:Kotlin中变量及属 阅读全文
posted @ 2017-04-14 10:04 simadi 阅读(190) 评论(0) 推荐(0)
上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 105 下一页