我目前移动Web开发遇到的bug以及解决方案(慢慢补充当中)。1.android4.0以上一部分手机的webview中,当canvas小于屏幕大小时,绘图时会出现重影,就是说一个图只绘制了一遍,却出现了两个。解决方案:canvas外层的div需要设定属性style="overflow:visible...
分类:
移动开发 时间:
2015-06-01 14:33:15
阅读次数:
140
Horizontally Visible SegmentsTime Limit:5000MSMemory Limit:65536KTotal Submissions:4507Accepted:1662DescriptionThere is a number of disjoint vertical ...
分类:
其他好文 时间:
2015-05-29 15:37:36
阅读次数:
104
创建窗体,不抢夺焦点 http://www.cnblogs.com/cartler/ 经过资料查找,发现可以设置WS_EX_NOACTIVATE 界面编程里面,经常碰到焦点问题,以下几点可注意: 1. Create时指定 WS_EX_NOACTIVATE属性,注意同时去掉WS_VISIBLE,这样创...
分类:
Windows程序 时间:
2015-05-29 09:46:55
阅读次数:
2749
androidlineLayout显示通过java代码来显示隐藏这个布局和里面的控件可以用LinearLayoutjishuan=(LinearLayout)findViewById(R.id.jishuan);jishuan.setVisibility(View.VISIBLE);//显示jishuan.setVisibility(View.INVISIBLE);//不显示,但占空间jishuan.setVisibility(View.GO..
分类:
其他好文 时间:
2015-05-28 18:25:15
阅读次数:
191
androidlineLayout显示
通过java代码来显示隐藏这个布局和里面的控件 可以用
LinearLayout jishuan = (LinearLayout)findViewById(R.id.jishuan);jishuan.setVisibility(View.VISIBLE);//显示
jishuan.setVisibility(View.INVISIBLE);//不显示...
分类:
其他好文 时间:
2015-05-28 16:15:18
阅读次数:
134
1.interface org.springframework.aop.SpringProxy is not visible from class loader
解决方法:引入spring aop的包
2.运行平台的MainApplication报了这样的错误:签名信息不匹配
Caused by: java.lang.IllegalArgumentException: protocol =...
分类:
其他好文 时间:
2015-05-28 10:57:49
阅读次数:
196
function makeDataBook(){ var xls = new ActiveXObject ("Excel.Application"); xls.visible = true; var newBook = xls.Workbooks.Add; newBook.Worksheets.Ad...
分类:
编程语言 时间:
2015-05-27 11:59:38
阅读次数:
170
Description
There is a number of disjoint vertical line segments in the plane. We say that two segments are horizontally visible if they can be connected by a horizontal line segment that does not ...
分类:
其他好文 时间:
2015-05-26 21:35:33
阅读次数:
119
一,stateSave:true和clomnDefs:[{“visible”:false,}]同时使用盗跖visible不可用
分类:
其他好文 时间:
2015-05-24 19:06:31
阅读次数:
105
1.1. 背景
纽约州立大学布法罗分校、密歇根州立大学、马萨诸塞大学卢维尔分校、香港城市大学的研究人员针对现有NFC(Near Field Communication)技术需要额外硬件支持、容易被监听和中间人攻击的安全问题,提出了一种安全的基于二维码的可见光通信系统,可用于移动支付、身份鉴别、加密数据传输、手机间便捷传输数据等场景。本文可作为手机间无需借助WIFI进行数据传输的新方法。
VLC(可见光通信,Visible Light Communication)是最近兴起的一...
分类:
其他好文 时间:
2015-05-24 11:39:19
阅读次数:
1371