-
在网页中调用本地可执行文件之三(mac os)(run exe from web browser)
在windows 中注册 url protocol ([url]http://www.yihaomen.com/article/other/212.htm[/url]), 已经实现,修改注册表而已,很easy, 然后直接在 浏览器中调用即可。其实在在MAC 中一样可以实现,url protocol 在各种操作系统均可以实现。下面说下 在 MAC 中如何实现。比如我想自己定义一个协议 myprotocol 直接打开 MAIL 发送邮件.点击桌面: Finder
Date: 2012-07-26 View: 1520
-
How to Set $JAVA_HOME environment variable on Mac OS X
In this tutorial, we show you how to set $JAVA_HOME environment variable on latest or older Mac OSX.
Date: 2019-08-18 View: 1520
-
Maven, JAVA_HOME is not defined correctly on Mac OSX
Apple recommends to set JAVA_HOME to “/usr/libexec/java_home“, for example :
Date: 2019-08-18 View: 1520
-
How to set environment variables on Mac OS X
In Mac OS X, you can set the environment variables in one of the following files :
Date: 2019-08-18 View: 1520
-
How to install MongoDB on Mac OS X
A guide to show you how to install MongoDB on Mac OS X.
Date: 2019-08-18 View: 1520
-
Download JDK Source code for Mac OS X
The JDK source code is packaged in a src.jar, and should be in the JDK/Home folder. However, some JDK versions in Mac OSX didn’t include the source code or Javadoc.
Date: 2019-08-18 View: 1520
-
Mac OSX What program is using port 80
In Mac OSX, you can use sudo lsof -i :80 to find out what program is using or listening on port 80 :
Date: 2019-08-17 View: 1520
-
Mac OSX What program is using port 8080
By default, most Java web application servers are listening on port 8080, and it can easily cause the popular 8080 port conflict error. In Mac OSX, you can use sudo lsof -i :8080 | grep LISTEN to find out what program is listening on port 8080 :
Date: 2019-08-17 View: 1520
-
How to Apache Ant on Mac OS X
In this tutorial, we will show you how to install Apache Ant on Mac OSX.
Date: 2019-08-17 View: 1520
-
wget on Mac OS X
By default, there is no wget on Mac OS X.
Date: 2019-08-11 View: 1520
-
Mac OSX What is the difference between /etc/hosts and /private/etc/hosts
They are the same file, /etc map to /private/etc
Date: 2019-08-11 View: 1520
-
How to edit hosts file on Mac OSX
Edit this file /private/etc/hosts.
Date: 2019-08-11 View: 1520
-
Mac OSX where is default localhost folder?
On Mac OSX, the default localhost folder is located at /Library/WebServer/Documents
Date: 2019-08-11 View: 1520
-
Mac OSX Redirect .htaccess is not working ?
Here is the .htaccess file.
Date: 2019-08-11 View: 1520
-
Java How to lock a file before writing
In Java, we can combine RandomAccessFile and FileChannel to lock a file before writing.
Date: 2019-08-11 View: 1520