jQWidgets是一个基于jQuery JavaScript的综合性和创新性的HTML5 UI组件库,旨在帮助开发者创建专业、跨平台的Web应用程序,并最大限度的节省开发时间。jQWidgets包含30多种UI组件,是最快的JavaScript UI框架之一。
using Leadtools; using Leadtools.Dicom; using Leadtools.Dicom.Scu.Common; using Leadtools.Dicom.Scu; using Leadtools.MedicalViewer; using System.Net; using System.IO;
// CStore highlevel 客户端和服务端对象 private StoreScu _cstore; private DicomScp _server = new DicomScp();
private void initServer() { _server = new DicomScp(); _server.AETitle = "L19_PACS_SCP64"; _server.PeerAddress = IPAddress.Parse("10.32.1.75"); _server.Port = 534; _server.Timeout = 30; }
private void initCstore() { _cstore = new StoreScu(); _cstore.AETitle = "L19_CLIENT64"; _cstore.HostPort = 1030; //存储成功后 _cstore.AfterCStore += _cstore_AfterCStore; }
private void 存储ToolStripMenuItem_Click(object sender, EventArgs e) { string filename ="D:\\Xa.dcm"; _cstore.Store(_server, filename); }
import io.javalin.Javalin funmain(args: Array) { val app = Javalin.create().port(7000) app.get("/") { ctx -> ctx.result("Hello World") } }
VectorDraw File Converter是一个终端应用程序,使得用户能将常用的图像文件(DWG,DGN和DXF)转换为VectorDraw格式标准(VDF,VDI),反之亦然。该工具能将上述文件导出为SVG与DWF格式。VectorDraw File Converter还能进行多种文件的转换(比如*.dwg 到 *.vdf或者 *.dxf,反之亦然)。
VectorDraw File Converter更新至v7.7011.0.1,新版本针对提出的需求和bug做了调整和优化。