能否通过cmd不打开JuliaStudio应用而执行jl文件呢?
问题:
最近项目上遇到一个问题,一开始想用PHP语言通过cmd打开julia的REPL环境运行一个jl文件,但是不成功。命令行下运行php文件就可以,但是浏览器就是不行。具体问题感兴趣的可以参见我之前的提问---->链接地址。
考虑到可能调用julia的REPL环境有别于普通的软件,所以打开不顺利,现在转换思路,尝试用另一个方法:
看到PHP可以通过CMD调用的MATLAB来运行m文件,无论是浏览器运行php文件,还是命令行运行php文件,均可以完美实现。只需要在php文件中使用一个命令:
exec('matlab -nodesktop -minimize -r test')就行了。其中test是matlab的m文件。这样我就不需要打开matlab软件就可以运行m文件,实现运算。
同样,我现在考虑如何用JuliaStudio在命令行下运行jl文件,但是百度谷歌了一同之后并没有找到JuliaStudio类似于Matlab命令行中的“-r”之类的运行参数。求问各位Julia使用达人,是否有什么参数可以从CMD调用JuliaStudio软件直接运行指定的m文件的呢?
方法:
如果你的julia没有加入环境变量path,需要在cmd中执行
julia安装路径/julia.exe 你的*.jl路径/xxx.jl
如果已经加入环境变量,可以简化成:
julia.exe 你的*.jl路径/xxx.jl
如果是windows ,在jl文件上右键打开方式,选择一直用julia.exe打开.
以后每次双击运行,是也可以的.但是需要在代码后面加上暂停代码,不然看不到输出结果,
run(`cmd /c pause`)
或者直接在cmd 中输入你的*.jl路径/xxx.jl 回车.
更多相关技术知识,请访问PHP中文网!

PHPisusedforsendingemailsduetoitsintegrationwithservermailservicesandexternalSMTPproviders,automatingnotificationsandmarketingcampaigns.1)SetupyourPHPenvironmentwithawebserverandPHP,ensuringthemailfunctionisenabled.2)UseabasicscriptwithPHP'smailfunct

The best way to send emails is to use the PHPMailer library. 1) Using the mail() function is simple but unreliable, which may cause emails to enter spam or cannot be delivered. 2) PHPMailer provides better control and reliability, and supports HTML mail, attachments and SMTP authentication. 3) Make sure SMTP settings are configured correctly and encryption (such as STARTTLS or SSL/TLS) is used to enhance security. 4) For large amounts of emails, consider using a mail queue system to optimize performance.

CustomheadersandadvancedfeaturesinPHPemailenhancefunctionalityandreliability.1)Customheadersaddmetadatafortrackingandcategorization.2)HTMLemailsallowformattingandinteractivity.3)AttachmentscanbesentusinglibrarieslikePHPMailer.4)SMTPauthenticationimpr

Sending mail using PHP and SMTP can be achieved through the PHPMailer library. 1) Install and configure PHPMailer, 2) Set SMTP server details, 3) Define the email content, 4) Send emails and handle errors. Use this method to ensure the reliability and security of emails.

ThebestapproachforsendingemailsinPHPisusingthePHPMailerlibraryduetoitsreliability,featurerichness,andeaseofuse.PHPMailersupportsSMTP,providesdetailederrorhandling,allowssendingHTMLandplaintextemails,supportsattachments,andenhancessecurity.Foroptimalu

The reason for using Dependency Injection (DI) is that it promotes loose coupling, testability, and maintainability of the code. 1) Use constructor to inject dependencies, 2) Avoid using service locators, 3) Use dependency injection containers to manage dependencies, 4) Improve testability through injecting dependencies, 5) Avoid over-injection dependencies, 6) Consider the impact of DI on performance.

PHPperformancetuningiscrucialbecauseitenhancesspeedandefficiency,whicharevitalforwebapplications.1)CachingwithAPCureducesdatabaseloadandimprovesresponsetimes.2)Optimizingdatabasequeriesbyselectingnecessarycolumnsandusingindexingspeedsupdataretrieval.

ThebestpracticesforsendingemailssecurelyinPHPinclude:1)UsingsecureconfigurationswithSMTPandSTARTTLSencryption,2)Validatingandsanitizinginputstopreventinjectionattacks,3)EncryptingsensitivedatawithinemailsusingOpenSSL,4)Properlyhandlingemailheaderstoa


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

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

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

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool
