最近遇到一个问题,公司内部的服务器由于比较老,光驱坏了,也不支持U盘启动,所以没办法,只能用pxe来安装操作系统。网上教程很多,但是不够清晰,下来我来写一下我的安转过程。A.安装dhcp服务器yuminstalldhcp
vim/etc/dhcp/dhcpd.conf
#可以直接拷贝我的下列配置,修改子网..
分类:
系统相关 时间:
2015-07-21 15:01:21
阅读次数:
230
先看一段关于初始化Echart js的使用 myChart = echarts.init(document.getElementById('mainChart')); var option; option = { title : { text: '全国主要城...
分类:
其他好文 时间:
2015-07-21 12:33:31
阅读次数:
419
题目链接: https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3540题目大意: 给一块长x,宽y的巧克力,和一个数组A={a1, a2, …,an},问.....
分类:
其他好文 时间:
2015-07-21 12:18:24
阅读次数:
103
在linux下有两类任务管理,分别是一次性和周期性。一次性是at和batch,周期又分为系统任务和用户任务。 一次性任务: 1、命令格式:at [option] time 2、选项option:-l 指定队列 -f 指定文件 -l查看队列 -d 删除队列 3、time:tea...
分类:
系统相关 时间:
2015-07-20 21:23:50
阅读次数:
173
1. 在winxp下,安装10g,默认选择,一路ok。(安装前自检出现dhcp警告,可直接忽略)2.命令行,在xp下,输入sqlplus,即可启动,登陆用 sqlplus / as sysdba 用管理员登陆3.在恢复oracle时,先在 sqlplus里,先建立表空间,建用户,并给用户授权,并解锁...
分类:
数据库 时间:
2015-07-20 21:17:45
阅读次数:
118
1、使用脚本的方式
在里面运行
Option Explicit
ValidationMode = True
InteractiveMode = im_Batch
Dim mdl ' the current model
' get the current active model
Set mdl = ...
分类:
数据库 时间:
2015-07-20 19:34:08
阅读次数:
171
Including csvlog in the log_destination list provides a convenient way to import log files into a database table. This option emits log lines in comma...
分类:
其他好文 时间:
2015-07-20 19:12:52
阅读次数:
135
今天在检查功能的时候,突然发现在IE里面有个select动态改变的时候宽度一直在缩短,试过很多方式都没解决在网上找了很久才找到一个,先插入空的option,再进行赋值就OK了,记录一下,以后会用到的var obj = document.getElementById('lst1');var opn =...
分类:
Web程序 时间:
2015-07-20 12:25:29
阅读次数:
127
在HTTP/1.1协议中,定义了8种发送HTTP请求的方法,有GET、POST、OPTION、HEAD、PUT、DELETE、TRACE、CONNECT、PACH。
分类:
Web程序 时间:
2015-07-20 01:16:30
阅读次数:
231
kickstart无人值守安装Linux1、安装vsftpd、tftp-server、dhcp-server和kickstartyum-yinstallvsftpdtftp*dhcpkickstart2、设置vsftpd挂载windows共享文件夹mount-tcifs-ousername=share,password=share//192.168.20.254/iso/mnt/iso挂载iso文件到vsftpd的pub目录mount-oloop/m..
分类:
系统相关 时间:
2015-07-19 21:55:44
阅读次数:
228