Tag:frame
-
Time:2021-1-20
A series of articles: DIY implementation of ThinkPHP core framework (1) MVC DIY implementation of ThinkPHP core framework (2) entry file DIY implementation of ThinkPHP core framework (3) routing DIY implementation of ThinkPHP core framework (4) namespace DIY implementation of ThinkPHP core framework (5) composer DIY realizes the core framework of ThinkPHP (6) realizes its […]
-
Time:2021-1-20
Laravel-Vue-SSR-SPA It provides server-side rendering / single page rendering skeleton, integrates webpack package to build MD5 file name / gzip implementation, built-in Vue router, vuex, Axios and other Vue packages, and provides three common schemes, including PC side SSR rendering scheme, admin front-end and back-end separated single page scheme, mobile front-end and back-end separated single […]
-
Time:2021-1-20
Today, let’s talk about the cmake test. However, we are still talking about C + + testing. Cmake provides us with perfect testing support, for example, it has a special module ctest. Cmake native test support The cmake native support test is very simple, with only two functions: enable_testing() add_test(NAME <name> COMMAND <command> [<arg>…] [CONFIGURATIONS […]
-
Time:2021-1-18
A series of articles: DIY implementation of ThinkPHP core framework (1) MVC DIY implementation of ThinkPHP core framework (2) entry file DIY implementation of ThinkPHP core framework (3) routing DIY implementation of ThinkPHP core framework (4) namespace DIY implementation of ThinkPHP core framework (5) composer DIY realizes the core framework of ThinkPHP (6) realizes its […]
-
Time:2021-1-18
@Go practical preparation — the use of beego I have discussed before whether to use beego or gin. In fact, gin is more efficient and more flexible than beego. Other frameworks are not included for reference. There are too few start, just like recruitment. Some enterprises that are not 985 / 211 do not look […]
-
Time:2021-1-18
1. Background Because of the business relationship, we have to dock with many different third-party companies. These service providers all provide API based on HTTP. But the details of the API vary greatly from company to company. Some are based onRESTFULSome of them are based on the traditional HTTP specification; others need to be in […]
-
Time:2021-1-17
Flutter practice The complete closed loop of digital plus product line has a user oriented app end. Since the company has no native app development, it chooses cross platform technology for development, and the task is naturally handed over to the front end. Technology selection Because everyone has no experience in app development, technology selection […]
-
Time:2021-1-16
Update content This week, we added some new features and fixed bugs in some components to continue to improve the stability of hyperf, which was released on2.0.10Users are advised to update this version with the following command. composer update “hyperf/*” -o Direct access to the official websitehyperf.ioOr documenthyperf.wikiView updates newly added #2411byhyperf/databaseNew componentsHyperf\Database\Query\Builder::forPageBeforeIdmethod. #2420 #2426byhyperf/commandNew […]
-
Time:2021-1-15
Let’s first look at a recruitment information: This is a new year’s skills requirements, SSM framework, spring boot, javase, database, authority authentication framework, front-end foundation and Vue framework These are basically the recruitment requirements for the new year’s students in 2020, and they are also the most basic requirements. There are no excessive requirements. The […]
-
Time:2021-1-14
thinking The main process listens for an event The rendering process triggers an event to send a message to the main process The main process receives the message from the rendering process and gives the rendering process a response The rendering process receives a response from the main process code implementation The main process listens […]
-
Time:2021-1-14
Many excellent frameworks have been used in the development process, such as okhttp of network, fresco of image, gagger2 of injection, etc., which are all excellent frameworks. So today I will introduce some popular mainstream and excellent frameworks that I know so far. According to the figure above, we will explain in turn: DiskLruCache Best […]
-
Time:2021-1-14
A few days ago, a classmate asked me, teacher, our company’s product is a web app, the company uses jQuery, I feel I can’t learn anything, is it a mobile terminal Isn’t jQuery very good? At that time, my mood was like this: Then I told you that jQuery is not suitable for mobile terminals, […]