链接:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4675题目大意:在一个平面上有 n (1#include#include#includ...
分类:
其他好文 时间:
2016-01-16 22:32:58
阅读次数:
354
create user 'sopr'@'%' identified by 'sopr';GRANT ALL PRIVILEGES ON *.* TO 'sopr'@'%' IDENTIFIED BY 'sopr' WITH GRANT OPTION; flush privileges;重启一下:su...
分类:
数据库 时间:
2016-01-16 18:59:58
阅读次数:
184
一、自动化安装系统工具1、Cobbler 另一个自动化安装工具;2、Kickstart二、使用kickstart自动化安装系统服务器安装的软件: 1、dhcp服务 [root@linuxidc ~]# yum install dhcp -y dhcpd的配置文件: 1 subnet 192.1...
分类:
其他好文 时间:
2016-01-16 14:15:18
阅读次数:
229
option = { title : { text: '某站点用户访问来源', subtext: '纯属虚构', x:'center' }, tooltip : { trigger: 'item', format...
分类:
其他好文 时间:
2016-01-15 20:23:57
阅读次数:
146
sed:数据流编辑器读一行到内存处理一行然后输出一行。 模式空间:sed:默认不编辑源文件sed [option] ADDRESSCOMMAND file1、起始行、 结束行sed startline,endline file sed 2,5p file2、模式匹配 /模式/sed /^root/p...
分类:
系统相关 时间:
2016-01-15 20:02:42
阅读次数:
167
var v_select = document.getElementById("selectA");var v_option = document.createElement("OPTION");v_select.options.add(v_option);v_option.innerHTML="n...
分类:
Web程序 时间:
2016-01-15 19:59:49
阅读次数:
168
Linux本身提供了许多用于网络测试、网络排错、网络状态分析的工具,下面来看几个比较常用的工具。一、ping命令ping命令是利用ICMP协议还测试网络的连通性。命令格式:ping[option]IP常用选项:-c#:指定报文的个数;-Wtimeout:等待响应报文的超时时长。二、traceroute命令trac..
分类:
系统相关 时间:
2016-01-15 11:13:26
阅读次数:
222
OS X 菜单中的修饰键符号:? — Command? — Control? — option / alt? — Shift? — Caps Lockfn — 功能键就是OS X的快捷键打开“应用程序”文件夹:command + shift + A显示简介:command + i最小化窗口:comm...
分类:
系统相关 时间:
2016-01-14 20:40:55
阅读次数:
203
下拉框的实现:①<select><option></option><option></option></select>②定义一个数组(一般定义在公共配置文件中)。③在所需操作表单中的下拉框配置中遍历数组。
分类:
其他好文 时间:
2016-01-14 19:26:23
阅读次数:
120
<!DOCTYPEhtml><html><headlang="en"><metacharset="UTF-8"><title>获取select的选中项的值</title></head><body><selectid="select0"><optionvalue="0">请选择选项</option><optionvalue="1">选项一..
分类:
其他好文 时间:
2016-01-14 19:18:20
阅读次数:
149