码迷,mamicode.com
首页 >  
搜索关键字:examples    ( 2038个结果
Android与服务器通信的方法之一(TCP)效率高安全性完善
客户端代码: Java代码 package com.yarin.android.Examples_08_04; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.InputStreamReader; import java.io.OutputStreamW...
分类:移动开发   时间:2014-09-26 20:48:28    阅读次数:220
Rectangles
Sometimes it is obvious what the attributes of an object should be, but other times you have to make decisions. For examples, imagine you are designin...
分类:其他好文   时间:2014-09-25 17:09:17    阅读次数:290
OpenStack IdentityService Keystone V3 API Curl实战
v3 API Examples Using Curl1,Default scope 获取tokenGet an token with default scope (may be unscoped):Tips CLI如下:curl -i \ -H "Content-Type: application/...
分类:Windows程序   时间:2014-09-24 10:45:26    阅读次数:1358
【HTML】KindEditor编辑器在ASP.NET中使用
本文大多内容来自KindEditor官网,自己加工理解后做的一个备份。编辑器使用方法1. 下载编辑器下载 KindEditor 最新版本,下载之后打开 examples/index.html 就可以看到演示。下载页面:http://www.kindsoft.net/down.php2.部署编辑器解压...
分类:Web程序   时间:2014-09-23 13:29:04    阅读次数:161
OpenERP-Java调用XML-RPC接口示例(Examples for calling XML-RPC interfaces by Java)
官网没有给出CREATE、SEARCH、WRITE等XML-RPC接口的Java 调用示例,在此补充一下。 There is no examples on the official site for the XML-RPC operation interfaces for Java, so I posted my code here.  import org.apache.xmlrpc.Xml...
分类:编程语言   时间:2014-09-23 00:07:33    阅读次数:443
Qt5官方demo解析集33——Qt Quick Examples - Window and Screen
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873...
分类:Windows程序   时间:2014-09-16 23:43:21    阅读次数:462
Example 1 - XY plots
http://www.ncl.ucar.edu/Document/Manuals/Getting_Started/Examples/gsun01n.shtmlOutput from example 1Frame 1Frame 2Frame 3Frame 4Frame 5(Click on any f...
分类:其他好文   时间:2014-09-16 23:28:31    阅读次数:331
HTML5小时钟
Examples 效果图~
分类:Web程序   时间:2014-09-16 10:40:40    阅读次数:292
Robotium 框架学习之Class By
Class By定义了页面元素的定位和支持哪些页面元素(至少我是这么理解的),使用及其简单:Used in conjunction with the web methods. Examples are By.id(String id) and By.cssSelector(String select...
分类:其他好文   时间:2014-09-15 15:47:09    阅读次数:186
每日算法之四十七:Valid Number (验证是否为数字)
要想正确的写出这个函数不是件容易的事情,因为要考虑的事情很多: 1)字符串的前后都可能会有空格,但是中间不允许有空格。 2)可能有小数,1.235,或者.3522这种形式 3)可能有指数形式,2e10   2e-1等形式 Validate if a given string is numeric. Some examples: "0" => true " 0.1 " => t...
分类:其他好文   时间:2014-09-14 16:45:37    阅读次数:201
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!