1 在QT在第三方插件里加入VNC
进入\src\plugins\gfxdrivers\vnc,qmake -------make--------- make install
把目标文件夹gfxdrivers拷贝到嵌入式QT的plugins目录下2 启动的时候 ./app -qws -display...
分类:
其他好文 时间:
2014-05-12 14:40:24
阅读次数:
248
学习前端以来发现好多东西需要记忆,但又经常忘记,曾试着把内容记录在word文档中发现有时候又会忘记放在哪不是很方便。看到好多人写博客感觉不错,既可以方便自己查找又可以让其他人浏览以供交流......
废话不多说了,相信学过css的对display肯定不会陌生,我们经常通过设置display的值...
分类:
其他好文 时间:
2014-05-12 11:25:27
阅读次数:
349
Demo: Ogre.Demo: Unity3d.PyConsole: display server
information.PyConsole: Stop the server.Guiconsole: debug.Guiconsole:
log.demo视频:http://v.youku.com/...
分类:
Web程序 时间:
2014-05-12 09:58:12
阅读次数:
437
.box{overflow:auto;zoom:1;}.box-in{display:inline-block;vertical-align:top;}.border-box{-webkit-box-sizing:
border-box;-moz-box-sizing: border-box;box...
分类:
Web程序 时间:
2014-05-12 06:14:48
阅读次数:
460
一、JSP页面显示乱码二、表单提交中文时出现乱码三、数据库连接大家在JSP的开发过程中,经常出现中文乱码的问题,可能一至困扰着您,我现在把我在JSP开发中遇到的中文乱码的问题及解决办法写出来供大家参考。一、JSP页面显示乱码下面的显示页面(display.jsp)就出现乱码:JSP的中文处理对不同的...
分类:
Web程序 时间:
2014-05-12 04:58:41
阅读次数:
455
将Activity显示成Dialog的形式:Tip: If you want a custom
dialog, you can instead display an Activity as a dialog instead of using the
Dialog APIs. Simply creat...
分类:
其他好文 时间:
2014-05-10 07:52:33
阅读次数:
369
$("#appearHiddenDiv").click(function(){
$("#hiddenDiv").css({display:"block"}); $("#closeHiddenDiv").click(function(){
//alert("erhsh tes...
分类:
其他好文 时间:
2014-05-10 00:04:51
阅读次数:
353
图片在页面中一般会以两种形式出现:img元素或者背景图片。那么在img或者使用背景图片的元素被隐藏之后,页面加载的时候浏览器会不会发送http请求加载图片呢?注:隐藏分为两种情况(display:none)和(visibility:hidden)接下来就对两种情况下不同浏览器的请求情况坐下对比①、d...
分类:
其他好文 时间:
2014-05-09 03:43:03
阅读次数:
248
JavaScript实现的购物车效果,当然这个效果可以运用在好多地方,比如好友的选择,人力资源模块,计算薪资,人员的选择等等。下面看类似某种购物车的效果图:
code:
Insert title here
table{
border:10px;
}
select{
width:200px;
height:400px;
}
#order_area{
display:none;
}...
分类:
编程语言 时间:
2014-05-09 00:59:09
阅读次数:
473
i am bug
.bug{height:60px;line-height:60px;background-color:#999;} .bug
span{display:inline-block;width:100px;height:20px;background-color:#ff0000;v.....
分类:
其他好文 时间:
2014-05-08 14:47:23
阅读次数:
293