码迷,mamicode.com
首页 >  
搜索关键字:@property    ( 8449个结果
java-proxool 异常
使用 proxool,JDBC连接池,进行批量执行的时候遇到异常: The Thread responsible was named ‘Thread-32′, but the last SQL it performed is unknown because the trace property is not enabled. 问题原因:sql语句执行后,长时间未...
分类:编程语言   时间:2014-09-18 13:20:33    阅读次数:474
网络请求数据 get请求方式   post请求 协议异步连接服务器 block异步连接服务器
网络请求三部创建一个请求(添加接口,对接口进行解码,)设定请求方式(将接口转为NSURL,设置请求[请求地址,缓存策略,超时时间],设置请求方式)连接服务器([同步连接,异步连接]代理连接,block连接)#import"MainViewController.h" @interfaceMainViewController() @property(retain,n..
分类:其他好文   时间:2014-09-18 09:53:54    阅读次数:270
jQuery prop和attr的区别
两者对比 jquery方法原理适合场景缺陷prop解析原生property element.propertyradio/checkbox select标签 等需要读boolean和索引的场合读不到自定义属性 如 my属性读不到 attr通过Attr API去读取...
分类:Web程序   时间:2014-09-17 21:45:42    阅读次数:332
简单计算器
#import "ViewController.h"@interface ViewController (){ char op1; NSString *op3, *op4;}@property (weak, nonatomic) IBOutlet UILabel *resultLabe...
分类:其他好文   时间:2014-09-17 21:45:22    阅读次数:218
计算器(可累加,可清零)
#import "ViewController.h"@interface ViewController ()@property (weak, nonatomic) IBOutlet UILabel *resultLabel;@end NSString *op1,*op2,*result; ch...
分类:其他好文   时间:2014-09-17 21:43:52    阅读次数:344
戴维营第三天
计算器制作,虽然很多代码老师已经写了,但是自己对着打还是遇到很多问题,虽然有些语法还是不太清楚,但是大致通过询问同学,老师.运行流程已经运行代码逻辑思想有一定了解了#import @interface ViewController : UIViewController@property (weak,...
分类:其他好文   时间:2014-09-17 21:36:22    阅读次数:239
Siebel Presumed Child Property Set
Scripts presume the existence of a child property set. For example see the following code snippetfunction CheckAndImport(){. . . . .bsAdapter.InvokeM....
分类:其他好文   时间:2014-09-17 18:33:12    阅读次数:178
[Spring] - Property注入
使用Spring注入Properies文件方法:1、src中新建一个settings.properties文件,内容如下:db_driverClassName=com.mysql.jdbc.Driverdb_url=jdbc:mysql://127.0.0.1/testdb_username=roo...
分类:编程语言   时间:2014-09-17 13:33:02    阅读次数:237
iOS常见问题之NSString直接赋值带来的困惑
1.问题描述 在项目中遇到一个奇怪的问题,在类中定义了一个属性title,其类型是NSString, 并设置为 @property (nonatomic, retain) NSString *title; 定义了一个方法,修改该属性,代码如下: -(void)getSettingInfoFrmoWebView:(UIWebView*)webView { NSString *...
分类:移动开发   时间:2014-09-17 10:22:43    阅读次数:358
Android动画分类和区别
Android包含三种动画:View Animation、 Drawable Animation、Property Animation(Android3.0新引入)。...
分类:移动开发   时间:2014-09-16 17:31:50    阅读次数:188
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!