phpstorm安装+新建项目+phpstorm中文版

article/2025/10/2 15:11:17

一、 安装phpstorm

1. 运行安装包

在这里插入图片描述

2. 点击next

在这里插入图片描述

3. 选择安装路径 点击next

在这里插入图片描述

4. 我的电脑系统是windows64位 所以选择64-bit

在这里插入图片描述

5. 点击INSTALL安装

在这里插入图片描述

6.安装成功后 运行phpstorm

选择evaluate for free 然后点击evaluate
在这里插入图片描述

二、 新建项目

1. 点击new project

在这里插入图片描述

2. 选择项目路径 点击create 创建项目

在这里插入图片描述
在这里插入图片描述

三、 中文

1. file->settings

在这里插入图片描述

2. plugins->搜索chinese 下载中文语言包 点击install

在这里插入图片描述

3. 下载成功后 点击restart ide 重启ide软件

在这里插入图片描述

4. 中文效果如下

在这里插入图片描述


http://chatgpt.dhexx.cn/article/uaEw7mWc.shtml

相关文章

PhpStorm 汉化包

JetBrains 系列软件汉化包 关键字: Android Studio 3.0-3.1.3 汉化包 CLion 2018.1-2018.2 汉化包 GoLand 2017.3.2-2018.2 汉化包 IntelliJ IDEA 2017.3-2018.2 汉化包 PhpStorm 2017.3-2018.2 汉化包 PyCharm 2017.3-2018.2 汉化包 RubyMine 2017.3.2-2018.2 汉化包 …

PHPStorm安装汉化插件

File下拉菜单 找到Settings 左侧选择Plugins列表,右侧选择tab切换项Marketplace,下面的输入框里输入chinese,然后从列表中选择Chinese(simplified)Language,点击右侧的Install按钮进行安装 安装成功后重启编辑器,整个编辑器就全部是中文的了。…

phpstorm 2020.1汉化教程

提示:如果phpstorm2021.1 Plugins 里面没有搜索到Chinese(Simplified)汉化插件 解决:进入官网:https://plugins.jetbrains.com 搜索 :Chinese(Simplified) 进到这个里面 :Chinese ​(Simplified)​ Language Pa…

phpstorm怎么改成中文 怎么调中文版 汉化

phpstorm版本:2020.2.3 系统版本:windows10专业版 汉化步骤: 1.file->settings 2.左上角输入框输入chinese搜索插件 3.点击chinese开头的插件点击install进行安装插件 4.重启phpstorm 其他:如果搜索不到插件,可…

PhpStorm-中文汉化版设置教程

原文地址:https://www.ngxcode.com/archives/607.html 前言 相信不少开发PHP的同学,对PhpStorm编辑器都不陌生,PhpStorm 是 JetBrains 公司开发的一款商业的PHP集成开发工具,旨在提高用户效率,可深刻理解用户的编码&a…

PhpStorm安装及汉化

PhpStorm下载地址: PhpStorm Mac 版:http://www.php.cn/xiazai/gongju/510 PhpStorm 18.2.1 Win版:http://www.php.cn/xiazai/gongju/122 安装完汉化操作: 对于初次使用phpstorm的新手来说,可能对英文版的phpstorm不太…

UserWarning: This overload of nonzero is deprecated: nonzero()

pytorch中的nonzero()函数 报错描述 UserWarning: This overload of nonzero is deprecated: nonzero() Consider using one of the following signatures instead: nonzero(*, bool as_tuple) (Triggered internally at …\torch\csrc\utils\python_arg_parser.cpp:766.) id…

升级Xcode 14.3项目报错PhaseScriptExecution failed with a nonzero exit code

升级Xcode 14.3项目报错PhaseScriptExecution failed with a nonzero exit code 升级到Xcode 14.3之项目打包报错 升级到Xcode 14.3之项目打包报错 PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworksmkdir -p /Users/max/Library/Developer/Xcode/DerivedData/Max-dmwafkgd…

Pytorch中torch.nonzero()函数解析

一. torch.nonzero()函数解析 1. 官网链接 torch.nonzero(),如下图所示: 2. torch.nonzero()函数解析 2.1. 输入是一维张量,返回一个包含输入 input 中非零元素索引的张量,输出张量中的每行包含 input 中非零元素的索引&…

pytorch中nonzero()的用法

pytorch中nonzero()的用法 nonzero&#xff08;&#xff09;&#xff1a;返回一个包含输入Input中非0元素索引的张量&#xff08;以张量的形式返回非0索引&#xff09; 一维中&#xff1a; import torcha torch.Tensor([1,2,4,4,5]) print(torch.nonzero(a<4))a<4&…

python nonzero()函数的用法

举个栗子说明一下nonzero()函数的用法&#xff1a; 首先构建一个简单的矩阵&#xff1a; from numpy import * a mat([[1,1,0],[1,1,0],[1,0,3]]) print(a)输出结果如下图&#xff1a; print(a.nonzero()) 第一个array表示非零元素所在的行&#xff0c;第二个array表示非零元…

numpy中的nonzero()

nonzero(a) nonzero函数是numpy中用于得到数组array中非零元素的位置&#xff08;数组索引&#xff09;的函数。它的返回值是一个长度为a.ndim(数组a的轴数)的元组&#xff0c;元组的每个元素都是一个整数数组&#xff0c;其值为非零元素的下标在对应轴上的值。 &#xff08;…

Python中nonzero()函数的用法

Python中nonzero()函数可以提取出矩阵中非零元素的行列。用法如下&#xff1a; import numpy as npdata np.array([[1, 0, 2], [0, 3, 0], [0, 0, 0]]) print(data) print(data.nonzero())运行结果如下&#xff1a; 可以看到&#xff0c;非零元素被分成行和列。 当然对于稀…

Vue之绑定class/style样式与条件渲染

1.绑定class样式: <div id"root"> <!-- 绑定class样式--字符串写法&#xff0c;适用于&#xff1a;样式的类名不确定&#xff0c;要动态确定--><div class"basic" :class"mood" click"change()">{{name}}</d…

vue3 样式绑定class绑定

class绑定1:classsty为一个变量&#xff0c;当用引起来时为一个字符串&#xff0c;sty其值为vm中data的box1取box1样式,触发点击事件后sty取值为sty2,取的sty2的样式。 class2样式绑定二 class 类名为多类名&#xff0c;类名为对象中的属性&#xff0c;属性名作为类名&#xf…

Vue.js绑定class属性

绑定class属性的格式是 v-bind:class "语句", 可以缩写为 :class "语句" 。class属性是可以有多个的&#xff0c;在" "内可以有多种不同的情况。下面介绍在" "写入的不同情况。 目录 一、" "内是vue对象内存在的对…

vue动态绑定class的几种方式

参考链接&#xff1a;vue动态绑定class的几种方式 - 走看看 vue动态绑定class的几种方式&#xff1a; 方式①&#xff1a;直接三元表达式判断&#xff0c;动态绑定类名 :class"isUsed ? ruleUsedLabel : ruleUnusedLabel" 方式②&#xff1a;绑定对象 &#xf…

初学必懂—vue绑定class的几种方式+绑定内联样式总结

文章目录 本篇博客主要学习内容&#x1f33c;对象语法&#x1f33a;数组语法&#x1f34d;绑定内联样式&#x1f349; 本篇博客主要学习内容&#x1f33c; 先来看看以下这些语句都熟不熟悉吧&#xff01;这些节选于后续的博客内容&#x1f33b;&#x1f33b;&#x1f33b; &l…

22.Vue绑定class样式

目录 1.绑定class样式-字符串写法&#xff08;适用于样式的类名不确定&#xff0c;需要动态指定&#xff09; 2.绑定class样式-数组写法&#xff08;适用于样式的个数不确定&#xff0c;名字也不确定&#xff09; 3.绑定class样式-对象写法&#xff08;适用于样式的个数确定…