Tag:address
-
Time:2021-1-21
Code cloud:gitee.com/zengyou168 QQ group: 1128200208 Demo address:redbook.top Account number: Zengyou Password: 888888 ThinkPHP6 vue element swoole redis This work adoptsCC agreementReprint must indicate the author and the link of this article
-
Time:2021-1-21
Hello everyone, I’m a ruffian Heng. I’m a serious technical ruffian. What I want to share with you today isGo deep into the initialization process of serial nor flash in i.mxrt1050 series ROM。 Starting from external serial nor flash is the most frequent topic in the development of i.mxrt series. No matter in the development […]
-
Time:2021-1-21
Please correct any mistakes The running environment of JS code Browser kernel (engine) node WebView (hybrid, embedded in mobile app, running in APP) … Here are a few examples to understand the stack memory processing of different data types How to run JS (example 1) var a = 12; var b = a; b = […]
-
Time:2021-1-21
The purpose of writing this article is mainly from the communication with an old front-end. I think it’s very useful to learn computer theory and it’s very helpful to career development. He thinks that application development and bottom development are two things. The front end belongs to application development, and learning theoretical knowledge is a […]
-
Time:2021-1-21
Local use docker combine to build mongodb 3-node cluster [1 primary and 2 secondary, automatic switch between primary and standby, can be changed to real remote physical node] Support: access the cluster in another docker compose app Support: accessing cluster on host Transaction function needs cluster Separation of reading and writing, disaster recovery in different […]
-
Time:2021-1-20
Swagger is often not good enough to make complaints about the interface of tucking up, and its functions are not strong enough. Actually, many tools can be combined with Swagger, and it will become very useful after it is combined. I wrote an article beforeHow to break the ugly interface and weak function of swagger? […]
-
Time:2021-1-20
preface I wrote an article before,Teach you how to use typora + picgo to automatically upload pictures to the drawing bed 。 Here I am using the seven cattle map bed. The seven cattle map bed has a certain amount of free usage (if you remember correctly, it should be 10 g). If your storage […]
-
Time:2021-1-20
describe As soon as we need to do a public official account, we will first investigate and connect the basic servers. WeChat official account server has to do some irritable things when accessing the server. When it changes configuration, it needs to shake hands. API calls must do some reliable encryption and decryption checking, and […]
-
Time:2021-1-20
Gosearch is based on godoc.org Provides API development tools for quick search / installation of golang packages Installation method go get github.com/clearcodecn/gosearch Usage Gosearch [package name…]For example: gosearch gin logrus websocket characteristic It supports local caching, establishes indexes of keywords and search results, and reads the next search directly from the cache. If you need […]
-
Time:2021-1-20
When doing video related projects, there are some problems, which have been solved in the project. Here is a summary: Problems: 1. The video upload of Baidu ueditor always has a download button when it is displayed on the front end, video.js It’s not easy to get rid of the controls. 2. When adding video […]
-
Time:2021-1-19
Overview of article content Or look at the figure mentioned in the previous article. Computer a transmits data across devices to C. A sends the IP datagram with destination C, queries the routing table and finds that the next hop is e. a delivers the IP datagram to the data link layer,The destination MAC address […]
-
Time:2021-1-16
Video address Headline address:https://www.ixigua.com/i677586170644791348…Station B address:https://www.bilibili.com/video/av81202308/ Source address GitHub address:https://github.com/anonymousGiga/learn_rus… Explanation content 1. Internal variability: allows data to be changed when using immutable references. 2. By checking borrowing rules at run time (usually at compile time) by refcell, refcell represents the unique ownership of its data.Similar to RC, refcell can only be used in single […]