码迷,mamicode.com
首页 >  
搜索关键字:stopped    ( 353个结果
最近调的一个关于视频播放的小bug
上星期接到一个CQ,问题是这样的:下载官方的爱奇艺或者搜狐视频apk在板子上安装之后,无法正常播放在线视频,点击视频播放之后总是弹出对话框“XXX has stopped”,或者整个视频APP闪退。 于是我首先下载了一个爱奇艺的apk开始复现这个问题,然后从log进行分析,在kernel lo...
分类:其他好文   时间:2014-11-16 22:48:34    阅读次数:720
WPF RoadMap
最近ms 更新对WPF支持,http://blogs.msdn.com/b/dotnet/archive/2014/11/12/the-roadmap-for-wpf.aspxWork on improving WPF has never really stopped, and bel...
分类:Windows程序   时间:2014-11-15 15:32:23    阅读次数:267
linux服务后台管理
把进程放到后台有两种方法1、cmmand &2、ctrl+z 暂停到后台查看后台服务 jobs把后台进程移到前台fg %2 工作号 恢复到前台后台服务继续执行bg %工作号[root@LocalWeb01 ~]# jobs 查看后台工作[1] Stopped top[2]- Stopped top[...
分类:系统相关   时间:2014-11-06 08:10:25    阅读次数:224
this web application instance has been stopped already. Could not load java.net.BindException
最近做项目的时候报了一个错误:Illegalaccess:thiswebapplicationinstancehasbeenstoppedalready.Couldnotloadjava.net.BindException.。。。。。。java.lang.IllegalStateException上网找了很多资料都说是配置文件修改一下就好了,但是我的改了没有用。我是用的是ssh框架,发..
分类:移动开发   时间:2014-11-04 19:53:50    阅读次数:176
libthrift0.9.0解析(四)之TThreadPoolServer&ServerContext
TThreadPoolServer直接继承自TServer,实现类serve和stop操作。在serve中可以接受多个连接,每个连接单独开一个线程进行处理,在每个线程中,按顺序处理该线程所绑定连接的请求,因此对同一个连接来说,是同步的。serve函数主要代码:while (!stopped_) { ...
分类:其他好文   时间:2014-11-03 12:45:30    阅读次数:229
Linux 任务控制
Linux/Unix 提供了不同与 windows 的多任务处理,也提供一套用来切换前后台任务的命令bg fg & Ctrl+z nohup sitsidCtrl-Z 挂起程序user@ae01:~$ ./test.sh^Z[1]+ Stopped ./test....
分类:系统相关   时间:2014-10-31 11:50:51    阅读次数:270
TroubleShoot: SPD 2013 工作流模板问题解决办法
1. 问题描述:SPD 2013 不能使用2013 工作流模板,在创建过程中,下载更新信息时出现以下错误描述:The server has tried to deliver this message, without success, and has stopped trying. Please t...
分类:其他好文   时间:2014-10-31 11:25:07    阅读次数:170
registered the JBDC driver [oracle.jdbc.OracleDriver] but failed to unregister it when the web application was stopped. (转)
最近项目中遇见一问题,在开发环境没有问题的代码,到了生产环境就会报如下错误: 严重:AwebapplicationregisteredtheJBDCdriver[oracle.jdbc.OracleDriver]butfailedtounregisteritwhenthewebapplication...
分类:移动开发   时间:2014-10-26 21:13:00    阅读次数:378
shell后台进程 fg bg wait等用法
[root@centosTestshelltest]#./forever2.sh 2014年10月15日星期三03:36:24CST 2014年10月15日星期三03:36:26CST ^Z(--注:ctrl+z) [1]+Stopped./forever2.sh [root@centosTestshelltest]#fg%1 ./forever2.sh 2014年10月15日星期三03:36:32CST 2014年10月15日星期三03:36:34CS..
分类:系统相关   时间:2014-10-16 03:48:12    阅读次数:512
IOS 警告 汇总
Semantic Warnings Warning Message -WCFString-literal input conversion stopped due to an input byte that does not belong to the input codeset UTF-8 -WNSObject-attribute...
分类:移动开发   时间:2014-10-12 04:21:47    阅读次数:340
353条   上一页 1 ... 31 32 33 34 35 36 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!