The purpose of memory optimization is to allow us to effectively avoid memory leaks in our applications during development. Memory leaks are no stranger to everyone. To put it simply and vulgarly,
Month: October 2021
NDK-Build instructions
ndk-build The script can be used to compile projects using NDK’s Make-based build system. In addition, we also provide more specific documents for the configuration of Android.mk and Application.mk
WebService WSDL reference
1) Enter the local path, VS automatically generates the relevant code, the generated in 2017 seems to be different from 2015, the structure is more obvious and easy to understand;
< br>
Android log plan research
The principle of android Log For android engineers, you may not need to know the details of the bottom jni part of Log. Use a picture to understand the implementation process:
There are three
WebService user control method and encryption algorithm classification
In our system, all Web Servers are controlled by permissions. Record here for future use!
一、示例ws
@Service
@Transactional
@WebService(endpointInterface = “com.mycompany.sms.ws.SmsService”, targ
Android Studio installation and the configuration of the first startup
Installation of Android Studio and configuration at first startup
1. Download Android Studio
Baidu search “Android Studio”
Click on the Chinese community to enter and select the latest version to download.
After downloading, double-click the installation package to start the installation.
Use log4j record logs in WebService
This time the project only made webservice, and then used log4j to record logs, and placed the logging class in the original way, placed the log4j.properties configuration file, started the project
WebService service and client call simple instance
1. Server side
package io.renren.modules.webservice.service;import javax.jws.WebService;import javax.xml.ws.Endpoint;/** * Created by Icebery on 2017/10/11 . */ @WebService public class Fun
Android App Development Content Image Not Display
I/Glide: Root cause (1 of 1)
Solution:
1. Create a new network_config.xml file in the xml folder under res
2. Then refer to the app
Reflect native modality, avoid adjusting view size when opening the keyboard (Android)
I am using a react-native modal that contains a View.
View has some TextInput elements. When the keyboard pops up, the View elements are all collapsed to fit the remaining space, but I don’t want