Tag:wow
-
Flutter time formatting tool
The flutter time formatting tool is recommended in this issueIntl Add dependency dependencies: intl: ^0.16.1 install flutter pub get use import ‘package:intl/intl.dart’; String getCurrentTime() { DateTime now = DateTime.now(); var formatter = DateFormat(‘yy-MM-dd hh:mm:ss’); return formatter.format(now); } If you think the article is good, give me some praise and pay attention to it!Technology exchange can […]
-
Reactnative custom license plate number input box and keyboard implementation
The customized license plate number and keyboard are used in the project. Some optimization processing has been done according to the company’s requirements. Now make a record. The page display and effect are as follows: Dynamic use effect, b-station video GitHub address:VehicleTextInput Thank you for your ideas:https://juejin.cn/post/684490… If you think the article is good, give […]
-
Remote branch v2.1.3 not found in upstream origin
problem When IOS uses pod to install third-party dependencies during project debugging, an error is reported in pod install [!] Error installing SensorsAnalyticsSDK [!] /usr/bin/git clone https://github.com/sensorsdata/sa-sdk-ios.git /var/folders/80/2n8k46ln2bdf3xk5dkdf_ddm0000gn/T/d20200824-10173-1tsouho –template= –single-branch –depth 1 –branch v2.1.3 Cloning into ‘/var/folders/80/2n8k46ln2bdf3xk5dkdf_ddm0000gn/T/d20200824-10173-1tsouho’… warning: Could not find remote branch v2.1.3 to clone. fatal: Remote branch v2.1.3 not found in upstream origin […]
-
I built the world of Warcraft server in PHP just to prove that PHP is the best language in the world
I built the world of Warcraft server in PHP –Just to prove that PHP is the best language in the world As an old Warcraft player, I recently watched Blizzard open the nostalgic suit, and my already dead heart began to be restless again. I formally entered the pit where Netease took over the nine […]