本文分析bash: jps: command not found问题出现的原因,并给出解决方案。 ...
分类:
其他好文 时间:
2017-09-27 11:42:48
阅读次数:
280
原问题 #wrapper{ width:100%; height:100%; position:fixed; background-image:url(./img/open_bg.jpg) } 在.vue文件中的CSS样式中,使用背景图 在webpack打包后,路径不对,怎么办呢? 回答 如果你用了 ...
分类:
Web程序 时间:
2017-09-26 16:05:20
阅读次数:
3505
先上效果图 message_toolbar_left_bg_selector message_toolbar_right_bg_selector 布局界面 ...
分类:
移动开发 时间:
2017-09-24 12:41:30
阅读次数:
193
1.正常执行scp命令 2.输入ctrl + z 暂停任务 3.bg将其放入后台 4.disown -h 将这个作业忽略HUP信号 5.测试会话中断,任务继续运行不受影响 1.正常执行scp命令 从oradb30机器拷贝一个文件夹到oradb31机器:scp -r /u01/media/Disk1/ ...
分类:
系统相关 时间:
2017-09-22 22:38:30
阅读次数:
284
如果是个背景图的话,定义一个div,高100%,宽100%,里面放个img<div class='bg'> <img src="images/bg.jpg" alt=""></div>html,body{overflow: hidden;}.bg{width: 100%;height: 100%;t ...
分类:
Web程序 时间:
2017-09-13 15:17:27
阅读次数:
156
<html><head> <style type="text/css"> .bg-blur { float: left; background-repeat: no-repeat; background-position: center; background-size: cover; -webki ...
分类:
Web程序 时间:
2017-09-13 14:03:33
阅读次数:
186
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>表格</title> </head> <body> <table border="1" cellpadding="10" cellspacing="10" bg ...
分类:
Web程序 时间:
2017-09-13 01:38:33
阅读次数:
204
啥都不说先上个代码~ .content { .content { background: url(../images/bg.png) no-repeat bottom center,-webkit-linear-gradient(#639fff,#4b7aff),linear-gradient(#6 ...
分类:
其他好文 时间:
2017-08-31 16:20:28
阅读次数:
131
切图命名规则: 模块_类别_功能_状态.png eg:tab_button_search_normal.png 模块: 导航栏:nav 菜单栏:tab 背景:bg 左侧导航:leftbar 启动页面:default 工具栏:tool 主页面:home 列表:list 个人资料:porfile 登录: ...
分类:
其他好文 时间:
2017-08-23 23:04:15
阅读次数:
305
给body添加 overflow: hidden; 可以将页面所有的 滚动条隐藏,但必须要给body 设置一个高度 父元素必须要设置 position:relative 必须设置 width 与 height 且不能用百分比 父层如果是图片,要使用 background: url(bg.jpg) n ...
分类:
Web程序 时间:
2017-08-23 23:03:56
阅读次数:
283