Tag:Skill
-
Time:2021-2-6
How to be an excellent engineer? Today, Gu De, a senior technical expert of Alibaba, will share 8 important skills that affect his career with you, hoping to be helpful to you.I was admitted to Zhejiang University in 1998 in the last century. I studied electronic engineering, but I couldn’t help getting on the computer […]
-
Time:2021-2-6
When you need to refer to an attribute in an object, but the name of the attribute is uncertain, how to call it?such as let obj={bar:”myBar”}; let bar_name=’bar’; If called obj.bar_ Name is not allowed, so how to call it?In fact, there are two ways to call an object property:obj.bar obj[“bar”] So, we just need […]
-
Time:2021-2-3
Click the blue “programmer book list” to follow me Add a “star sign” to show you good articles and books every day! From: Internet In 2020, it is the most difficult season to find a job. It is very difficult to find a satisfactory job under the influence of the epidemic situation for both […]
-
Time:2021-1-25
Good system administrators differ in efficiency. If an efficient system administrator can complete a task that others need 2 hours to complete in 10 minutes, he should be rewarded (get more reward) because he saves time for the company, and time is money. Here are some tips to save time – even if you don’t […]
-
Time:2021-1-24
In order to prevent you from looking for students, I lost a catalog here, because I may continue to write in the future catalog Various skills of Django rest frameworkVarious skills of Django rest framework — 2. SerializerVarious skills of Django rest frameworkVarious skills of Django rest framework — 4. Generic viewVarious skills of Django […]
-
Time:2021-1-21
For this Kafka project, I will focus on the overall architecture of the system, design and code implementation. With you bar source code, learn skills, knowledge. I hope you continue to pay attention and witness growth together! I believe: the road of technology, ten years as one day! Ten years to sharpen a sword! preface […]
-
Time:2021-1-19
preface Recently, the author is developing and maintaining a. Net core project, which uses several very interesting. Net core related extensions. Here is a summary. EF core performance tuning If you use EF core in your project and are in the stage of performance tuning, it is very important to understand the SQL statements generated […]
-
Time:2021-1-15
Weekly interest map Product manager design experience / user experience I won’t write any technical analysis articles this week. I’ll share some of the long cherished idea “Sao skills” to help you complete the code quickly. What are you waiting for? Get on the bus Praise first, then watch. Make a habit. Wechat search “Procedure […]
-
Time:2020-11-12
This article starts in Nuggets: Address: 3 minutes to master 20 practical tips in JS development preface Daily development, we may need to write a lot of JS code, the following development tips can help you. Words not much, directly on the code! String technique Format the thousandth ‘10000000.00’.replace(/(?!^)(?=(\d{3})+\.)/g, ‘,’); // “10,000,000.00” ‘10000000.00’.replace(/\B(?=(\d{3})+\.)/g, ‘,’); // […]
-
Time:2020-11-5
The students who do front-end development are rightpackage.jsonA file must be familiar, but we usually pay little attention to it. The most familiar attributes are as follows: Name, project name Version, project version number Project dependencies Scripts, NPM command package.jsonIn fact, there are many properties that can be configured. Here is onehomepageProperties. homepageThe function of […]
-
Time:2020-10-31
print(tolua.type(obj)) That’s it. Small skills, save a lot of time, you don’t have to guess blindly in the future, especially when using various widgets on the UI side.
-
Time:2020-10-29
For tips on creating classes, see Gou class In general, you need to create a new class to refer to another class in a class, such as gou2 class. In the form of Gou class, you can directly. Get out of a class through attributes. namespace ConsoleApplication1 { class Program { static void Main(string[] args) […]