readme
来自「jxme的一些相关程序,主要是手机上程序开发以及手机和计算机通信的一些程序资料,」· 代码 · 共 47 行
TXT
47 行
PipeExample
This example primarly illustrates how to start project jxta
from application, and how to create an output pipe listener
Files:
=====
README This File
makefile GNU Makefile
PipeListener is a jxta application that creates a input pipe instance and waits forever for messges
to run it, cd listener, and run make.
PipeExample.java In this example a OutputPipeListener is created, and one attempt is made to resolve the
InputPipe, once resolved a msg is sent.
Build
=========
make
To Run the Example
==================
%cd listener
%make
take note of the default port "9701"
%cd ..
%make run
confgure this instance with a different port
Troubleshooting:
===============
1) refer to http://www.jxta.org for trouble shooting instructions
To Do
=====
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?