Cadence physical library LEF file syntax learning [continuous update]
I am snowy fish, an FPGA enthusiast, and my research direction is FPGA architecture exploration.Pay attention to the official account and pull you into the IC design exchange group.1, Introduction to LEFLEF is the abbreviation of Library Exchange Format, which describes the designed library information. The library data includes layer, via, pla ...
Added by mightymax on Mon, 14 Feb 2022 07:06:01 +0200
[Java] IO series BufferedReader (super detailed analysis)
๐ : Blog home page: Incoming bogey ๐: Today's article: [Java] IO series BufferedReader ๐: I hope my analysis of IO series can help you ๐ ๐ฑ: Boji is still trying to learn JavaSE. If you have any questions or omissions, please give me more advice ๐ โ๏ธ: On the way of self-study and growth, thank you for your company! No hurry ๏ผ No Pause ...
Added by fbm on Mon, 14 Feb 2022 07:02:45 +0200
Summary of common methods of jQuery
$.grep()
$.grep( array, function(elementOfArray, indexInArray) [, invert ] )
Function: find the array elements that meet the filter function:
<script src="js/jquery1.42.min.js"></script> <script type="text/javascript"> $(function () { var arr = [23,45,5,1,4,67,8,100,-2]; var arrGrep = $.grep( ...
Added by Cong on Mon, 14 Feb 2022 07:00:02 +0200
C + + core programming
Object oriented programming idea
1, Memory partition model
When the C + + program is executed, the memory is divided into four areas
Code area: it stores the binary code of the function body, which is managed by the operating systemGlobal area: store global variables, static variables and constantsStack area: automatically allocated and ...
Added by dcinadr on Mon, 14 Feb 2022 06:46:58 +0200
[cloud native actual combat] learning notes to understand cloud native and Docker quick start
Cloud native actual combat is one of the cloud native courses jointly created by Shang Silicon Valley and KubeSphere Course link: The first lesson of cloud native Java Architect: K8s+Docker+KubeSphere+DevOps_ Beep beep beep_ bilibili
Learning materials: k8s official website: Kubernetes documentation | kubernetes
Cloud native actual combat &mi ...
Added by bpat1434 on Mon, 14 Feb 2022 06:44:28 +0200
Express - based on node web application development framework based on JS platform
1. Introduction to express
Express is based on node JS platform, a fast, open and minimalist Web development framework (a third-party package on npm). Its function is similar to that of node JS is similar to the built-in http module, which is specially used to create a Web server. The built-in http module is very complex but inefficient; ...
Added by KoshNaranek on Mon, 14 Feb 2022 06:40:35 +0200
[JAVA] Application of delay queue
Recently, when developing the CRM management system, I encountered a demand: when using the system, the personnel of the sales department can "get" potential customer clues from the [clue public sea] module to their own [clue private sea] module to become their own private potential customer clues for later tracking and development. A ...
Added by L on Mon, 14 Feb 2022 06:31:43 +0200
Actual combat | use composite material 3 in application
Material You It is not only the development direction of the next generation of Material Design, but also a new design vision: it is convenient for you to create personalized style design, meet various needs and adapt to various screens; Jetpack Compose It is a new modern toolkit for building a native Android interface, which can help you build ...
Added by wha??? on Mon, 14 Feb 2022 06:31:07 +0200
[study notes] Introduction to Java Web - HTML
[study notes] Introduction to Java Web - HTML
๐ Blog home page:* Tiejia Xiaobao* ๐
๐ Purpose: HTML - Introduction ๐
๐ Bloggers are also in the learning stage. If you find any problems, please let us know. Thank you very much ๐
๐ At the same time, thank you very much for your support ๐
๐ Starting is always the most meaningfu ...
Added by dbarron87 on Mon, 14 Feb 2022 06:26:50 +0200
Handwriting a thread pool, take you to learn the implementation principle of ThreadPoolExecutor thread pool
Absrtact: starting from the handwriting thread pool, gradually analyze how these codes are implemented in the Java thread pool.
This article is shared from Huawei cloud community< Handwritten thread pool, compare and learn the implementation principle of ThreadPoolExecutor thread pool! >, author: Xiao Fu Ge.
Thanks for the plane, note ...
Added by brucensal on Mon, 14 Feb 2022 06:12:20 +0200