Tag:blog
-
Use Python + flask to develop blog projects and achieve intranet penetration
preface Flask is a lightweight web framework written in Python. Compared with other frameworks of the same type, this framework is more flexible and lightweight. And it has strong customization, users can add functions according to their own needs, and has a powerful plug-in library, which is why this framework has been hot in the […]
-
[ASP] Tianfeng Ajax blog v1 0 program provider downloaded
Main functions:Blog calendar, publish log, add management classification, manage log classification, To edit log classification, you can use WYSIWYG method (that is, double-click to edit directly) The background imitates the Gmail background, and most functions are similar to ordinary blogs, AJAX is mainly used, and ASP is used on the server This program is also […]
-
Visual studio 2022 download and configure opencv4 five point five
Write in front: welcome to the blog of “Qiuge”. I am Qiu Qiu, an ordinary college student. In addition to learning, I use my blog to record every bit of my learning process. I also hope my blog can bring more harvest to you who also love learning and technology! I hope you will take […]
-
SEO optimization of vuepress blog (V) adding json-ld data
preface stay“A blog with vuepress + GitHub pages”In, we used vuepress to build a blog. The final effect is as follows:Typescript Chinese document。 This article talks about json-ld in SEO. JSON-LD If we open any article of nuggets, such as this oneVuepress blog Optimization: adding vssue comment function, looking at the DOM element, we can […]
-
R language exponential smoothing Holt winters analysis of Google Analytics time series data to predict the number of blog users
Original link: http://tecdat.cn/?p=23982 The data obtained by a series of points in an equidistant time period is usually called time series data. Monthly retail sales, daily weather forecast, unemployment data and consumer sentiment survey are classic examples of time series data. In fact, most variables in nature, science, business and many other applications depend on […]
-
Static blog based on hexo + next + GitHub, upgrade process record in August 2020
As early as 2017, I built a static blog hosted by GitHub based on hexo + next. It has been nearly three years now, and many changes have taken place. For example, hexo scaffold has been upgraded to two major versions, “the latest version 5.0”, node JS has also upgraded several major versions, and the […]
-
GitHub actions & Hugo auto update blog
Use Hugo to build personal blog, GitHub to manage blog resources, and GitHub actions to automatically build and update blog sites. preparation in advance GitHub Docker Nginx Hugo A registered domain name An online server Let’s encrypt HTTPS certificate GitHub actions auto publish name: Deploy Blog on: push: branches: [ master ] pull_request: branches: [ […]
-
Vue + Node. JS + mongodb build your own personal website!
preface At the beginning of school in March this year, I came up with the idea of making my own personal website. I also learned that there are static blog tools such as hexo. But as a newcomer who wants to enter the front pit, there is nothing more meaningful than building a station manually. […]
-
How to bind personal domain names for personal blogs deployed in GitHub
The premise is that you have set up your own personal blogIf you want to build your own personal blog, you can come to my personal blog learning address Purchase domain name First of all, if you want to bind the domain name, you need to buy your own domain name. I bought the domain […]
-
Write react Express single page blog application from scratch (learning summary)
Summary of reaction Express single page Blog Application Writing I wanted to write a blog application a long time agoAt the beginning, I wanted to use it directlyexpressandejsThe template was written directly, but at the beginning of the summer vacation, I accidentally entered the pit of react, so I didn’t do it and used it […]
-
A simple laravel5 + Vue single page blog
After watching the communityTwo tutorialsAfter that, I think I’ll write a blog based on this tutorial (I happen to have the wool of Tencent cloud on hand). explain The blog is based onlaravel5.5andvue2.*To write, the front desk isvueFor the single page application, the traditional template rendering is used in the background (simple and fast). Because […]
-
Use ghost to build a personal blog
Use ghost to build a personal blog As a technician, we usually write some blogs and share some articles (what we do is to love sharing). Therefore, many open source blog systems have been born, such aswordpressIt is also the most popular and widely used Tianyuan blog system in the world, with a lot of […]