码迷,mamicode.com
首页 >  
搜索关键字:starter gpo    ( 10479个结果
利用Jquery实现http长连接(LongPoll)
参考:http://www.cnblogs.com/vagerent/archive/2010/02/05/1664450.html PS:为了满足 某些需要 实时请求的业务(PS:例如聊天室),我们可以通过多种技术实现, 其中建议大家使用长链接(PS:减少带宽)或者服务器主动推送技术(例如:Sig ...
分类:Web程序   时间:2017-01-08 20:07:50    阅读次数:301
基本动画CABasicAnimation - 完成之后闪回初始状态
基本动画CABasicAnimation 结束之后,默认闪回初始状态,那怎么解决呢? position需要设备两个属性: 设置之后,不会再闪回去,但其实控件的位置并未改变,还在原来的位置,只是“显示层”挪到了新位置。 可以通过动画的代理方法来实现: 实现代理方法: 如果是transform.scal ...
分类:其他好文   时间:2017-01-07 21:16:07    阅读次数:270
.net中xml文件的导入使用(包括创建xml和导入xml)
上次有说到.net 创建xml文件的方法(一种固定方式,一种动态方法),这次记录一下怎样导入xml文件 1、导入xml文件的方法 1)xml文件格式 2) 窗体页面的样式 3)源码实例 3.1)创建xml文件的源码 3.2) 导入xml文件的源码 4)导入视图页面 ...
分类:Web程序   时间:2017-01-03 16:36:49    阅读次数:273
解决 SpringBoot 没有主清单属性
问题:SpringBoot打包成jar后运行提示没有主清单属性 解决:补全maven中的bulid信息 原因: 因为我使用spring-boot-dependencies这个BOM代替了spring-boot-starter-parent这个parent POM(详见13.2.2. Using Sp ...
分类:编程语言   时间:2016-12-28 21:07:41    阅读次数:582
Restaurant & Cooking Starter Kit v1.2.1
项目: 1 using UnityEngine; 2 using System.Collections; 3 4 namespace VoidGame { 5 6 public class Constant : MonoBehaviour { 7 8 public static string m_p ...
分类:其他好文   时间:2016-12-28 17:47:20    阅读次数:170
图片轮播器
// // MJViewController.m // 04-图片轮播器 // // Created by apple on 14-3-29. // Copyright (c) 2014年 itcast. All rights reserved. // #define MJImageCount 5 ...
分类:其他好文   时间:2016-12-28 11:43:42    阅读次数:195
nodejs
http://www.sxt.cn/info-2562-u-324.html http://www.expressjs.com.cn/starter/installing.html https://github.com/fengmk2/todo https://github.com/yanghua/ ...
分类:Web程序   时间:2016-12-23 22:12:06    阅读次数:149
EventBus
1. 场景 减少业务处理的复杂性2. 使用基于spring boot 简单,便捷3. 项目创建基于maven 4.0.0 com.dalong.eventbus event 0.0.1-SNAPSHOT org.springframework.boot spring-boot-starter-par... ...
分类:其他好文   时间:2016-12-22 11:04:53    阅读次数:274
loadrunner ---模拟多IP登录
1.打开HP LoadRunner ->Tools ->IP Wizard 2.打开IP Wizard,界面显示如下: create new setting 创建新的设置 当第一次使用IP欺骗或已经释放了添加的IP时,就需要选择这一项创建新有设置。 Load previous settings fr ...
分类:其他好文   时间:2016-12-21 15:53:29    阅读次数:262
《Distributed Programming With Ruby》读书笔记三 Hello World Rinda and TupleSpace (Part1.2-1)
Chapter2: Rinda Including 7 parts: "Hello World" the Rinda Way Understanding Tuples and TupleSpaces Callbacks and Observers Security with Rinda Renewi ...
分类:其他好文   时间:2016-12-19 00:14:54    阅读次数:217
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!