hacker基础上,css:

点击展开 Code
  1. #top_nav, #home, #page_end_html {
  2. display: none;
  3. }
  4. :root {
  5. --hacker-color: #034fd8; /*可定制配色*/
  6. --btn-color: #212121;
  7. --mate-color: #9e9e9e;
  8. }
  9. <link rel="stylesheet" type="text/css" href="https://files.cnblogs.com/files/reasonzzy/base.min.css"/>
  10. //博客园标题
  11. #cnblogs_post_body
  12. {
  13. color: black;
  14. font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
  15. font-size: 15px;
  16. }
  17. #cnblogs_post_body h1 {
  18. background: #333366;
  19. border-radius: 6px 6px 6px 6px;
  20. box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
  21. color: #FFFFFF;
  22. font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
  23. font-size: 23px;
  24. font-weight: bold;
  25. height: 25px;
  26. line-height: 25px;
  27. margin: 18px 0 !important;
  28. padding: 8px 0 5px 5px;
  29. text-shadow: 2px 2px 3px #222222;
  30. }
  31. #cnblogs_post_body h2 {
  32. background: #006699;
  33. border-radius: 6px 6px 6px 6px;
  34. box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
  35. color: #FFFFFF;
  36. font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
  37. font-size: 20px;
  38. font-weight: bold;
  39. height: 25px;
  40. line-height: 25px;
  41. margin: 18px 0 !important;
  42. padding: 8px 0 5px 5px;
  43. text-shadow: 2px 2px 3px #222222;
  44. }
  45. #cnblogs_post_body h3 {
  46. background: #2B6695;
  47. border-radius: 6px 6px 6px 6px;
  48. box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
  49. color: #FFFFFF;
  50. font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
  51. font-size: 18px;
  52. font-weight: bold;
  53. height: 25px;
  54. line-height: 25px;
  55. margin: 18px 0 !important;
  56. padding: 8px 0 5px 5px;
  57. text-shadow: 2px 2px 3px #222222;
  58. }
  59. #cnblogs_post_body h4{
  60. background: #2B6600;
  61. border-radius: 6px 6px 6px 6px;
  62. box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
  63. color: #FFFFFF;
  64. font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
  65. font-size: 16px;
  66. font-weight: bold;
  67. height: 24px;
  68. line-height: 23px;
  69. margin: 12px 0 !important;
  70. padding: 5px 0 5px 10px;
  71. text-shadow: 2px 2px 3px #222222;
  72. }
  73. /* 定制返回顶部按键 */
  74. #toTop {
  75. background: url(//images.cnblogs.com/cnblogs_com/shwee/1218109/o_toTop.bmp) no-repeat 0px top;
  76. width: 57px;
  77. height: 57px;
  78. overflow: hidden;
  79. position: fixed;
  80. right: 180px;
  81. bottom: 20px;
  82. cursor: pointer;
  83. }

引用一位大佬的侧边:

点击展开 Code
  1. <!-- menu html -->
  2. <div class="container">
  3. <div class="menu-wrap optiscroll" id="menuWrap" style="display:none">
  4. <nav class="menu">
  5. <!-- 个人简介 -->
  6. <div class="introduce-box">
  7. <div class="introduce-head">
  8. <div class="introduce-via" id="menuBlogAvatar"></div>
  9. </div>
  10. <div id="introduce"></div>
  11. </div>
  12. <!-- 导航 -->
  13. <div class="nav-title"></div>
  14. <div class="icon-list">
  15. <ul>
  16. <li><a href="https://www.cnblogs.com/reasonzzy/" target="_self">首页</a></li>
  17. <li><a href="https://msg.cnblogs.com/send/reasonzzy" target="_blank">联系</a></li>
  18. <li><a href="https://www.cnblogs.com/reasonzzy/rss" target="_blank">订阅</a></li>
  19. <li><a href="https://i.cnblogs.com/" target="_blank">管理</a></li>
  20. <li><a href="https://i.cnblogs.com/EditPosts.aspx?opt=1" target="_blank">添加随笔</a></li>
  21. <!-- <li><a href="https://github.com/Reason0701" target="_blank">GitHub</a></li> -->
  22. <li><a href="https://www.cnblogs.com/" target="_blank">CNBlogs</a></li>
  23. </ul>
  24. </div>
  25. <!-- 访客来源统计 -->
  26. <div class="m-list-title" style="display: block;"><span>访客来源</span></div>
  27. <a href='https://clustrmaps.com/site/1ahcn' title='Visit tracker'>
  28. <img src='//clustrmaps.com/map_v2.png?cl=ffffff&w=268&t=t&d=ymyD9S6Gxrh7BknYYgxQi8uzm-aKKsJUuRZX0vBVlZQ&co=000000' />
  29. </a>
  30. <!-- 最新随笔 -->
  31. <div class="m-list-title"><span>最新随笔</span></div>
  32. <div class="m-icon-list" id="sb-sidebarRecentposts"></div>
  33. <!-- 我的标签 -->
  34. <div class="m-list-title"><span>我的标签</span></div>
  35. <div class="m-icon-list" id="sb-toptags"></div>
  36. <!-- 随笔分类 -->
  37. <div class="m-list-title"><span>随笔分类</span></div>
  38. <div class="m-icon-list" id="sb-classify"></div>
  39. <!-- 随笔档案 -->
  40. <div class="m-list-title"><span>随笔档案</span></div>
  41. <div class="m-icon-list" id="sb-record"></div>
  42. <!-- 阅读排行 -->
  43. <div class="m-list-title"><span>阅读排行</span></div>
  44. <div class="m-icon-list" id="sb-topview"></div>
  45. <!-- 推荐排行 -->
  46. <div class="m-list-title"><span>推荐排行</span></div>
  47. <div class="m-icon-list" id="sb-topDiggPosts"></div>
  48. <!-- 自定义列表 -->
  49. <span id="menuCustomList"></span>
  50. </nav>
  51. <button class="close-button" id="close-button">Close Menu</button>
  52. <div class="morph-shape" id="morph-shape" data-morph-open="M-7.312,0H15c0,0,66,113.339,66,399.5C81,664.006,15,800,15,800H-7.312V0z;M-7.312,0H100c0,0,0,113.839,0,400c0,264.506,0,400,0,400H-7.312V0z">
  53. <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100 800" preserveAspectRatio="none">
  54. <path d="M-7.312,0H0c0,0,0,113.839,0,400c0,264.506,0,400,0,400h-7.312V0z"/>
  55. </svg>
  56. </div>
  57. </div>
  58. <button class="menu-button" id="open-button">MENU</button>
  59. <div class="content-wrap" id="content-wrap"></div><!-- /content-wrap -->
  60. </div>
  61. <!-- menu html end -->
  62. <!-- banner html -->
  63. <div class="main-header">
  64. <canvas id="notHomeTopCanvas" style=" position: absolute;margin: auto;width: 100%;height: 100%;top: 0;bottom: 0;left: 0;right: 0;"></canvas>
  65. <div class="vertical">
  66. <div class="main-header-content inner">
  67. <link href="https://fonts.googleapis.com/css?family=Playball" rel="stylesheet">
  68. <h1 class="page-title" style="font-family: 'Playball', cursive;" id="homeTopTitle"></h1>
  69. <h2 class="page-description" id="hitokoto"></h2>
  70. <h3 class="page-author" id="hitokotoAuthor"></h3>
  71. </div>
  72. </div>
  73. <a class="scroll-down" href="javascript:void(0);" data-offset="-45">
  74. <span class="hidden">Scroll Down</span>
  75. <i class="scroll-down-icon iconfont icon-fanhui"></i>
  76. </a>
  77. </div>
  78. <!-- banner html end -->
  79. <!-- global var -->
  80. <script type="text/javascript">
  81. //博客全局配置
  82. window.cnblogsConfig = {
  83. // ---- GitHub文件源配置 ----
  84. GhUserName: 'wangyang0210', // GitHub用户名(不是昵称),注意大小写
  85. GhRepositories: 'Cnblogs-Theme-BNDong', // GitHub主题仓库名称
  86. GhVersions : '7230170d646de3ac13f94af7a4f27a51d1d246cb', // GitHub发布版本或提交哈希值,根据版本加载代码,我有时候会提交代码进行调试,大家最好加载我仓库代码此处的版本 https://github.com/BNDong/Cnblogs-Theme-SimpleMemory/commits/master
  87. // ---- 基础信息配置 ----custom
  88. blogUser : "RankFan", // 博主名称,文章后缀和主页图片上都会使用此名称
  89. blogAvatar : "//pic.cnblogs.com/avatar/2355125/20210411202630.png", // 用户头像URL
  90. blogStartDate : "2019-5-2", // 入园时间,年-月-日,入园时间查看方法:鼠标停留园龄时间上,会显示入园时间
  91. // ---- 菜单配置 ----
  92. menuCustomList: { // 自定义菜单数据,显示在正常数据下方
  93. "title1": { // 标题
  94. "data": [ // 列表数据 ['列表', '链接']
  95. ['我的博客1', 'https://www.cnblogs.com/reasonzzy'],
  96. ['我的博客2', 'https://www.cnblogs.com/reasonzzy'],
  97. ['我的博客3', 'https://www.cnblogs.com/reasonzzy'],
  98. ['我的博客4', 'https://www.cnblogs.com/reasonzzy'],
  99. ['我的博客5', 'https://www.cnblogs.com/reasonzzy'],
  100. ],
  101. "icon": "icon-brush_fill" // 配置图标,参考文档:本博客字体图标库及其更换方法
  102. },
  103. "title2": { // 标题
  104. "data": [ // 列表数据 ['列表', '链接']
  105. ['我的博客6', 'https://www.cnblogs.com/reasonzzy'],
  106. ['我的博客7', 'https://www.cnblogs.com/reasonzzy'],
  107. ['我的博客8', 'https://www.cnblogs.com/reasonzzy'],
  108. ['我的博客9', 'https://www.cnblogs.com/reasonzzy'],
  109. ['我的博客10', 'https://www.cnblogs.com/reasonzzy'],
  110. ],
  111. "icon": "icon-brush_fill" // 配置图标,参考文档:本博客字体图标库及其更换方法
  112. },
  113. },
  114. // ---- 网站配置 ----
  115. webpageTitleOnblur : "(◍´꒳`◍) Hi, MyFriend", // 当前页失去焦点,页面title显示文字
  116. webpageTitleOnblurTimeOut : 500, // 当前页失去焦点,页面title变化,延时时间,单位毫秒
  117. webpageTitleFocus : "(*´∇`*) 欢迎回来!", // 当前页获取焦点,页面title显示文字,显示后延时恢复原title
  118. webpageTitleFocusTimeOut : 1000, // 当前页获取焦点,页面title变化,延时时间,单位毫秒
  119. webpageIcon : "//pic.cnblogs.com/avatar/2355125/20210411202630.png", // 网站图标
  120. // ---- 进度条配置 ----
  121. progressBar: {
  122. id : 'top-progress-bar',
  123. color : '#77b6ff',
  124. height : '2px',
  125. duration: 0.2
  126. },
  127. // ---- Loading配置 ----
  128. loading: {
  129. rebound: {
  130. tension: 16,
  131. friction: 5
  132. },
  133. spinner: {
  134. id: 'spinner',
  135. radius: 90,
  136. sides: 3,
  137. depth: 4,
  138. colors: {
  139. background: '#f0f0f0',
  140. stroke: '#272633',
  141. base: null,
  142. child: '#272633'
  143. },
  144. alwaysForward: true, // When false the spring will reverse normally.
  145. restAt: 0.5, // A number from 0.1 to 0.9 || null for full rotation
  146. renderBase: false
  147. }
  148. },
  149. // ---- 主页配置 ----
  150. homeTopImg : [ // 主页图片Url,推荐尺寸>= 1920*1080,支持多张,每次刷新随机设置一张
  151. "http://cache.wangyangyang.vip/hello.jpg",
  152. "https://wallpapers.wallhaven.cc/wallpapers/full/wallhaven-165678.jpg",
  153. "http://cache.wangyangyang.vip/wallhaven-694674.jpg"
  154. ],
  155. homeBannerText: "", // 主页头图上的标语,设置此选项会固定显示文字,默认为空,自动获取一句。
  156. // ---- 随笔页配置 ----
  157. essayTopImg: [ // 随笔页图片Url,支持多张,每次刷新随机设置一张
  158. "https://wallpapers.wallhaven.cc/wallpapers/full/wallhaven-569548.png",
  159. "https://wallpapers.wallhaven.cc/wallpapers/full/wallhaven-651235.png"
  160. ],
  161. essayCodeHighlightingType: 'cnblogs', // 代码主题插件类型:cnblogs || highlightjs || prettify
  162. essayCodeHighlighting: 'cnblogs', // 代码高亮主题,具体主题参考文档
  163. essaySuffix:{ // 随笔后缀处配置
  164. aboutHtml : '', // 关于博主,不配置使用默认
  165. copyrightHtml: '', // 版权声明,不配置使用默认
  166. supportHtml : '' // 声援博主,不配置使用默认
  167. },
  168. // ---- 控制台输出 ----
  169. consoleList: [
  170. ['RankFan CNBlogs', 'https://www.cnblogs.com/RankFan'],
  171. ['RankFan GitHub', 'https://github.com/RankXiaoLong'],
  172. ['RankFan Email', ' ']
  173. ],
  174. };
  175. // start cache
  176. $.ajaxSetup({cache: true});
  177. // load loadingJs
  178. $.getScript(getJsDelivrUrl('loading.js'), function () {
  179. // Loading start
  180. pageLoading.initRebound();
  181. pageLoading.initSpinner();
  182. pageLoading.spinner.init(pageLoading.spring, true);
  183. $.getScript(getJsDelivrUrl('jquery.mCustomScrollbar.min.js'), function () {
  184. $.getScript(getJsDelivrUrl('require.min.js'), function () {
  185. $.getScript(getJsDelivrUrl('config.js'), function () {
  186. var staticResource = [
  187. 'optiscroll', 'ToProgress', 'rotate',
  188. 'snapSvg', 'classie', 'main4', 'tools'];
  189. require(staticResource, function() {
  190. require(['base'], function() {
  191. (new Base).init();
  192. });
  193. });
  194. });
  195. });
  196. });
  197. });
  198. // get file url
  199. function getJsDelivrUrl(file, directory) {
  200. file = setFileNameMin(file, directory);
  201. return 'https://cdn.jsdelivr.net/gh/'+(window.cnblogsConfig.GhUserName)+'/'+(window.cnblogsConfig.GhRepositories)+'@'+(window.cnblogsConfig.GhVersions)+'/' + (file ? file : '');
  202. }
  203. // optimization file name
  204. function setFileNameMin(file, directory) {
  205. if (typeof file == 'undefined') return '';
  206. var suffix = null,fileArr = file.split('.');
  207. if (fileArr.length > 0 && $.inArray(fileArr[(fileArr.length -1)], ['js', 'css']) != -1)
  208. {suffix = fileArr.pop(); directory = suffix;}
  209. file.search('.min') == -1 && fileArr.push('min');
  210. suffix != null && fileArr.push(suffix);
  211. return (typeof directory !== 'undefined' ? (directory + '/' + fileArr.join('.')) : (fileArr.join('.')));
  212. }
  213. </script>
  214. <!-- global var end -->

页首:

点击查看代码
  1. <script src="http://cdn.bootcss.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
  2. <!-- //一下两个链接最好自己保存下来,再上传到自己的博客园的“文件”选项中 -->
  3. <link href="//files.cnblogs.com/files/blogs/707675/hacker.css" rel="stylesheet">
  4. <script type="text/javascript" src="//files.cnblogs.com/files/blogs/707675/hacker.js"></script>
  5. <!-- 页面左上角 -->
  6. <a href="https://RankXiaoLong.github.io/" title="我的站点" target="_Blank" class="github-corner" aria-label="View source on Github"><svg width="80" height="80" viewBox="0 0 250 250" style="fill:#64CEAA; color:#fff; position: absolute; top: 0; border: 0; left: 0; transform: scale(-1, 1);" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path></svg></a><style>.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}</style>
  7. <!-- 页面右上角 -->
  8. <a href="https://github.com/RankXiaoLong" title="我的github地址" target="_Blank" class="github-corner" aria-label="View source on Github"><svg width="80" height="80" viewBox="0 0 250 250" style="fill:#FD6C6C; color:#fff; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path></svg></a><style>.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}</style>
  9. <!-- To Top -->
  10. <a href="#shwtop"><div id="toTop" style="zoom:0;"></div></a>

页脚:

点击查看代码
  1. <script>
  2. window.ico = `//pic.cnblogs.com/avatar/2355125/20210411202630.png`
  3. </script>
  4. <!-- code 复制设置 -->
  5. <script src="https://files.cnblogs.com/files/whalefall541/clipboard.min.js"></script>
  6. <script src="https://files.cnblogs.com/files/whalefall541/cp.js"></script>
  7. <script type="text/javascript">
  8. var setMyBlog = {
  9. setCopyright: function() {
  10. //设置版权信息,转载出处自动根据页面url生成
  11. var info_str = '<p>作者:<a target="_blank">@RankFan</a><br>'+
  12. '本文为作者原创,转载请注明出处:<a class="uri"></a></p><hr></hr>',
  13. info = $(info_str),
  14. info_a = info.find("a"),
  15. url = window.location.href;
  16. $(info_a[0]).attr("href","https://github.com/RankXiaoLong");
  17. $(info_a[1]).attr("href",url).text(url);
  18. $("#cnblogs_post_body").prepend(info);
  19. },
  20. setCodeRow: function(){
  21. // 代码行号显示
  22. var pre = $("pre.sourceCode"); //选中需要更改的部分
  23. if(pre && pre.length){
  24. pre.each(function() {
  25. var item = $(this);
  26. var lang = item.attr("class").split(" ")[1]; //判断高亮的语言
  27. item.html(item.html().replace(/<[^>]+>/g,"")); //将<pre>标签中的html标签去掉
  28. item.removeClass().addClass("brush: " + lang +";"); //根据语言添加笔刷
  29. SyntaxHighlighter.all();
  30. })
  31. }
  32. },
  33. setAtarget: function() {
  34. // 博客内的链接在新窗口打开
  35. $("#cnblogs_post_body a").each(function(){
  36. this.target = "_blank";
  37. })
  38. },
  39. setContent: function() {
  40. // 根据h2、h3标签自动生成目录
  41. var captions_ori = $("#cnblogs_post_body h2"),
  42. captions = $("#cnblogs_post_body h2,#cnblogs_post_body h3").clone(),
  43. content = $("<blockquote><h4>目录</h4></blockquote>");
  44. $("#cnblogs_post_body").prepend(content.append(captions));
  45. var index = -1;
  46. captions.replaceWith(function(){
  47. var self = this;
  48. if(self.tagName == "H2" || self.tagName == "h2"){
  49. // 设置点击目录跳转
  50. index += 1;
  51. $('<a name="' + '_caption_' + index + '"></a>').insertBefore(captions_ori[index]);
  52. return '<a href="#_caption_' + index + '"><strong>' + self.innerHTML + '</strong></a><br>';
  53. } else {
  54. return self.innerHTML + "<br>";
  55. }
  56. });
  57. },
  58. runAll: function() {
  59. /* 运行所有方法
  60. * setAtarget() 博客园内标签新窗口打开
  61. * setContent() 设置目录
  62. * setCopyright() 设置版权信息
  63. * setCodeRow() 代码行号显示,
  64. */
  65. this.setAtarget();
  66. // this.setCodeRow();
  67. this.setCopyright();
  68. this.setContent();
  69. }
  70. }
  71. setMyBlog.runAll();
  72. </script>

Cnblogs 主题设置的更多相关文章

  1. phpstorm9整合本地apache和豆沙绿主题设置(附资源)

    ♣phpstorm9下载(安装包和注册码) ♣phpstorm9自带apache和自定义apache服务器 ♣phpstorm9豆沙绿主题设置(附我的主题包) 说明:如果还未安装apache和php7 ...

  2. VS2010主题设置及插件推荐

    本文主要写了个人使用 VS2010 的一些配置及实用插件,从而打造一个符合个人风格的开发环境. 基础设置 安装 Visual Assist X 在 VS2010 中若不安装 Visual Assist ...

  3. WordPress主题设置插件,让你的站点有电脑、手机双主题

    我们建站的时候总是会优先考虑自适应的主题,但是与之对应,免费的自适应主题都调用国外公共资源,访问速度不太理想.加上wordpress未经优化之前,本身也没有极高的访问效率.所以大家可以下载这款“主题设 ...

  4. Android Studio IDE 主题设置

    1.界面主题设置,如下图: 2.代码字体设置,如下图:

  5. Webstorm6的汉化以及主题设置

    Webstorm6.0.2界面截图: webstorm作为一款前端开发软件,被业内称为神器,下面是下载地址. 需要的人太多,邮件不过来,传到这边方便大家下载 汉化包 http://www.jetbra ...

  6. emacs24 颜色主题设置

    Emacs24 颜色主题设置 在Linux上写程序,永远绕不过的2个东西就是vi和emacs.emacs是早晚要接触的东西.本文就从配置颜色主题(color-theme)开始.用命令:$ sudo a ...

  7. IDEA 的主题设置

    1.主题设置(Appearance& Behavior) 补充1:设置编辑区的主题 (1)IDEA提供了两个编辑区的主题,如下所示 (2)如果想要更多的主题效果,可以到 http://www. ...

  8. IDEA主题设置

    主题下载: Color Themes(个人倾向该网站,而不是http://www.riaway.com/) 主题设置: 打开IDEA,按下Ctrl+Alt+S,选择Editor-->Color ...

  9. mac 终端 使用 solarized 主题设置语法高亮

    mac 终端 使用 solarized 主题设置语法高亮 先来看看 solarized 在 mac 终端上的效果图片 一:先下载 solarized 官网下载:https://github.com/a ...

随机推荐

  1. 防止XSS 攻击集成springboot

    1.配置相关数据 在配置文件中配置 # 防止XSS攻击 xss: # 过滤开关 enabled: true # 排除链接(多个用逗号分隔) excludes: /system/notice/* # 匹 ...

  2. DeltaLake数据湖解决方案

    Delta Lake 是DataBricks公司推出的一种数据湖解决方案,Delta为该方案的核心组件.围绕数据流走向(数据入湖从流入数据湖.数据组织管理.数据查询到流出数据湖)推出了一系列功能特性, ...

  3. 终于搞懂了PR曲线

    PR(Precision Recall)曲线 问题 最近项目中遇到一个比较有意思的问题, 如下所示为: 图中的PR曲线很奇怪, 左边从1突然变到0. PR源码分析 为了搞清楚这个问题, 对源码进行了分 ...

  4. C# - 习题05_写出程序的输出结果o1.count

    时间:2017-08-24 整理:byzqy 题目:写出下列程序的输出结果: //原题程序如下: class Class1 { private static int count = 0; static ...

  5. PyTorch安装及试用 基于Anaconda3

    设置Torch国内镜像 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/ ...

  6. QT如何发布应用程序和图标

    1.程序图标 ①创建一个图标格式的文件,可以网上在线将普通的图形格式转成.ico 格式的图标文件 http://www.faviconico.org/ 这个网站可以在线转换png.jpg.gif文件为 ...

  7. HTTP系列之:HTTP中的cookies

    目录 简介 cookies的作用 创建cookies cookies的生存时间 cookies的权限控制 第三方cookies 总结 简介 如果小伙伴最近有访问国外的一些标准网站的话,可能经常会弹出一 ...

  8. vue + WangEnduit

    components 注册组件 <template lang="html"> <div class="editor"> <div ...

  9. ABP 极简入门教程(二 MVC方式显示数据)

    增加显示菜单 Sample.Web.MVC项目中找到startup目录打开SampleNavigationProvider.cs,根据现有内容添加以下内容 .AddItem( new MenuItem ...

  10. C#中的“等待窗体”对话框

    这篇文章向您展示了如何在c#.net Windows窗体应用程序中创建一个等待窗体对话框.创建一个新表单,然后输入您的表单名称为frmWaitForm.接下来,将Label,Progress Bar控 ...