Community
Articles Topics Q&A
Learn
Course Programming Dictionary
Tools Library
Development tools Website Source Code PHP Libraries JS special effects Website Materials Extension plug-ins
AI Tools
Leisure
Game Download Game Tutorials
search
English
简体中文 English 繁体中文 日本語 한국어 Melayu Français Deutsch
Login
singup

  • Popular searches:
  • PHP
  • MySQL
  • jquery
  • HTML
  • CSS
  • Whole station
  • Course
  • Article
  • Q&A
  • Download
Found a total of 1452 related content
How to Embed ServiceStack and Azure DLLs into an EXE for Seamless Azure Deployment?

Course Introduction:How to Embed Service Stack and Azure DLLs into an EXE for Azure DeploymentYou're attempting to deploy a Service Stack-based EXE project for Azure...

2025-01-14 comment 0  759

Azure Functions with Python: Triggers

Course Introduction:Python developers can use Azure Functions to create lightweight, scalable, and efficient serverless applications. In this post, we will focus on triggers. What Are Triggers in Azure Functions? Triggers are the foundation of Azure Function

2025-01-03 comment 0  864

Linux Takes Over Azure: AlmaLinux Gains Azure Endorsement

Course Introduction:An important milestone has been achieved: Linux has now become the most important operating system on Azure, with more than 60% of customer workloads running on Linux. This shows that Linux is becoming increasingly popular in the field of cloud computing. Microsoft has noticed this shift and is committed to making Linux run more efficiently on Azure to meet customer needs. This commitment is fully reflected by Microsoft's recent announcement of its official support for AlmaLinux as a Linux distribution officially supported on Azure. This is good news for the Linux community. Linux has already gained 5% of the desktop market share and now dominates the Azure cloud. Table of contents - AlmaLi

2025-03-08 comment 0  1097

#aily Rabbit Holes: Cracking the Azure BPuzzle

Course Introduction:Today was one of those days—a deep dive into the mysterious world of Azure B2C. Or, as I like to call it, a journey through the hidden labyrinth of Azure Identity. For some reason, working with Azure Identity is never straightforward for me. Don’t g

2024-12-20 comment 0  1110

Deploying Azure Functions with Python: A Step-by-Step Guide

Course Introduction:Azure Functions is a serverless computing service provided by Microsoft Azure, enabling developers to run event-driven code without worrying about server management. In this article, we’ll walk through how to deploy Azure Functions using Python.

2025-01-03 comment 0  966

MoreTechnical Articles
Scala Tutorial

Course Elementary  13799

Course Introduction:Scala Tutorial Scala is a multi-paradigm programming language, designed to integrate various features of object-oriented programming and functional programming.

CSS Online Manual

Course Elementary  82328

Course Introduction:"CSS Online Manual" is the official CSS online reference manual. This CSS online development manual contains various CSS properties, definitions, usage methods, example operations, etc. It is an indispensable online query manual for WEB programming learners and developers! CSS: Cascading Style Sheets (English full name: Cascading Style Sheets) is an application used to express HTML (Standard Universal Markup Language).

SVG Tutorial

Course Elementary  13158

Course Introduction:SVG is a markup language for vector graphics in HTML5. It maintains powerful drawing capabilities and at the same time has a very high-end interface to operate graphics by directly operating Dom nodes. This "SVG Tutorial" is intended to allow students to master the SVG language and some of its corresponding APIs, combined with the knowledge of 2D drawing, so that students can render and control complex graphics on the page.

AngularJS Chinese Reference Manual

Course Elementary  24608

Course Introduction:In the "AngularJS Chinese Reference Manual", AngularJS extends HTML with new attributes and expressions. AngularJS can build a single page application (SPAs: Single Page Applications). AngularJS is very easy to learn.

Go language tutorial manual

Course Elementary  27468

Course Introduction:Go is a new language, a concurrent, garbage-collected, fast-compiled language. It can compile a large Go program in a few seconds on a single computer. Go provides a model for software construction that makes dependency analysis easier and avoids most C-style include files and library headers. Go is a statically typed language, and its type system has no hierarchy. Therefore users do not need to spend time defining relationships between types, which feels more lightweight than typical object-oriented languages. Go is a completely garbage-collected language and provides basic support for concurrent execution and communication. By its design, Go is intended to provide a method for constructing system software on multi-core machines.

More courses
  • Copy activities from a MySQL view with parameters to Azure SQL Database using Azure Data Factory

    I'm trying to use Azure Data Factory to copy a MySQL view with parameters to an AzureSQL database. Here is the query to copy the activity: SET@dDebut=20220201;SET@dFin=20220228;selectvue_movements_of_month_with_param.*from(select@dDebut,@dFin)param,vue_movements_of_month_with_paramLIMI

    2024-03-31 20:56:52 0  1  618

  • Connect Azure SQL Database to a .NET project

    I have built a WebAPI using dotnet and this is my first time using Azure (or any other cloud platform) to host a web application. I use EntityFramework and MySQL database to build my project. I use DbConnectionString="Server=localhost;Database=hms;Uid='{root-user}';Pwd={pw};" as the connection string for my SQL database,

    2024-03-28 16:54:34 0  1  473

  • Analyze and understand the use and purpose of InteractionType in @azure/msal-browser

    I'm currently using the @azure/msal-browser library and I came across the term InteractionType. Mentioned as an enum in the documentation link (archived). However, I can't find details on how to use it and what it is used for. Can someone explain more fully the purpose of InteractionType in the context of @azure/msal-browser? It would be great if there were some code examples or real scenarios where this enum comes into play. I would appreciate any insights that can help me understand this concept better

    2024-03-26 22:03:04 0  1  608

  • How to scrape emails using azure authentication and php encoding

    We have an application written in PHP to get inbox emails from email IDs and the application is working fine. This is a basic authentication application. Recently they have stopped Basic Authentication so we created an account on Azure to get new Authentication and based on this we want to scrape emails. We have created a code using the application ID and secret ID. When we open the page it redirects to the login page and that's the problem. We need it to automatically log in and grab emails. This is a cron

    2023-09-05 14:58:32 0  1  808

  • nginx encounters 404 error after upgrading Azure App Service to PHP 8.1

    I'm trying to move a CakePHP application from PHP7.4 to Azure App Service using PHP8.1. I'm having trouble figuring out the nginx configuration required to make it work. I took a basic nginx configuration, added changes from the CakePHP book, and injected a configuration file (cp/home/default/etc/nginx/sites-enabled/default) during startup. I keep getting 404 errors except for the root page. On the index page, since these links also return 404, so will

    2024-01-01 19:35:49 0  1  799

MoreQ&A

Public welfare online PHP training,Help PHP learners grow quickly!

About us Disclaimer Sitemap

© php.cn All rights reserved