上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 65 下一页
摘要: D:\MongoDB>mongod --dbpath D:\MongoDB\Data --logpath D:\MongoDB\Log\MongoDB.log --logappend --serviceName MongoDB --auth --install解决方法: D:\MongoDB>mon 阅读全文
posted @ 2017-07-01 16:10 94cool 阅读(194) 评论(0) 推荐(0)
摘要: db.tblCard.aggregate([ { $match: { "sNo": { "$exists": true }, "pNo": { "$exists": true ... 阅读全文
posted @ 2017-06-06 11:19 94cool 阅读(275) 评论(0) 推荐(0)
摘要: <?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 阅读(3041) 评论(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 阅读(3446) 评论(0) 推荐(0)
摘要: 使用 $where BsonDocument query = new BsonDocument("$where", "this.soDate<this.pEffDate");//{$where:"this.soDate<this.pEffDate"} 阅读全文
posted @ 2017-05-11 14:51 94cool 阅读(366) 评论(0) 推荐(0)
摘要: from:http://blog.csdn.net/u013451157/article/details/60866210 与其他指令一样,ng-if指令也会创建一个子级作用域,因此,如果在ng-if指令中添加了元素,并向元素属性增加 ng-model指令,那么ng-model指令对应的作用域属性子 阅读全文
posted @ 2017-04-23 16:53 94cool 阅读(1895) 评论(0) 推荐(0)
摘要: from:http://blog.csdn.net/u011127019/article/details/52564111 定义和用法 ng-change 指令用于告诉 AngularJS 在 HTML 元素值改变时需要执行的操作。 ng-change 指令需要搭配 ng-model 指令使用。 A 阅读全文
posted @ 2017-04-23 16:52 94cool 阅读(11232) 评论(0) 推荐(0)
摘要: from: https://www.iis.net/learn/get-started/whats-new-in-iis-8/installing-iis-8-on-windows-server-2012 Server Manager in Windows Server 2012 is new and accordingly, the user experience has change... 阅读全文
posted @ 2017-04-22 18:26 94cool 阅读(292) 评论(0) 推荐(0)
摘要: from:https://www.iis.net/learn/get-started/whats-new-in-iis-8/iis-80-using-aspnet-35-and-aspnet-45 Step by Step Instructions Prerequisites: · IIS is installed on Windows Server 2012. To learn more ... 阅读全文
posted @ 2017-04-22 18:24 94cool 阅读(1031) 评论(0) 推荐(0)
摘要: from:http://blog.darkthread.net/post-2013-11-29-iis8-asp-net-setup.aspx 專案動用了SignalR 2.0,在我的Windows 2008R2開發機配合Chrome實測卻怎麼都無法開啟WebSocket傳輸,後來才發現SignalR支援WebSocket的必要條件: 1. 伺服器端: .NET 4.5 Framework +... 阅读全文
posted @ 2017-04-22 18:20 94cool 阅读(9734) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 65 下一页