linux管理常用命令

  • kn
  • 2018-12-04 08:44:26
  • Liunx
1.查看cpu占用等信息top -bn 1 -i -c%us:表示用户空间程序的cpu使用率(没有通过nice调度)%sy:表示系统空间的cpu使用率,主要是内核程序。%ni:表示用户空间且通过nice调度过的程序的cpu使用率。%id:空闲cpu%wa:cpu运行时在等待io的时间%hi:cpu处理硬中断的数量%si:cpu处理软中断的数量%st:被虚拟机
阅读全文

PC后台多文件上传

1.html <div class="form-group">     <label class="col-sm-1 control-label no-padding-right" for="form-field-4">
阅读全文

百度地图拾取坐标,可查询,可点选

<!DOCTYPE html> <html> <head>     <meta charset="utf-8">     <meta http-equiv="X-UA-Compatible"
阅读全文

js 数组对象转json字符串

  • kn
  • 2018-10-19 11:15:21
  • 前端
1.数组转字符串companyindustry = new Array();         $(".selectindustry").each(function(index, el) {     &nbs
阅读全文

formdata文件上传

1.html<form id='touploadimg'  method="post" enctype="multipart/form-data" >           &nbs
阅读全文

json转对象,对象转json

  • kn
  • 2018-09-16 11:07:41
  • 前端
$().ready(function(){     $("#toaddword").click(function(){         if($("#valuecontent .wordb").length >
阅读全文

html5 桌面通知

  • kn
  • 2018-09-01 10:27:46
  • 前端
<!DOCTYPE html> <html> <head> <title>桌面通知</title> <script type="text/javascript"> function showmsg() {     
阅读全文

飘荡在页面左下角的蒲公英

  • kn
  • 2018-08-31 17:51:39
  • 前端
<div class="dandelion">       <span class="smalldan"></span>       <span class=&qu
阅读全文

纯 CSS 实现漂亮的大标题效果

  • kn
  • 2018-08-31 17:43:36
  • 前端
复古风格实现代码:.vintage {       background: #EEE url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAHklEQVQImWNkYGBgYGD4//8/A5wF5SBYyAr+/
阅读全文

输入框打字冒光特效

  • kn
  • 2018-08-31 17:40:20
  • 前端
输入框打字冒光特效两款 JS 特效插件.zip
阅读全文
  • «
  • 1
  • 2
  • ...
  • 29
  • 30
  • 31
  • 32
  • 33
  • ...
  • 39
  • 40
  • »