您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. ListView属性AddObject实例

  2. ListView属性AddObject实例
  3. 所属分类:其它

    • 发布日期:2010-01-25
    • 文件大小:811008
    • 提供者:Lixinag
  1. ScriptObject (脚本解析类)

  2. 参考及修改: BOOL SetTimeout(long lTime); LPCTSTR GetLanguage(); void SetLanguage(LPCTSTR szLanguage); int GetMethodsCount() const; LPCTSTR GetNameAt(int index); void Reset(); bool Loadscr ipt(LPCTSTR szFilename); bool Loadscr iptResource(LPCTSTR lpName,
  3. 所属分类:C/C++

    • 发布日期:2010-07-21
    • 文件大小:3072
    • 提供者:rap2009
  1. AS3坦克大战源代码 教程

  2. 纯as3坦克大战源码 MVC框架 备注都写得很清楚, 适合学习 package { import Controllers.BasicController; import Controllers.MonsterController; import flash.display.Sprite; import flash.display.Stage; import flash.geom.Point; import flash.utils.Timer; import Objects.Base; impo
  3. 所属分类:Actionscript

    • 发布日期:2011-05-12
    • 文件大小:247808
    • 提供者:crylg
  1. Objective-c对象组装XML

  2. 【原创】转帖请注明来源,谢谢 -tag 1- 测试无内存泄露 1 创建数据对象() NSMutableDictionary *map = [[NSMutableDictionary alloc]init]; [map setObject:@"a" forKey:@"author"]; [map setObject:@"b" forKey:@"title"]; [map setObject:@"c" forKey:@"content"]; 或者 NSMutableArray *list = [[
  3. 所属分类:iOS

    • 发布日期:2011-10-12
    • 文件大小:51200
    • 提供者:yanghao0
  1. Delphi AMF

  2. Delphi的AMF格式代码。 TAMF3Stream = class(TAMFBaseStream) private type TAMFCache = class private FIndex: Integer; FCache: TDictionary; function GetIndex(const Obj: T): Integer; public constructor Create; destructor Destroy; override; procedure AddObject(c
  3. 所属分类:Delphi

    • 发布日期:2012-08-22
    • 文件大小:106496
    • 提供者:wulengbing
  1. ios xpath html 解析 lib包

  2. 可用 xpath ,html解析lib, 下面为方法,xpath路径可专门另研究。 NSData *htmlData = [[response dataUsingEncoding:NSUTF8StringEncoding] retain]; TFHpple *xpathParser = [[TFHpple alloc] initWithHTMLData:htmlData]; NSArray *arrayTitle = [xpathParser searchWithXPathQuery:@"//
  3. 所属分类:iOS

    • 发布日期:2013-04-23
    • 文件大小:9216
    • 提供者:wanghouqing
  1. KeywordTest

  2. 可以设置lable的字体-(void)setText:(NSString *)text WithFont:(UIFont *)font AndColor:(UIColor *)color{ self.text = text; int len = [text length]; NSMutableAttributedString *mutaString = [[NSMutableAttributedString alloc]initWithString:text]; [mutaString add
  3. 所属分类:iOS

    • 发布日期:2013-06-06
    • 文件大小:44032
    • 提供者:lzm19891109
  1. vfp属性方法

  2. VFP6表单及控件属性一览表 ActivateEvent 当表单集、表单或页对象激活时、或显示工具栏对象时发生。 ActiveControl 引用一个对象上的活动控件。 ActiveForm 引用表单集或_SCREEN对象中的活动表单对象。 Addobject 在运行时向容器对象中添加一个对象。 AddProperty 向对象添加新属性。 Alignment 控件上正文水平对齐方式。 AlwaysOnBottom 防止其他窗口被表单窗口覆盖。
  3. 所属分类:其它

    • 发布日期:2013-07-22
    • 文件大小:32768
    • 提供者:u011450364
  1. springmvc的一个简单实例

  2. spring的mvc应用的简单实例 package com.spring.mvc.controller; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.Reques
  3. 所属分类:Java

    • 发布日期:2013-09-14
    • 文件大小:13631488
    • 提供者:mengxingleok
  1. ZXing QRCode Scan

  2. iOS ZXing QRCode Scan Parse How to use it in your code: 1. #import in header file. 2. #import in impliment file. 3. ZXingWidgetController *wid_ctrl = [[ZXingWidgetController alloc] init_with_delegate:self show_cancel:NO oned_mode:NO]; wid_ctrl.nav
  3. 所属分类:iOS

    • 发布日期:2014-07-21
    • 文件大小:38797312
    • 提供者:onlyzgb
  1. 获取时区,根据时区做 UTC时间到本地时间之间转换

  2. unit uTimeZonesMgr; interface uses Windows, SysUtils, Classes, Registry, DateUtils; type {* 用于读取时区注册表TZI(长度为44)的属性值,存储时区信息 *} PRegTZIInfo = ^TRegTZIInfo; TRegTZIInfo = record Bias: Longint; StandardBias: Longint; DaylightBias: Longint; StandardDate:
  3. 所属分类:Delphi

    • 发布日期:2014-07-31
    • 文件大小:177152
    • 提供者:hongjiagen
  1. 仿网易自动循环广告,也可手动滑动

  2. 仿网易自动循环广告 也可手动滑动 可自定义自动滚动时间间隔 这个例子是从其他地方下的 不过原始代码里存在严重的内容泄露 使用时间长了 会发现滚动缓慢 这个bug 已被我修复 使用方法如下: NSMutableArray viewsArray [NSMutableArray array]; for int i 0; i 仿网易自动循环广告 也可手动滑动 可自定义自动滚动时间间隔 这个例子是从其他地方下的 不过原始代码里存在严重的内容泄露 使用时间长了 会发现滚动缓慢 这个bug 已被我修复 使用
  3. 所属分类:iOS

    • 发布日期:2014-08-30
    • 文件大小:6144
    • 提供者:qianlima210210
  1. 全国省市县plist xml

  2. //附上一段object-c解析代码 NSArray *ary = [NSArray arrayWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"ProvinceCityDistrict" ofType:@"plist"]]; for (int i = 0; i < ary.count; i ++) { NSDictionary *province = ary[i]; for(NSString *akey in pro
  3. 所属分类:C

    • 发布日期:2015-06-12
    • 文件大小:132096
    • 提供者:xinmashang
  1. 自定义键盘

  2. // // BGKeyBoard.h // BGKeyBoard // // Created by SH-zhangketao on 15/6/11. // Copyright (c) 2015年 SH-zhangketao. All rights reserved. // #import @class BGKeyBoard; @protocol BGKeyBoardDelegate @required - (void)finished; @optional - (void)calcula
  3. 所属分类:iOS

    • 发布日期:2015-06-15
    • 文件大小:6144
    • 提供者:u011509114
  1. springmybatis

  2. MyBatis 目录(?)[-] mybatis实战教程mybatis in action之一开发环境搭建 mybatis实战教程mybatis in action之二以接口的方式编程 mybatis实战教程mybatis in action之三实现数据的增删改查 mybatis实战教程mybatis in action之四实现关联数据的查询 mybatis实战教程mybatis in action之五与spring3集成附源码 mybatis实战教程mybatis in action之六与S
  3. 所属分类:Java

    • 发布日期:2015-09-05
    • 文件大小:19922944
    • 提供者:u012807534
  1. 不会说话的汤姆猫

  2. NSString *format=dict[@"imageFormat"]; NSInteger frames=[dict[@"frames"] integerValue]; NSMutableArray * imageList=[NSMutableArray array]; for (NSInteger i=0; i0) { NSInteger seed=arc4random() %soundFiles.count; [self loadSoundWithFileName:soundFile
  3. 所属分类:iOS

    • 发布日期:2015-09-07
    • 文件大小:18874368
    • 提供者:leemin_ios
  1. iOS search

  2. self.dataList=[NSMutableArray arrayWithCapacity:1000]; for (NSInteger i=0; i<1000; i++) { [self.dataList addObject:[NSString stringWithFormat:@"010000----201200%ld",(long)i]]; } // Do any additional setup after loading the view from its nib. } -(
  3. 所属分类:iOS

    • 发布日期:2015-09-24
    • 文件大小:153600
    • 提供者:qq_31017343
  1. cxGrid右键菜单

  2. cxGrid右键菜单源码 含源码 //CXVIEW的右键菜单 { Tag=19003 //TableView.Columns[i].Tag=19003 表示此列是计算列; } unit ABcxGridPopupMenuU; interface // 关闭RTTI反射机制减少EXE文件尺寸 {$IF CompilerVersion >= 21.0} {$WEAKLINKRTTI ON} {$RTTI EXPLICIT METHODS([]) PROPERTIES([]) FIELDS([
  3. 所属分类:Delphi

    • 发布日期:2015-10-08
    • 文件大小:2097152
    • 提供者:qq_30347073
  1. 长按拖动排序

  2. /* * 使用方法 **/ //- (void)viewDidLoad { // [super viewDidLoad]; // // Do any additional setup after loading the view. // self.view.backgroundColor = [UIColor grayColor]; // // StBtnTouchMove *stBtn = [[StBtnTouchMove alloc]initWithFrame:CGRectMake(0,
  3. 所属分类:iOS

    • 发布日期:2016-01-26
    • 文件大小:4096
    • 提供者:shawuer
  1. springboot jpa mysql controller演示

  2. springboot jpa mysql controller 完整demo演示 public class HelloBootController { @Autowired UserRepository userRepository; /** * jpatest * @param modelMap * @return */ @RequestMapping("/jpatest") public String jpaTest(ModelMap modelMap){ userRepository.s
  3. 所属分类:Java

    • 发布日期:2018-08-01
    • 文件大小:101376
    • 提供者:codepython
« 12 3 »