分类: php mongo 2013-07-18 10:23 623人阅读 评论(0) 收藏
举报目录(?)[-]连接MongoDB数据库选择数据库与表插入数据记录更新数据记录删除记录操作查询数据记录关闭链接常见函数使用
最近有个项目,需要用php操作mongoDb数据,所以了解下mongoDb.....
分类:
数据库 时间:
2014-04-30 19:07:41
阅读次数:
568
XmlDataSource BasicsThe XmlDataSource control
exists merely as a proxy for retrieving XML data, which can then be
programmatically accessed or bound t...
分类:
数据库 时间:
2014-04-30 19:04:56
阅读次数:
727
初入OpenCL,做个记录。在Windows下开发OpenCL程序,必须先下载OpenCL的SDK,现在AMD,NVIDIA,Intel均提供各自的OpenCL库,基本是大同小异。安装好SDK后新建Win32控制台项目,然后需要配置下包含文件路径和库路径,具体见下图(我安装的Intel的SDK)。1...
分类:
其他好文 时间:
2014-04-30 19:03:33
阅读次数:
601
C# 中使用 XmlSerializer 实现类和xml文件的序列化和反序列化,使用起来非常简单。C#
XmlSerializer实现序列化:XmlSerializerxml=newXmlSerializer(typeof(ClassName));
FileStreamfs=newFileStrea...
分类:
其他好文 时间:
2014-04-30 19:00:57
阅读次数:
427
在.NET开发中,不管是web程序还是桌面软件(尤其是涉及数据库操作的MIS系统等),常常需操作Excel,如导出数据到Excel,读取Excel中数据到程序中等。总结起来,其操作不外乎创建、打开、读写、保存(后退出/释放),而其操作方法,则主要有:通过ADO.NET数据连接方式、通过Excel对象...
分类:
其他好文 时间:
2014-04-30 18:50:02
阅读次数:
439
1 public String SentenceGerneration(String
pattern, ArrayList candSlotList, ArrayList argList){2 ArrayList candSentenceList
= new ArrayList();3 ...
分类:
其他好文 时间:
2014-04-30 18:48:43
阅读次数:
433
1.for a two dimension vector, we must assign at
least the first dimension of the vector2.each dimension of an inner vector can
be different3.if you do...
分类:
其他好文 时间:
2014-04-30 18:47:20
阅读次数:
549
题目: You are given two linked lists representing two
non-negative numbers. The digits are stored in reverse order and each of their
nodes contain a sin...
分类:
其他好文 时间:
2014-04-30 18:44:23
阅读次数:
428
AngularJS是一个超棒的javascript框架,不单单对于开发人员来说非常有吸引力,对于UI设计师来说也同样出色。在这篇教程中,我们将简单的介绍AngularJS几个重量级必备特性,并且介绍它如何能够让你的web应用更加强大!AugularJS简单介绍AngularJS是一个新出现的强大客户...
分类:
Web程序 时间:
2014-04-30 18:43:06
阅读次数:
533
Win7 之 NodeJS 安装 ——学习之前总要小白地写一下安装过程...