05 2017 档案

摘要:<?php $data = array("cNos" => array("1064917432615","1064917432615"), "date" => "20170515"); $data_string = json_encode($data); print_r($data_string); 阅读全文
posted @ 2017-05-19 19:43 94cool 阅读(3048) 评论(0) 推荐(0)
摘要:public static class PreRouteHandler { public static void HttpPreRoute(this HttpConfiguration config) { config.Services.Replace(typeof(IHttpActionInvoker), ne... 阅读全文
posted @ 2017-05-19 10:14 94cool 阅读(3451) 评论(0) 推荐(0)
摘要:使用 $where BsonDocument query = new BsonDocument("$where", "this.soDate<this.pEffDate");//{$where:"this.soDate<this.pEffDate"} 阅读全文
posted @ 2017-05-11 14:51 94cool 阅读(367) 评论(0) 推荐(0)