码迷,mamicode.com
首页 >  
搜索关键字:bg processes    ( 2116个结果
【技术】背景图较小,需要平铺全屏
.bg { background-image: url(images/bg.jpg); background:url('../images/bg.jpg') no-repeat scroll center 0% 0% transparent; -webkit-background-size: cov...
分类:其他好文   时间:2014-08-25 18:47:34    阅读次数:205
自定义仪表盘DashBoard - -kankanstyle
因为做一个奶站软件,需要用到仪表盘,显示质量数据 //初始化布局 Initializes layout private void init() { setScaleType(ScaleType.FIT_CENTER); //设置表盘图片 setBackgroundDrawableId(R.drawable.base__view_dashboard_bg); //设置表针图片Set the dial pictures setPointerDrawableId(R.drawable...
分类:其他好文   时间:2014-08-25 17:02:14    阅读次数:266
ps 简介
PSNAME ps - report a snapshot of the current processes. 显示当前的进程(相当重要的一个命令)下面主要介绍几个常用的选项,对于其他选项暂时不做要求a BSD-style, list all processes with a ...
分类:其他好文   时间:2014-08-24 22:05:34    阅读次数:307
精准的计时类
class MyTimeCount { public: MyTimeCount() { QueryPerformanceFrequency(&fr); } ~MyTimeCount() { } void Start() { QueryPerformanceCounter(&bg); ed = bg; } float Stop() { QueryPerform...
分类:其他好文   时间:2014-08-23 10:00:30    阅读次数:166
android 用代码画虚线边框背景(转)
1.虚线画效果,可以使用Android中的xml来做。2.直接上代码: 写一个 bg_border_stroke的xml做背景。bg_border_stroke.xml ...
分类:移动开发   时间:2014-08-22 10:40:55    阅读次数:196
【微信公众平台开发】微信幸运大转盘
需要js插件: jquery jQueryRotate.2.2.js jquery.easing.min.js 前端显示代码: 幸运大转盘 body,div,img {margin:0; padding:0; border:0 none;} #bg {background:url(img/bodybg.jpg) rep...
分类:微信   时间:2014-08-21 19:25:44    阅读次数:477
WPF代码引用Resouces中的图片
1 ImageBrush IB=new ImageBrush();2 3 IB.ImageSource = new BitmapImage(new Uri("pack://application:,,,/PMClient;component/images/button_bg.png"));4 5 I...
分类:其他好文   时间:2014-08-21 17:04:24    阅读次数:260
oracle修改NLS_CHARACTERSET字符集
sqlplus "/ as sysdba"SQL> SHUTDOWN IMMEDIATE;SQL> STARTUP MOUNT;SQL> ALTER SYSTEM ENABLE RESTRICTED SESSION;SQL> ALTER SYSTEM SET JOB_QUEUE_PROCESSES=...
分类:数据库   时间:2014-08-21 16:33:54    阅读次数:288
C#获取WIN系统进程信息
private void button1_Click(object sender, EventArgs e) { listBox_thread_list.Items.Clear(); Process[] processes; ...
分类:Windows程序   时间:2014-08-20 01:15:37    阅读次数:284
Cocos2d-x--使用CCDictionary读取plist文件
frames读取: frames game_start/bg_image.png width 640 height 1136 origin...
分类:其他好文   时间:2014-08-19 19:08:35    阅读次数:610
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!