码迷,mamicode.com
首页 >  
搜索关键字:display chinese    ( 15699个结果
POJ 3384 半平面交
Feng Shui Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 4185   Accepted: 1279   Special Judge Description Feng shui is the ancient Chinese practice of pl...
分类:其他好文   时间:2014-05-12 15:11:08    阅读次数:380
QTEmbedded VCN实现
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
对行、块元素inline-block的兼容
学习前端以来发现好多东西需要记忆,但又经常忘记,曾试着把内容记录在word文档中发现有时候又会忘记放在哪不是很方便。看到好多人写博客感觉不错,既可以方便自己查找又可以让其他人浏览以供交流...... 废话不多说了,相信学过css的对display肯定不会陌生,我们经常通过设置display的值...
分类:其他好文   时间:2014-05-12 11:25:27    阅读次数:349
html5游戏服务端引擎(kbengine完整代码+demo源码)
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
!!!常用CSS代码
.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
INNO SETUP 5.5.0以上版本中文语言包
1 ; *** Inno Setup version 5.5.0+ Chinese messages *** 2 ; 3 ; To download user-contributed translations of this file, go to: 4 ; http://www.jrso...
分类:其他好文   时间:2014-05-10 18:55:59    阅读次数:614
官方关于Dialog的介绍
将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
PLSQL DEVELOPER 提示(错误)信息是乱码;亲测有效
新建两个本地环境变量:LANG=zh_CN.GBKNLS_LANG=SIMPLIFIED CHINESE_CHINA.ZHS16GBK注:oracle的字符集:select * from v$nls_parameters;1NLS_LANGUAGESIMPLIFIED CHINESE2NLS_TER...
分类:数据库   时间:2014-05-10 07:51:32    阅读次数:598
Pat(Advanced Level)Practice--1076(Forwards on Weibo)
Pat1076代码 题目描述: Weibo is known as the Chinese version of Twitter. One user on Weibo may have many followers, and may follow many other users as well. Hence a social network is formed with foll...
分类:其他好文   时间:2014-05-10 04:50:24    阅读次数:403
判断文章中文字符数量
判断文章中文字符数量 dim WINNT_CHINESE  WINNT_CHINESE = (len("论坛")=2) function strLength(str)  ON ERROR RESUME NEXT  if WINNT_CHINESE then  dim l,t,c  dim i  l=len(str)  t=l  for i=1 to l  c=asc(mid(...
分类:其他好文   时间:2014-05-10 04:30:47    阅读次数:266
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!