資源簡介
從PLC循環(huán)讀取到前臺顯示,并推送給在線客戶端,客戶端同步顯示并畫實(shí)時曲線圖
代碼片段和文件信息
package?com.example.monitor.remote.remotemonitor;
import?android.content.Context;
import?android.support.test.InstrumentationRegistry;
import?android.support.test.runner.AndroidJUnit4;
import?org.junit.Test;
import?org.junit.runner.RunWith;
import?static?org.junit.Assert.*;
/**
?*?Instrumented?test?which?will?execute?on?an?Android?device.
?*
?*?@see?Testing?documentation
?*/
@RunWith(AndroidJUnit4.class)
public?class?ExampleInstrumentedTest?{
????@Test
????public?void?useAppContext()?{
????????//?Context?of?the?app?under?test.
????????Context?appContext?=?InstrumentationRegistry.getTargetContext();
????????assertEquals(“com.example.monitor.remote.remotemonitor“?appContext.getPackageName());
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2020-06-20?14:07??RemoteMonitor-master\
?????文件????????2518??2020-06-20?14:07??RemoteMonitor-master\.gitattributes
?????文件????????4305??2020-06-20?14:07??RemoteMonitor-master\.gitignore
?????目錄???????????0??2020-06-20?14:07??RemoteMonitor-master\Android\
?????文件?????????137??2020-06-20?14:07??RemoteMonitor-master\Android\.gitignore
?????目錄???????????0??2020-06-20?14:07??RemoteMonitor-master\Android\app\
?????文件???????????7??2020-06-20?14:07??RemoteMonitor-master\Android\app\.gitignore
?????文件????????1036??2020-06-20?14:07??RemoteMonitor-master\Android\app\build.gradle
?????目錄???????????0??2020-06-20?14:07??RemoteMonitor-master\Android\app\libs\
?????文件??????106173??2020-06-20?14:07??RemoteMonitor-master\Android\app\libs\HslCommunication.jar
?????文件?????????751??2020-06-20?14:07??RemoteMonitor-master\Android\app\proguard-rules.pro
?????目錄???????????0??2020-06-20?14:07??RemoteMonitor-master\Android\app\src\
?????目錄???????????0??2020-06-20?14:07??RemoteMonitor-master\Android\app\src\androidTest\
?????目錄???????????0??2020-06-20?14:07??RemoteMonitor-master\Android\app\src\androidTest\java\
?????目錄???????????0??2020-06-20?14:07??RemoteMonitor-master\Android\app\src\androidTest\java\com\
?????目錄???????????0??2020-06-20?14:07??RemoteMonitor-master\Android\app\src\androidTest\java\com\example\
?????目錄???????????0??2020-06-20?14:07??RemoteMonitor-master\Android\app\src\androidTest\java\com\example\monitor\
?????目錄???????????0??2020-06-20?14:07??RemoteMonitor-master\Android\app\src\androidTest\java\com\example\monitor\remote\
?????目錄???????????0??2020-06-20?14:07??RemoteMonitor-master\Android\app\src\androidTest\java\com\example\monitor\remote\remotemonitor\
?????文件?????????764??2020-06-20?14:07??RemoteMonitor-master\Android\app\src\androidTest\java\com\example\monitor\remote\remotemonitor\ExampleInstrumentedTest.java
?????目錄???????????0??2020-06-20?14:07??RemoteMonitor-master\Android\app\src\main\
?????文件?????????881??2020-06-20?14:07??RemoteMonitor-master\Android\app\src\main\AndroidManifest.xm
?????目錄???????????0??2020-06-20?14:07??RemoteMonitor-master\Android\app\src\main\java\
?????目錄???????????0??2020-06-20?14:07??RemoteMonitor-master\Android\app\src\main\java\com\
?????目錄???????????0??2020-06-20?14:07??RemoteMonitor-master\Android\app\src\main\java\com\example\
?????目錄???????????0??2020-06-20?14:07??RemoteMonitor-master\Android\app\src\main\java\com\example\monitor\
?????目錄???????????0??2020-06-20?14:07??RemoteMonitor-master\Android\app\src\main\java\com\example\monitor\remote\
?????目錄???????????0??2020-06-20?14:07??RemoteMonitor-master\Android\app\src\main\java\com\example\monitor\remote\remotemonitor\
?????文件???????29795??2020-06-20?14:07??RemoteMonitor-master\Android\app\src\main\java\com\example\monitor\remote\remotemonitor\DashboardView.java
?????文件?????????939??2020-06-20?14:07??RemoteMonitor-master\Android\app\src\main\java\com\example\monitor\remote\remotemonitor\HighlightCR.java
?????文件????????7542??2020-06-20?14:07??RemoteMonitor-master\Android\app\src\main\java\com\example\monitor\remote\remotemonitor\MainActivity.java
............此處省略250個文件信息
- 上一篇:C# Socket TCP通信
- 下一篇:C#的服務(wù)器程序
評論
共有 條評論