上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 15 下一页

2016年6月19日

摘要: 想要在C#中使用MongoDB,首先得要有个MongoDB支持的C#版的驱动。C#版的驱动貌似有很多种,如官方提供的samus。 实现思路大都类似。这里我们用官方提供的mongo-csharp-driver :下载地址:http://github.com/mongodb/mongo-csharp-d 阅读全文
posted @ 2016-06-19 23:03 快乐地编程 阅读(517) 评论(0) 推荐(0) 编辑
 
摘要: 这里采用的是mongoDB官网推荐使用.net驱动:http://mongodb.github.io/mongo-csharp-driver/2.0/getting_started/quick_tour/有关于MongoDB的安装读者可以参考其他的博客,对于基本的学习来说并不需要进行过多的配置。 创 阅读全文
posted @ 2016-06-19 23:01 快乐地编程 阅读(931) 评论(0) 推荐(0) 编辑
 
摘要: Definitions and BuildersThe driver has introduced a number of types related to the specification of filters, updates, projections, sorts, and index ke 阅读全文
posted @ 2016-06-19 22:59 快乐地编程 阅读(5432) 评论(0) 推荐(1) 编辑
 
摘要: svcutil.exe http://localhost:9065/ServiceDemo.svc?wsdl这将生成一个配置文件和一个包含客户端类的代码文件。 下面我们就用这个是怎么生成的:1,打开Visual Studio命令提示(Visual Studio Tools下面)2,在打开的界面里面输 阅读全文
posted @ 2016-06-19 22:57 快乐地编程 阅读(2380) 评论(0) 推荐(1) 编辑

2016年6月17日

摘要: 工具:svcutil.exe 参数:指定wsdl、输出源码文件、输出配置文件 示例: D:\>svcutil.exe http://localhost:8087/DataService/?wsdl /out:Client.cs /config:app.configMicrosoft (R) Serv 阅读全文
posted @ 2016-06-17 11:10 快乐地编程 阅读(1343) 评论(0) 推荐(0) 编辑

2016年6月13日

摘要: .NET 学前入门 了解.Net能做什么 了解.NET,C#语言及其特点(分清.NET和C#的关系),对.Net学习有系统全面的认识。 C#基础 变量,赋值运算符、数据类型转换等。 选择结构控制(if,switch),循环结构控制(while循环、do-while循环、for循环,foreach遍历 阅读全文
posted @ 2016-06-13 22:35 快乐地编程 阅读(1101) 评论(0) 推荐(0) 编辑

2016年6月12日

摘要: PrerequisitesThe prerequisite for running these examples are the following sample tables with test data and a Stored Procedure. The following script h 阅读全文
posted @ 2016-06-12 14:13 快乐地编程 阅读(697) 评论(0) 推荐(0) 编辑

2016年6月8日

摘要: Sometimes there is a need to change the name of your database whether this is because the original name was based on some other project that is no lon 阅读全文
posted @ 2016-06-08 15:47 快乐地编程 阅读(1128) 评论(0) 推荐(0) 编辑

2016年6月7日

摘要: 2015年,软件开发界发生了很多变化。有很多流行的新语言发布了,也有很多重要的框架和工具发布了新版本。下面有一个我们觉得最重要的简短清单,同时也有我们觉得值得你在2016年花时间精力去学习的新事物的一些建议。 大趋势 在过去的几年里,有一个越来越明显的趋势是web应用的商业逻辑逐步从后端转移到了前端 阅读全文
posted @ 2016-06-07 16:50 快乐地编程 阅读(389) 评论(0) 推荐(1) 编辑
 
摘要: Mapping简述 Elasticsearch是一个schema-less的系统,但并不代表no shema,而是会尽量根据JSON源数据的基础类型猜测你想要的字段类型映射。Elasticsearch中Mapping类似于静态语言中的数据类型,但是同语言的数据类型相比,映射还有一些其他的含义。Ela 阅读全文
posted @ 2016-06-07 16:36 快乐地编程 阅读(2839) 评论(1) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 15 下一页