首先是创建视图CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINERVIEW `new_view` AS (select `girls`.`id` AS `id`,`girls`.`name` AS `na...
分类:
数据库 时间:
2014-10-29 12:34:51
阅读次数:
232
using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;usin...
分类:
Web程序 时间:
2014-10-29 01:41:03
阅读次数:
401
下载的时候选择信息要避免security类型的产品,这个是要审查的.DVRRDK是专门针对DVR的开发包是非公开的,针对安防的客户定制的,效率要高.EZSDK是开放的版本架构上使用openmax可以为android提供支持DVSDK是老的版本名称使用codec engine架构,现在新的芯片DM8x...
分类:
其他好文 时间:
2014-10-28 19:51:12
阅读次数:
238
问题1:“System.Security.SecurityException:未找到源,但未能搜索某些或全部事件日志。不可访问的日志: Security。”正在运行事务处理安装。正在开始安装的“安装”阶段。查看日志文件的内容以获得…\bin\Debug\Service2.exe程序集的进度。该文件位...
一、 数字签名证书制作
1、 用jdk自带的keytool工具生成证书;
2、 导出证书;
3、 交给CA签名认证;
注意:制作详细步骤示例参见附录。
二、修改server.xml文件
修改conf/server.xml,添加以下配置
maxThreads="150" scheme="https" secure="tr...
分类:
Web程序 时间:
2014-10-28 00:51:08
阅读次数:
270
1、Services相关Core Framework:Spring Framework 3.2。(http://blog.csdn.net/boyazuo/article/details/8704304)Security Framework:Apache Shiro 1.2。(http://www....
分类:
其他好文 时间:
2014-10-27 17:14:48
阅读次数:
158
一、Spring是什么通常说的Spring其实指的是Spring Framework,它是Spring下的一个子项目,Spring围绕Spring Framework这个核心项目开发了大量其他项目,比如Spring Security,Spring Data,Spring WebFlow等等。Spri...
分类:
编程语言 时间:
2014-10-27 17:12:53
阅读次数:
216
1 package com.time1.dao; 2 import java.security.Key; 3 import java.security.Security; 4 5 import javax.crypto.Cipher; 6 7 /** 8 * @Title: ...
分类:
编程语言 时间:
2014-10-27 09:12:48
阅读次数:
330
使用YZMHelper帮助类即可using System;using System.Web;using System.Drawing;using System.Security.Cryptography;namespace ProjectWenDangManage.Framework{ ///...
对于内存较大的Oracle数据库服务器,配置HugePage是很有必要的,下面是配置Huge的步骤:
我的环境:
OS:CentOS release 6.4 (Final)
Oracle:11.2.0.4 RAC
1. 设置memlock
编辑/etc/security/limits.conf
增加:
* Soft memlock 稍小于RAM值
* hard memlock 稍小于RAM值...
分类:
系统相关 时间:
2014-10-25 13:17:26
阅读次数:
482