javaweb个人主页设计(html+css+js)

news2024/9/22 15:36:25

目录

1 前言和要求

1.1 前言

1.2 设计要求

2 预览

2.1 主页页面

2.2 个人简介

2.3 个人爱好

2.4 个人成绩有代码,但是图片已省略,可以根据自己情况添加

2.5 收藏夹

3 代码实现 

3.1 主页

3.2 个人简介

3.3 个人爱好

3.4 个人成绩(根据自己的情况添加)

3.5 收藏夹

4 可能要用的图片,其他根据自己情况选或者全部自己找新的

4.1 主页

4.2 个人简介

 4.3 收藏夹


1 前言和要求

1.1 前言

        如果有些东西css样式看不懂的话可以去编程宝库或者菜鸟教程查找相应的知识,另外作为业余选手,因为不是专业的,做的前端网页,是有一些毛病的,必须在全屏下效果才好,浏览器大小变化的话会有一点问题。

1.2 设计要求

(1)结构要求:主页和二级页面美观,至少2段以上文字介绍自己,至少3个二级页面(主页超链接进入),至少3张图片,有背景音乐。

(2)内容要求:个人自序、个人爱好、个人成绩、收藏夹(网上好的文章或诗词等的链接)等部分。

(3)技术要求:网页美观,内容丰富,浏览方便,界面友好,使用的HTML标签/样式及其JavaScript特效。

2 预览

2.1 主页页面

2.2 个人简介

2.3 个人爱好

2.4 个人成绩有代码,但是图片已省略,可以根据自己情况添加

2.5 收藏夹

3 代码实现 

3.1 主页

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>WX的主页</title>
        <style>
            body{
                /*background-color:#11BBEE;*/
                /*background-color: #33d3d3;*/
                margin:0px;
                background-image:url(picture/15.jpg);
                background-size:100% 100%;
                background-attachment: fixed;
                /*background-image-z-index: -1;*/
                background-repeat:no-repeat;
            }
            h1{
                text-align:center;
            }
            div.a{
                float:left;
                position:relative;
                left:50%;

            }
            div.b {

                position: relative;
                left: -50%;

            }
            .center {
                margin: auto;
                width: 50%;
            }
            p{
                font-size: 20px;
            }
        </style>
    </head>
    <body>
        <audio controls autoplay loop id="vd" style="display: inline">
            <source src="music/love.mp3" type="audio/mpeg">
            您的浏览器不支持 audio 元素。
        </audio>
        <h1 style="text-align:center;margin-top:0;">WX的主页</h1>

        <div style="border-style: dashed;border-color: #00ccff;clear: both"></div>
            <div class="a" style="margin-top: 25px">
                <div class="b" style="">
                    <div style="text-align: center">
                        <a href="homework8.1.html"><img src="picture/20.jpg" style="border-radius:50%;width: 100px;height: 100px;"></a>
                        <a href="homework8.2.html"><img src="picture/23.jpg" style="border-radius:50%;width: 100px;height: 100px;margin-left: 50px"></a>
                        <a href="homework8.3.html"><img src="picture/24.jpg" style="border-radius:50%;width: 100px;height: 100px;margin-left: 50px"></a>
                        <a href="homework8.4.html"><img src="picture/25.jpg" style="border-radius:50%;width: 100px;height: 100px;margin-left: 50px"></a>
                        <br />
                        <p style="display:inline;margin-left: -8px;">个人简介</p>
                        <p style="display:inline;margin-left: 70px;">个人爱好</p>
                        <p style="display:inline;margin-left: 70px;">个人成绩</p>
                        <p style="display:inline;margin-left: 82px;">收藏夹</p>
                        <p style="color: green;margin-top:5%;font-size: 22px;">点击对应图片即可跳转</p>
                        <table style="">
                            <tr>
                                <td style="width: 400px">
                                    <p style="display:inline;margin-left:-100px;color: red;text-shadow:2px 0px #43798d;font-size: 25px">"梦想与现实之间的距离叫行动"</p>
                                    <p style="font-family:'Times New Roman';margin-left:-100px;color: red;font-style:italic;text-shadow:2px 0px #43798d;font-size: 25px">"The distance between a dream and a reality is called action"</p>
                                </td>
                            </tr>
                            <tr>
                                <td style="width: 400px">
                                    <p style="display:inline;color: blue;margin-left:-500px;text-shadow:2px 0px #43798d;font-size: 25px">"减少期待,调整心态"</p>
                                    <p style="font-family:'Times New Roman';margin-left:-500px;color: blue;font-style:italic;text-shadow:2px 0px #43798d;font-size: 25px">"Reduce expectations and adjust your mindset"</p>
                                </td>
                            </tr>
                        </table>
                    </div>
                </div>
            </div>
    </body>
</html>

3.2 个人简介

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>个人自序</title>
        <style>
            body {
                margin: 0;
            }
            ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
                width: 15%;
                background-color: #f1f1f1;
                position: fixed;
                height: 100%;
                overflow: auto;
            }

            li a {
                display: block;
                color: #000;
                padding: 8px 16px;
                text-decoration: none;
            }

            li a.active {
                background-color: #4CAF50;
                color: white;
            }
            li a:hover:not(.active) {
                background-color: #555;
                color: white;
            }
            body{
                margin: 0;
                background-image:url(picture/17.jpg);
                background-size:100% 100%;
                background-attachment: fixed;
                background-repeat:no-repeat;
            }
            td
            {
                padding:10px;
            }
            p{
                font-size: 18px;
            }
        </style>
    </head>
    <body>
        <ul style="text-align: center;background-color: #267F88FF">
            <li><img src="picture/12.jpg" style="margin:30px 0px 30px;width:55%;border-radius:50%;border:8px solid #210a42;"></li>
            <li><a href="homework8.html"><p style="font-size: 18px;color: white">主页</p></a></li>
            <li><a href="#info"><p style="font-size: 18px;color: white">基本信息</p></a></li>
            <li><a href="#resume"><p style="font-size: 18px;color: white">个人简介</p></a></li>
            <li><a href="#skill"><p style="font-size: 18px;color: white">技能</p></a></li>
            <li><a href="#dream"><p style="font-size: 18px;color: white">梦想</p></a></li>
        </ul>
        <div id="info" style="margin-left:15%;padding:1px 16px;">
            <a href="javascript:history.back(-1)" style="text-decoration: none;"><p style="font-size: 22px;display: inline">返回上一页</p></a>
            <h1 style="text-align: center;">基本信息</h1>
            <table style="width: 90%;">
                <tr>
                    <td><p>性别:男</p></td>
                    <td><p>年龄:19</p></td>
                    <td><p>家乡:xxxx/p></td>
                </tr>
                <tr>
                    <td style="width: 350px"><p>博客:https://blog.csdn.net/qq_63306482</p></td>
                    <td style="width: 250px"><p>邮箱:2761646008@qq.com</p></td>
                    <td style="width: 150px"><p>专业:物联网工程</p></td>
                </tr>
                <tr>
                    <td><p>高中:xxxxx中学</p></td>
                    <td><p>大学:湖南科技大学</p></td>
                    <td><p>学历:本科在读</p></td>
                </tr>
            </table>
            <img src="picture/19.jpg" style="margin-left: 200px;border-radius:50%;">
        </div>
        <div id="resume" style="margin-left:15%;">
            <br /> <br /> <br /> <br /> <br /><br /><br />
            <h1 style="text-align: center;">个人简介</h1>
            <div style="margin:0 15% 0 10% ">
                <p style="padding: 20px">
                    &emsp;&emsp;本科在读小学生,来自xxxxxxx地。一般程度爱好学习,平时上课的时候比较积极,一般不是坐在第一排,至少也是坐在前几排,注意力集中,喜欢积极和老师互动,回答老师的问题,但是在课后的时候一般就没怎么去复习或者学习了,导致临近考试时经常要花很多时间去复习。
                    <br />
                    &emsp;&emsp;大一的时候除了学习了课本的内容,并没有涉及过其他的知识,是一个啥也不会的小学生,所以大二这一年决定去多涉及一点课外的知识,刚好也加入了学院微科基地的工作室,可以有一些机会和小组成员去做一些项目,锻炼一下自己,提升一下自己的动手能力。
                    <br />
                    &emsp;&emsp;平常放松的方式有:篮球、羽毛球、乒乓球和听歌,没事的时候喜欢去操场跑跑步,骑单车去学校周围的公园、景点或者湘江边转转。这些方式都可以让自己在一天的忙碌中得到短暂的享受,也可以减轻自己的心理压力。
                    <br />
                    &emsp;&emsp;另外性格方面:属于xxxx,xxx,xxx,随便写点。
                </p>
            </div>
        </div>
        <br /> <br /> <br /> <br /> <br /> <br /><br />
        <div id="skill" style="margin-left:15%;">
            <br />
            <h1 style="text-align: center;">技能</h1>
            <div style="margin:0 15% 0 10%;">
                <h3>课程内所学技能:</h3>
                <a href="https://www.runoob.com/cprogramming/c-tutorial.html" target="_blank"><img src="picture/3.png" style="border-radius:50%;width: 200px;height: 150px;margin-left: 50px"></a>
                <a href="https://www.runoob.com/java/mysql-tutorial.html" target="_blank"><img src="picture/mysql.jpg" style="border-radius:50%;width: 130px;height: 120px;margin-left: 80px"></a>
                <a href="https://www.runoob.com/java/java-tutorial.html" target="_blank"><img src="picture/java.jpg" style="border-radius:50%;width: 130px;height: 120px;margin-left: 130px"></a>
                <br /><br />
                <p style="display: inline;margin-left: 120px">C语言</p><p style="display: inline;margin-left: 200px">MySQL</p><p style="display: inline;margin-left: 215px">JAVA</p>
                <br /><br />
                <a href="https://www.runoob.com/html/html-tutorial.html" target="_blank"><img src="picture/htm.png" style="margin-left: 85px"></a>
                <a href="https://www.runoob.com/css/css-tutorial.html" target="_blank"><img src="picture/css.png" style="border-radius:50%;width: 130px;height: 120px;margin-left: 120px"></a>
                <a href="https://www.runoob.com/js/js-tutorial.html" target="_blank"><img src="picture/js.png" style="border-radius:50%;width: 130px;height: 120px;margin-left: 130px"></a>
                <br /><br />
                <p style="display: inline;margin-left: 110px">html语言</p><p style="display: inline;margin-left: 182px">CSS样式</p><p style="display: inline;margin-left: 190px">JavaScript</p>
                <br /><br />
                <h3>课外所学技能:</h3>
                <a href="https://www.zhihu.com/tardis/zm/art/549784568?source_id=1005" target="_blank"><p style="display: inline;margin-left: 110px">51单片机</p></a>
                <a href="https://blog.csdn.net/fantastic_sky/article/details/110229474" target="_blank"><p style="display: inline;margin-left: 160px">STM32单片机</p></a>
                <a href="https://zhuanlan.zhihu.com/p/108050248" target="_blank"><p style="display: inline;margin-left: 158px">ZigBee技术</p></a>
            </div>
        </div>
        <div id="dream" style="margin-left:15%;">
            <br /> <br /> <br /> <br /> <br />
            <h1 style="text-align: center;">梦想</h1>
            <div style="margin:0 15% 0 5%;">
                <p style="padding: 20px">
                    &emsp;&emsp;终极梦想的话是实现财富自由,通俗点来说就是能满足日常生活的开销,想去旅游或者玩的时候不会太受金钱的限制,还有就是如果家人生病需要住院什么的,不会太为了医药的费用而去去发愁。
                    <br />
                    &emsp;&emsp;目前在大学阶段的梦想或者说目标是学好本专业的专业知识,打好基础,争取多去参加一些比赛,锻炼自己的能力,当然更希望拿一些奖,多搞些学术论文,希望能争取到学院推免的名额。
                </p>
            </div>
            <br /> <br /> <br /> <br /> <br />
        </div>
    </body>
</html>

3.3 个人爱好

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>个人爱好</title>
        <style>
            body{
                background-color: #000000;
            }
            div.a{
                float:left;
                position:relative;
                left:50%;

            }
            div.b {

                position: relative;
                left: -50%;

            }
            .center {
                margin: auto;
                width: 50%;
            }
        </style>
    </head>
    <body>
        <div style="background-color: #555555;height: 100%;width:100%;float: left">
            <a href="javascript:history.back(-1)" style="text-decoration: none;color: red"><p style="font-size: 22px;display: inline">返回上一页</p></a>

            <h1 style="text-align: center;color: white">个人爱好</h1>
                <div style="float: left;margin-left: 55px">
                    <p style="color: white;font-size: 20px">1,跑步:</p>
                    <img src="picture/跑步.jpg">
                </div>
                <div style="float: left;margin-left: 55px">
                    <p style="color: white;font-size: 20px">2,骑行:</p>
                    <img src="picture/骑行.jpg" style="width: 420px">
                </div>
                <div style="float: left;margin-left: 55px">
                    <p style="color: white;font-size: 20px">3,羽毛球:</p>
                    <img src="picture/羽毛球1.jpg" style="height: 257px;width: 211px">
                </div>
                <div style="float: left;margin-left: 55px">
                    <p style="color: white;font-size: 20px;">4,篮球:</p>
                    <img src="picture/篮球.jpg" style="height: 257px;width: 393px;">
                </div>
                <div style="float: left;margin-left: 55px">
                    <p style="color: white;font-size: 20px;">5,音乐:</p>
                    <img src="picture/音乐.jpg" style="height: 257px;width: 420px">
                </div>
                <div style="float: left;margin-left: 55px">
                    <p style="color: white;font-size: 20px;">6,乒乓球:</p>
                    <img src="picture/乒乓球4.jpg" style="height: 257px;width: 211px">
                </div>
        </div>
    </body>
</html>

3.4 个人成绩(根据自己的情况添加)

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>个人成绩</title>
        <style>
            body{
                background-color: black;
            }
        </style>
    </head>
    <body>
        <div style="background-color: #555555">
            <a href="javascript:history.back(-1)" style="text-decoration: none;color: red"><p style="font-size: 22px;display: inline">返回上一页</p></a>

            <h1 style="text-align: center;color: white">个人成绩</h1>
            <!--内容根据自己的情况设置-->
<!--            <h2 style="color: white">大一上:</h2>-->
            <img src="picture/11.jpg" style="width: 850px;height:500px">
<!--            <h2 style="color: white">大一下:</h2>-->
<!--            <img src="picture/成绩1.png" style="width: 1250px">-->
<!--            <h2 style="color: white">大二上:</h2>-->
<!--            <img src="picture/成绩2.png" style="width: 1250px;margin-bottom: 40px">-->
        </div>
    </body>
</html>

3.5 收藏夹

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>收藏夹</title>
        <style>
            body{

                background-image:url(picture/16.jpg);
                background-size:100% 100%;
                background-attachment: fixed;
                /*background-image-z-index: -1;*/
                background-repeat:no-repeat;
            }
            div.a{
                float:left;
                position:relative;
                left:50%;

            }
            div.b {
                position: relative;
                left: -50%;
            }
            p.a{
                font-size: 18px;
                color: #6400fc;
            }
            img.a{
                float:left;
                position:relative;
                left:50%;
            }
        </style>
    </head>
    <body>
    <a href="javascript:history.back(-1)" style="text-decoration: none;color: #ff0000;"><h2 style="font-size: 25px;display: inline;margin-left: 250px">返回上一页</h2></a>

    <h1 style="text-align: center;font-size: 35px">收藏夹</h1>
            <h2 style="margin-left: 20px;font-size: 28px">短句:</h2>
                <div style="float:left;margin-left: 40px;">
                    <p class="a">1:从来就不存在什么意外</p>
                    <p class="a">4:一生清贫怎敢如繁华,两袖清风怎敢误佳人</p>
                    <p class="a">7:人的贪婪就在于你想拥有你不配拥有的东西</p>
                </div>
                <div style="float:left;margin-left: 40px;">
                    <p class="a" >2:岂能尽如人意,所以减少期待</p>
                    <p class="a">5:少说废话多行动,埋头苦干别认怂</p>
                    <p class="a">8:在这个爱意泛滥的时代,深情反而成了错误</p>
                </div>
                <div style="float:left;margin-left: 40px;">
                    <p class="a">3:没有明天,背水一战</p>
                    <p class="a">6:梦想与现实之间的距离叫行动</p>
                    <p class="a">9:你要悄悄拔尖,然后惊艳所有人</p>
                </div>
                <h2 style="margin-top: 250px;margin-left :20px;clear: both;font-size: 28px">图片:</h2>
                <img src="picture/39.jpg" style="width: 400px;height: 300px">
                <img src="picture/35.jpg" style="width: 400px;height: 300px">
                <img src="picture/38.jpg" style="width: 400px;height: 300px">

                <img src="picture/51.jpg" style="width: 400px;height: 300px">
                <img src="picture/49.jpg" style="width: 400px;height: 300px">
                <img src="picture/48.jpg" style="width: 400px;height: 300px">

                <img src="picture/28.jpg" style="width: 400px;height: 300px">
                <img src="picture/50.jpg" style="width: 400px;height: 300px">
                <img src="picture/26.jpg" style="width: 400px;height: 300px">

                <img src="picture/34.jpg" style="width: 400px;height: 300px">
                <img src="picture/41.jpg" style="width: 400px;height: 300px">
                <img src="picture/37.jpg" style="width: 400px;height: 300px">

                <img src="picture/44.jpg" style="width: 400px;height: 300px">
                <img src="picture/40.jpg" style="width: 400px;height: 300px">
                <img src="picture/43.jpg" style="width: 400px;height: 300px">

                <img src="picture/47.jpg" style="width: 400px;height: 300px">
                <img src="picture/46.jpg" style="width: 400px;height: 300px">
                <img src="picture/27.jpg" style="width: 400px;height: 300px">

                <img src="picture/33.jpg" style="width: 400px;height: 300px">
                <img src="picture/32.jpg" style="width: 400px;height: 300px">
                <img src="picture/29.jpg" style="width: 400px;height: 300px">

                <img src="picture/36.jpg" style="width: 300px;height: 400px">
                <img src="picture/45.jpg" style="width: 300px;height: 400px">
                <img src="picture/42.jpg" style="width: 300px;height: 400px">
    </body>
</html>

4 可能要用的图片,其他根据自己情况选或者全部自己找新的

4.1 主页

4.2 个人简介

 

 4.3 收藏夹

 

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

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

相关文章

shell 字符串列表操作

我的需求是这样的&#xff1a;编译多个模块的时候&#xff0c;把失败的模块添加到列表里&#xff0c;最后输出。这个列表类似这样&#xff1a;failModuleList"a b c d e" 先定义一个空的字符串列表&#xff1a; failModuleList"" 然后利用字符串的拼接方…

CVPR`24 | 又快又好!渲染速度比ENeRF快30倍!4K4D:实时4K分辨率4D视图合成

文章链接&#xff1a;https://arxiv.org/pdf/2310.11448 git链接&#xff1a; https://zju3dv.github.io/4k4d/ 本文旨在实现动态3D场景在4K分辨率下的高保真和实时视图合成。最近&#xff0c;一些动态视图合成方法在渲染质量方面表现出色。然而&#xff0c;在渲染高分辨率图像…

如何合并pdf文件?分享3种常见的方法!

在数字化办公日益普及的今天&#xff0c;PDF文件因其格式稳定、兼容性强、阅读方便等特点&#xff0c;成为了人们日常工作和学习中不可或缺的一部分。然而&#xff0c;当我们需要处理多个PDF文件时&#xff0c;如何将它们高效地合并成一个文件&#xff0c;以便更好地管理和分享…

Linux进程——进程的概念

文章目录 PCB进程排队进程标识符pid终止进程获取进程id父进程与子进程 我们在上一节内容中有简单谈到进程的感性理解&#xff0c;他在课本上的概念是&#xff0c;程序的一个执行实例或正在执行的程序 但在本质上&#xff0c;他其实就是一个被分配了系统资源&#xff08;CPU&am…

公有云API常见的认证方式

公有云API常见的认证方式 Token认证 &#xff08;百度云、腾讯云&#xff09; AK/SK认证 (阿里云、天翼云、腾讯云) RSA非对称加密方式 &#xff08;信核云灾备&#xff09; Token认证 AK/SK认证 RSA认证 种方式使用一对密钥&#xff0c;即公钥和私钥。公钥可以公开&#x…

Java数据结构-链表与LinkedList

链表 链表的概念 链表是一种物理存储结构上非连续的存储结构&#xff0c;数据元素的逻辑顺序是通过链表中的引用链接次序实现的。 通俗来说&#xff0c;相比较于顺序表&#xff08;物理上连续&#xff0c;逻辑上也连续&#xff09;&#xff0c;链表物理上不一定连续。 链表是…

【C++航海王:追寻罗杰的编程之路】一篇文章带你认识哈希

目录 1 -> unordered系列关联式容器 1.1 -> unordered_map 1.1.1 -> unordered_map的文档介绍 1.1.2 -> unordered_map的接口说明 1.2 -> unordered_set 2 -> 底层结构 2.1 -> 哈希概念 2.2 -> 哈希冲突 2.3 -> 哈希函数 2.4 -> 哈希冲…

Mysql进阶(一)——存储引擎

MySQL体系结构 1). 连接层 最上层是一些客户端和链接服务&#xff0c;包含本地sock 通信和大多数基于客户端/服务端工具实现的类似于 TCP/IP的通信。主要完成一些类似于连接处理、授权认证、及相关的安全方案。在该层上引入了线程 池的概念&#xff0c;为通过认证安全接入的…

【启明智显分享】ESP32-S3 4.3寸触摸串口屏HMI应用方案:WIFI/蓝牙无线通信助力烘干设备实现远程遥控

技术不断进步&#xff0c;人们对烘干设备的美观度、功能多样性提出更高要求&#xff0c;传统的数码管显示、按键式控制已经无法满足客户的需求。用智能屏替代传统的数码管可以很好的解决这个问题&#xff0c;为用户带来更好的人机交互体验。 基于此&#xff0c;启明智显提出将乐…

在Nginx里给你的站点或者目录加个用户认证

在HTTP中&#xff0c;基本认证&#xff08;Basic access authentication&#xff09;是一种用来允许网页浏览器或其他客户端程序在请求时提供用户名和口令形式的身份凭证的一种登录验证方式。 常见的用户认证截图 ngx_http_auth_basic_module模块实现让访问着&#xff0c;只有…

免费分享:2018-2023中国地区地震数据集(附下载方法)

地震波是地震引起的振动以波的形式从震源向各个方向传播并释放的能量。震级是表示地震本身大小的尺度&#xff0c;地震烈度是指某一地区的地面和各类建筑物遭受到一次地震影响的强烈程度。 数据简介 2018-2023中国地区地震数据集主要变量包括time&#xff08;时间&#xff09…

爬虫管理解决方案:让数据收集变得高效且合规

一、为何数据收集的效率与合规性同等重要&#xff1f; 随着大数据技术的飞速发展&#xff0c;数据收集已成为企业决策与市场洞察的核心驱动力。然而&#xff0c;在信息海洋中精准捕捞的同时&#xff0c;如何确保这一过程既高效又不触碰法律的红线&#xff0c;是每个数据实践者…

程序员标准简历模板

链接: https://pan.baidu.com/s/1yMXGSSNba15b9hMXjA39aA?pwdb4ev 提取码: b4ev 3年工作经验简历 链接: https://pan.baidu.com/s/1OO7n1lRL6AkhejxYC9IyDA?pwdfmvv 提取码: fmvv 优秀学员简历 链接: https://pan.baidu.com/s/106Vkw_ulOInI47_5mDySSg?pwduudc 提取码: uu

红酒的未来展望:探索行业的发展趋势

在时间的洪流中&#xff0c;红酒以其不同的魅力&#xff0c;一直占据着人们心中不可或缺的地位。随着时代的变迁&#xff0c;红酒行业也在不断地发展和演变。今天&#xff0c;就让我们一起走进红酒的未来&#xff0c;探索这个古老而又充满活力的行业将如何继续书写其辉煌的篇章…

使用node-cmd重启electron

说明&#xff1a;在electron中&#xff0c;想要手动重启客户端服务&#xff0c;分为两种情况 第一种&#xff1a;是使用electron自带的api进行窗口的重新启动&#xff0c;app.relaunch() 第二种&#xff1a;重启电脑运行的客户端服务 安装 npm install node-cmd -S使用 使用说…

【JavaScript 算法】动态规划:最优子结构与重叠子问题

&#x1f525; 个人主页&#xff1a;空白诗 文章目录 一、最优子结构1.1 最优子结构的例子1.2 如何识别最优子结构 二、重叠子问题2.1 重叠子问题的例子2.2 解决重叠子问题的方法2.3 如何识别重叠子问题 三、经典动态规划问题及其 JavaScript 实现3.1 斐波那契数列3.2 背包问题…

Java I/O模式 (一)

第一章 Java的I/O演进之路 1.1 I/O模型基本说明 1/0模型&#xff1a;就是用什么样的通道或者说是通信模式和架构进行数据的传输和接收&#xff0c;很大程度上决定了程序通信的性能&#xff0c;Java 共支持3种网络编程的/10 模型&#xff1a;BIO、NIO、AIO 实际通信需求下&am…

调整网络安全策略以适应不断升级的威胁形势

关键网络安全统计数据和趋势 当今数字时代网络安全的重要性

【大语言模型应用形态 AI Agent 发展趋势深度分析 2024】

文末有福利&#xff01; 一、智能体&#xff08;AI Agent&#xff09; 1. 智能体正成为大模型重要研发方向 随着技术飞速发展&#xff0c;智能体&#xff08;AI Agent&#xff09;正成为一股革命性力量&#xff0c;正在重新定义人与数字系统互动的方式。AI Agent是一种高效、…

使用DeepWalk 和Word2Vec实现单词Embedding

0、准备“边”数据集Wiki_edgelist import pandas as pddf pd.read_csv(./data/wiki/Wiki_edgelist.txt, sep , headerNone, names["source", "target"]) df.head() 1、读入 起点-终点 边数据&#xff0c;构建图 # 1、读入 起点-终点 边数据&#xff0c…