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
Tue May 14, 2019 1:22 am
Forum: Other Tools
Topic: Install vs2008 and set the compiled function of fluent, the environment variable
Replies: 2
Views: 21665

Re: Install vs2008 and set the compiled function of fluent, the environment variable

LINK: fatal error LNK1104: unable to open file "kernel32.lib" Solution: copy "kernel32.lib" under "C: Program Files\Microsoft Visual Studio.net \Vc7\PlatformSDK\lib" to "C: Program Files\Microsoft Visual Studio.net \Vc7\lib" There is no compiled cause of fluent Put case and *.c in the same folder (n...
by youyou
Tue May 14, 2019 1:21 am
Forum: Other Tools
Topic: Install vs2008 and set the compiled function of fluent, the environment variable
Replies: 2
Views: 21665

Re: Install vs2008 and set the compiled function of fluent, the environment variable

If VS 2008 is installed on C disk, then the environment variable (INCLUDE, LIB, Path) is: INCLUDE=C:\Programme\Microsoft Visual Studio 9.0\VC\INCLUDE; C:\Programme\Microsoft SDKs\Windows\v6.0A\include LIB =C:\Programme\Microsoft Visual Studio 9.0\VC\LIB; C:\Programme\Microsoft SDKs\Windows\v6.0A\lib...
by youyou
Tue May 14, 2019 1:21 am
Forum: Other Tools
Topic: Install vs2008 and set the compiled function of fluent, the environment variable
Replies: 2
Views: 21665

Install vs2008 and set the compiled function of fluent, the environment variable

crack 1... Add or remove > program > uninstall vs.net2008 > uninstall interface > click Next > input above cd-key-> click upgrade -> success screen will be perfect to upgrade the trial version into the official version. 2... There are two ways to change the 90-day trial version to the official versi...
by youyou
Mon Apr 08, 2019 11:29 pm
Forum: Solutions
Topic: Mysql under Linux forgot password solution
Replies: 3
Views: 23286

Re: Mysql under Linux forgot password solution

mysql> flush privileges; #Effective immediately
Query OK, 0 rows affected (0.00 sec)

mysql> quit
Bye

n>mysql -u ******* -p #Login successfully as this user. :) :) :)
Enter password: ********
…………………………
by youyou
Mon Apr 08, 2019 11:28 pm
Forum: Solutions
Topic: Mysql under Linux forgot password solution
Replies: 3
Views: 23286

Re: Mysql under Linux forgot password solution

mysql> update user set password=password("*******") where user="*******"; #Change the password and report an error (I succeeded with this version) ERROR 1054 (42S22): Unknown column 'password' in 'field list' :cry: mysql> update mysql.user set authentication_string=password('*******') where user='**...
by youyou
Mon Apr 08, 2019 11:27 pm
Forum: Solutions
Topic: Mysql under Linux forgot password solution
Replies: 3
Views: 23286

Re: Mysql under Linux forgot password solution

mysql> use mysql;
Database changed
mysql> select User from user; #Here is the query user command
+-----------+
| User |
+-----------+
| ******* |
| mysql.sys |
| root |
+-----------+
3 rows in set (0.00 sec)
by youyou
Mon Apr 08, 2019 11:27 pm
Forum: Solutions
Topic: Mysql under Linux forgot password solution
Replies: 3
Views: 23286

Mysql under Linux forgot password solution

>mysql -u root -p Enter password: ******** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 12 Server version: 5.7.18-log MySQL Community Server (GPL) Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of ...
by youyou
Mon Apr 08, 2019 11:19 pm
Forum: Other Tools
Topic: Four ways to view the MySQL version of Linux
Replies: 4
Views: 24214

Re: Four ways to view the MySQL version of Linux

4、Check status in mysql
by youyou
Mon Apr 08, 2019 11:19 pm
Forum: Other Tools
Topic: Four ways to view the MySQL version of Linux
Replies: 4
Views: 24214

Re: Four ways to view the MySQL version of Linux

3、View select version() in mysql;
by youyou
Mon Apr 08, 2019 10:51 pm
Forum: Other Tools
Topic: Four ways to view the MySQL version of Linux
Replies: 4
Views: 24214

Re: Four ways to view the MySQL version of Linux

2、Find mysql in help --help |grep Distrib
JavaCard OS : Disclaimer