


Chengdu, sincerely recruiting phpAndroid, ios development talents, welcome to join our team
Please submit your resume to 1025418495@qq.com Android1. Develop location service (LBS) mobile products based on product needs; 2. Responsible for the design and development of Android platform application software; 3. Learn and research new technologies to meet product needs; Recruitment conditions: 1. Love technology and aspire to make a difference in the mobile Internet industry; 2. Have more than one year of Android platform programming experience; 3. Clear thinking, good communication and teamwork skills; 4. Have strong learning ability and can continuously track and learn new technologies 5. Applicants with experience in developing apps sold in the Android application market or developing mature android platform software products will be given priority; 6. Applicants with mobile Internet C/S project experience are preferred; 7. Applicants with other mobile phone platform (Symbian/Android/WindowsMobile/MTK) development experience are preferred (3000-5000) php Have a solid foundation in computer principles and algorithms, and have strong coding capabilities; Strong awareness of software engineering and good coding habits; Familiar with Linux, MySQL and PHP development; Have strong motivation and willingness to learn; Energy, vitality and drive; Be serious and responsible, easy to work with, and willing to share; Those with personal independent works/open source works will be given priority; Those who have a personal technical blog or are active in various technical communities are preferred; Applicants with excellent work experience in start-up companies will be given priority; (3000-5000) ios 1. Responsible for the development and maintenance of ios platform application software; 2. Responsible for the architecture design and product technology pre-research of ios client; 3. Participate in and assist in product demand analysis, design, implementation and testing; 4. Continuously optimize existing APP products; 5. Develop corresponding functions according to project requirements; 6. Maintain and write relevant documents. Job Requirements: Proficient in object-oriented programming ideas in C/C++ and Objective-C languages; Proficient in the programming framework and user interaction model of Ipad/IPhone platform application software; familiar with the Phone SDK development environment; Familiar with LBS application development, proficient in socket and http network interface programming; Candidates with complete Ipad/IPhone product development experience will be given priority, and well-known LBS APP developers will be given priority; Have good expression and communication skills, have good teamwork spirit, strong sense of work responsibility, and be good at learning. (3000-5000) |

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



Alipay PHP...

JWT is an open standard based on JSON, used to securely transmit information between parties, mainly for identity authentication and information exchange. 1. JWT consists of three parts: Header, Payload and Signature. 2. The working principle of JWT includes three steps: generating JWT, verifying JWT and parsing Payload. 3. When using JWT for authentication in PHP, JWT can be generated and verified, and user role and permission information can be included in advanced usage. 4. Common errors include signature verification failure, token expiration, and payload oversized. Debugging skills include using debugging tools and logging. 5. Performance optimization and best practices include using appropriate signature algorithms, setting validity periods reasonably,

The application of SOLID principle in PHP development includes: 1. Single responsibility principle (SRP): Each class is responsible for only one function. 2. Open and close principle (OCP): Changes are achieved through extension rather than modification. 3. Lisch's Substitution Principle (LSP): Subclasses can replace base classes without affecting program accuracy. 4. Interface isolation principle (ISP): Use fine-grained interfaces to avoid dependencies and unused methods. 5. Dependency inversion principle (DIP): High and low-level modules rely on abstraction and are implemented through dependency injection.

How to automatically set the permissions of unixsocket after the system restarts. Every time the system restarts, we need to execute the following command to modify the permissions of unixsocket: sudo...

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

How to debug CLI mode in PHPStorm? When developing with PHPStorm, sometimes we need to debug PHP in command line interface (CLI) mode...

Static binding (static::) implements late static binding (LSB) in PHP, allowing calling classes to be referenced in static contexts rather than defining classes. 1) The parsing process is performed at runtime, 2) Look up the call class in the inheritance relationship, 3) It may bring performance overhead.

Sending JSON data using PHP's cURL library In PHP development, it is often necessary to interact with external APIs. One of the common ways is to use cURL library to send POST�...
