Category:December, 2023 - Develop Pile

  • uniapp and applet set tabBar and show and hide tabBar

    Time:2023-12-19

    (1) Set the tabBar: uni.setTabberItem({}); wx.setTabberItem({}); indexnumberisWhich item of the tabBar, counting from the left, is indexed from 0.textstringnoButton text on tabiconPathstringnoImage PathselectedIconPathstringnoImage path when selectedpagePathstringnoPage absolute pathvisiblebooleannotab Whether to display uni.setTabBarItem({ index: 0, text: ‘text’, iconPath: ‘/path/to/iconPath’, selectedIconPath: ‘/path/to/selectedIconPath’, pagePath: ‘pages/home/home’ }) wx.setTabBarItem({ index: 0, text: ‘text’, iconPath: ‘/path/to/iconPath’, selectedIconPath: ‘/path/to/selectedIconPath’, pagePath: ‘pages/home/home’ }) […]

  • uniapp realize different users show different tabbar (bottom navigation bar)

    Time:2023-12-15

    I. Background Recently in doing a uniapp development of a small program encountered a demand, I hope that different users logged in to show different tabbar page, but uniapp project pages.json is only a list array, and can not be written as a dynamic effect, in order to achieve this demand, it will be customized […]

  • IDEA import project can not be recognized as a maven project solution

    Time:2023-12-8

    A new Maven project is opened in IDEA, but when it is opened, none of the Maven dependencies are downloaded. As a result, the project does not compile and there is no Maven view on the right side. The little icon on the pom.xml file doesn’t seem right either. What should I do now? Right […]

  • How do I uncheck the “Always allow such links to open in associated apps” option in Microsoft Edge?

    Time:2023-12-6

    How do I disassociate the “Always open this link in xx apps associated with it” option in Microsoft Edge? as shown When I clicked “Open”, I suddenly saw “Always allow…”. That option is checked by default, but due to the hand speed is too fast, whoosh ~ a click on the “open” , and then […]