码迷,mamicode.com
首页 >  
搜索关键字:secure storage    ( 6071个结果
搭建MediaWiki服务器
系统信息:#cat/etc/redhat-releaseCentOSrelease6.4(Final)MediaWiki官网:http://www.mediawiki.org/wiki/MediaWiki1.安装所需软件yuminstallhttpdphpphp-mysqlphp-gdmysql-serverphp-xmlmysqlservicemysqldstartmysql_secure_installation2.数据库授权mysql-uroot-pCREATEDATA..
分类:其他好文   时间:2014-07-28 16:41:24    阅读次数:334
Win8.1 + CentOS7 双系统 U盘安装--引导修复
安装完重启后,竟然没有引导!!!(难道是由于Windows 8在BIOS中使用了统一的 UEFI 接口??但是,Linux基金会早就宣布将会提供一种全新的 方式使用 UEFI Secure Boot选项安装Linux系统。她两可以和平共处啊)本人对 UEFI 引导不太了解(UEFI boot 比 L...
分类:Windows程序   时间:2014-07-28 15:33:13    阅读次数:450
DenyHosts 加固系统安全
DenyHosts是Python语言写的一个程序,它会分析sshd的日志文件(/var/log/secure),当发现重复的攻击时就会记录IP到/etc/hosts.deny文件,从而达到自动屏IP的功能DenyHosts官方网站http://denyhosts.sourceforge.net下载页面http://sourceforge.net/projects/denyhosts/files/t..
分类:其他好文   时间:2014-07-28 00:43:20    阅读次数:291
JavaScript 实现的 SHA1 散列
1.代码:/**** Secure Hash Algorithm (SHA1)* http://www.webtoolkit.info/***/function SHA1 (msg) { function rotate_left(n,s) { var t4 = ( n>>(32-s)); ...
分类:编程语言   时间:2014-07-27 09:38:22    阅读次数:340
HTMl5的sessionStorage和localStorage(转)
html5中的Web Storage包括了两种存储方式:sessionStorage和localStorage。sessionStorage用于本地存储一个会话(session)中的数据,这些数据只有在同一个会话中的页面才能访问并且当会话结束后数据也随之销毁。因此sessionStorage不是一种...
分类:Web程序   时间:2014-07-26 16:56:11    阅读次数:280
浅谈 JSON.stringify 方法
用过 json 的应该都知道,把一个对象通过 stringify 之后提交给后台或者存储在 Storage 里是很常用的手段。但是 IE6-7 下没有 JSON 对象,所以要借助 json2.js 来实现。今天我们来简单介绍下 stringify 方法的一些正确使用姿势吧。当然,让高手们贱笑了,本文...
分类:Web程序   时间:2014-07-25 10:03:05    阅读次数:293
HDU 1018 Big Number 数学题解
Problem Description In many applications very large integers numbers are required. Some of these applications are using keys for secure transmission of data, encryption, etc. In this problem you ar...
分类:其他好文   时间:2014-07-24 23:20:03    阅读次数:915
VS2005混合编译ARM汇编代码-转
原文地址:http://blog.csdn.net/annelcf/article/details/5468093公司HW team有人希望可以给他们写一个在WinCE上,单独读写DDR的工具,以方便他们量测Memory读写时的硬件信号。在开发过程中,发现简单的在Storage Memory区域拷贝...
分类:其他好文   时间:2014-07-24 22:48:43    阅读次数:285
Android数据存储
SharedPreferences----------->for primitive dataInternal Storage-------------->for private dataExternal Storage------------->for large data sets that a...
分类:移动开发   时间:2014-07-24 22:01:22    阅读次数:197
Android Exception 7(attempt to re-open an already-closed object )
07-23 18:16:17.641: W/SQLiteConnectionPool(28390): A SQLiteConnection object for database '/storage/emulated/0/cnOA.db' was leaked! Pl...
分类:移动开发   时间:2014-07-23 20:36:55    阅读次数:246
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!