码迷,mamicode.com
首页 >  
搜索关键字:docker api    ( 64343个结果
A Book Store Application Using AngularJS and Asp.Net Web Api
There are many examples out there demonstrating how AngularJS and Web API can be used together but almost all of them are in MVC, so I tried to implem...
分类:移动开发   时间:2014-04-30 21:19:35    阅读次数:625
Win32编程中如何处理控制台消息
这篇文章讨论如何处理所有的控制台消息。 第一步,首先要安装一个事件钩子,也就是说要建立一个回调函数。调用Win32 API,原型如下:BOOL SetConsoleCtrlHandler(PHANDLER_ROUTINE HandlerRoutine, // 回调函数BOOL Add // 表示.....
分类:Windows程序   时间:2014-04-30 20:46:56    阅读次数:717
流程实例
1 package com.kite.pi; 2 3 import java.util.List; 4 5 import org.jbpm.api.Configuration; 6 import org.jbpm.api.ProcessInstance; 7 import org...
分类:其他好文   时间:2014-04-30 20:38:40    阅读次数:514
Java Synchronization
Intrinsic Locks and Synchronization Synchronization is built around an internal entity known as theintrinsic lockormonitor lock. (The API specificati....
分类:编程语言   时间:2014-04-29 16:31:18    阅读次数:668
百度地图应用经验(一)
在最近的一个项目中使用过百度地图API的Javascript开发,发现了一些问题,在这里作为自己的Knowledge积累,写下来。问题:手动绘图模式下(DrawingManager),覆盖物Polyline,Polygon的绘画模式中,如果没有在options中指定enableEditing属性为T...
分类:其他好文   时间:2014-04-29 11:23:47    阅读次数:441
Canvas API
概述绘图方法图像处理方法drawImage方法getImageData方法,putImageData方法toDataURL方法save方法,restore方法像素处理灰度效果复古效果红色蒙版效果亮度效果反转效果参考链接概述Canvas API(画布)用于在网页实时生成图像,并且可以操作图像内容,基本...
分类:Windows程序   时间:2014-04-29 11:16:47    阅读次数:849
CloudStack API访问权限控制
在我写开始之前,请先看下CS中国社区的一篇文章http://www.cloudstack-china.org/2012/12/1465.html,在第1点里讲了关于权限级别,command属性文件位置等问题。不过4.3现在的除了command.properties外,作者提到的其它proper...
分类:Windows程序   时间:2014-04-29 10:42:46    阅读次数:629
C#语音朗读文本 — TTS的实现
原文:C#语音朗读文本 — TTS的实现TTS, Text To Speech的缩写,是使用语音朗读文本的技术。目前,在国内应用较多的是排队叫号系统Windows 平台的TTS,通常使用的是微软自带的 Speech API。Windows XP 自带的是 Speech API 5.1,默认是只支持英...
分类:其他好文   时间:2014-04-29 10:33:46    阅读次数:409
CloudStack添加新的API注意事项
1、***Cmd上面的@APICommand里的responseObject关联对于的Response;2、在tomcatconf/command.properties.in添加新API的权限;3、为得到Cmd,都需要实现PluggableService接口的getCommands()方法,核心Cm...
分类:Windows程序   时间:2014-04-29 10:24:46    阅读次数:538
HTML5程序设计 Canvas API
检测浏览器支持情况加入Canvas对角线 //取得Canvas元素及其绘图上下文 var canvas = document.getElementById("diagonal"); var context = canvas.getContext("2d"); //用绝对坐标来创建一条路径 ...
分类:Windows程序   时间:2014-04-29 10:15:46    阅读次数:770
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!