Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
Web printing and reading, online printing demo
no vote
&Since this print plug-in is developed and designed based on the report form of our development platform, the principle of print control is to generate fixed format XML string (picture in 64base picture format) from page table data through JS and send it to print plug-in, and print plug-in can generate print page independently. It can be used in web or WinForm
netlm
2018-07-17
0
1
Distributed system framework v1.2
no vote
It includes the following parts: (1) RPC basic layer: including the underlying communication framework, such as NiO framework, communication protocol, serialization and deserialization protocol, as well as the encapsulation on these parts, shielding the underlying communication details and serialization differences. (2) service publishing / consumption: the service provider according to the interface name, method name, parameter list and other information in the consumer request message, Through java reflection, call the local interface implementation class; service consumers encapsulate the interface published by service providers as remote service call; (3) service call chain: in the responsibility chain of service call, complete the related monitoring and expansion through coding in the aspect of call chain, such as load balancing, service call performance statistics, call completion notification, failure resend, etc. (4) Service registration center: the registration center is responsible for service release and notification, and needs to support smooth online and offline service. (5) service governance center: the service governance center is a visual module, which provides visual analysis and maintenance of services, including service running status, calling relationship and health
netlm
2018-05-11
0
1
OA (aspnet plus webapi)
no vote
The upload component uses uploadify technology, so the client machine needs to support flash. If you need to use email and the machine does not have flash installed, you can use Chrome browser to enter the email page and click the flash image next to it to let the browser automatically load flash for you, In this way, you can omit the problem that you don't know how to load flash to the browser. When you deploy flash to your local IIS, you need to assign permissions to IIS. For mobile OA, I mainly use the formdata method of HTML5 to upload the progress bar. At present, the mobile OA uses WebView as the shell to load the remote B / s application. At present, the client uses HTML pages, and the service processing uses webapi, The client code is mainly jQuery and HTML. I feel that the speed is good. If I need to write the architecture cache, please contact me to use the technology: webform, webapi, jQuery, I don't like LINQ very much, because after writing, I need to see what the SQL corresponding to LINQ is, otherwise the translation is too complex, which may affect the efficiency (hehe, personal preference)) server application: IIS
netlm
2018-05-10
1
1
No more~