搞个个人博客,纯学习想找个纯html模板咋就这难

以前做毕业设计的时候老想找一些不掺杂后端代码的前端模板。

可是下载下来,不是php就是python后台的。看又看不懂,想换语言就必须先把里面的后台代码拿掉。

就很像买了个精装的二手房,白白多花了砸墙钱。

就比如,想做个带菜单的手机网页模板,一下载下一大堆。我只是想要一个简单单纯的html模板而已啊,亲!!

就比如这个小清新主题(其实,什么主题无所谓)的手机可用的纯html模板就很nice。

直接稍微改一改就能直接当一个个人博客了有木有。

或者也可以把一些小组件小功能直接扒下来用,就很方便。比如什么自适应响应式的东西,左右侧的菜单,导航,统计图表等等。虽然现在大多都用vue的比较多,但是,谁让html,这些东西都是基础呢,学一学也不是什么坏事。这些功能虽然简单,但是,要全部得自己写,还是,就很烦。。。

 

文件目录贵在一个简单,比如几个index.html文件以及一些必要的js,css,img这些个文件。稍微改改就能复用,用来做些个个人博客,课程作业什么的岂不是美滋滋。

其他几个页面也可以看手机上的样子吧。

就很nice.

 

 

那么,我们简单看一下html代码把。看看麻雀虽小五脏俱全的这么个功能的文件到底是怎么写出来的。

先看个主页

<!DOCTYPE html>
<html lang="en" class="ace ace-card-on ace-tab-nav-on ace-main-nav-on ace-sidebar-on" data-theme-color="#c0e3e7">
<head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Certy</title><meta name="description" content=""><link rel="apple-touch-icon" href="apple-touch-icon.png"><link rel="shortcut icon" href="favicon.ico"><!-- Google Fonts --><link href="https://fonts.googleapis.com/css?family=Quicksand:400,700" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet"><!-- Icon Fonts --><link href="fonts/icomoon/style.css" rel="stylesheet"><!-- Styles --><link href="js/plugins/highlight/solarized-light.css" rel="stylesheet"><link href="style.css" rel="stylesheet"><!-- Modernizer --><script type="text/javascript" src="js/vendor/modernizr-3.3.1.min.js"></script></head><body><div class="ace-wrapper"><header id="ace-header" class="ace-container-shift ace-logo-in ace-head-boxed ace-nav-right"><div class="ace-head-inner"><div class="ace-head-container ace-container"><div class="ace-head-row"><div id="ace-head-col1" class="ace-head-col text-left"><a id="ace-logo" class="ace-logo" href="index.html"><img src="img/uploads/brand/logo.svg" alt="ace resume"><span>.Certy</span></a></div><div id="ace-head-col2" class="ace-head-col text-right"><div class="ace-nav-container ace-container hidden-sm hidden-xs"><nav id="ace-main-nav"><ul class="clear-list"><li><a href="index.html">about</a></li><li><a href="portfolio.html">portfolio</a><li><a href="testimonials.html">references</a></li><li><a href="search.html">search</a></li><li><a href="category.html">category</a></li><li><a href="contact.html">contact</a></li></ul></nav></div></div><div id="ace-head-col3" class="ace-head-col text-right"><button id="ace-sidebar-btn" class="btn btn-icon btn-light btn-shade"><span class="ace-icon ace-icon-side-bar-icon"></span></button></div></div></div><!-- .ace-container --></div><!-- .ace-head-inner --></header><!-- #ace-header --><nav id="ace-nav-sm" class="ace-nav hidden-lg hidden-md"><ul class="clear-list"><li><a href="index.html" data-tooltip="Home"><img class="avatar avatar-42" src="img/uploads/avatar/avatar-42x42.png" alt=""></a></li><li><a href="experience.html" data-tooltip="Experience"><span class="ace-icon ace-icon-experience"></span></a></li><li><a href="portfolio.html" data-tooltip="Portfolio"><span class="ace-icon ace-icon-portfolio"></span></a></li><li><a href="testimonials.html" data-tooltip="References"><span class="ace-icon ace-icon-references"></span></a></li><li><a href="contact.html" data-tooltip="Contact"><span class="ace-icon ace-icon-contact"></span></a></li><li><a href="category.html" data-tooltip="Blog"><span class="ace-icon ace-icon-blog"></span></a></li></ul></nav><!-- #ace-tab-nav-sm --><article id="ace-card" class="ace-card bg-primary"><div class="ace-card-inner text-center"><img class="avatar avatar-195" src="img/uploads/avatar/avatar-195x195.png" width="195" height="195" alt=""><h1>Ola Lowe</h1><p class="text-muted">Florist | Decorator</p><ul class="ace-social clear-list"><li><a><span class="ace-icon ace-icon-facebook"></span></a></li><li><a><span class="ace-icon ace-icon-twitter"></span></a></li><li><a><span class="ace-icon ace-icon-google-plus"></span></a></li><li><a><span class="ace-icon ace-icon-instagram"></span></a></li><li><a><span class="ace-icon ace-icon-pinterest"></span></a></li></ul></div><footer class="ace-card-footer"><a class="btn btn-lg btn-block btn-thin btn-upper " href="#">Download Resume</a></footer></article><!-- #ace-card --><div id="ace-content" class="ace-container-shift"><div class="ace-container"><div id="ace-nav-wrap" class="hidden-sm hidden-xs"><div class="ace-nav-cont"><div id="ace-nav-scroll"><nav id="ace-nav" class="ace-nav"><ul class="clear-list"><li><a href="index.html" data-tooltip="Home"><img class="avatar avatar-42" src="img/uploads/avatar/avatar-42x42.png" alt=""></a></li>									<li><a href="experience.html" data-tooltip="Experience"><span class="ace-icon ace-icon-experience"></span></a></li><li><a href="portfolio.html" data-tooltip="Portfolio"><span class="ace-icon ace-icon-portfolio"></span></a></li><li><a href="testimonials.html" data-tooltip="References"><span class="ace-icon ace-icon-references"></span></a></li><li><a href="contact.html" data-tooltip="Contact"><span class="ace-icon ace-icon-contact"></span></a></li><li><a href="category.html" data-tooltip="Blog"><span class="ace-icon ace-icon-blog"></span></a></li></ul></nav></div><div id="ace-nav-tools" class="hidden"><span class="ace-icon ace-icon-dots-three-horizontal"></span><button id="ace-nav-arrow" class="clear-btn"><span class="ace-icon ace-icon-chevron-thin-down"></span></button></div></div><div class="ace-nav-btm"></div></div><!-- .ace-nav-wrap --><div class="ace-paper-stock"><main class="ace-paper clearfix"><div class="ace-paper-cont clear-mrg"><!-- START: PAGE CONTENT --><div class="padd-box clear-mrg"><section class="section brd-btm"><div class="row"><div class="col-sm-12 clear-mrg text-box"><h2 class="title-lg text-upper">About Me</h2><p><b>Helo, I’m Ola Lowe!</b><br>Logo or your Company Name, unless of course you are Microsoft or the Yellow Pages online directorye core ofyour marketing, the central theme around your products and services.Your brand is not your Logo or your Company Name, unless of course you are Microsoft or the Yellow Pagesonline directory.</p><p class="text-right"><img src="img/uploads/signature.png" alt=""></p></div></div></section><!-- .section --><section class="section brd-btm"><div class="row"><div class="col-sm-6 clear-mrg"><h2 class="title-thin text-muted">personal information</h2><dl class="dl-horizontal clear-mrg"><dt class="text-upper">Full Name</dt><dd>Ola Maria Lowe</dd><dt class="text-upper">D.o.b.</dt><dd>05 Sep 1986</dd><dt class="text-upper">address</dt><dd>24058, Belgium, Brussels,Liutte 27, BE</dd><dt class="text-upper">e-mail</dt><dd><a href="mailto:robertsmith@company.com">robertsmith@company.com</a></dd><dt class="text-upper">phone</dt><dd>+1 256 254 84 56</dd><dt class="text-upper">freelance</dt><dd>Available</dd></dl></div><!-- .col-sm-6 --><div class="col-sm-6 clear-mrg"><h2 class="title-thin text-muted">languages</h2><div class="progress-bullets ace-animate" role="progressbar" aria-valuenow="10" aria-valuemin="0" aria-valuemax="10"><strong class="progress-title">English</strong><span class="progress-bar"><span class="bullet fill"></span><span class="bullet fill"></span><span class="bullet fill"></span><span class="bullet fill"></span><span class="bullet fill"></span><span class="bullet fill"></span><span class="bullet fill"></span><span class="bullet fill"></span><span class="bullet fill"></span><span class="bullet fill"></span></span><span class="progress-text text-muted">native</span></div><div class="progress-bullets ace-animate" role="progressbar" aria-valuenow="8" aria-valuemin="0" aria-valuemax="10"><strong class="progress-title">Spanish</strong><span class="progress-bar"><span class="bullet fill"></span><span class="bullet fill"></span><span class="bullet fill"></span><span class="bullet fill"></span><span class="bullet fill"></span><span class="bullet fill"></span><span class="bullet fill"></span><span class="bullet fill"></span><span class="bullet"></span><span class="bullet"></span></span><span class="progress-text text-muted">intermediate</span></div><div class="progress-bullets ace-animate" role="progressbar" aria-valuenow="7" aria-valuemin="0" aria-valuemax="10"><strong class="progress-title">Italian</strong><span class="progress-bar"><span class="bullet fill"></span><span class="bullet fill"></span><span class="bullet fill"></span><span class="bullet fill"></span><span class="bullet fill"></span><span class="bullet fill"></span><span class="bullet fill"></span><span class="bullet"></span><span class="bullet"></span><span class="bullet"></span></span><span class="progress-text text-muted">begginer</span></div></div><!-- .col-sm-6 --></div><!-- .row --></section><!-- .section --><section class="section brd-btm"><div class="row"><div class="col-sm-6 clear-mrg"><h2 class="title-thin text-muted">professional skills</h2><div class="row"><div class="col-xs-4"><div class="progress-chart ace-animate" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"><div class="progress-bar" data-text="90%" data-value="0.9"></div><strong class="progress-title">UX Design</strong></div></div><!-- .col-xs-4 --><div class="col-xs-4"><div class="progress-chart ace-animate" role="progressbar" aria-valuenow="88" aria-valuemin="0" aria-valuemax="100"><div class="progress-bar" data-text="81%" data-value="0.81"></div><strong class="progress-title">PHP & MySql</strong></div></div><!-- .col-xs-4 --><div class="col-xs-4"><div class="progress-chart ace-animate" role="progressbar" aria-valuenow="66" aria-valuemin="0" aria-valuemax="100"><div class="progress-bar" data-text="66%" data-value="0.66"></div><strong class="progress-title">UI Design</strong></div></div><!-- .col-xs-4 --></div><!-- .row --></div><!-- .col-sm-6 --><div class="col-sm-6 clear-mrg"><h2 class="title-thin text-muted">professional skills</h2><div class="progress-line ace-animate" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"><strong class="progress-title">Php & MySQL</strong><div class="progress-bar" data-text="90%" data-value="0.9"></div></div><div class="progress-line ace-animate" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"><strong class="progress-title">Javascript</strong><div class="progress-bar" data-text="80%" data-value="0.8"></div></div><div class="progress-line ace-animate" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"><strong class="progress-title">UX Design</strong><div class="progress-bar" data-text="80%" data-value="0.8"></div></div><div class="progress-line ace-animate" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"><strong class="progress-title">UI Design</strong><div class="progress-bar" data-text="70%" data-value="0.7"></div></div></div><!-- .col-sm-6 --></div><!-- .row --></section><!-- .section --><section class="section brd-btm"><div class="row"><div class="col-sm-6 clear-mrg"><h2 class="title-thin text-muted">professional skills</h2><div class="progress-line ace-animate" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"><strong class="progress-title">Php & MySQL</strong><div class="progress-bar" data-text="90%" data-value="0.9"></div></div><div class="progress-line ace-animate" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"><strong class="progress-title">Javascript</strong><div class="progress-bar" data-text="80%" data-value="0.8"></div></div><div class="progress-line ace-animate" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"><strong class="progress-title">UX Design</strong><div class="progress-bar" data-text="80%" data-value="0.8"></div></div></div><!-- .col-sm-6 --><div class="col-sm-6 clear-mrg"><h2 class="title-thin text-muted">personal characteristics</h2><ul class="styled-list clear-mrg"><li>Lake Marcelview</li><li>New Tara</li><li>Abbeyshire</li><li>Kassulkechester</li></ul></div><!-- .col-sm-6 --></div><!-- .row --></section><!-- .section --><section class="section brd-btm"><div class="row"><div class="col-sm-12 clear-mrg"><h2 class="title-thin text-muted">interests</h2><ul class="icon-list icon-list-col3 clearfix"><li><span class="ace-icon ace-icon-music"></span> North Adella</li><li><span class="ace-icon ace-icon-blog"></span> North Adella</li><li><span class="ace-icon ace-icon-blog"></span> North Adella</li><li><span class="ace-icon ace-icon-blog"></span> North Adella</li><li><span class="ace-icon ace-icon-blog"></span> North Adella</li><li><span class="ace-icon ace-icon-music"></span> North Adella</li><li><span class="ace-icon ace-icon-blog"></span> North Adella</li><li><span class="ace-icon ace-icon-blog"></span> North Adella</li></ul></div></div></section><!-- .section --><section class="section"><h2 class="title-thin text-muted">Awards and Achievements</h2><div class="row"><div class="col-sm-6 clear-mrg"><div class="award-box"><figure class="award-img"><img src="img/uploads/awards/award-01.png" alt=""></figure><h3 class="award-title">Lake Marcelview</h3><div class="award-text text-muted clear-mrg"><p>Your brand is the core of your marketing, the central theme around your products and services.Your brand is not your Logo or your Company Name</p></div></div></div><!-- .col-sm-6 --><div class="col-sm-6 clear-mrg"><div class="award-box"><figure class="award-img"><img src="img/uploads/awards/award-02.png" alt=""></figure><h3 class="award-title">Lake Marcel Awards</h3><div class="award-text text-muted clear-mrg"><p>Your brand is the core of your marketing, the central theme around your products and services.</p></div></div></div><!-- .col-sm-6 --></div><!-- .row --></section><!-- .section --></div><!-- .padd-box -->
<!-- END: PAGE CONTENT --></div><!-- .ace-paper-cont --></main><!-- .ace-paper --></div><!-- .ace-paper-stock --></div><!-- .ace-container --></div><!-- #ace-content --><div id="ace-sidebar"><button id="ace-sidebar-close" class="btn btn-icon btn-light btn-shade"><span class="ace-icon ace-icon-close"></span></button><div id="ace-sidebar-inner"><nav id="ace-main-nav-sm" class="visible-xs visible-sm text-center"><ul class="clear-list"><li><a href="index.html">about</a></li><li><a href="portfolio.html">portfolio</a><li><a href="testimonials.html">references</a></li><li class="has-sub-menu"><a href="#">pages</a><ul class="sub-menu"><li><a href="typography.html">typography</a></li><li><a href="components.html">components</a></li><li><a href="search.html">search</a></li><li><a href="404.html">404</a></li></ul></li><li class="has-sub-menu"><a href="category.html">blog</a><ul class="sub-menu"><li><a href="single.html">single</a></li><li><a href="single-image.html">single image</a></li><li><a href="single-slider.html">single slider</a></li><li><a href="single-youtube.html">single youtube</a></li><li><a href="single-vimeo.html">single vimeo</a></li><li><a href="single-dailymotion.html">single dailymotion</a></li><li><a href="single-soundcloud.html">single soundcloud</a></li><li><a href="single-video.html">single video</a></li><li><a href="single-audio.html">single audio</a></li></ul></li><li><a href="contact.html">contact</a></li></ul></nav><!-- #ace-main-nav-sm --><article class="ace-card bg-primary"><div class="ace-card-inner text-center"><img class="avatar avatar-195" src="img/uploads/avatar/avatar-195x195.png" width="195" height="195" alt=""><h1>Ola Lowe</h1><p class="text-muted">Florist | Decorator</p><ul class="ace-social clear-list"><li><a><span class="ace-icon ace-icon-facebook"></span></a></li><li><a><span class="ace-icon ace-icon-twitter"></span></a></li><li><a><span class="ace-icon ace-icon-google-plus"></span></a></li><li><a><span class="ace-icon ace-icon-instagram"></span></a></li><li><a><span class="ace-icon ace-icon-pinterest"></span></a></li></ul></div>				</article><!-- #ace-card --><aside class="widget-area"><section class="widget widget_search"><form role="search" method="get" class="search-form" action="http://sc.chinaz.com/jiaoben/"><label><span class="screen-reader-text">Search for:</span><input type="search" class="search-field" placeholder="Search" value="" name="s"></label><button type="submit" class="search-submit"><span class="screen-reader-text">Search</span><span class="ace-icon ace-icon-search"></span></button></form></section><section class="widget widget_posts_entries"><h2 class="widget-title">popular posts</h2><ul><li><a class="post-image" href=""><img src="http://noemi.px-lab.com/wp-content/uploads/2016/05/tttt-70x70.png" alt=""></a><div class="post-content"><h3><a href="">contextual advertising</a></h3></div><div class="post-category-comment"><a href="" class="post-category">Work</a><a href="" class="post-comments">256 comments</a></div></li><li><a class="post-image" href=""><img src="http://noemi.px-lab.com/wp-content/uploads/2016/05/IMG_8945-1-70x70.jpg" alt=""></a><div class="post-content"><h3><a href="">grilling tips for the dog days of summer</a></h3></div><div class="post-category-comment"><a href="" class="post-category">Work</a><a href="" class="post-comments">256 comments</a></div></li><li><a class="post-image" href=""><img src="http://noemi.px-lab.com/wp-content/uploads/2016/05/15-70x70.png" alt=""></a><div class="post-content"><h3><a href=""></a>branding do you know who are</h3></div><div class="post-category-comment"><a href="" class="post-category">Work</a><a href="" class="post-comments">256 comments</a></div></li></ul></section><section id="tag_cloud-2" class="widget widget_tag_cloud"><h2 class="widget-title">Tags</h2><div class="tagcloud"><a href="http://sc.chinaz.com/jiaoben/tag/audios/" class="tag-link-5 tag-link-position-1" title="1 topic" style="font-size: 1em;">Audios</a><a href="" class="tag-link-7 tag-link-position-2" title="1 topic" style="font-size: 1em;">Freelance</a></div></section><section id="recent-posts-3" class="widget widget_recent_entries"><h4 class="widget-title">Recent Posts</h4><ul><li><a href="">Global Travel And Vacations  Luxury Travel On A Tight  Budget</a><div class="post-category-comment"><a href="" class="post-category">Photography</a><a href="" class="post-comments">256 comments</a></div></li><li><a href="">cooking for one</a><div class="post-category-comment"><a href="" class="post-category">Work</a><a href="" class="post-comments">256 comments</a></div></li><li><a href="">An Ugly Myspace Profile Will  Sure Ruin Your Reputation</a><div class="post-category-comment"><a href="" class="post-category">Photography</a><a href="" class="post-comments">256 comments</a></div></li></ul></section><section class="widget widget_categories"><h4 class="widget-title">post categories</h4><ul><li class="cat-item"><a href="">Audios</a>5</li><li class="cat-item"><a href="">Daili Inspiration</a>2</li><li class="cat-item"><a href="">Freelance</a>27</li><li class="cat-item"><a href="">Links</a>5</li><li class="cat-item"><a href="">Mobile</a>2</li><li class="cat-item"><a href="">Phography</a>27</li></ul></section></aside></div><!-- #ace-sidebar-inner --></div><!-- #ace-sidebar --><footer id="ace-footer" class="ace-container-shift"><div class="ace-container"><div class="ace-footer-cont clear-mrg"><p class="text-center">Copyright &copy; 2017.Company name All rights reserved.<a target="_blank" href="www.lalalalalalalala.com">xxxx公司</a><a target="_blank" href="http://www.moobnn.com">网页模板</a></p>				</div></div><!-- .ace-container --></footer><!-- #ace-footer --><!-- Triangle Shapes --><svg id="ace-bg-shape-1" class="hidden-sm hidden-xs" height="519" width="758"><polygon points="0,455,693,352,173,0,92,0,0,71" style="fill:#d2d2d2;stroke:purple;stroke-width:0; opacity: 0.5"></svg><svg id="ace-bg-shape-2" class="hidden-sm hidden-xs" height="536" width="633"><polygon points="0,0,633,0,633,536" style="fill:#c0e3e7;stroke:purple;stroke-width:0" /></svg>
</div><!-- .ace-wrapper --><!-- Scripts -->
<script type="text/javascript" src="js/vendor/jquery-1.12.4.min.js"></script><!---<script type="text/javascript" src="http://ditu.google.cn/maps/api/js?key=AIzaSyDiwY_5J2Bkv2UgSeJa4NOKl6WUezSS9XA"></script>--->
<script type="text/javascript" src="js/plugins/highlight/highlight.pack.js"></script>
<script type="text/javascript" src="js/plugins/jquery.mCustomScrollbar.min.js"></script>
<script type="text/javascript" src="js/plugins/isotope.pkgd.min.js"></script>
<script type="text/javascript" src="js/plugins/progressbar.min.js"></script>
<script type="text/javascript" src="js/plugins/slick.min.js"></script><script type="text/javascript" src="js/options.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>

那么,在哪里可以搞到源代码呢?

这么巧,我这里就有一套,有兴趣的小伙伴可以整一整呦。咱当然是互帮互助,直接取就可以了。(小声逼逼:有时候某C会毫无通知地改变下载要求,去的时候如果遇到什么‘阻碍’,可以私哦)

↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

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

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

如若内容造成侵权/违法违规/事实不符,请联系长河编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

Spring Boot集成Swagger3.0,Knife4j导出文档

文章目录 Spring Boot集成Swagger3.0,Knife4j导出文档效果展示如何使用简要说明添加依赖添加配置类测试接口token配置位置 官网 说明情况 demo Spring Boot集成Swagger3.0,Knife4j导出文档 效果展示 如何使用 简要说明 Knife4j的前身是swagger-bootstrap-ui,前身swagger-boo…

区块链实验室(14) - 编译FISCO-BCOS

FISCO-BCOS是一种区块链平台&#xff0c;与Hyperledger和Ethereum有些不同&#xff0c;详见FISCO BCOS 区块链 编译FISCO BCOS源码的目的是修改或者新增其中功能模块&#xff0c;进行对比实验&#xff0c;验证新想法、新创意的效果。编译的步骤很简单&#xff0c;按技术文档一…

stl_vector类(使用+实现)(C++)

vector 一、vector-简单介绍二、vector的常用接口1.常见构造2.iterator的使用3.容量操作4.增删查改操作5.迭代器失效问题6.动态二维数组 三、vector实现1.vector类重要的方法实现分析介绍(1)、涉及memcpy深浅拷贝问题(2)、成员变量 2.vector类整体实现代码 四、vector< char…

LUN映射出错导致写操作不互斥的服务器数据恢复案例

服务器数据恢复环境&#xff1a; 某公司的光纤SAN存储系统&#xff0c;6块硬盘组建一组RAID6&#xff0c;划分若干LUN&#xff0c;MAP到不同的SOLARIS操作系统服务器上。 服务器故障&分析&#xff1a; 由于业务增长需要新增应用&#xff0c;工作人员增加了一台IBM服务器&am…

uniapp小程序,根据小程序的环境版本,控制的显页面功能按钮的示隐藏

需求&#xff1a;根据小程序环境控制控制页面某个功能按钮的显示隐藏&#xff1b; 下面是官方文档和功能实现的相关代码&#xff1a; 实现上面需要&#xff0c;用到了uni.getAccountInfoSync()&#xff1a; uni.getAccountInfoSync() 是一个 Uniapp 提供的同步方法&#xff0c…

ArcGIS、ENVI、InVEST、FRAGSTATS等多技术融合提升环境、生态、水文、土地、土壤、农业、大气等领域的数据分析

一、 空间数据获取与制图 1.1 软件安装与应用讲解 1.2 空间数据介绍 1.3海量空间数据下载 1.4 ArcGIS软件快速入门 1.5 Geodatabase地理数据库 二、 ArcGIS专题地图制作 2.1专题地图制作规范 2.2 空间数据的准备与处理 2.3 空间数据可视化&#xff1a;地图符号与注记 …

【图论】差分约束

一.情景导入 x1-x0<9 ; x2-x0<14 ; x3-x0<15 ; x2-x1<10 ; x3-x2<9; 求x3-x0的最大值&#xff1b; 二.数学解法 联立式子2和5&#xff0c;可得x3-x0<23;但式子3可得x3-x0<15。所以最大值为15&#xff1b; 三.图论 但式子多了我们就不好解了&#xff0…

深入探索Vue.js核心技术与跨平台开发uni-app实战

&#x1f482; 个人网站:【工具大全】【游戏大全】【神级源码资源网】&#x1f91f; 前端学习课程&#xff1a;&#x1f449;【28个案例趣学前端】【400个JS面试题】&#x1f485; 寻找学习交流、摸鱼划水的小伙伴&#xff0c;请点击【摸鱼学习交流群】 前言 在当今Web应用不断…

TensorFlow项目练手(三)——基于GRU股票走势预测任务

项目介绍 项目基于GRU算法通过20天的股票序列来预测第21天的数据&#xff0c;有些项目也可以用LSTM算法&#xff0c;两者主要差别如下&#xff1a; LSTM算法&#xff1a;目前使用最多的时间序列算法&#xff0c;是一种特殊的RNN&#xff08;循环神经网络&#xff09;&#xf…

Safari 查看 http 请求

文章目录 1、开启 Safari 开发菜单2、显示 JavaScript 控制台 1、开启 Safari 开发菜单 Safari 设置中&#xff0c;打开开发菜单选项 *** 选择完成后&#xff0c;Safari 的目录栏就会出现一个 开发 功能。 2、显示 JavaScript 控制台 开启页面后&#xff0c;在开发中选中 显…

规划路线(微信小程序、H5)

//地图getLocationDian(e1, e2) {console.log(e1, e2);let self this;self.xx1 [];self.xx2 [];self.points [];// self.markers[]console.log(self.markers, >marks);// self.$jsonp(url, data).then(re > {// var coors re.result.routes[0].polyline;// for (v…

Electron逆向调试

复杂程序处理方式&#xff1a; 复杂方式通过 调用窗口 添加命令行参数 启动允许调用&#xff0c;就可以实现调试发布环境的electron程序。 断点调试分析程序的走向&#xff0c;程序基本上会有混淆代码处理&#xff0c; 需要调整代码格式&#xff0c;处理程序。

ARM 常见汇编指令学习 9 - 缓存管理指令 DC 与 IC

文章目录 ARM64 DC 与 IC 指令 上篇文章&#xff1a;ARM 常见汇编指令学习 8 - dsb sy 指令及 dsb 参数介绍 ARM64 DC 与 IC 指令 AArch64指令集中有两条关于缓存维护&#xff08;cache maintenance&#xff09;的指令&#xff0c;分别是IC和DC。 IC 是用于指令缓存操作&…

数智保险 创新未来 | GBASE南大通用亮相中国保险科技应用高峰论坛

本届峰会以“数智保险 创新未来”为主题&#xff0c;GBASE南大通用携新一代创新数据库产品及金融信创解决方案精彩亮相&#xff0c;与国内八百多位保险公司高管和众多保险科技公司技术专家&#xff0c;就保险领域数字化的创新应用及生态建设、新一代技术突破及发展机遇、前沿科…

Git下:Git命令使用-详细解读

今天给大家讲一讲 Git常用命令的使用说明&#xff0c;希望本篇文章对大家有所帮助。 一、Git 安装 Git 的详细安装教程&#xff1a;见上一篇文章《Git上&#xff1a;Git安装教程》&#xff1a; Git上&#xff1a;全网最全最详细的Git安装教程&#xff0c;建议收藏保存 二、…

2023,谁在引领实时互动进入高清时代?

实践是检验真理的唯一标准&#xff0c;技术是行业进步的核心动能。在实时互动的新时代里&#xff0c;不断进化的声网已然完成自证。 作者|斗斗 出品|产业家 “一个医疗行业的客户&#xff0c;曾向我们提出一个需求&#xff0c;希望在120急救场景下&#xff0c;可以远程看清…

.net 6 efcore一个model映射到多张表(非使用IEntityTypeConfiguration)

现在有两张表&#xff0c;结构一模一样&#xff0c;我又不想创建两个一模一样的model&#xff0c;就想一个model映射到两张表 废话不多说直接上代码 安装依赖包 创建model namespace oneModelMultiTable.Model {public class Test{public int id { get; set; }public string…

两数相加 II

给你两个 非空 链表来代表两个非负整数。数字最高位位于链表开始位置。它们的每个节点只存储一位数字。将这两数相加会返回一个新的链表。 你可以假设除了数字 0 之外&#xff0c;这两个数字都不会以零开头。 示例1&#xff1a; 输入&#xff1a;l1 [7,2,4,3], l2 [5,6,4] 输…

React Native元素旋转一定的角度

mMeArrowIcon: {fontSize: 30, color: #999, transform: [{rotate: 180deg}]},<Icon name"arrow" style{styles.mMeArrowIcon}></Icon>参考链接&#xff1a; https://reactnative.cn/docs/transforms https://chat.xutongbao.top/

子组件未抛出事件 父组件如何通过$refs监听子组件中数据的变化

我们平时开发项目会使用一些比较成熟的组件库, 但是在极小的情况下,可能会出现我们需要监听某个属性的变化,使我们的页面根据这个属性发生一些改变,但是偏偏组件库没有把这个属性抛出来,当我们使用watch通过refs监听时,由于生命周期的原因还不能拿到,这时候我们可以这样做,以下…