实现固定在窗口左下角一般的 position:fixed; 实现方法#ad{
position:fixed; bottom:0; left:0px;}在 IE6 中实现 position:fixed; 的办法#ad{
position:fixed; bottom:0; ...
分类:
其他好文 时间:
2014-06-07 05:20:40
阅读次数:
226
一周前接到新任务,调试CS5343,百度一下,CS5343是一款音频采集的AD芯片,CS5343驱动代码是现成的,我的工作是提高芯片的采样速率,看了一边芯片的Datesheet,辛好东西不是很多。1.文档总结概述为:SDOUT上拉10K到VCC为主模式,下拉10K到GND为从模式。概述为:LRCK上...
分类:
其他好文 时间:
2014-05-29 15:25:01
阅读次数:
590
http://ubuntuforums.org/archive/index.php/t-1771058.htmlI
accidentally discovered a fix for this while trying to solve a different
problem.edit~/.conf...
分类:
其他好文 时间:
2014-05-29 15:00:26
阅读次数:
623
参数: dict1,
dict2需求:如果dict1和dict2中有不同的key,那么返回这个(key,
dict1[key]);如果dict1和dict2中有相同的key,但是value不同,返回这个(key, dict1[key])实现:def
dict_different_data(first...
分类:
编程语言 时间:
2014-05-28 21:11:48
阅读次数:
385
ES有两种格式的search api:“lite”——query
string版本,这个版本期望所有的参数在请求中指定并传递full request
body版本期望得到一个JSON请求体,并且使用一个名为DSL的丰富的搜索语言query string搜索对在使用命令行的即席查询(ad hocque...
分类:
其他好文 时间:
2014-05-28 11:15:51
阅读次数:
327
https://pypi.python.org/pypi/graphviz(python对DOT图的相关库)http://zh.wikipedia.org/wiki/DOT%E8%AF%AD%E8%A8%80http://zh.wikipedia.org/zh-cn/Graphvizdot就是通过编...
分类:
其他好文 时间:
2014-05-27 15:37:23
阅读次数:
237
先看图: The above figure shows the diagram of
Android Architecture. The Android OS can be referred to as a software stack of
different layers, where eac....
分类:
移动开发 时间:
2014-05-26 00:59:10
阅读次数:
412
人们常说“细节决定成败”。
编码工作中,同样需要关注细节。
本文将给出3个小实例来说明编码中关注细节的重要性,同时给出作者对如何注意编码细节的一点见解(说的不对,请指正)。
例1 这个问题如此地显而易见,竟然没有被发现。
List numList = new List();
numList.Add(3);
numList.Add(1);
numList.Add(4);
numList.Ad...
分类:
其他好文 时间:
2014-05-25 21:14:17
阅读次数:
223
http://www.raywenderlich.com/zh-hans/30818/ios%E5%BA%94%E7%94%A8%E5%B4%A9%E6%BA%83%E6%97%A5%E5%BF%97%E6%8F%AD%E7%A7%980x8badf00d:
读做 “ate bad food”! ....
分类:
移动开发 时间:
2014-05-25 14:58:21
阅读次数:
335
我们在执行某些SQL语句的时候有可能会生成临时表.我们应该尽量的去避免临时表.因为临时表会浪费内存和时间.那么什么情况下会产生临时表呢?这是来自MYSQL官方的说明If
there is an ORDER BY clause and a different GROUP BY clause[官方说明]...
分类:
其他好文 时间:
2014-05-25 11:25:04
阅读次数:
199