上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 57 下一页
摘要: It needs the system.web.http.webhost which is part of this package. I fixed this by installing the following package:PM> Install-Package Microsoft.Asp... 阅读全文
posted @ 2015-08-14 16:33 iDEAAM 阅读(660) 评论(0) 推荐(0)
摘要: 发送消息的代码如下: //获取通知管理器 NotificationManager mNotificationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); int ... 阅读全文
posted @ 2015-08-13 00:01 iDEAAM 阅读(928) 评论(0) 推荐(0)
摘要: WebView可以使得网页轻松的内嵌到app里,还可以直接跟js相互调用。webview有两个方法:setWebChromeClient 和 setWebClientsetWebClient:主要处理解析,渲染网页等浏览器做的事情setWebChromeClient:辅助WebView处理Javas... 阅读全文
posted @ 2015-08-12 23:59 iDEAAM 阅读(322) 评论(0) 推荐(0)
摘要: 原因就是 这个程序集中没有引用EntityFramework。可以使用Nuget 安装EntityFramewok。 阅读全文
posted @ 2015-08-12 15:55 iDEAAM 阅读(400) 评论(0) 推荐(0)
摘要: Internet Engineering Task Force (IETF) D. Hardt, Ed.Request for Comments: 6749 MicrosoftObsole... 阅读全文
posted @ 2015-08-10 21:48 iDEAAM 阅读(936) 评论(0) 推荐(0)
摘要: UPDATE: This post has been expanded upon and converted into an eBook.Good API design is hard! An API represents a contract between you and those who C... 阅读全文
posted @ 2015-08-10 21:34 iDEAAM 阅读(297) 评论(0) 推荐(0)
摘要: DELETE:$.ajax({ url: '/script.cgi', type: 'DELETE', success: function(result) { // Do something with the result }});PUT:$.ajax({ ... 阅读全文
posted @ 2015-08-10 18:41 iDEAAM 阅读(4201) 评论(0) 推荐(0)
摘要: 笔记微服务特性:1. 小 专注与做一件事(适合团队就是最好的)2. 松耦合 独立部署3. 进程独立4. 轻量级通信机制实践: 1. 微服务周边的一系列基础建设 Load Balancing //服务器端bamboo //持续集成 splunk seach //日志聚合 nagios //服务监控(查... 阅读全文
posted @ 2015-08-08 15:50 iDEAAM 阅读(774) 评论(0) 推荐(0)
摘要: 前言 在 Window Form 應用程式如果需要瀏覽網頁時可以崁入 WebBrowser 控制項,但如果需要操作崁入的 HTML 的網頁元素,就需要額外的操作,以下紀錄幾種操作 HTML 元素的方法以及會碰到的問題。建立 WinForm 應用程式 首先先建立一個 Window Form 應用程... 阅读全文
posted @ 2015-07-29 17:25 iDEAAM 阅读(647) 评论(0) 推荐(0)
摘要: 例子:http://jsfiddle.net/RvBaF/ 阅读全文
posted @ 2015-07-29 17:12 iDEAAM 阅读(456) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 57 下一页