系统信息:#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
安装完重启后,竟然没有引导!!!(难道是由于Windows 8在BIOS中使用了统一的 UEFI 接口??但是,Linux基金会早就宣布将会提供一种全新的 方式使用 UEFI Secure Boot选项安装Linux系统。她两可以和平共处啊)本人对 UEFI 引导不太了解(UEFI boot 比 L...
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
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中的Web Storage包括了两种存储方式:sessionStorage和localStorage。sessionStorage用于本地存储一个会话(session)中的数据,这些数据只有在同一个会话中的页面才能访问并且当会话结束后数据也随之销毁。因此sessionStorage不是一种...
分类:
Web程序 时间:
2014-07-26 16:56:11
阅读次数:
280
用过 json 的应该都知道,把一个对象通过 stringify 之后提交给后台或者存储在 Storage 里是很常用的手段。但是 IE6-7 下没有 JSON 对象,所以要借助 json2.js 来实现。今天我们来简单介绍下 stringify 方法的一些正确使用姿势吧。当然,让高手们贱笑了,本文...
分类:
Web程序 时间:
2014-07-25 10:03:05
阅读次数:
293
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
原文地址:http://blog.csdn.net/annelcf/article/details/5468093公司HW team有人希望可以给他们写一个在WinCE上,单独读写DDR的工具,以方便他们量测Memory读写时的硬件信号。在开发过程中,发现简单的在Storage Memory区域拷贝...
分类:
其他好文 时间:
2014-07-24 22:48:43
阅读次数:
285
SharedPreferences----------->for primitive dataInternal Storage-------------->for private dataExternal Storage------------->for large data sets that a...
分类:
移动开发 时间:
2014-07-24 22:01:22
阅读次数:
197
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