奇怪的问题,我写了一个小的html5网站,当我在“p”标签中添加一行文本时,服务器返回:
不可接受 在此服务器上找不到请求资源 /emp.html 的适当表示。
http://lbargers.0fees.net/emp.html
下面是应该显示的 html 块。如果我将文本“RemoteView”更改为“Remote View”,页面会正确加载且没有错误,但是如果我将其保留为“RemoteView”,则会失败并出现 Not Acceptable Response (406) 错误。
“分析师将记录任何基础设施变化,并使用 ARCGIS 数据、RemoteView、图像分析、数据转换和其他较新的老式图像来源,将通过数据图像收集的信息与现有数据进行比较。”
页面标记:
<!DOCTYPE HTML>
<html>
<head>
<title>L.C. Wright, Inc. - Staff</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" />
<!-- modernizr enables HTML5 elements and feature detects -->
<script type="text/javascript" src="js/modernizr-2.6.min.js"></script>
</head>
<body>
<div id="main">
<header>
<div id="logo">
<img src="images/smalllogo.png" />
</div>
<nav>
<div id="menu_container">
<ul class="sf-menu" id="nav">
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="corporategoals.html">Corporate Goals</a></li>
<li><a href="recentactivities.html">Recent Activities</a>
<ul>
<li><a href="mda.html">MDA</a></li>
<li><a href="jnic.html">JNIC</a></li>
<li><a href="defenseia.html">DIA</a></li>
</ul>
</li>
<li><a href="staff.html">Staff</a>
<ul>
<li><a href="emp.html">Employment Opportunities</a></li>
</ul>
</li>
<li><a href="gsaschedule.html">GSA Schedule</a></li>
<li><a href="contactus.html">Contact Us</a></li>
</ul>
</div>
</nav>
</header>
<div id="site_content">
<div id="sidebar_container">
<div class="sidebar">
<h3>Latest News</h3>
<h4>New Website Launched</h4>
<h5>September 1st, 2013</h5>
<span>
2013 sees the redesign of our website. Take a look around and let us know what you think.<br />
<a href="#">Read more</a>
</span>
</div>
<div class="sidebar">
<h3>Documents</h3>
<ul>
<li><a href="documents/LCW%20infograph%20-%20081913.pptx">Infograph</a></li>
</ul>
</div>
</div>
<div class="content">
<h1>L.C. Wright, Inc. Staff</h1>
<p>L.C. Wright, Inc. is always looking for highly qualified individuals in the areas of Software Engineering, Modeling and Simulation, Information Technology, Test Engineers and Mathematics.</p>
<p>Locations include: National Capital Region (NCR), Colorado Springs, CO, and Huntsville, AL.</p>
<address>
E-mail resumes to: <a href="mailto:lcwrightjobs@gmail.com">L.C. Wright Jobs</a>
</address>
<p><b>Current Openings:</b></p>
<p>Positions require U.S. citizenship and the ability to obtain a security clearance. </p>
<p><b>AVAILABLE POSITIONS</b></p>
<h3>Electrical Engineer - National Capital Region (NCR)</h3>
<p>Experienced engineer specializing in transmission and distribution feeder studies. Develop models representing electrical infrastructures with understanding of model's capabilities and has the capacity to present findings in a clear and precise format to Government customers. The engineer will update PowerWorld and other models for specific geographical areas as requested by the customer, utilizing various scenarios and future projections. Will run powerflow, voltage stability, and transient stability simulations to determine power system performance under a range of possible load, generation and topology conditions. This is a highly visible position and program, and candidates should be prepared to take initiative and be proactive, anticipating custoemr needs and addressing issues.</p>
<p><b>Basic Qualifications:</b> Familiar with software modeling applications such as Powerworld. BS degree or higher in Electrical Engineering. At least 5 years in data analysis, 5 years experience in transmission and distribution studies.</p>
<p><b>Preferred Qualifications:</b> At least 10 years in data analysis, PowerWorld expeirence, Master's degree in Electrical Engineering, EIT and PE preferred. </p>
<p><b>Clearance:</b> TS/SCI or ability to obtain. Position contingent on contract award.</p>
<h3>Intelligence Analyst - NCR </h3>
<p>The analyst works with drawings, shapefiles, and various classified databases to obtain data for a specified geographical area. The analyst will note any infrastructure changes and use ARCGIS data, Remote View, Imagery Analysis, data conversion, and other sources of newer vintage imagery to compare information gleaned through data imagery to the existing data. This data is then analyzed for correctness and relevancy to the particular geographic area that requires updating. </p>
<p><b>Basic Qualifications:</b> Data analysis experience, Shapefile development, ARCGIS experience, Remote View, Imagery Analysis, data conversion, background in intelligence and databases.</p>
<p><b>Preferred Qualifications:</b> BS degree or higher, 10+ years of experience in data analysis.</p>
<p><b>Clearance:</b> TS/SCI or ability to obtain. Position contingent on contract award.</p>
<h3>2361 - Messaging Services Team Lead - Colorado Springs, CO</h3>
<p>A senior-level lead engineer responsible for leading MDA Exhchange team in supporting installation, maintenance, testing, troubleshooting, and support of hardwaree, software, and associated tools in a Microsoft Windows Active Directory Exchange environment. Masters degree in an IT-related discipline and at least 20 years of experience. At least 10 years relevant w ork experience with Messaging systems. Extensive experience with Microsoft Exchange 2007/2010, Blackberry Enterprise Server, Barrracuda SPAM firewalls, messaging technologies and their interaction with Windows Active Directory. Experience with Windows PowerShell and other administrative scripting platforms. Essential qualifications for a successful candidate include excellent leadership ability, a strong commitment to a team environment, the ability to quickly adapt to new situations, and good communication skills. Must have a DoD Secret clerance or ability to obtain. CompTIA Security+ certification required to satisfy DoD 8570 requirements oro the ability to obtain within 60 days of hire.</p>
<p>L.C. Wright, Inc. is always looking for highly qualified individuals in the areas of Software Engineering, Modeling and Simulation, Test Engineers and Mathematics.</p>
<address>
E-mail resumes to: <a href="mailto:lcwrightjobs@gmail.com">L.C. Wright Jobs</a>
</address>
</div>
</div>
<footer>
<span>Copyright © 2013 L.C. Wright, Inc.</span>
</footer>
</div>
<span> </span>
<!-- javascript at the bottom for fast page loading -->
<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="js/jquery.easing-sooper.js"></script>
<script type="text/javascript" src="js/jquery.sooperfish.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('ul.sf-menu').sooperfish();
});
</script>