通用简历模板
...
jexus 添加自启 ubuntu
linux的服务开机设置一般在 /etc/init.d/里 而jexus的默认安装目录在 /usr/jexus里 启动文件为 jws 参数 有start stop restart jexus的开启启动脚本 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576#!/bin/bash### BEGIN INIT INFO## Provides: jws# Required-Start: $local_fs $remote_fs# Required-Stop: $local_fs $remote_fs# Default-Start: 2 3 4 5# Default-Stop: 0 1 6# Short-Description: jws# Description: ...
jexus 支持dotnet core 项目
Jexus 即 Jexus Web Server,简称JWS,是Linux平台上的一款ASP.NET WEB服务器,是 Linux、Unix、FreeBSD 等非Windows系统架设 ASP.NET WEB 服务器的核心程序,是企业级ASP.NET跨平台部署的一种可选方案。与其它WEB服务器相比,Jexus不但具有跨平台ASP.NET服务器这样的标志性特征,同时还拥有内核级的安全监控、入侵检测、URL重写、无文件路由等一系列重要功能和专有特性。 关于它的定义简单明了,就是一款Linux上的Asp.Net Web服务器,相当于我们的Windows上的IIS,Jexus5.8.2的正式发布为Asp.Net Core进入生产环境提供了平台支持。 本版的亮点是新增“AppHost”配置项,将HTTP自宿主应用程序(如Asp.net Core应用程序、Node.js应用程序等)统一纳入Jexus的工作进程序列进行管控(启动、停止、重启、崩溃后自动恢复等管理、监控功能),为Asp.Net Core应用程序进入企业化生产环境提供了强有力的平台保障。使用 jexus整合asp.net...
资源unity大全
2D 2D Rope System (Paid) - Scripts for creating any type of 2D ropes in the editor or during runtime. Ferr2D Terrain Tool (Paid) - Quickly create handcrafted 2D landscapes and levels. Pixel Camera 2D - A simple pixel perfect camera with scaling options for 2D Games. Spine (Paid) - A skeletal animation editor with a Unity library. Tiled2Unity - Takes your Tiled files and creates Unity prefabs from them that are easily placed into your Unity scene. Complex collision is supported through...
资源dotnet core大全
General ASP.NET Core Documentation - The official ASP.NET Core documentation site. .NET Core Documentation - Home of the technical documentation for .NET Core, C#, F# and Visual Basic, including basic concepts, getting started instructions, tutorials and samples. .NET Core SDK - .NET Core SDK is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. .NET Platform Standard - The differrent between the old version and the new version of...
hexo的next主题个性化教程:打造炫酷网站
看到有些next主题的网站很炫酷,那么是怎么配置的呢?接下来我会讲一讲如何实现一些炫酷的效果 主要有以下33种: 在右上角或者左上角实现fork me on github 添加RSS 添加动态背景 实现点击出现桃心效果 修改文章内链接文本样式 修改文章底部的那个带#号的标签 在每篇文章末尾统一添加“本文结束”标记 修改作者头像并旋转 博文压缩 修改``代码块自定义样式 侧边栏社交小图标设置 主页文章添加阴影效果 在网站底部加上访问量 添加热度 网站底部字数统计 添加 README.md 文件 设置网站的图标Favicon 实现统计功能 添加顶部加载条 在文章底部增加版权信息 添加网易云跟帖(跟帖关闭,已失效,改为来必力) 隐藏网页底部powered By Hexo / 强力驱动 修改网页底部的桃心 文章加密访问 添加jiathis分享 博文置顶 修改字体大小 修改打赏字体不闪动 侧边栏推荐阅读 自定义鼠标样式 为博客加上萌萌的宠物 DaoVoice 在线联系 点击爆炸效果 1. 在右上角或者左上角实现fork me on...
next主题如何添加动态背景
注意:如果next主题在5.1.1以上的话就不用我这样设置,直接在主题配置文件中找到canvas_nest: false,把它改为canvas_nest: true就行了(注意分号后面要加一个空格) 其实挺简单的︿( ̄︶ ̄)︿ 修改_layout.swig打开 next/layout/_layout.swig在 < /body>之前添加代码(注意不要放在< /head>的后面) 123{% if theme.canvas_nest %}<script type="text/javascript" src="//cdn.bootcss.com/canvas-nest.js/1.0.0/canvas-nest.min.js"></script>{% endif %} 修改配置文件打开 /next/_config.yml,在里面添加如下代码:(可以放在最后面) 123456#...
资源mysql大全
Contents Awesome MySQL Analysis Backup Benchmarking Binlog Replication ChatOps Configuration Connectors Deployment Development GUI HA Proxy Replication Schema Security Server Sharding Toolkits Resources Conferences E-Books Media Newsletters AnalysisPerformance, structure & data analysis tools Anemometer - Box SQL slow query monitor. innodb-ruby - A parser for InnoDB file formats, in Ruby. innotop - a ‘top’ clone for MySQL with many features and flexibility. MySQL Explain Analyzer...
ngrok内网穿透工具
...
资源vue大全
ResourcesOfficial Resources Official Guide API Reference GitHub Repo Release Notes Style Guide Vue.js News External Resources Vue.js 資料まとめ(for japanese) by @hashrock Vue.js Wikipedia Weekly Vue.js Newsletter - Weekly Vue.js news & tips by @mokkapps Vue News - Social website focusing on the latest Vue.js news and information. Vue Curated Resources - Recommended Vue.js courses and tutorials. Vue School - Learn Vue.js from video courses by core members and industry experts VueDose. Tips...