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
Scala Tutorial

Course Elementary  13053

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  81531

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  12624

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  24069

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  26834

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
  • Trouble authenticating GitHub account during Php installation on MacOS using Homebrew

    I'm using macOSMonterey and trying to install Php using Homebrew. I've read in several articles that installing via Homebrew is the easiest way to do this on a Mac. I'm following this tutorial: https://www.geeksforgeeks.org/how-to-install-php-on-macos/ After successfully installing Homebrew, I used the command brewtapusername/php and this is what I got on the terminal: == >T

    2024-02-03 19:10:58 0  1  491

  • PHP usage issues with many Homebrew errors when reinstalling after macOS Monterey update

    I made the seemingly wrong decision to update to macOS Monterey 12.3.1 and am having trouble trying to get PHP to run it again. As far as I know, Apple has decided to deprecate PHP - at least from their machines, and they removed every php version and setting I had for all my Laravel and WordPress projects! I tried to reinstall PHP using homebrew but I got a lot of errors and some packages couldn't be downloaded due to authorization denied? I then tried uninstalling and reinstalling Homebrew and did the following

    2023-12-12 19:45:58 0  1  562

  • macos - connect docker mongodb container

    The current status is like this: 50e260fb9e06 is ubuntu, mongodb has been installed and mongod has been started in the background. curl is {code...} and shows that mongod is working normally, but when I use the connection tool to connect, it looks like this: The connection fails, and then I try again. Operate on a container: Straight...

    2017-05-02 09:24:49 0  1  633

  • Can't install Brain.js on macOS

    I'm using m1mac and I'm trying to install Brain.js but it's not working. When running python --version I get Python3.11.3 When running /usr/bin/xcodebuild-version I get Xcode14.3Buildversion14E222b but when I run npmiBrain.js I get the following error npmWARNdeprecated@npmcli/move-file@2.0.1 :Thisf

    2024-03-31 11:29:06 0  1  788

  • macos - install youcompleteme under mac

    When using vundle to install the YouCompleteMe plug-in, it prompts YouCompleteMe unavailable: requires Vim 7.3.584+. According to the tutorial on github, do I need to install Macvim first? How to install it using vim that comes with os? It seems that the version that comes with it is too low. Please God solve this problem

    2017-05-16 16:39:24 0  2  887

MoreQ&A
How to Configure JAVA_HOME on macOS Mojave and Older?

Course Introduction:Configuring JAVA_HOME on macOS Mojave to LionJava is an optional component in recent macOS versions. After installation, the JAVA_HOME environment...

2024-11-06 comment 0  544

How do I Set JAVA_HOME on macOS X 10.6?

Course Introduction:Setting JAVA_HOME on macOS X 10.6In macOS X 10.6, the JAVA_HOME environment variable is essential for configuring applications that rely on Java....

2024-11-03 comment 0  1004

5 macOS Sequoia Features You Won't Find on Windows 11

Course Introduction:While both macOS and Windows are packed with useful features, Apple's macOS Sequoia update brings some unique capabilities that Windows users can only envy. Here are a few noteworthy macOS Sequoia features that Windows 11 lacks.&#x2715 Remove Ads

2024-11-07 comment 0  567

Setting Up PostgreSQL for macOS Users: Step-by-Step Instructions

Course Introduction:If you're using macOS, the steps to install PostgreSQL and set up your environment are slightly different. Here's how to do it: 1. Installing PostgreSQL on macOS There are multiple ways to install PostgreSQL on macOS, but one of the ea

2024-10-16 comment 0  313

Why Can't I Connect to MySQL After Homebrew Installation on macOS?

Course Introduction:Installing MySQL on macOS with Homebrew: Resolving Connection IssuesWhen attempting to use Homebrew to install MySQL on macOS 10.6, users may...

2024-12-21 comment 0  373

MoreTechnical Articles

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

About us Disclaimer Sitemap

© php.cn All rights reserved