.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
因为做一个奶站软件,需要用到仪表盘,显示质量数据
//初始化布局 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
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
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
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
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
private void button1_Click(object sender, EventArgs e) { listBox_thread_list.Items.Clear(); Process[] processes; ...
frames读取:
frames
game_start/bg_image.png
width
640
height
1136
origin...
分类:
其他好文 时间:
2014-08-19 19:08:35
阅读次数:
610