启动项目时报以下异常
严重: Exception loading sessions from persistent storage
java.io.EOFException
遇到上述异常,删除Tomcat里面的work\Catalina\localhost下的项目文件内容即可解决.
原因是由于项目测试中class文件或者其它文件更新过频繁。...
分类:
其他好文 时间:
2015-08-27 18:54:44
阅读次数:
110
1.加载状态 通过按钮(Button)插件,您可以添加进一些交互,比如控制按钮状态,或者为其他组件(如工具栏)创建按钮组。 如需向按钮添加加载状态,只需要简单地向 button 元素添加 data-loading-text="Loading..." 作为其属性即可,如下面实例所示: Loadi...
分类:
其他好文 时间:
2015-08-26 21:57:51
阅读次数:
159
- (void)viewDidLoad {
[super
viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
UIColor *color = [self
colorWithHexString:@"#81c52b"];
...
分类:
移动开发 时间:
2015-08-26 13:58:48
阅读次数:
165
在安装二进制mysql的软件包时(版本mysql-5.5.44),初始化中出现errorwhileloadingsharedlibraries:libaio.so.1:cannotopensharedobjectfile:Nosuchfileordirectory的错误:[root@example.commysql]#scripts/mysql_install_db--datadir=/data/mydata--user=mysqlInstallingMyS..
分类:
数据库 时间:
2015-08-26 00:14:57
阅读次数:
906
- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view. self.view.backgroundColor = [UIColor whiteCo...
分类:
其他好文 时间:
2015-08-25 23:13:10
阅读次数:
139
一,文本文件的内容。
二,工程目录
三,ViewController.m
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
/...
分类:
移动开发 时间:
2015-08-25 21:44:41
阅读次数:
173
一,文本文件的内容。二,工程目录三,ViewController.m- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a...
分类:
移动开发 时间:
2015-08-25 21:15:20
阅读次数:
181
在移动端,因手机的配置和3/4G网络的原因,从两个方面解决性能优化问题,1.加载不超过3秒,用loading或者资源不要超过1M。2.渲染速度。基于以上两个方面,所有影响首屏加载和渲染的代码应在处理逻辑中后置。加载优化:1.Http请求: 减少Http请求,手机浏览器同时响应请求为4个请求,所以,....
分类:
移动开发 时间:
2015-08-25 16:21:45
阅读次数:
204
安装编译完后sysbench后,报错。报错信息:[root@mysql5dongbo]#sysbench-vsysbench:errorwhileloadingsharedlibraries:libmysqlclient.so.18:cannotopensharedobjectfile:Nosuchfileordirectory解决方法:1、[root@mysql5dongbo]#ls-l/usr/local/mysql/lib/libmysqlclient.so...
分类:
数据库 时间:
2015-08-25 14:26:03
阅读次数:
400
实现功能:点击开始游戏以后UI界面进入Loading界面,Loading结束以后自动进入游戏场景。在这之前先在Build Settings中Add要使用的场景在场景A中添加StartGame方法:Application.LoadLevel(1);//同步加载Loading界面(因为Loading界面...
分类:
其他好文 时间:
2015-08-25 13:49:18
阅读次数:
215