原因:移动端应用Oauth授权,不需要填写回调地址,不像web端,把下面的地址删除即可 ps:实际上他是有回调的,地址为:http://...
分类:
移动开发 时间:
2014-06-05 11:50:36
阅读次数:
230
以下内容摘自《步步惊芯——软核处理器内部设计分析》一书
1 IMMU结构
OR1200中实现IMMU的文件有or1200_immu_top.v、or1200_immu_tlb.v、or1200_spram.v,其中使用or1200_immu_top.v实现了IMMU模块,使用or1200_immu_tlb.v实现了ITLB模块,or1200_spram.v是一个单口RAM,使用其实...
分类:
其他好文 时间:
2014-06-05 08:48:55
阅读次数:
368
将附件db_autopwn.rp
拷贝到/opt/framework3/msf3/plugins/PS:db_autopwn.rp下载地址:http://dl.vmall.com/c04w8czlcj1msf
> load db_autopwn2[*] Successfully loaded plu...
分类:
数据库 时间:
2014-05-31 15:55:07
阅读次数:
340
Form2frm2=newForm2();privatevoidMoveProc(){frm2.StartPosition=FormStartPosition.CenterParent;frm2.Left=this.Left+panel1.Left;frm2.Top=this.Top+panel1....
body{ background-position:center;
background-repeat:no-repeat; }div#div1{ position:fixed; top:0; left:0; bottom:0;
right:0; z-i...
分类:
其他好文 时间:
2014-05-31 14:11:16
阅读次数:
243
使用 ps 命令查看 目标进程的 pid,比如说是 1200,然后kill -3 1200在
/data/anr/traces.txt 中就能找到 进程 1200 中各线程的stack trace
分类:
移动开发 时间:
2014-05-31 13:47:40
阅读次数:
434
问题描述:unity3d程序,使用uWebKit插件嵌入网页,用来播放FLV视频,有的电脑可以正常播放,有的电脑在网页中播放不了ps:网页中的播放器用的是player.swf解决方案:是由于网页中的播放器播放FLV需要Flash
Player的支持,1.安装非IE内核版的Flash Player2....
分类:
Web程序 时间:
2014-05-31 11:42:55
阅读次数:
1783
1 2 13 25 26 You can count on this being a dark
29 background with light text on top, but should try to make no 30 other
assumptions ...
分类:
移动开发 时间:
2014-05-31 06:12:59
阅读次数:
492
代码高亮显示是通过在搜索到的Term中把匹配了用户输入的关键字的周围加上一些标记来实现(比如,关键字是"中华" 查到的一个Term是
"中华人民共和国",则把这个Term修改一下 把"中华" 两个字加粗,最终结果是这样的: 中华人民共和国)下边是具体实现的代码片段: Top...
分类:
其他好文 时间:
2014-05-31 05:07:22
阅读次数:
207
css中常常会见到margin-left:-20px;这类,有点晕,所以整理一下~ 主要分为两种情况:
一、没有浮动的元素 /* mydiv1向上移动10px */#mydiv1 {margin-top:-10px;}/* mydiv1向左移动10px
*/#mydiv1 {margin-l...
分类:
其他好文 时间:
2014-05-31 04:38:47
阅读次数:
268