Shin'ichi Ohnishi
- 活动总数 18
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
-
-
-
-
Shin'ichi Ohnishi 创建了一个帖子, how to use composer?
I create a PHP execution environment (for testing) with Docker on windows10 and deploy the files created with PhpStorm2020.2 to the folder shared by Docker and execute it.(Debugging is working with... -
-
Shin'ichi Ohnishi 创建了一个帖子, Is textarea misspelling?
Is "textarea" misspelling? I think that "textarea" is used quite normally in HTML. using this PhpStorm 2018.1.1 EAPBuild #PS-181.4445.32, built on April 4, 2018JRE: 1.8.0_152-release-1136-b27 a... -
-
-
Shin'ichi Ohnishi 创建了一个帖子, Class analysis fails
I use PhpStorm 2018.1. And install TCPDF by composer. composer.json is { "require": { "tecnickcom/tcpdf": "6.*" }} I wrote a script like<?phpinclude 'vendor/tecnickcom/tcpdf/tcpdf.php';$pdf = n...