博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
博客园界面美化
阅读量:6243 次
发布时间:2019-06-22

本文共 21058 字,大约阅读时间需要 70 分钟。

作者:

本文为作者原创,转载请注明出处:


博客园界面美化

标签: 美化


0x00. 写在前面

皮肤作者:

皮肤作者博客:

修改人:

修改人:

前几天无意之中看到了一款特别好看(每个人的眼光都不一样)的博客皮肤“”,皮肤的作者是。当时感觉这款皮肤很简洁却又不失本色,于是立刻更换了这款皮肤。但是在使用过程中碰到了一些问题。由于之前基本没有学过前端,只好自己动手慢慢钻研。最终,之前一些不能实现的或者是自己想要实现的,都满足了。

在这之前还是先感谢,感谢他设计得这款皮肤。我只是在原作者的基础上增添了markdown代码高亮、自动生成三级目录、版权声明、markdown代码添加行号、博客园内标签新窗口打开以及文章添加索引等功能。


0x01. 博客园后台设置

image_1cjfse67u1tdl15k1d871n391g12p.png-301.6kB

图中从上到下依次为页面定制CSS、侧边栏、页首html,页脚Html代码。


0x02. 页面定制CSS代码

#EntryTag {    margin-top: 20px;    color: gray;    font-size: 9pt}.topicListFooter {    margin-top: 10px;    margin-right: 10px;    text-align: right}#divRefreshComments {    margin-right: 10px;    margin-bottom: 5px;    text-align: right;    font-size: 9pt}* {    margin: 0;    padding: 0}html {    height: 100%}body {    background-color: #eee;    color: #555;    font-size: 13px;    font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;    line-height: 18px}table {    border-collapse: collapse;    border-spacing: 0}fieldset,img {    border: 0}ul {    word-break: break-all}li {    list-style: none}h1,h2,h3,h4,h5,h6 {    font-weight: normal;    font-size: 100%}a:link {    color: #555;    text-decoration: none;    transition: all .4s ease}a:visited {    color: #555;    text-decoration: none}a:hover {    color: #64a69c;    text-decoration: underline}a:active {    color: #555;    text-decoration: none}.clear {    clear: both}#home {    margin: 0 auto;    margin-top: 70px;    width: 95%}#header {    position: fixed;    top: 0;    right: 0;    left: 0;    z-index: 1000;    width: 100%;    min-width: 1200px;    box-shadow: 0 2px 6px rgba(100,100,100,0.3)}#blogTitle {    position: absolute;    clear: both;    margin-left: 40px}#blogTitle h1 {    margin-top: 10px;    font-size: 26px;    font-family: "Comic Sans MS"}#blogTitle h1 a {    color: #fff}#blogTitle h1 a:hover {    color: #64a69c;    text-decoration: none}#blogTitle h2 {    display: none}#blogLogo {    float: right}#navigator {    clear: both;    padding-left: 200px;    height: 40px;    background-color: #4db7ad}#navList {    float: left;    min-height: 40px}#navList li {    float: left;    padding: 0 5px}#navList a {    float: left;    display: block;    width: 5em;    height: 40px;    text-align: center;    font-size: 14px;    line-height: 40px}#navList a:link,#navList a:visited,#navList a:active {    color: #fff;    transition: all .4s ease}#navList a:hover {    background-color: #64a69c;    color: white;    text-decoration: none}.blogStats {    float: right;    margin-top: 8px;    margin-right: 2px;    color: #FFF;    text-align: right}#main {    width: 100%;    min-width: 1200px}#mainContent .forFlow {    width: auto}#mainContent {    float: left;    padding: 20px;    width: 75%;    min-height: 500px;    background-color: #fff;    box-shadow: 0 2px 6px rgba(100,100,100,0.3)}.day {    margin-bottom: 20px;    padding-bottom: 5px;    min-height: 10px;    _height: 10px}.day .c_b_p_desc {    padding-top: 45px;    padding-left: 260px;    text-indent: 2em}.day .postTitle {    position: relative;    padding-left: 260px}.day .postTitle a {    position: absolute;    padding-top: 30px}.day .postCon {    padding-top: 20px;    min-height: 160px}.desc_img {    position: absolute;    float: left}.dayTitle {    display: none;    clear: both;    margin-top: 3px;    margin-bottom: 10px;    width: 100%;    color: #666;    text-align: center;    font-weight: bold;    font-size: 110%;    line-height: 1.5em}.postTitle {    clear: both;    width: 100%;    font-size: 18PX;    line-height: 1.5em}.postTitle a:link,.postTitle a:visited,.postTitle a:active {    color: #64a69c}.postTitle a:hover {    padding-left: 20px;    text-decoration: none}.postCon {    float: right;    clear: both;    padding: 10px 0;    width: 100%;    line-height: 1.5em}.postDesc {    width: 100%;    float: right;    text-align: right;    color: #c3c3c3;    margin-top: 5px;    padding-top: 10px;    padding-right: 5px;    padding-bottom: 15px;    background: url(//images.cnblogs.com/cnblogs_com/cnsevennight/666322/o_bg-diag.png) bottom repeat-x;    clear: both}.postDesc a:link,.postDesc a:visited,.postDesc a:active {    color: #c3c3c3}.postDesc a:hover {    color: #64a69c;    text-decoration: none}.postSeparator {    float: right;    clear: both;    clear: both;    margin: 0 auto 15px auto;    width: 100%;    height: 10px}#sideBar {    float: right;    overflow: hidden;    width: 20%;    min-height: 200px;    text-overflow: ellipsis;    -o-text-overflow: ellipsis;    word-break: break-all}.newsItem {    margin-bottom: 8px;    padding: 15px 0 5px 0}.newsItem,.catListEssay,.catListLink,.catListNoteBook,.catListTag,.catListPostCategory,.catListPostArchive,.catListImageCategory,.catListArticleArchive,.catListView,.catListFeedback,.mySearch,.catListComment,.catListBlogRank,.catList,.catListArticleCategory {    margin-bottom: 35px;    padding: 10px;    background-color: #fff;    background-image: url("//images.cnblogs.com/cnblogs_com/cnsevennight/666322/o_list-bg.png");    background-repeat: repeat-x;    box-shadow: 0 2px 6px rgba(100,100,100,0.3);    word-wrap: break-word}.newsItem>div,#blog-news,.mySearch #widget_my_zzk {    margin-top: 50px}#blog-calendar {    margin-bottom: 35px;    padding-bottom: 10px;    width: 100%;    background-color: #fff;    box-shadow: 0 2px 6px rgba(100,100,100,0.3)}#calendar {    margin-bottom: 35px;    padding-bottom: 10px;    width: 100%;    background-color: #fff;    box-shadow: 0 2px 6px rgba(100,100,100,0.3)}#calendar .Cal {    width: 100%;    line-height: 1.5em}.Cal {    border: 0;    color: #666}#calendar table a:link,#calendar table a:visited,#calendar table a:active {    font-weight: bold}#calendar table a:hover {    background-color: #5ad0c2;    color: #fff;    text-decoration: none}.CalTodayDay {    color: #64a69c}#blog-calendar .CalNextPrev a:link,#calendar .CalNextPrev a:visited,#blog-calendar .CalNextPrev a:active {    margin: 10px;    padding: 3px 5px;    border-radius: 10px;    font-weight: bold}.CalDayHeader {    padding-top: 10px;    border-bottom: 1px solid #f9f7f4}.CalTitle {    width: 100%;    border-bottom: 1px solid #f9f7f4;    background-image: url("//images.cnblogs.com/cnblogs_com/cnsevennight/666322/o_list-bg.png");    background-repeat: repeat-x;    color: black}.CalTitle td {    padding-top: 15px;    padding-bottom: 5px}.catListTitle {    position: absolute;    right: 0;    left: 0;    padding-top: 10px;    padding-bottom: 10px;    padding-left: 10px;    border-bottom: 1px solid #f9f7f4;    text-align: left;    font-weight: bold;    font-size: 110%;    line-height: 1.5em}.catListComment {    line-height: 1.5em}.divRecentComment {    color: #666;    text-indent: 2em}#sideBarMain {    position: relative;    width: 100%}#sideBarMain ul {    margin-top: 50px;    line-height: 1.5em}#sideBarMain li {    display: block;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;    line-height: 1.8;    word-break: keep-all}#sideBarMain li a {    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap}#sideBarMain a {    color: #444;    text-decoration: none;    transition: all .4s ease}#sideBarMain a:hover {    color: #64a69c}.div_my_zzk {    position: relative;    width: 85%}#btnZzk {    background: url("//images.cnblogs.com/cnblogs_com/cnsevennight/666322/o_blog_search.png") no-repeat 5px 5px}#widget_my_google input[type=button] {    background: url("//images.cnblogs.com/cnblogs_com/cnsevennight/666322/o_google_search.png") no-repeat 5px 5px}.input_my_zzk {    padding-right: 30px;    padding-left: 5px;    width: 100%;    height: 25px;    outline: 0;    border: 1px solid #ccc}.btn_my_zzk {    position: absolute;    top: 1px;    right: -35px;    width: 25px;    height: 25px;    border: 0;    border-style: none;    color: transparent;    font-size: 12px;    cursor: pointer}.input_my_zzk:hover {    border: 1px solid #21759b;    transition: all .4s linear 0s}.input_my_zzk:focus {    border: 1px solid #21759b}#topics {    float: left;    overflow: hidden;    padding: 0 0 10px 0;    width: 100%;    min-height: 200px;    text-overflow: ellipsis;    -o-text-overflow: ellipsis;    word-break: break-all}#topics .postTitle {    float: left;    padding-left: 5px;    width: 100%;    font-weight: bold;    font-size: 130%;    line-height: 1.5em}.postBody {    padding: 5px 2px 5px 5px;    color: #000;    line-height: 1.5em}#EntryTag {    color: #666}#EntryTag a {    margin-left: 5px}#EntryTag a:link,#EntryTag a:visited,#EntryTag a:active {    color: #666}#EntryTag a:hover {    color: #64a69c}#topics .postDesc {    float: right;    margin-top: 5px;    padding-right: 5px;    width: 100%;    color: #666;    text-align: right}.feedback_area_title {    margin: 10px 0 30px;    border-bottom: 2px solid #ccc;    font: normal normal 16px/35px "Microsoft YaHei"}.feedbackListSubtitle {    color: #a8a8a8}.feedbackListSubtitle a:link,.feedbackListSubtitle a:visited,.feedbackListSubtitle a:active {    color: #64a69c;    font-weight: bold}.feedbackListSubtitle a:hover {    color: #64a69c;    text-decoration: underline}.feedbackListSubtitle b {    color: #64a69c}.feedbackManage {    float: right;    width: 200px;    text-align: right}.feedbackCon {    margin-bottom: 1em;    padding: 10px 20px 10px 5px;    width: 100%;    min-height: 35px;    border-bottom: 1px solid #EEE;    line-height: 1.5;    _height: 35px}#divRefreshComments {    margin-bottom: 10px;    text-align: right}.commenttb {    margin-bottom: 10px;    padding: 8px;    width: 50%;    width: 320px;    border: 1px solid #ddd;    -webkit-border-radius: 3px;    -moz-border-radius: 3px;    border-radius: 3px;    color: #555}.commenttb:hover {    outline: 0;    border-color: rgba(82,168,236,0.8);    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.075),0 0 4px rgba(82,168,236,0.6);    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.075),0 0 4px rgba(82,168,236,0.6);    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.075),0 0 4px rgba(82,168,236,0.6);    color: #333;    transition: all .4s linear 0s}.commentTextBox {    margin-top: 10px;    margin-bottom: 10px;    width: 410px!important}.commentTextBox:hover {    outline: 0;    border-color: rgba(82,168,236,0.8);    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.075),0 0 4px rgba(82,168,236,0.6);    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.075),0 0 4px rgba(82,168,236,0.6);    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.075),0 0 4px rgba(82,168,236,0.6);    color: #333;    transition: all .4s linear 0s}#AjaxHolder_PostComment_btnSubmit {    display: inline-block;    padding: 8px 20px;    outline: 0;    border: 0;    -webkit-border-radius: 3px;    -moz-border-radius: 3px;    border-radius: 3px;    background: #21759b;    color: #fff;    vertical-align: middle;    text-align: center;    text-decoration: none;    font-size: 14px;    cursor: pointer;    -webkit-transition: all .4s ease;    -moz-transition: all .4s ease;    -o-transition: all .4s ease;    transition: all .4s ease;    -ms-transition: all .4s ease}#AjaxHolder_PostComment_btnSubmit:hover {    background: #333}#AjaxHolder_PostComment_divCommnentArea tr {    margin-top: 10px;    margin-bottom: 10px}.comment_vote {    padding-right: 10px}.comment_vote a {    color: #999}.comment_vote a:hover {    color: #21759b}#commentform_title {    margin: 10px 0 30px;    padding: 0;    border-bottom: 2px solid #ccc;    background-image: none;    font: normal normal 16px/35px "Microsoft YaHei"}#comment_form_container .author {    padding-left: 10px;    width: 320px;    height: 20px;    border: 1px solid #ddd;    -webkit-border-radius: 3px;    -moz-border-radius: 3px;    border-radius: 3px;    background-color:#4a4a4a;    background-image: none;    color: #FFFAF0;}#comment_form_container p {    margin-bottom: 20px;    font-size: 14px}.commentbox_title_left {    font-size: 14px}.commentbox_title_right {    float: right;    height: 24px;}#comment_form_container .comment_textarea {    max-width:100%;    min-width:100%;    min-height:20em;    padding:5px;    border:none;    background:url("//images.cnblogs.com/cnblogs_com/ryanjan/1190413/o_o_kawai_mao.png") right bottom no-repeat;    background-color:#4a4a4a;    color: #FFFAF0;    font-size: 14px}#comment_form_container .comment_textarea:hover {    outline: 0;    border-color: rgba(82,168,236,0.8);    transition: all .4s linear 0s}#comment_form_container .comment_textarea:focus {    outline: 0}.comment_btn {    display: inline-block;    padding: 8px 20px;    width: 100px;    height: 38px;    outline: 0;    border: 0;    -webkit-border-radius: 3px;    -moz-border-radius: 3px;    border-radius: 3px;    background: #64a69c;    color: #fff;    vertical-align: middle;    text-align: center;    text-decoration: none;    font-size: 14px;    cursor: pointer;    -webkit-transition: all .4s ease;    -moz-transition: all .4s ease;    -o-transition: all .4s ease;    transition: all .4s ease;    -ms-transition: all .4s ease}.comment_btn:hover {    background: #333}.entrylistTitle,.PostListTitle,.thumbTitle {    text-align: right;    font-size: 110%}.entrylistDescription {    margin-bottom: 10px;    padding-top: 5px;    padding-right: 10px;    padding-bottom: 5px;    color: #666;    text-align: right}.entrylistItem {    position: relative;    margin-bottom: 100px;    padding-bottom: 5px;    width: 100%;    min-height: 20px;    _height: 20px}.entrylistItem img {    position: absolute;    top: 0;    left: 0;    float: left!important;    margin-right: 20px;    width: 200px}.entrylistItem .entrylistPosttitle {    clear: both;    padding-left: 260px;    width: 71%;    font-size: 18PX;    line-height: 1.5em}.entrylistItem .entrylistPostSummary {    margin-top: 10px;    margin-bottom: 5px;    padding-left: 260px;    min-height: 100px}.entrylistItem .c_b_p_desc {    text-indent: 2em}.entrylistPosttitle {    clear: both;    width: 100%;    font-size: 18PX;    line-height: 1.5em}.entrylistPosttitle a {    color: #64a69c}.entrylistPosttitle a:hover {    padding-left: 20px;    text-decoration: none}.entrylistPostSummary {    margin-top: 5px;    margin-bottom: 5px;    padding-left: 5px}.entrylistItemPostDesc {    width: 100%;    float: right;    text-align: right;    color: #c3c3c3;    margin-top: 5px;    padding-top: 10px;    padding-right: 5px;    padding-bottom: 15px;    background: url(//images.cnblogs.com/cnblogs_com/cnsevennight/666322/o_bg-diag.png) bottom repeat-x;    clear: both}.entrylistItemPostDesc a:link,.entrylistItemPostDesc a:visited,.entrylistItemPostDesc a:active {    color: #c3c3c3}.entrylistItemPostDesc a:hover {    color: #64a69c}.entrylist .postSeparator {    clear: both;    margin: 0;    padding: 0;    width: 100%;    height: 0;    border: 0;    font-size: 0;    line-height: 0}#nav_next_page a {    padding: 6px 12px;    border: 1px solid #ddd;    border-radius: 3px;    background-color: #fff;    text-decoration: none;    font-size: 14px}#nav_next_page a:hover {    border-color: #ddd;    background-color: #eee;    color: #64a69c}.pager {    margin-right: 10px;    text-align: right;    font-size: 14px}.pager a {    padding: 6px 12px;    border: 1px solid #ddd;    border-radius: 3px;    background-color: #fff;    text-decoration: none;    font-size: 14px}.pager a:hover {    border-color: #ddd;    background-color: #eee;    color: #64a69c}.PostList {    clear: both;    margin-bottom: 5px;    padding-top: 10px;    padding-right: 5px;    padding-left: 5px;    min-height: 1.5em;    border-bottom: 1px solid #ccc;    _height: 1.5em}.postTitl2 {    float: left}.postDesc2 {    float: right;    color: #666}.postText2 {    clear: both;    color: #666}.pfl_feedback_area_title {    margin-bottom: 10px;    border-bottom: 1px solid #666;    text-align: right;    font-weight: bold;    line-height: 1.5em}.pfl_feedbackItem {    margin-bottom: 20px;    border-bottom: 1px solid black}.pfl_feedbacksubtitle {    width: 100%;    height: 1.5em;    border-bottom: 1px dotted #666}.pfl_feedbackname {    float: left}.pfl_feedbackManage {    float: right}.pfl_feedbackCon {    padding-top: 5px;    padding-bottom: 5px;    color: black}.pfl_feedbackAnswer {    color: #64a69c;    text-indent: 2em}.tdSentMessage {    text-align: right}.errorMessage {    float: left;    width: 300px}#BlogPostCategory {    color: #666}#BlogPostCategory a {    margin: 2px 5px 0;    margin-left: 5px;    padding: 3px 14px;    height: 20px;    border-radius: 10px;    background: #e7e7e7;    color: #333;    text-decoration: none;    line-height: 20px}#BlogPostCategory a:link,#BlogPostCategory a:visited,#BlogPostCategory a:active {    color: #666}#BlogPostCategory a:hover {    background: #64a69c;    color: #f5f5f5}.divPhoto {    margin-right: 10px;    padding: 2px;    border: 1px solid #ccc}.thumbDescription {    margin-bottom: 10px;    padding-top: 5px;    padding-right: 10px;    padding-bottom: 5px;    color: #666;    text-align: right}#footer {    position: absolute;    right: 0;    left: 0;    margin-top: 10px;    margin-bottom: 10px;    padding-top: 10px;    padding-bottom: 10px;    width: 100%;    min-height: 15px;    background: #fff;    text-align: center;    _height: 15px}.personInfo {    margin-bottom: 20px}.pages {    text-align: right}.postBody {    line-height: 1.5em}.postBody p,.postCon p {    margin: 0 auto 1em auto;    text-indent: 2em}.postBody h2 {    margin: 15px auto 2px auto;    font-weight: bold;    font-size: 150%}.postBody h3 {    margin: 15px auto 2px auto;    font-weight: bold;    font-size: 120%}.postBody h4 {    margin: 15px auto 2px auto;    color: #333;    font-weight: bold;    font-size: 110%}.postBody h5 {    margin: 15px auto 2px auto;    color: #333;    font-weight: bold;    font-size: 100%}.postBody a:link,.postBody a:visited,.postBody a:active {    text-decoration: underline}.postCon a:link,.postCon a:visited,.postCon a:active {    text-decoration: underline}.postBody ul,.postCon ul {    margin-left: 2em}.postBody li,.postCon li {    margin-bottom: 1em;    list-style-type: disc}#div_digg .diggnum {    line-height: 3.5em!important}.diggit {    background: url('//images.cnblogs.com/cnblogs_com/cnsevennight/666322/o_diggit.png') no-repeat}.buryit {    background: url('//images.cnblogs.com/cnblogs_com/cnsevennight/666322/o_buryit.png') no-repeat}.postBody blockquote {    padding: 10px 60px 5px 60px;    min-height: 35px;    background: url('images/comment.gif')) no-repeat 25px 0;    color: #333;    line-height: 1.6em;    _height: 35px}#site_nav_under {    display: none}#ad_under_post_holder {    display: none}#under_post_news {    display: none}#google_ad_c2 {    display: none}#under_post_kb {    display: none}/* 代码高亮开始,使用了一个叫Google Code主题皮肤,直接拿过来还不行,有一些样式冲突,还要自己稍微改一些地方 Google Code style (c) Aahan Krish 
*/pre {/*控制代码不换行*/ white-space: pre; word-wrap: normal;}.cnblogs-markdown .hljs { display: block; overflow-x: auto; padding: 0.5em !important; background: white !important; color: black;}.hljs-comment,.hljs-quote { color: #800;}.hljs-keyword,.hljs-selector-tag,.hljs-section,.hljs-title,.hljs-name { color: #008;}.hljs-variable,.hljs-template-variable { color: #660;}.hljs-string,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-regexp { color: #080;}.hljs-literal,.hljs-symbol,.hljs-bullet,.hljs-meta,.hljs-number,.hljs-link { color: #066;}.hljs-title,.hljs-doctag,.hljs-type,.hljs-attr,.hljs-built_in,.hljs-builtin-name,.hljs-params { color: #606;}.hljs-attribute,.hljs-subst { color: #000;}.hljs-formula { background-color: #eee; font-style: italic;}.hljs-selector-id,.hljs-selector-class { color: #9B703F}.hljs-addition { background-color: #baeeba;}.hljs-deletion { background-color: #ffc8bd;}.hljs-doctag,.hljs-strong { font-weight: bold;}.hljs-emphasis { font-style: italic;}/*Google Code主题皮肤结束*//*去除博客园底部广告开始*/div[id^="ad_"] { display: none;}div[class^="c_ad"] { display: none;}div[id^="under_post"] { display: none;}/*去除博客园底部广告结束*//*博客园文章签名开始*/#MySignature { background:#FCFAA9 url(http://images.cnblogs.com/cnblogs_com/Ryanjie/1253883/o_Smile2.png) no-repeat scroll 15px 50%; padding:10px 10px 80px 60px; border: 1px dashed #F4A423; font-family: 幼圆; front-size: 18px; margin-top:2px; height:50px;}.MySignature_text { line-height: 20px; }/*博客园文章签名结束*/

0x03. 侧边栏公告

 博主擅长于C、C++、Java、Html、CSS、JavaScript、SQL等单词的拼写.

0x04. 页首Html代码


0x05. 页脚Html代码

将上述代码全部添加完毕之后,点击『保存』即可。


0x06. 博客签名

image_1cjftmcl49h01aar1u047lt9rh16.png-0.1kB

作者:Ryanjie

出处:http://www.cnblogs.com/ryanjan/

本文版权归作者和博客园所有,欢迎转载。转载请在留言板处留言给我,且在文章标明原文链接,谢谢!

如果您觉得本篇博文对您有所收获,觉得我还算用心,请点击右下角的 [推荐],谢谢!

注意:复制代码时请自行替换相关的地址。

提示:可以使用文本编辑器的替换功能进行快速查找替换,hahaha....


0x07. 写在最后

其实我本来想对相关的代码仔细讲解一下的(自己也是磕磕碰碰总结出来的),但是因为自己水平有限(担心自己讲错),所以就不讲解了(手动滑稽)。等什么时候自己完全理解之后会详细讲解的/xiaoku。

关于返回顶部。由于我是使用cmd markdown来编写,每次都会在标题上添加“#”变为一级标题,然后在右侧的快速定位中就会出现标题,点击标题也可以快速返回顶部。所以,我就没有添加快速返回顶部的小火箭。想添加的可以自己动手试一下。

最后,希望有前端高手能指点我一二,每个人都会有瓶颈的时候,强中自有强中手,希望我这个小菜能够得到高手指点。( ̄▽ ̄)~*

转载于:https://www.cnblogs.com/ios9/p/9721232.html

你可能感兴趣的文章
推荐 5 款超好用的 Chrome 浏览器插件,文末有从别人的电脑移植插件的方法
查看>>
几种实现延时任务的方式(二)
查看>>
ReactNative:require & import
查看>>
MaxCompute新功能发布
查看>>
decorator(修饰器)的业务应用
查看>>
ES6系列-- 8. Symbol
查看>>
要点提炼| Gradle指南
查看>>
Hexo Next底部powered by的logo栏更改以及注意事项(附官方文档,文末有福利链)
查看>>
我是如何进入阿里巴巴的-面向春招应届生Java面试指南(七)
查看>>
Android Studio 打包生成的 apk 安装包装到手机上闪退
查看>>
Mybatis技术内幕:初始化之加载 mybatis-config
查看>>
mysql与pymysql
查看>>
Fastlane(二):结构
查看>>
vue高阶组件
查看>>
Android消息机制Handler源码分析
查看>>
HashMap JDK1 8源码
查看>>
2018年互联网圈,程序员圈竟然脱单的这么多?
查看>>
数据结构:解读哈夫曼树
查看>>
重新学习web后端开发-003-了解http请求
查看>>
230. Kth Smallest Element in a BST
查看>>