ExtJS是一种主要用于创建前端用户界面的ajax框架。本案例引入的是extjs4.2的开发包。结构为: 其中app文件是新建的,并在此文件下建MVC的文件夹。每个ExtJS4应用以一个application 类开始。下面为app.js和index.html的文件:app.js:Ext.ap...
分类:
Web程序 时间:
2014-08-01 12:58:51
阅读次数:
265
github下载地址:https://github.com/nicklockwood/iConsole偶然看到的一个iOS及时log日志查看工具,通过该工具,我们可以在任何想看日志的时候,通过手势呼出log日志页,查看app的crash信息或者其他信息。另外,也可以通过查看代码的实现方式,学习在wi...
分类:
移动开发 时间:
2014-08-01 12:55:41
阅读次数:
454
procedure TForm1.FormCreate(Sender: TObject);
begin Application.HintPause:=0;//立即显示 Application.hinthidepause:=100000;//if not leave then 显示100秒end;
来...
分类:
其他好文 时间:
2014-08-01 12:55:11
阅读次数:
180
[self.navigationControllerpopToViewController:[self.navigationController.viewControllersobjectAtIndex:1]animated:YES];或 searchBarViewController *sear....
分类:
移动开发 时间:
2014-08-01 10:46:41
阅读次数:
199
这三个方法个人感觉还是很实用的,并且挺相似的,故放到一起: split && join split注1注2 作用:分割字符串;返回一个列表1.可以分割字符串中不存在的字符,返回完整列表: string = 'sadhjfhdj' print string.split("5")...
分类:
移动开发 时间:
2014-08-01 10:40:01
阅读次数:
438
http://blog.163.com/z_rx/blog/static/276363762011312947507/ORACLE服务器端安装程序找到相应目录"x$\app\Administrator\product\11.1.0\db_1\jdbc\lib"下的文件:JDBC Thin for A...
分类:
数据库 时间:
2014-08-01 10:27:01
阅读次数:
446
1.首先我使用的平台是xcode version 5.1.1 ,MAYA2015, MAX OS X 10.9.4。 MAYA2015要求的是:Mountain Lion 10.8.5, Xcode 5.0.2 with SDK 10.8 (Mountain Lion), clang with l....
分类:
其他好文 时间:
2014-08-01 09:06:11
阅读次数:
225
形如: 2. 实现代码 2.1. 读取配置项目 AppConfig config=new Appconfig(); string Man=config.AppConfigGet("Man"); string App=config.AppConfigg...
分类:
Web程序 时间:
2014-08-01 04:39:11
阅读次数:
281
做网络ios应用难免要用到UIWebViewController,直接嵌入一个html页面。这种native+web的方式再很多app中都有应用,app store就是一个,另外如淘宝iPhone客户端的支付,口碑网iPhone客户端的团购内容,等等。这种实现方式,某种程度上牺牲了一些体验,但大大提...
分类:
Web程序 时间:
2014-08-01 04:35:41
阅读次数:
4210
NSDictionary//初始化1。 NSDictionary*dic11=[[NSDictionaryalloc]initWithObjects:@[@"qwe",@"asd",@"zxc",@"qaz",@"wsx"]forKeys:@[@"111",@"222",@"333",@"444",...
分类:
其他好文 时间:
2014-07-31 23:49:20
阅读次数:
305