代码:- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. //URL百分号编码 //UR...
分类:
移动开发 时间:
2015-10-12 10:25:42
阅读次数:
193
一、注意定义jQuery变量的时候添加var关键字这个不仅仅是jQuery,所有javascript开发过程中,都需要注意,请一定不要定义成如下:$loading = $('#loading'); //这个是全局定义,不知道哪里位置倒霉引用了相同的变量名,就会郁闷至死的二、请使用一个var来定义变量...
分类:
Web程序 时间:
2015-10-10 21:24:26
阅读次数:
200
转自:http://blog.initm.com/sublime-text/今天打开sublime遇到一个提示 如上图Sublime Text Error while loading PyV8 binary:exit code 1 Try to manually install Pyv8 formh...
分类:
其他好文 时间:
2015-10-08 11:47:24
阅读次数:
1956
- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. self.navigationItem.leftBarButtonIt...
分类:
移动开发 时间:
2015-10-07 06:15:26
阅读次数:
143
CCProgressTimer *p_SpTime=CCProgressTimer::create(CCSprite::createWithSpriteFrameName("IM_Progress.png"));p_SpTime->setType(kCCProgressTimerTypeBar);/...
分类:
其他好文 时间:
2015-10-05 16:56:39
阅读次数:
260
SYMPTOMSDuring clone Oracle Applications R12 from Linux 5 to Linux 6 the following error occurs in theapps tier:perl adcfgclone.pl appsTier73% complet...
分类:
系统相关 时间:
2015-09-30 10:56:45
阅读次数:
344
在使用NSArray打印的时候如果遇到中文字符那么会打印出来编码,如下代码:- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically fr...
分类:
其他好文 时间:
2015-09-29 14:34:43
阅读次数:
109
<%@?page?contentType="text/html;charset=UTF-8"%>
<%@?include?file="/WEB-INF/views/include/taglib.jsp"%>
<html>
<head>
<title>日志管理</title>
<c:set?var="ctx"?value="${pageContext.request.co...
分类:
Web程序 时间:
2015-09-29 13:21:11
阅读次数:
311
RFID Exploration Louis Yi, Mary Ruthven, Kevin O'Toole, & Jay Patterson What did you do? We made an Radio Frequency ID (RFID) card reader and, while a...
分类:
其他好文 时间:
2015-09-28 23:38:18
阅读次数:
409