Our Online Store have the new products: RFID antenna board. Currently it can work with JC10M24R and JCOP4 card chips.
Compared with normal cards, the antenna board module has a smaller size and fixed holes, which is easy to integrate in the IOT(Internet Of Things) project.

Search found 39 matches

by lanzi
Wed Mar 27, 2019 10:35 pm
Forum: Other Tools
Topic: cmd mode to quickly uninstall IE browser
Replies: 4
Views: 22266

Re: cmd mode to quickly uninstall IE browser

IE10 uninstall command:
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*10.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart
by lanzi
Wed Mar 27, 2019 10:32 pm
Forum: Other Tools
Topic: cmd mode to quickly uninstall IE browser
Replies: 4
Views: 22266

cmd mode to quickly uninstall IE browser

IE11 uninstall command:
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart
by lanzi
Thu Mar 21, 2019 5:33 am
Forum: Other Tools
Topic: LoadRunner monitors liunx/Unix system resources
Replies: 3
Views: 15717

Re: LoadRunner monitors liunx/Unix system resources

:D The LoadRunner stress test was really good!
by lanzi
Thu Mar 21, 2019 5:32 am
Forum: Other Tools
Topic: Windows Server 2008 configures the time Server
Replies: 4
Views: 16056

Re: Windows Server 2008 configures the time Server

Very good,thanks. :) Very useful
by lanzi
Tue Jan 22, 2019 4:28 am
Forum: Solutions
Topic: About the method of executing scripts under LINUX to get the script path
Replies: 1
Views: 17715

Re: About the method of executing scripts under LINUX to get the script path

How to get the path of the script in the SHELL script, as shown below:
SH_PATH = $(cd`dirname $0`;pwd)

Mean by cd `dirname $0` into the script in the path, and then execute the pwd command, can obtain the script in the path.
by lanzi
Tue Jan 22, 2019 4:27 am
Forum: Solutions
Topic: About the method of executing scripts under LINUX to get the script path
Replies: 1
Views: 17715

About the method of executing scripts under LINUX to get the script path

Usually, under LINUX SHELL script execution, a lot of people often use the pwd command, most people think that can get to where the script path through this command, in fact this is a myth, the pwd command can only access to the current, script execution path, only when the execution of the SHELL sc...
by lanzi
Thu Jan 17, 2019 5:14 am
Forum: Other Tools
Topic: How does JAVA adjust C(JNA)?
Replies: 8
Views: 22374

Re: How does JAVA adjust C(JNA)?

This approach to JAVA calling C is much simpler than JNI development. But there is a big performance cost, which is to say, jna is much slower than jni in terms of program performance. So while jni can be a pain in the neck to develop and process data type conversions, it can be used in situations ...
by lanzi
Thu Jan 17, 2019 5:14 am
Forum: Other Tools
Topic: How does JAVA adjust C(JNA)?
Replies: 8
Views: 22374

Re: How does JAVA adjust C(JNA)?

This approach to JAVA calling C is much simpler than JNI development. But there is a big performance cost, which is to say, jna is much slower than jni in terms of program performance. So while jni can be a pain in the neck to develop and process data type conversions, it can be used in situations ...
JavaCard OS : Disclaimer