码迷,mamicode.com
首页 >  
搜索关键字:demo1    ( 1035个结果
iOS 支付(含支付宝、银联、微信)
资料支付宝//文档idk都包含了安卓、iOS版银 联银联官网资料DemoDemo给了一个订单号,做测试使用,若出现支付失败什么的,可能是已经被别人给支付了,或者是服务器订单过期了 ~一、支付宝1.1 请阅读支付宝文档和Demo1.2 导入对应的库将支付宝Demo中得这些东西全拷贝过来localhos...
分类:微信   时间:2015-11-18 19:22:50    阅读次数:340
printf用法demo
1 //printf用法demo 2 3 //1.int类型 4 int intValue = 2; 5 printf("1.正常输出整型:%i\n",intValue);//输出2 6 printf("2.正方向,保留两位,(数字之前)其他位以空...
分类:其他好文   时间:2015-11-18 10:42:53    阅读次数:178
shiro 之 认证登录的demo
1 shiro登录的简单demo 1.1 web.xml添加shiroFilter <!-- shiro过虑器,DelegatingFilterProx会从spring容器中找shiroFilter --> ?????? <filter> ?????? <filter-name>shiroFilter</filter-name> ?...
分类:其他好文   时间:2015-11-17 14:17:02    阅读次数:914
easyui 增啥改查的demo
1:html代码: <!--搜索框start--> <div?class="row"> <form?id="manufactureFormSearch"> <table?class="formtable"> <tr> <td><label?for="manufactureName">制造商名称:</label></td> <td>...
分类:其他好文   时间:2015-11-16 12:39:35    阅读次数:269
经典关于多态的demo
1 class Foo { 2 public int a; 3 4 public Foo() { 5 a = 3; 6 } 7 8 public int addFive() { 9 a += 5; ...
分类:其他好文   时间:2015-11-14 23:17:23    阅读次数:290
line-height:150%和line-height:1.5的区别
base都是font-size,不管是继承的,还是自身的。"%":为继承父元素的距离"无单位":计算各自的距离。看demo1:样式 body{ font-size: 14px; line-height: 150%; } ...
分类:其他好文   时间:2015-11-11 14:50:33    阅读次数:213
Test2
01 class demo1 02 { 03 public static void main(String[] args) 04 { 05 System.out.println("Hello World!"); 06 } 07 08 09 } ...
分类:其他好文   时间:2015-11-07 16:07:59    阅读次数:136
演示JSON-LIB小工具
1 演示JSON-LIB小工具 2 public class Demo1 { 3 /* 4 * 当map来用 5 */ 6 @Test 7 public void fun1() { 8 JSONObject map = new JSON...
分类:Web程序   时间:2015-11-03 10:45:55    阅读次数:143
javabean转换成xml(XStream)小工具
1 package cn.itcast.demo1; 2 3 import java.util.ArrayList; 4 import java.util.List; 5 6 import org.junit.Test; 7 8 import com.thoughtworks...
分类:编程语言   时间:2015-11-02 19:14:32    阅读次数:284
HTML--【DRP】
html是什么? Hyper Text Markup Language,超文本标记语言。html的Demo1.标签:设置标题,设置完成后显示到IE窗口的标题上:引入css文件:引入JavaScript文件:用于设置一些头信息demo1: 我们的标题 我们的内容! 2.标签bg...
分类:Web程序   时间:2015-11-01 22:34:34    阅读次数:500
1035条   上一页 1 ... 70 71 72 73 74 ... 104 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!