Tag:Programmer
-
Time:2021-2-13
Learn about Java exceptions 1. In practical work, the situation can not be very perfect. For example: you write a module, user input does not necessarily meet your requirements; Your program to open a file, the file may not exist or file format is wrong; You want to read the data in the database, […]
-
Time:2021-2-12
Who told you that you were born in China? ——He Zuoxiu, academician of Chinese Academy of Sciences This is a C language book for non computer majors. “I don’t study computer. Why should I study C?” This question is asked millions of times every year in China. The target may be a teacher or a […]
-
Time:2021-2-7
What can 30 lines of code do? The answer is that you can make a cloud specific password love letter. It’s said that programmers are sullen and don’t know how to be romantic. When programmers are really romantic, what is it like? Last week, cloud effect launched a cloud customized password love letter activity called […]
-
Time:2021-2-6
Hello, I’m Liang Xu. For new employees in the workplace, especially fresh graduates, after they get an offer, they will have a period of anxiety after they enter the company. For example, do not understand the company’s project development process, code do not understand, business processes do not know, the framework will not be used, […]
-
Time:2021-2-6
This article comes fromYour Django StorySeries, which focuses on women who contribute to Django.Click to see moreThis paper isOneAPMEngineer compiles. Jess HamrickHe is a graduate student in the Department of psychology at the University of California, Berkeley. His research includes writing programs to imitate human behavior in order to understand how human beings understand the […]
-
Time:2021-1-23
If you want to do a good job in scrum transformation, the first step is to understand and really implement scrum, then the books I recommend for scrum are to understand and practice. The second step is to do solid engineering practice of the team. The following is a list of recommended engineering practice books: […]
-
Time:2021-1-18
There are too many job seekers in IT industry who are eager for quick success and instant benefits, and code farmers who are mass-produced in training schools, batch after batch. In the past few years, along with the deeper understanding of programmers, I have a profound understanding of the following points: First: each industry has […]
-
Time:2021-1-16
Programmers should cherish life and do useful and meaningful things. There are two ways to do useful things: one is to do a project that is really valuable to users, which is really meaningful and useful; the other is to do the project in the right direction and in the right way. But programmers will […]
-
Time:2021-1-14
preface Now I seldom write code at home, mainly reading books. Why?First, I think there are still a lot of things I need to improve. Second, although most of the tools, at a glance you can see how they are implemented. However, perfect industrial tools need to be continuously iterated and polished. Over the weekend, […]
-
Time:2021-1-13
Recently, I often visit the professional speech area. It’s true that the legendary one million people per capita live up to their reputation. However, some of the offer Posts still reveal the wealth code of the programmer’s high salary. Why is the same programmer, but the salary is so poor? Why can a fresh student […]
-
Time:2021-1-12
Software development is full of challenges. No one is perfect. It is inevitable for programmers to write bug code. Some people are calm, others feel angry, depressed, upset or discouraged. What have we experienced in fixing bugs? This is worth exploring. This article lists some words or ideas that programmers might say when fixing bugs. […]
-
Time:2021-1-11
Netwarps has been a decentralized storage and computing platform, aiming at the Internet of things, even NDN network. Therefore, we need to build a simple and high-performance underlying network. Before, netwarps used C language to implement a basic P2P network, and then built a decentralized file storage system (DFS) and a decentralized computing platform (DCP) […]