首页 > 2017年03月23日 > 全部分享
Linux下查找文件方法
1、查找系统中最大目录并排序:du-h--max-depth=1|sort-n2、查找当前目录文件大于800M:find.-typef-size+800M3、查找到大文件之后做动作:find.-typef-size+800M|xargscommand
分类:系统服务   时间:2017-03-23 17:34:23    收藏:0  评论:0  赞:0  阅读:212
lnmp
lamp/lnmp:(linuxapachenginxmysqlphp)lnmp:源码安装mysql:(必会技能)mysql-boost-5.7.11.tar.gzcmake-2.8.12.2-4.el6.x86_64.rpmcmke-DCMAKE_INSTALL_PREFIX=/usr/local/mysql\#安装目录-DMYSQL_DATADIR=/usr/local/mysql/data\#数据库存放目录-DMYSQL_UNIX_ADDR=/usr/local/m..
分类:其他   时间:2017-03-23 17:34:08    收藏:0  评论:0  赞:0  阅读:220
Docker容器
容器的基本操作守护式容器在容器中部署静态网站-i告诉docker的守护进程,为容器始终打开标准输入-t告诉docker,为创建的容器分配一个伪tty终端,这样新创建的容器才能提高交互式的shell-a列出所有容器-l列出最新创建的容器inspect查看已创建的容器
分类:其他   时间:2017-03-23 17:33:53    收藏:0  评论:0  赞:0  阅读:212
域控制器相关概念
1.独立服务器安装完成WindowsServer操作系统后,运行该操作系统的计算是一台独立服务器.该服务器可以独立部署应用程序,最明显的特征是该服务器没有加入到任何"域"中.2.成员服务器独立服务器添加到"域"中以后,即成为成员服务器.该服务器接受ADDS域服务的统一管理,接受并应用Activ..
分类:其他   时间:2017-03-23 17:32:48    收藏:0  评论:0  赞:0  阅读:215
tomcat JDK安装使用及问题解决
软件环境:apache-tomcat-7.0.75jdk-6u45-linux-i586系统环境:centos6.5x64解压软件包2.安装jdk3.查看jdk路径4.进入tomcat的bin目录下编辑catalina.sh脚本,添加jre变量(否则tomcat无法启动)5.如果有需要访问的网页上传到tomcat的webapps目录下即可
分类:其他   时间:2017-03-23 17:32:25    收藏:0  评论:0  赞:0  阅读:249
ssm 存储过程分页
分页存储过程:CREATEORREPLACEPROCEDUREprc_query(p_tableNameinvarchar2,--表名p_strWhereinvarchar2,--查询条件p_orderColumninvarchar2,--排序的列p_orderStyleinvarchar2,--排序方式p_curPageinoutnumber,--当前页p_pageSizeinoutnumber,--每页显示记录条数p_totalRecordso..
分类:其他   时间:2017-03-23 17:31:53    收藏:0  评论:0  赞:0  阅读:420
restrore progress
VMAX:1)用备份软件把bcvlun从需求的磁带恢复到某个日期。2)bcv和std做反向同步:symclone-g<dg>restore3)split生产数据就已经变了。VNX:1)用备份软件把clonelun从磁带恢复。2)clone与std盘做反向同步,vnx中是用的clone,vmax是dg。查看vnx的mirror关系是:snapview-..
分类:其他   时间:2017-03-23 17:31:23    收藏:0  评论:0  赞:0  阅读:322
oracle数据的导入与导出
1.mkdir/tdms1/oracle/dump2.sqlplus/assysdba3.createdirectoryudiras‘/tdms1/oracle/dump‘;4.grantwrite,readondirectoryudirtoscott;5.导出表:Expdpscott/tigerDIRECTORY=dump_dirTABLES=scott.deptDUMPFILE=dept.dmplogfile=dept.log6.导入表impdphsiufo/hsiufodirectory=d..
分类:数据库技术   时间:2017-03-23 17:31:10    收藏:0  评论:0  赞:0  阅读:218
vnx nas and isilon nas
vnxnasthereisadatapoolDatamoverandcontrolserverwecreateafilesystemoncontrolserverandassignthefstoadatapoolfswillgetstoragefromdatapoolandwecreatequotasunderfsatthequotalevelwedefinetheactualusagelimitsinisilonwehavemultiplenodesandwehaveonlyonecorefilesyste..
分类:其他   时间:2017-03-23 17:30:59    收藏:0  评论:0  赞:0  阅读:214
sharepoint 统计所有网站集中视频文件的总大小 c#
视频文件类型为:.avi.mov.rm.rmvb.wmv.asf.asx.mpg.mpeg.3gp.mp4.flv.mkv.vobusingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingMicrosoft.SharePoint;usingMicrosoft.SharePoint.Administration;usingSystem.IO;usingSystem.Web;usingSys..
分类:Windows开发   时间:2017-03-23 17:30:23    收藏:0  评论:0  赞:0  阅读:251
sharepoint 获取所有网站集前40w个文件中启用历史版本文件的大小/数量/最后修改时间
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingMicrosoft.SharePoint;usingMicrosoft.SharePoint.Administration;usingSystem.IO;usingSystem.Web;usingSystem.Text.RegularExpressions;usingSystem.Data;namespaceGetVideoFiles{class..
分类:Web开发   时间:2017-03-23 17:30:11    收藏:0  评论:0  赞:0  阅读:356
Ansible配置及使用
Ansible特点基于python语言开发不需要安装客户端,通过sshd通信基于模块工作,模块支持多种语言开发支持编写yaml格式的playbook,配置文件缩进2行支持sudo提供UI,流量器图形化www.ansible.com/tower开源UIhttps://gitub.com/alaxli/ansible_ui一、Ansible安装配置1.环境master..
分类:其他   时间:2017-03-23 17:29:54    收藏:0  评论:0  赞:0  阅读:343
sharepoint 迁出文档时报错:sharepoint 服务器错误:the file "xxxxxxxxx" is not checked out
迁出文档时报错:sharepoint服务器错误:thefile"xxxxxxxxx"isnotcheckedout当文档库启用了历史版本,并且启用了:Createmajorandminor(draft)versions当文档是draft的时候,无法迁出,将文档pubulishamajorversion,可以正常迁出。
分类:其他   时间:2017-03-23 17:29:41    收藏:0  评论:0  赞:0  阅读:213
Linux rhel 6.4 apache编译安装以及简单配置过程(1)
Linuxrhel6.4编译安装apache过程(1)注:以下摘取的都是安装过程中执行的命令,命令反馈没有贴出来以"......"代替。观看的时候注意执行命令时所在的目录。安装平台[root@chengmanyu~]#cat/etc/redhat-releaseRedHatEnterpriseLinuxServerrelease6.4(Santiago)需要的工具版本以及..
分类:Web开发   时间:2017-03-23 17:29:09    收藏:0  评论:0  赞:0  阅读:228
MySQL初始化root密码和允许远程访问
MySQL允许远程访问1、初始化root密码进入mysql数据库mysql>updateusersetpassword=PASSWORD(‘123456‘)whereUser=‘root‘;2、允许mysql远程访问,可以使用以下三种方式:(1)改表。mysql-uroot-p mysql>usemysql; mysql>updateusersethost=‘%‘whereuser=‘root‘; mysql>..
分类:数据库技术   时间:2017-03-23 17:28:53    收藏:0  评论:0  赞:0  阅读:213
android在service中使用AsyncHttpClient加载网络资源
packagecom.example.service; importorg.apache.http.Header; importorg.json.JSONObject; importcom.loopj.android.http.AsyncHttpClient; importcom.loopj.android.http.JsonHttpResponseHandler; importcom.loopj.android.http.RequestParams; importandroid.annota..
分类:移动平台   时间:2017-03-23 17:28:42    收藏:0  评论:0  赞:0  阅读:212
Spring4-三种方式注入值到 bean 属性
1.创建Maven项目,项目名称springdemo24,如图所示2.配置Maven,修改项目中的pom.xml文件,修改内容如下<projectxmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0http..
分类:编程语言   时间:2017-03-23 17:27:46    收藏:0  评论:0  赞:0  阅读:261
cron计划任务
cron计划任务任务计划:比如每天什么时间固定来备份数据等等,类似的计划1、crontab-l命令可以查看到当前用户都有哪些任务计划2、crontab-uaming-l指定查看aming用户的任务计划3、crontab-e编辑任务计划,举例如下:注:如上图内容:10220**:时间分5段min:0-59hour:0-23day..
分类:其他   时间:2017-03-23 17:27:16    收藏:0  评论:0  赞:0  阅读:170
搭建DHCP 服务器
搭建DHCP服务器服务端:192.168.42.175客户端:192.168.42.176(保证虚拟机两张网卡都相同,这里采用的是NAT模式)1.安装DHCP服务端[root@xuegod175~]#rpm-ivh/media/CentOS_6.5_Final/Packages/dhcp-common-4.1.1-38.P1.el6.centos.x86_64.rpmPreparing...###################..
分类:其他   时间:2017-03-23 17:27:00    收藏:0  评论:0  赞:0  阅读:169
swap分区爆了解决办法(查看swap分区进程占用的内存)
查看swap使用的进程和内存[root@10-9-81-221~]#foriin$(cd/proc;ls|grep"^[0-9]"|awk‘$0>100‘);doawk‘/Swap:/{a=a+$2}END{print‘"$i"‘,a/1024"M"}‘/proc/$i/smaps2>/dev/null;done|sort-k2nr|head-10 23234207.758M 860481.5742M 979058.5742M 959420.7109M 959320.7031M..
分类:系统服务   时间:2017-03-23 17:26:09    收藏:0  评论:0  赞:0  阅读:216
1383条   上一页 1 ... 25 26 27 28 29 ... 70 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!