Blog | 博客

Lecture 01: [Review] Various techniques and common problems of using the VS development environment

Original link: https://chenyan98.cn/3635.html VS version recommendation: (2019, 2022) Database version recommendation: SQLServer2012 Project type: (console –> mainly for learning; form programs (windows, c/s, desktop applications), web programs, web service programs) Project Composition: [1] Solution: It is mainly used to manage various projects we add. All projects within the solution can be compiled uniformly. Develop a […]

Lecture 01: [Review] Various techniques and common problems of using the VS development environment Read More »

A16z and other top capital + former Facebook star team, two new public chains Aptos and Sui, are they heavenly kings or heavenly death?

Original link: https://www.hellobtc.com/kp/du/08/3998.html Author: Five Fireball Leader / Source: Vernacular Blockchain This is the original 1736th issue of the vernacular blockchain Author | Five Fireball Leaders Produced | Vernacular Blockchain (ID: helloBTC) At present, the hottest things in the circle, in addition to ETH’s Merge, Move is the new public chain of Aptos and Sui,

A16z and other top capital + former Facebook star team, two new public chains Aptos and Sui, are they heavenly kings or heavenly death? Read More »

Comparison table of common technical terms and abstract concepts between .NET and Java

Although .NET (C#) and Java are two different languages, they are both OOP object-oriented programming frameworks, and Java appeared relatively early. We often see a lot of Java shadows in .NET, so in fact There are quite a few similarities. In this article, I intend to sort out my recent feelings, compare some common technical

Comparison table of common technical terms and abstract concepts between .NET and Java Read More »

html5 javascript webpage responsive design scheme, webpage adaptation scheme

The style of the design of the web page is controlled by css. Our css size unit is generally px, or rem, or vw, vh. The size controlled by px is fixed, not loudness. Responsive design is generally implemented in two ways. One.rem program. Implementation: 1. Add in the head <meta name=”viewport” content=”width=device-width, initial-scale=1.0″ />

html5 javascript webpage responsive design scheme, webpage adaptation scheme Read More »

Walking in the Handbook: Selected Online Activities from 8/30-9/5

Original link: https://sehseh.substack.com/p/830-95 [Walking Handbook] Send every Monday Track now and don’t miss in-depth events ? Open this letter with “computer web page” Add ” Walking Pocket Calendar ” to my favorites and done! ──Gender. society— 1.【Taiwan’s first openly gay dad! ] (Taiwan Gay Family Rights Promotion Association​) Event URL: reurl.cc/YXEkr4 Time: August 30 (Tuesday)

Walking in the Handbook: Selected Online Activities from 8/30-9/5 Read More »

Rainbow goddess leaps into the sky, Go language advanced Go language high-performance web framework Iris project combat – login and graphic verification code (captcha) EP06

Original link: https://v3u.cn/a_id_250 The book is connected to the previous chapter. In the last chapter, we optimized the overall structure of the project according to the organizational structure of “low coupling and high cohesion”. In this chapter, we will continue to write the business, that is, the user’s login logic, and the previous user management

Rainbow goddess leaps into the sky, Go language advanced Go language high-performance web framework Iris project combat – login and graphic verification code (captcha) EP06 Read More »

What is it like to attend CISCN2022

Original link: https://aidaip.github.io/life/2022/08/29/%E5%8F%82%E5%8A%A0-CISCN2022-%E6%98%AF%E4%BB%80%E4 %B9%88%E6%A0%B7%E7%9A%84%E4%BD%93%E9%AA%8C.html What is it like to participate in CISCN2022 StudentUnion StudentUnion (STU) is a team under the Blue-Whale information security research team. It was established in December 2020 and has a complete range of Crypto, Binary, and Web directions. The undergraduates in the team are all non-computer majors (communication engineering, geology, marine

What is it like to attend CISCN2022 Read More »

July-August Shopping Log

Original link: https://blog.fueis.com/22-0829 I didn’t buy anything in June, and I bought it wildly in July-August. The number of words and length of this log is a bit too much… I feel that with the amount I hoarded, at least I don’t need to buy skin care products in December, just a small amount It

July-August Shopping Log Read More »

20220829’s gibberish

Original link: https://www.bboy.app/2022/08/29/20220829%E7%9A%84%E8%83%A1%E8%A8%80%E4%B9%B1%E8%AF%AD / Introduction Here is a collection of some interesting things I usually find This article is reprinted from: https://www.bboy.app/2022/08/29/20220829%E7%9A%84%E8%83%A1%E8%A8%80%E4%B9%B1%E8%AF%AD / This site is for inclusion only, and the copyright belongs to the original author.

20220829’s gibberish Read More »

frpc ingress implementation for k8s

Original link: https://www.dosk.win/2022/08/29/shi-yong-yu-k8s-de-frpc-ingress-shi-xian/ Usage I built a helm repo for quick deployment, the steps are as follows helm repo add infinity-server https://infinity-server.github.io/dockerset helm repo update helm upgrade –install frpc-ingress infinity-server/frpc-ingress Now just wait for everything to run, you need to configure two crd : For remote server information, there can only be one Config configuration,

frpc ingress implementation for k8s Read More »

Dive into TensorIR

Original link: https://www.bodunhu.com/blog/posts/dive-into-tensorir/ TensorIR is a compiler abstraction for optimizing programs with tensor computation primitives in TVM . Imagine a DNN task as a graph, where each node represents a tensor computation. TensorIR explains how each node/tensor computation primitive in the graph is carried out. This post explains my attempt to implement 2D convolution using

Dive into TensorIR Read More »