copy from :http://gityuan.com/2016/02/20/android-system-server-2/ 基于Android 6.0的源码剖析, 分析Android启动过程的system_server进程 frameworks/base/services/java/com/ ...
分类:
移动开发 时间:
2020-02-26 21:12:59
阅读次数:
112
错误: root@debian:/home/zh# dpkg -i mysql-apt-config_0.8.15-1_all.deb dpkg: warning: 'ldconfig' not found in PATH or not executable dpkg: warning: 'star ...
分类:
其他好文 时间:
2020-02-24 13:15:13
阅读次数:
196
搭建spring mvc项目的dao层之后,经常出现这样的错误。一般是由于spring 扫描时候 没有配置具体的目录,或者配置了但是包名不对造成的。但是今天自己出这个问题,找了半天没找到哪里出问题。 最后仔细看配置文件,发现是自己的applicationContext-springmvc.xml一处 ...
分类:
其他好文 时间:
2020-02-21 17:42:11
阅读次数:
71
1.强制等待—sleep() 设置固定休眠时间,python 的time 包提供了休眠方法sleep() ,导入time 包后就可以使用sleep()进行脚本的执行过程进行休眠。无论浏览器加载是否完成,程序都要等待设定的时间,继续执行下面的代码 import time time.sleep(3) 2 ...
分类:
编程语言 时间:
2020-02-20 19:57:29
阅读次数:
65
error in ./src/assets/styles/app.scss Module build failed: @import "./reset.scss"; ^ Invalid CSS after "v": expected 1 selector or at-rule, was 'var a ...
网上DS12C887的文章涉及到时间的存储格式使用的都是二进制代码,究竟使用BCD码该如何操作?正好美心官网上有一篇文章。美心官网不稳定,先贴到这里,有时间再翻译。 原文链接 State Machine Logic in Binary-Coded Decimal (BCD)-Formatted Re ...
分类:
其他好文 时间:
2020-02-14 16:50:01
阅读次数:
81
1. 如果槽函数没有参数: self.gw_Btn.clicked.connect(self.ne_event)2. 如果槽函数有参数: self.gw_Btn.clicked.connect(lambda:self.ne_event(ne))不使用lambda的话会报错:TypeError: ar ...
分类:
其他好文 时间:
2020-02-13 11:23:54
阅读次数:
70
First of all, the Component preload.js works as expected. In your design time, ( WebIDE or Eclipse ) , all development artifact, the .js files are org ...
分类:
Web程序 时间:
2020-02-08 19:39:28
阅读次数:
190
如果我们写了EDITMODE = NONE, 那么toolbar不出现是expected的behavior 详见debug: 发现conversation history 里面的table cell可以编辑,这显示不make sense。同事在试图把这些table cell设成readonly的时候 ...
分类:
Web程序 时间:
2020-02-02 17:53:00
阅读次数:
83
In QI2/506, once you click hyperlink of product id in search result view, you can NOT reach product overview page as expected. Error message: From the ...
分类:
Web程序 时间:
2020-02-02 17:49:19
阅读次数:
93