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 55 matches

by youyou
Mon Apr 08, 2019 10:46 pm
Forum: Other Tools
Topic: Four ways to view the MySQL version of Linux
Replies: 4
Views: 24235

Four ways to view the MySQL version of Linux

1、execute mysql-v under terminal
by youyou
Mon Apr 01, 2019 11:08 pm
Forum: Other Tools
Topic: cmd mode to quickly uninstall IE browser
Replies: 4
Views: 21852

Re: cmd mode to quickly uninstall IE browser

Really good 8-)
by youyou
Thu Mar 21, 2019 10:25 pm
Forum: Questions & Answers
Topic: Cannot register JCIDE
Replies: 7
Views: 18820

Re: Cannot register JCIDE

Ok, successful registration :)
by youyou
Thu Mar 21, 2019 10:15 pm
Forum: Other Tools
Topic: Configure oracle11g and tomcat on suse enterprise Linux 11 for boot up
Replies: 1
Views: 17192

Re: Configure oracle11g and tomcat on suse enterprise Linux 11 for boot up

二、Tomcat starts itself Modify /etc/init.d/boot.local to add the following two lines: Copy the code #! / bin/sh #Copyright (c) 2002 SuSE Linux AG Nuernberg, Germany. All rights reserved. #Author: Werner Fink , 1996 # Burchard Steinbild, 1996 # # / etc/init. D/boot. The local #Executed with local comm...
by youyou
Thu Mar 21, 2019 10:13 pm
Forum: Other Tools
Topic: Configure oracle11g and tomcat on suse enterprise Linux 11 for boot up
Replies: 1
Views: 17192

Configure oracle11g and tomcat on suse enterprise Linux 11 for boot up

一、 oracle 11g r2 starts itself
1. Modify /etc/sysconfig/oracle file:
ORACLE_BASE=/oracle // where you installed oracle directory
START_ORACLE_DB="no" no change to "yes"
START_ORACLE_DB_LISTENER="no" no change to "yes"
2. Modify /etc/oratab:
Ora11gr2 :/oracle/11gr2:N N change to Y
by youyou
Thu Mar 21, 2019 5:28 am
Forum: Other Tools
Topic: How does JAVA adjust C(JNA)?
Replies: 8
Views: 22123

Re: How does JAVA adjust C(JNA)?

Nice :)
by youyou
Thu Mar 21, 2019 5:26 am
Forum: Other Tools
Topic: Windows memory leak detection tool
Replies: 5
Views: 17664

Re: Windows memory leak detection tool

:D
by youyou
Thu Mar 21, 2019 3:56 am
Forum: Solutions
Topic: Personal summary of XSS cross-site scripting attacks in Java development
Replies: 1
Views: 24146

Re: Personal summary of XSS cross-site scripting attacks in Java development

Notes for web application developers: 1. For developers, the first thing to focus on is reliable input validation for all user submissions. These submissions include urls, query keys, and more Word, HTTP header, post data, etc. Accept only the characters you wish, in the appropriate format, within t...
by youyou
Thu Mar 21, 2019 3:54 am
Forum: Solutions
Topic: Personal summary of XSS cross-site scripting attacks in Java development
Replies: 1
Views: 24146

Personal summary of XSS cross-site scripting attacks in Java development

1. :) To prevent cross-site vulnerabilities and prevent attackers from publishing cross-site attack statements on the attacked website. They cannot trust any content submitted by users. , "'" and other characters for filtering; Secondly, any content written to the page must be encode, to avoid accid...
by youyou
Tue Jan 22, 2019 4:26 am
Forum: Other Tools
Topic: Windows memory leak detection tool
Replies: 5
Views: 17664

Re: Windows memory leak detection tool

In addition, if you want to locate a memory leak in a dynamic library loaded by the main program,
you also need to add LIB and header files to the dynamic library.
JavaCard OS : Disclaimer