会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
天道酬勤!!!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
71
72
73
74
75
76
77
78
79
···
106
下一页
2017年4月26日
让你的代码量减少3倍!使用kotlin开发Android
摘要: (一) 创建Kotlin工程 (二) –秘笈!扩展函数 (三) 缩短五倍的Java Bean 本项目使用的代码地址
阅读全文
posted @ 2017-04-26 15:09 simadi
阅读(398)
评论(0)
推荐(0)
2017年4月24日
如何将Android Studio项目提交(更新)到github
摘要: 前言 在写这篇文章之前首先我假设你已经安装了Android Studio 并已经会用Android Studio建立项目。 那么这篇博文既然是将项目提交到github上,自然我们要明白两个相关概念:Git和github。 git是版本控制系统,跟svn、cvs同级概念 github是一个网站,给用户
阅读全文
posted @ 2017-04-24 16:37 simadi
阅读(227)
评论(0)
推荐(0)
2017年4月21日
android6.0获取通讯录权限
摘要: android6.0中,获取通讯录的权限是 <uses-permission android:name="android.permission.GET_ACCOUNTS"></uses-permission>6.0之前的版本中的权限设置是 <uses-permission Android:name=
阅读全文
posted @ 2017-04-21 17:13 simadi
阅读(1917)
评论(0)
推荐(0)
Android studio 如何快速收起代码?
摘要: windows下 ctrl+shift+(小键盘上的减号 -) mac下 commang+shift+减号,搞定
阅读全文
posted @ 2017-04-21 15:39 simadi
阅读(332)
评论(0)
推荐(0)
mongo distinct 指定条件
摘要: db.Article.distinct("字段名称",{"Comment.Reply.email" : "xxx"})
阅读全文
posted @ 2017-04-21 09:10 simadi
阅读(1038)
评论(0)
推荐(0)
2017年4月20日
sql 使用select 生成json
摘要: 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
阅读(1170)
评论(0)
推荐(0)
mongo 一次插入多条
摘要: db.getCollection('organization').insert( [ {"organizationTitle" : "台州广播电台1", "version" : NumberInt(1), "createdAt" : new Date()}, {"organizationTitle"
阅读全文
posted @ 2017-04-20 09:59 simadi
阅读(343)
评论(0)
推荐(0)
mongoDB 获取系统时间
摘要: new Date()
阅读全文
posted @ 2017-04-20 09:43 simadi
阅读(1417)
评论(0)
推荐(0)
MongoDB 插入数据指定类型
摘要: db.student.insert({"id":NumberInt(1)});
阅读全文
posted @ 2017-04-20 09:39 simadi
阅读(1603)
评论(0)
推荐(0)
2017年4月14日
C#超级方便好用的ExpandoObject类别
摘要: 这东西是.NET Framework 4.5 的新东西..发现这个,大概就跟发现新大陆一样的兴奋,让我再次赞叹Anders Hejlsberg 之神.. 这边有MSDN : http://msdn.microsoft.com/en-us/library/system.dynamic.expandoo
阅读全文
posted @ 2017-04-14 16:25 simadi
阅读(4244)
评论(0)
推荐(1)
上一页
1
···
71
72
73
74
75
76
77
78
79
···
106
下一页
公告