用纯html写个个人简历!模版分享啦!!!

news2024/11/23 12:01:37

用纯html写个个人简历!首先得先找个模板!

一个优秀模板所应该具有的素质?

简单?

仅仅一个html页面,完全没有乱七八糟,保证学的明明白白。

漂亮?

该有的内容一个不少!

个人照片,简介,经历时间轴,个人技能统计,个人情况说明。

一个完美的简历!

那么,这样的模板到底有什么用呢?

1. 改一改后台显示内容,换成自己的信息。那,它就是一个美呆了的个人简历。大厂,投,投,投!

2. 程序员可以自己加些后台,做个个人简历制作网站,圆自己一个站长梦,是不是还能增加点睡后收入?

3. 初学程序员的码农小朋友们,可以学学网页制作,在这个框架横行的世代,学好基础是一件多么可贵的事情。比如我们的时间轴,统计图,都可以学它一学!

我们看看代码吧

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<!-- Facebook and Twitter integration -->
<meta property="og:title" content=""/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content=""/>
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />

<link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet">

<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Bootstrap  -->
<link rel="stylesheet" href="css/bootstrap.css">

<!-- Theme style  -->
<link rel="stylesheet" href="css/style.css">

<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->

</head>
<body>
	
<div class="fh5co-loader"></div>

<div id="page">	
<header id="fh5co-header" class="fh5co-cover js-fullheight" role="banner" style="background-image:url(images/cover_bg_3.jpg);" data-stellar-background-ratio="0.5">
	<div class="overlay"></div>
	<div class="container">
		<div class="row">
			<div class="col-md-8 col-md-offset-2 text-center">
				<div class="display-t js-fullheight">
					<div class="display-tc js-fullheight animate-box" data-animate-effect="fadeIn">
						<div class="profile-thumb" style="background: url(images/user-3.jpg);"></div>
						<h1><span>Louie Jie Mahusay</span></h1>
						<h3><span>Web Developer / Photographer</span></h3>
						<p>
							<ul class="fh5co-social-icons">
								<li><a href="#"><i class="icon-twitter2"></i></a></li>
								<li><a href="#"><i class="icon-facebook2"></i></a></li>
								<li><a href="#"><i class="icon-linkedin2"></i></a></li>
								<li><a href="#"><i class="icon-dribbble2"></i></a></li>
							</ul>
						</p>
					</div>
				</div>
			</div>
		</div>
	</div>
</header>

<div id="fh5co-about" class="animate-box">
	<div class="container">
		<div class="row">
			<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
				<h2>About Me</h2>
			</div>
		</div>
		<div class="row">
			<div class="col-md-4">
				<ul class="info">
					<li><span class="first-block">Full Name:</span><span class="second-block">Louie Jie Mahusay</span></li>
					<li><span class="first-block">Phone:</span><span class="second-block">+ 1235 2355 98</span></li>
					<li><span class="first-block">Email:</span><span class="second-block">info@yoursite.com</span></li>
					<li><span class="first-block">Website:</span><span class="second-block">www.yoursite.com</span></li>
					<li><span class="first-block">Address:</span><span class="second-block">198 West 21th Street, Suite 721 New York NY 10016</span></li>
				</ul>
			</div>
			<div class="col-md-8">
				<h2>Hello There!</h2>
				<p>There live the blind texts far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in bookmarksgrove there live the blind texts far from the countries.</p>
				<p>Far far away, behind the word mountains, Quos quia provident consequuntur culpa facere ratione maxime commodi voluptates id repellat velit eaque aspernatur expedita. Possimus itaque adipisci there live the blind texts from the countries Vokalia and Consonantia, there live the blind texts. Quos quia provident consequuntur culpa facere ratione maxime commodi voluptates id repellat velit eaque aspernatur expedita. Possimus itaque adipisci.</p>
				<p>
					<ul class="fh5co-social-icons">
						<li><a href="#"><i class="icon-twitter2"></i></a></li>
						<li><a href="#"><i class="icon-facebook3"></i></a></li>
						<li><a href="#"><i class="icon-linkedin2"></i></a></li>
						<li><a href="#"><i class="icon-dribbble2"></i></a></li>
					</ul>
				</p>
			</div>
		</div>
	</div>
</div>

<div id="fh5co-resume" class="fh5co-bg-color">
	<div class="container">
		<div class="row animate-box">
			<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
				<h2>My Resume</h2>
			</div>
		</div>
		<div class="row">
			<div class="col-md-12 col-md-offset-0">
				<ul class="timeline">
					<li class="timeline-heading text-center animate-box">
						<div><h3>Work Experience</h3></div>
					</li>
					<li class="animate-box timeline-unverted">
						<div class="timeline-badge"><i class="icon-suitcase"></i></div>
						<div class="timeline-panel">
							<div class="timeline-heading">
								<h3 class="timeline-title">Senior Developer</h3>
								<span class="company">Company Name - 2016 - Current</span>
							</div>
							<div class="timeline-body">
								<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
							</div>
						</div>
					</li>
					<li class="timeline-inverted animate-box">
						<div class="timeline-badge"><i class="icon-suitcase"></i></div>
						<div class="timeline-panel">
							<div class="timeline-heading">
								<h3 class="timeline-title">Junior Developer</h3>
								<span class="company">Company Name - 2013 - 2017</span>
							</div>
							<div class="timeline-body">
								<p>Far far away, behind the word mountains, they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.</p>
							</div>
						</div>
					</li>
					<li class="animate-box timeline-unverted">
						<div class="timeline-badge"><i class="icon-suitcase"></i></div>
						<div class="timeline-panel">
							<div class="timeline-heading">
								<h3 class="timeline-title">UI/UX Designer</h3>
								<span class="company">Company Name - 2010 - 2012</span>
							</div>
							<div class="timeline-body">
								<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
							</div>
						</div>
					</li>

					<br>
					<li class="timeline-heading text-center animate-box">
						<div><h3>Education</h3></div>
					</li>
					<li class="timeline-inverted animate-box">
						<div class="timeline-badge"><i class="icon-graduation-cap"></i></div>
						<div class="timeline-panel">
							<div class="timeline-heading">
								<h3 class="timeline-title">Masters Degree</h3>
								<span class="company">University Name - 2007 - 2009</span>
							</div>
							<div class="timeline-body">
								<p>Far far away, behind the word mountains, they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.</p>
							</div>
						</div>
					</li>
					<li class="animate-box timeline-unverted">
						<div class="timeline-badge"><i class="icon-graduation-cap"></i></div>
						<div class="timeline-panel">
							<div class="timeline-heading">
								<h3 class="timeline-title">Bachelors Degree</h3>
								<span class="company">University Name - 2002 - 2006</span>
							</div>
							<div class="timeline-body">
								<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
							</div>
						</div>
					</li>
					<li class="timeline-inverted animate-box">
						<div class="timeline-badge"><i class="icon-graduation-cap"></i></div>
						<div class="timeline-panel">
							<div class="timeline-heading">
								<h3 class="timeline-title">Diploma Course</h3>
								<span class="company">College Name - 1999 - 2001</span>
							</div>
							<div class="timeline-body">
								<p>Far far away, behind the word mountains, they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.</p>
							</div>
						</div>
					</li>
					<li class="animate-box timeline-unverted">
						<div class="timeline-badge"><i class="icon-graduation-cap"></i></div>
						<div class="timeline-panel">
							<div class="timeline-heading">
								<h3 class="timeline-title">Graduation</h3>
								<span class="company">College Name - 1994 - 1998</span>
							</div>
							<div class="timeline-body">
								<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
							</div>
						</div>
					</li>
				</ul>
			</div>
		</div>
	</div>
</div>


<div id="fh5co-features" class="animate-box">
	<div class="container">
		<div class="services-padding">
			<div class="row">
				<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
					<h2>My Services</h2>
				</div>
			</div>
			<div class="row">
				<div class="col-md-4 text-center">
					<div class="feature-left">
						<span class="icon">
							<i class="icon-paintbrush"></i>
						</span>
						<div class="feature-copy">
							<h3>Web Design</h3>
							<p>Facilis ipsum reprehenderit nemo molestias. Aut cum mollitia reprehenderit.</p>
						</div>
					</div>
				</div>

				<div class="col-md-4 text-center">
					<div class="feature-left">
						<span class="icon">
							<i class="icon-briefcase"></i>
						</span>
						<div class="feature-copy">
							<h3>Branding</h3>
							<p>Facilis ipsum reprehenderit nemo molestias. Aut cum mollitia reprehenderit.</p>
						</div>
					</div>

				</div>
				<div class="col-md-4 text-center">
					<div class="feature-left">
						<span class="icon">
							<i class="icon-search"></i>
						</span>
						<div class="feature-copy">
							<h3>Analytics</h3>
							<p>Facilis ipsum reprehenderit nemo molestias. Aut cum mollitia reprehenderit.</p>
						</div>
					</div>
				</div>
			</div>


			<div class="row">
				<div class="col-md-4 text-center">

					<div class="feature-left">
						<span class="icon">
							<i class="icon-bargraph"></i>
						</span>
						<div class="feature-copy">
							<h3>Web Developent</h3>
							<p>Facilis ipsum reprehenderit nemo molestias. Aut cum mollitia reprehenderit.</p>
						</div>
					</div>

				</div>

				<div class="col-md-4 text-center">
					<div class="feature-left">
						<span class="icon">
							<i class="icon-genius"></i>
						</span>
						<div class="feature-copy">
							<h3>Web Marketing</h3>
							<p>Facilis ipsum reprehenderit nemo molestias. Aut cum mollitia reprehenderit.</p>
						</div>
					</div>

				</div>
				<div class="col-md-4 text-center">
					<div class="feature-left">
						<span class="icon">
							<i class="icon-chat"></i>
						</span>
						<div class="feature-copy">
							<h3>Support</h3>
							<p>Facilis ipsum reprehenderit nemo molestias. Aut cum mollitia reprehenderit.</p>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>

<div id="fh5co-skills" class="animate-box">
	<div class="container">
		<div class="row">
			<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
				<h2>Skills</h2>
			</div>
		</div>
		<div class="row row-pb-md">
			<div class="col-md-3 col-sm-6 col-xs-12 text-center">
				<div class="chart" data-percent="95"><span><strong>HTML5</strong>95%</span></div>
			</div>
			<div class="col-md-3 col-sm-6 col-xs-12 text-center">
				<div class="chart" data-percent="93"><span><strong>CSS3</strong>93%</span></div>
			</div>
			<div class="col-md-3 col-sm-6 col-xs-12 text-center">
				<div class="chart" data-percent="90"><span><strong>jQuery</strong>90%</span></div>
			</div>

			<div class="col-md-3 col-sm-6 col-xs-12 text-center">
				<div class="chart" data-percent="89"><span><strong>PHP</strong>89%</span></div>
			</div>
			<div class="col-md-3 col-sm-6 col-xs-12 text-center">
				<div class="chart" data-percent="85"><span><strong>MySQL</strong>85%</span></div>
			</div>
			<div class="col-md-3 col-sm-6 col-xs-12 text-center">
				<div class="chart" data-percent="90"><span><strong>AngularJS</strong>90%</span></div>
			</div>
			<div class="col-md-3 col-sm-6 col-xs-12 text-center">
				<div class="chart" data-percent="85"><span><strong>Ruby</strong>85%</span></div>
			</div>
			<div class="col-md-3 col-sm-6 col-xs-12 text-center">
				<div class="chart" data-percent="90"><span><strong>Java</strong>90%</span></div>
			</div>
		</div>
		<div class="row">
			<div class="col-md-6">
				<div class="progress-wrap">
					<h3><span class="name-left">HTML5/CSS3</span><span class="value-right">95%</span></h3>
					<div class="progress">
					  <div class="progress-bar progress-bar-1 progress-bar-striped active" role="progressbar"
					  aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width:90%">
					  </div>
					</div>
				</div>
				<div class="progress-wrap">
					<h3><span class="name-left">WordPress</span><span class="value-right">90%</span></h3>
					<div class="progress">
					  <div class="progress-bar progress-bar-2 progress-bar-striped active" role="progressbar"
					  aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width:90%">
					  </div>
					</div>
				</div>
				<div class="progress-wrap">
					<h3><span class="name-left">PHP</span><span class="value-right">80%</span></h3>
					<div class="progress">
					  <div class="progress-bar progress-bar-3 progress-bar-striped active" role="progressbar"
					  aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width:80%">
					  </div>
					</div>
				</div>
				<div class="progress-wrap">
					<h3><span class="name-left">Java</span><span class="value-right">85%</span></h3>
					<div class="progress">
					  <div class="progress-bar progress-bar-4 progress-bar-striped active" role="progressbar"
					  aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" style="width:85%">
					  </div>
					</div>
				</div>
			</div>
			<div class="col-md-6">
				<div class="progress-wrap">
					<h3><span class="name-left">Design</span><span class="value-right">100%</span></h3>
					<div class="progress">
					  <div class="progress-bar progress-bar-5 progress-bar-striped active" role="progressbar"
					  aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width:100%">
					  </div>
					</div>
				</div>
				<div class="progress-wrap">
					<h3><span class="name-left">Ruby</span><span class="value-right">70%</span></h3>
					<div class="progress">
					  <div class="progress-bar progress-bar-striped active" role="progressbar"
					  aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width:70%">
					  </div>
					</div>
				</div>
				<div class="progress-wrap">
					<h3><span class="name-left">Python</span><span class="value-right">85%</span></h3>
					<div class="progress">
					  <div class="progress-bar progress-bar-1 progress-bar-striped active" role="progressbar"
					  aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" style="width:85%">
					  </div>
					</div>
				</div>
				<div class="progress-wrap">
					<h3><span class="name-left">jQuery</span><span class="value-right">75%</span></h3>
					<div class="progress">
					  <div class="progress-bar progress-bar-3 progress-bar-striped active" role="progressbar"
					  aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width:75%">
					  </div>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>

<div id="fh5co-work" class="fh5co-bg-dark">
	<div class="container">
		<div class="row animate-box">
			<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
				<h2>Work</h2>
			</div>
		</div>
		<div class="row">
			<div class="col-md-3 text-center col-padding animate-box">
				<a href="#" class="work" style="background-image: url(images/portfolio-1.jpg);">
					<div class="desc">
						<h3>Project Name</h3>
						<span>Illustration</span>
					</div>
				</a>
			</div>
			<div class="col-md-3 text-center col-padding animate-box">
				<a href="#" class="work" style="background-image: url(images/portfolio-2.jpg);">
					<div class="desc">
						<h3>Project Name</h3>
						<span>Brading</span>
					</div>
				</a>
			</div>
			<div class="col-md-3 text-center col-padding animate-box">
				<a href="#" class="work" style="background-image: url(images/portfolio-3.jpg);">
					<div class="desc">
						<h3>Project Name</h3>
						<span>Illustration</span>
					</div>
				</a>
			</div>
			<div class="col-md-3 text-center col-padding animate-box">
				<a href="#" class="work" style="background-image: url(images/portfolio-4.jpg);">
					<div class="desc">
						<h3>Project Name</h3>
						<span>Design</span>
					</div>
				</a>
			</div>
			<div class="col-md-3 text-center col-padding animate-box">
				<a href="#" class="work" style="background-image: url(images/portfolio-5.jpg);">
					<div class="desc">
						<h3>Project Name</h3>
						<span>Website</span>
					</div>
				</a>
			</div>
			<div class="col-md-3 text-center col-padding animate-box">
				<a href="#" class="work" style="background-image: url(images/portfolio-6.jpg);">
					<div class="desc">
						<h3>Project Name</h3>
						<span>Illustration</span>
					</div>
				</a>
			</div>
			<div class="col-md-3 text-center col-padding animate-box">
				<a href="#" class="work" style="background-image: url(images/portfolio-7.jpg);">
					<div class="desc">
						<h3>Project Name</h3>
						<span>Brading</span>
					</div>
				</a>
			</div>
			<div class="col-md-3 text-center col-padding animate-box">
				<a href="#" class="work" style="background-image: url(images/portfolio-8.jpg);">
					<div class="desc">
						<h3>Project Name</h3>
						<span>Illustration</span>
					</div>
				</a>
			</div>
		</div>
	</div>
</div>

<div id="fh5co-blog">
	<div class="container">
		<div class="row animate-box">
			<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
				<h2>Post on Medium</h2>
				<p>Dignissimos asperiores vitae velit veniam totam fuga molestias accusamus alias autem provident. Odit ab aliquam dolor eius.</p>
			</div>
		</div>
		<div class="row">
			<div class="col-md-4">
				<div class="fh5co-blog animate-box">
					<a href="#" class="blog-bg" style="background-image: url(images/portfolio-1.jpg);"></a>
					<div class="blog-text">
						<span class="posted_on">Mar. 15th 2016</span>
						<h3><a href="#">Photoshoot On The Street</a></h3>
						<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
						<ul class="stuff">
							<li><i class="icon-heart2"></i>249</li>
							<li><i class="icon-eye2"></i>308</li>
							<li><a href="#">Read More<i class="icon-arrow-right22"></i></a></li>
						</ul>
					</div> 
				</div>
			</div>
			<div class="col-md-4">
				<div class="fh5co-blog animate-box">
					<a href="#" class="blog-bg" style="background-image: url(images/portfolio-2.jpg);"></a>
					<div class="blog-text">
						<span class="posted_on">Mar. 15th 2016</span>
						<h3><a href="#">Surfing at Philippines</a></h3>
						<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
						<ul class="stuff">
							<li><i class="icon-heart2"></i>249</li>
							<li><i class="icon-eye2"></i>308</li>
							<li><a href="#">Read More<i class="icon-arrow-right22"></i></a></li>
						</ul>
					</div> 
				</div>
			</div>
			<div class="col-md-4">
				<div class="fh5co-blog animate-box">
					<a href="#" class="blog-bg" style="background-image: url(images/portfolio-3.jpg);"></a>
					<div class="blog-text">
						<span class="posted_on">Mar. 15th 2016</span>
						<h3><a href="#">Capture Living On Uderwater</a></h3>
						<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
						<ul class="stuff">
							<li><i class="icon-heart2"></i>249</li>
							<li><i class="icon-eye2"></i>308</li>
							<li><a href="#">Read More<i class="icon-arrow-right22"></i></a></li>
						</ul>
					</div> 
				</div>
			</div>
		</div>
	</div>
</div>

<div id="fh5co-started" class="fh5co-bg-dark">
	<div class="overlay"></div>
	<div class="container">
		<div class="row animate-box">
			<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
				<h2>Hire Me!</h2>
				<p>Facilis ipsum reprehenderit nemo molestias. Aut cum mollitia reprehenderit. Eos cumque dicta adipisci architecto culpa amet.</p>
				<p><a href="#" class="btn btn-default btn-lg">Contact Us</a></p>
			</div>
		</div>
	</div>
</div>

<div id="fh5co-consult">
	<div class="video fh5co-video" style="background-image: url(images/cover_bg_1.jpg);">
		<div class="overlay"></div>
	</div>
	<div class="choose animate-box">
		<h2>Contact</h2>
		<form action="#">
			<div class="row form-group">
				<div class="col-md-6">
					<input type="text" id="fname" class="form-control" placeholder="Your firstname">
				</div>
			</div>
			<div class="row form-group">
				<div class="col-md-6">
					<input type="text" id="lname" class="form-control" placeholder="Your lastname">
				</div>
			</div>

			<div class="row form-group">
				<div class="col-md-12">
					<input type="text" id="email" class="form-control" placeholder="Your email address">
				</div>
			</div>

			<div class="row form-group">
				<div class="col-md-12">
					<input type="text" id="subject" class="form-control" placeholder="Your subject of this message">
				</div>
			</div>

			<div class="row form-group">
				<div class="col-md-12">
					<textarea name="message" id="message" cols="30" rows="10" class="form-control" placeholder="Say something about us"></textarea>
				</div>
			</div>
			<div class="form-group">
				<input type="submit" value="Send Message" class="btn btn-primary">
			</div>

		</form>	
	</div>
</div>

<div id="map" class="fh5co-map"></div>
</div>

<div id="fh5co-footer">
	<div class="container">
		<div class="row">
			<div class="col-md-12">
				<p>Copyright &copy; 2017.Company name All rights reserved.<a target="_blank" href="http://xxxxxxx.com/">xxxxxx</a><a target="_blank" href="http://www.moobnn.com">网页模板</a></p>
			</div>
		</div>
	</div>
</div>

<div class="gototop js-top">
	<a href="#" class="js-gotop"><i class="icon-arrow-up22"></i></a>
</div>

<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Stellar Parallax -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Easy PieChart -->
<script src="js/jquery.easypiechart.min.js"></script>
<!-- Google Map -->
<!---<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCefOgb1ZWqYtj7raVSmN4PL2WkTrc-KyA&sensor=false"></script>--->
<script src="js/google_map.js"></script>

<!-- Main -->
<script src="js/main.js"></script>

</body>
</html>

那么,这么优雅的模板完整版,在哪儿下载呢?

https://download.csdn.net/download/qqhxmdq/88188911

一起来快乐的玩耍吧!!!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/1022117.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

零基础Linux_6(开发工具_下)函数库链接+Makefile+实现进度条+Git

目录 1. 函数库&#xff08;链接&#xff09; 1.1 链接 1.2 动态库与静态库 2. makefile 2.1 项目构建 2.2 Makefile的概念 2.3 Makefile的编写 2.4 .PHONY定义伪目标 ACM 时间 3.实现进度条&#xff08;缓冲区&#xff09; 3.1 缓冲区的概念 3.2 实现一个简易 &q…

全网最详细的OSPF原理总结,看这篇就够了!

大家好&#xff0c;我的网工朋友。 OSPF是一种基于链路状态的路由协议&#xff0c;也是专为 IP 开发的路由协议&#xff0c;直接运行在 IP 层上面。它从设计上保证了无路由环路。除此之外&#xff0c;IS-IS也是很常见的链路状态协议。 为什么会出现OSPF&#xff1f; 作为目前…

欧拉操作系统在线安装mysql8数据库并用navicat premium远程连接

网上太多安装教程&#xff0c;但是没有一个教程能够一站式解决安装问题&#xff0c;而我不一样&#xff0c;我写的每一个博客&#xff0c;都是我自己试验过很多次&#xff0c;能够确保一站式解决&#xff0c;才会发上去&#xff0c;希望能够帮助到大家 第一步&#xff1a;升级…

Linux工具(一)

前言&#xff1a;Linux是一个开源的操作系统&#xff0c;它拥有庞大而活跃的开发社区&#xff0c;为用户提供了丰富多样的工具和应用程序。这些工具不仅适用于系统管理员和开发人员&#xff0c;也适用于普通用户&#xff0c;可以帮助他们完成各种任务&#xff0c;从简单的文件管…

爬虫 — Scrapy 框架安装问题

整理几个关于安装 Scrapy 框架时会遇到的问题及解决方法。 1、 pip install typing-extensions4.3.0 -i https://pypi.douban.com/simple 2、 pip install pyOpenSSL22.0 -i https://pypi.douban.com/simple 3、 pip install cryptography36.0.2 -i https://pypi.douban.com/s…

基于GBDT+Tkinter+穷举法按排队时间预测最优路径的智能导航推荐系统——机器学习算法应用(含Python工程源码)+数据集(四)

目录 前言总体设计系统整体结构图系统流程图 运行环境Python环境Pycharm 环境Scikit-learnt 模块实现1. 数据预处理2. 客流预测3. 百度地图API调用4. GUI界面设计5. 路径规划6. 智能推荐 系统测试1. 训练准确率2. 测试效果3. 程序应用 相关其它博客工程源代码下载其它资料下载 …

如何在云服务器上成功安装MongoDB数据库并用Python连接(问题及解决方法)

最近购买了1台腾讯云轻量服务器做测试&#xff0c;想在上面安装MongoDB数据库。但安装过程并不顺利&#xff0c;遇到了几个问题。本文记录一下安装过程及遇到的问题和解决方法。 一、软件下载地址&#xff1a; 1.直接打开MongoDB官网&#xff1a;https://www.mongodb.com/ …

2023 Google 开发者大会:助力传承和弘扬传统文化

文章目录 前言一、关于 Google 开发者大会1.1、什么是 Google 开发者大会&#xff1f;1.2、CSDN 上线 2023 Google 开发者大会专题页 二、敦煌深厚的艺术沉淀2.1、“云想衣裳花想容”&#xff1f;2.2、“大漠孤烟直&#xff0c;长河落日圆” 三、传统文化赋予现代艺术设计灵感四…

1.IAR-8051安装

新版安装教程&#xff1a;IAR EW for 8051 简介与安装 新版软件zhuce&#xff1a;IAR EW for 8051 软件注册 - 知乎 这个新版的我也放到网盘里面了&#xff0c;自己自行选择安装 一、下载IAR-8051 链接&#xff1a;https://pan.baidu.com/s/1mYwSQvSjAiSzltrEbK3yAw?pwd43cd …

IPV4和IPV6,公网IP和私有IP有什么区别?

文章目录 1、什么是IP地址&#xff1f;1.1、背景1.2、交换机1.3、局域网1.4、广域网1.5、ISP 互联网服务提供商 2、IPV42.1、什么是IPV4&#xff1f;2.2、IPV4的组成2.3、NAT 网络地址转换2.4、端口映射 3、公网IP和私有IP4、IPV6 1、什么是IP地址&#xff1f; 1.1、背景 一台…

接口调用三种方式

创建服务端 一个controller&#xff0c;一个启动类&#xff0c;配置端口 controller import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController;RestController public class ServerController {Req…

uniapp开发h5 遇到一个刻度尺的需求 实现记录

先上最终实现图 实现这个功能使用的是github上找的一个库 叫slide-ruler 地址 实现思路&#xff1a; 第一步&#xff1a;在终端npm 下载这个依赖 第二步&#xff1a;新建一个刻度尺自定义组件&#xff0c;如果不是自定义组件会不生效&#xff0c;并且这个自定义组件里面放一…

用无代码搭建数据中台,竟做到如此丝滑

文章目录 需求背景系统介绍配置说明1 菜单导航2 系统自带组件导入页面&#xff08;1&#xff09;数据集成相关组件&#xff08;2&#xff09;数据服务相关组件 3 由系统组件路径添加页面&#xff08;1&#xff09;数据资产管理&#xff08;2&#xff09;数据标准管理&#xff0…

Hutool工具包:http客户端工具(使用教程)

目录 一、Hutool介绍 二、笔者的话 三、引入依赖 四、大致步骤 五、GET请求 5.1 代码 5.2 结果展示 六、POST请求 6.1 代码一&#xff08;Form Data类型参数&#xff09; 6.2 结果展示 6.3 代码二&#xff08;Form Data类型参数 - 含上传文件&#xff09; 6.4 结果…

idea设置项目启动的JVM运行内存大小

idea设置项目启动的JVM运行内存大小 场景 在开发当中&#xff0c;idea默认服务启动要占用1G内存。其实每个项目本地开发和调试的时候&#xff0c;根本不需要1G内存&#xff0c;200M左右足以 如果在微服务体系下&#xff0c;那效果更明显&#xff0c;相同的内存可以启动更多的…

Linux学习之Redis集群部署

Redis集群部署 准备集群环境 创建集群 # 准备集群环境--配置192.168.88.51(host51) [rootlocalhost ~]# yum install -y redis [roothost51 ~]# vim /etc/redis.conf bind 192.168.88.51 cluster-enabled yes cluster-config-file nodes-6379.conf cluster-node-timeout 5000…

Java web基础知识

Servlet Servlet是sun公司开发的动态web技术 sun在API中提供了一个接口叫做 Servlet &#xff0c;一个简单的Servlet 程序只需要完成两个步骤 编写一个实现了Servlet接口的类 把这个Java部署到web服务器中 一般来说把实现了Servlet接口的java程序叫做&#xff0c;Servlet 初步…

成功的海外网红营销:文化和价值观冲突的应对策略

随着全球数字化和社交媒体的崛起&#xff0c;海外网红营销已经成为企业推广产品和服务的一种重要方式。然而&#xff0c;这种全球性的营销活动也伴随着文化和价值观的多样性&#xff0c;容易导致潜在的冲突和误解。为了取得成功并避免不必要的争议&#xff0c;企业需要深入了解…

从B-21轰炸机看美空军作战战略趋势

源自&#xff1a;北京蓝德信息科技有限公司 图注&#xff1a;The B-21 Raider was unveiled to the public at a ceremony Dec. 2, 2022, in Palmdale, Calif. (U.S. Air Force photo) (一)B-21开发进展 (二)B-21性能研判 声明:公众号转载的文章及图片出于非商业性的教育和科研…

2023 RISC-V 中国峰会 演讲幻灯片和视频回放 均已公开

安全之安全(security)博客目录导读 目录 一、幻灯片地址 二、演讲视频 一、幻灯片地址&#xff1a; GitHub - cnrv/RVSC2023: RISC-V Summit China 2023 二、演讲视频&#xff1a; RISCV国际基金会的个人空间-RISCV国际基金会个人主页-哔哩哔哩视频 参考&#xff1a;CNRV …