自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(0)
  • 资源 (11)
  • 收藏
  • 关注

空空如也

security.js

//加密模 var Modulus = rd.split(';')[0]; //公钥指数 var public_exponent = rd.split(';')[1]; //通过模和公钥参数获取公钥 var key = new RSAUtils.getKeyPair(private_exponent, "", Modulus); //颠倒密码的顺序,要不然后解密后会发现密码顺序是反的 var reversedPwd = password.split("").reverse().join(""); //对密码进行加密传输 var encrypedPwd = RSAUtils.encryptedString(key,reversedPwd); jQuery('#subPwd').val(encrypedPwd); jQuery('#loginPwd').val(""); jQuery('#login').submit();

2018-07-09

mysql 断电不能启动

处理一下出现的日志 Plugin 'FEDERATED' is disabled. 2017-11-15 19:23:46 16c0 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator. 2017-11-15 19:23:46 1404 [Note] InnoDB: Using atomics to ref count buffer pool pages 2017-11-15 19:23:46 1404 [Note] InnoDB: The InnoDB memory heap is disabled 2017-11-15 19:23:46 1404 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 2017-11-15 19:23:46 1404 [Note] InnoDB: Memory barrier is not used 2017-11-15 19:23:46 1404 [Note] InnoDB: Compressed tables use zlib 1.2.3 2017-11-15 19:23:46 1404 [Note] InnoDB: Not using CPU crc32 instructions 2017-11-15 19:23:46 1404 [Note] InnoDB: Initializing buffer pool, size = 9.0G 2017-11-15 19:23:46 1404 [Note] InnoDB: Completed initialization of buffer pool 2017-11-15 19:23:46 1404 [Note] InnoDB: Highest supported file format is Barracuda. 2017-11-15 19:23:46 1404 [Note] InnoDB: Log scan progressed past the checkpoint lsn 9219742510 2017-11-15 19:23:46 1404 [Note] InnoDB: Database was not shutdown normally! 2017-11-15 19:23:46 1404 [Note] InnoDB: Starting crash recovery. 2017-11-15 19:23:46 1404 [Note] InnoDB: Reading tablespace information from the .ibd files... 2017-11-15 19:23:46 1404 [Note] InnoDB: Restoring possible half-written data pages 2017-11-15 19:23:46 1404 [Note] InnoDB: from the doublewrite buffer... InnoDB: Doing recovery: scanned up to log sequence number 9219763629 InnoDB: 1 transaction(s) which must be rolled back or cleaned up InnoDB: in total 0 row operations to undo InnoDB: Trx id counter is 275040768 2017-11-15 19:23:47 1404 [Note] InnoDB: Starting an apply batch of log records to the database... InnoDB: Progress in percent: 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81

2017-11-15

简单数据库设计流程(案例审计尽职调查)

数据库参照流程是<Sql 2005 帮助系统>的设计数据库思路,对于 新手设计 简单数据库的思路有个参考,也希望 能和各位朋友分享想法.

2011-01-12

北大青菜基于jsp+servlet的宠物医院管理系统(前台和后台)

里面的数据流程比较的清晰.界面也比较的朴素.适合做宠物医院的同学参考...

2008-11-09

J2EE精品文章集合

对于学习java方向的同学,尤其是准备进入j2ee的人来说,里面有很多东西值得学习.

2008-10-17

数据结构与算法分析(Java版).pdf

关于java的数据结构和算法分析,不过是英文版的,如果你的自己的英语水平有信心的话,还是可以看一下的.

2008-10-17

NET中各种数据库连接大全

.net 数据库链接的详细讲解,包括access,ms-sql,MySQK...

2008-09-20

QQ列表框控件SideBar

sidebar,制作QQ列表框,以及类似的动态列表框的最佳选择,附有使用flash

2008-09-20

MySQL+5[1].1参考手册

最新,最权威的MySQL帮助文档.对于初学者蛮有帮助的.

2008-09-06

C# 命名规范

提供了详细的C# 命名规范

2008-08-23

C# 做的player播放器

利用系统Windows的media player做的一个播放器,原来的插件被我注释了,因为原来的插件不能播放.

2008-07-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除