搜讯网www.weaseek.com 搜索信息化聚合门户

『找到相关 约 50 篇』

2008-8-19 [资讯]Hibernate程序性能优化
数据(如涉及钱,安全等方面的问题)。缓存有几种形式,可以在映射文件中配置:read-only(只读,适用于很少变更的静态数据/历史数据),nonstrict-read- write,read...
http://developer.weaseek.com/2008/0819/50013192_1.shtml - 类似网页
2008-8-15 [资讯]C#和.Net 33道经典面试题目及答案
919,Const和ReadOnly? 答:Const用来申明编程时申明常量,ReadOnly用来申明运行时常量。 20,UDP和TCP连接有和异同? 答:TCP是传输控制协议,提供的是面向...
http://developer.weaseek.com/2008/0815/49801088.shtml - 类似网页
2008-8-12 [资讯]MySQL数据库5.0的my.cnf配置选项方法
忽略此选项。master-ssl-xxx = xxx 对主、从服务器之间的SSL通信进行配置。read-only = 0/1 0: 允许从属服务器独立地执行SQL命令(默认设置); 1: 从属服务...
http://developer.weaseek.com/2008/0812/49483586_1.shtml - 类似网页
2008-7-18 [资讯]Windows Server 2008白皮书(一)
服务器,加强了操作系统以及安全改革,包括网络访问保护(Network Access Protection)、 Federated Rights Management、以及只读郁控制器 (Read-Only...
http://paper.weaseek.com/2008/0415/35406644_1.shtml - 类似网页
2008-7-11 [资讯]SQL Server导出表到EXCEL文件的存储过程
='''';READONLY=FALSE' +';CREATE_DB="'+@sql+'";DBQ='+@sql else set @constr='Provider=Microsoft.Jet.OLEDB.4...={Microsoft Excel Driver (*.xls)};DSN='''';READONLY=FALSE' +';CREATE_DB="'+@sql+'";DBQ='+@sql else set...
http://developer.weaseek.com/2008/0711/46846852.shtml - 类似网页
2008-7-1 [资讯]如何对非系统表空间的数据文件进行改名
tablespace_name ='tablespace_name'; 2. 将表空间置为read-only(时间可能会很长,比重启数据库的时间还长) alter tablespace tablespace..._name read only; 3. 确定表空间状态为read-only select tablespace_name, status from dba_tablespaces where...
http://developer.weaseek.com/2008/0701/45842892.shtml - 类似网页
2008-6-25 [资讯]提高C#编程水平不可不读的50个要诀
提高C#编程水平的50个要点1.总是用属性 (Property) 来代替可访问的数据成员2.在 readonly 和 const 之间,优先使用 readonly3.在 as 和 强制类型转换...
http://developer.weaseek.com/2008/0625/45433303.shtml - 类似网页
2008-6-11 [资讯]SQL Server 2008表值参数的创建和使用步骤
_InsertProdLocation @TVP OfficeLocation_Tabetype READONLY AS SET NOCOUNT ON INSERT INTO TestLocationTable Select ID...FUNCTION [dbo].[myfunction] GO create function dbo.myfunction (@TV OfficeLocation_Tabetype READONLY...
http://developer.weaseek.com/2008/0611/44480348.shtml - 类似网页
2008-6-3 [资讯]在.net中如何利用数据工厂实现多数据库的操作
数据库的连接,代码如下:private static readonly string path = ConfigurationManager.AppSettings["WebDAL"];然后再看...调用数据库:public static readonly DALFactory dalFa;string webDal = ConfigurationManager...
http://developer.weaseek.com/2008/0603/37868884.shtml - 类似网页
2008-5-15 [资讯]Fedora Linux系统Samba服务器架设全攻略
/]# mount /dev/cdrom /mnt/cdrom/ mount: block device /dev/sr0 is write-protected, mounting read-only [root...
http://developer.weaseek.com/2008/0515/36837601.shtml - 类似网页
2008-4-18 [资讯]Windows Server 2008操作系统进行安全创新
Server。它加强了操作系统并进行了安全创新,包括 Network Access Protection、Federated Rights Management、Read-Only Domain...
http://software.weaseek.com/2008/0418/35584959.shtml - 类似网页
2008-4-17 [资讯]从四个角度揭密Windows Server 2008 技术
括 Network Access Protection、Federated Rights Management、Read-Only Domain Controller,为您的网络、数据和业务提供了最高水平的保护...BitLocker 在多个驱动器上进行完整卷加密,为您的数据提供额外的安全保护,甚至当系统处于未经授权操作或运行不同的操作系统时间、数据和控制时也能提供安全保护。Read-Only Domain...
http://software.weaseek.com/2008/0417/35518354.shtml - 类似网页
2008-3-10 [资讯]Windows Server 2008为您提供坚实业务基础
、Federated Rights Management、Read-Only Domain Controller,为您的网络、数据和业务提供了最高水平的保护。...
http://software.weaseek.com/2008/0310/33622423.shtml - 类似网页
2008-3-3 [资讯]基于Visual C++ 的自动化客户端的实现
-5-1 由 LiuTao 录制 @# Documents.Open FileName:="基于Visual C.doc", ConfirmConversions:=False, _ ReadOnly:=False...
http://developer.weaseek.com/20070515/165041593_1.shtml - 类似网页
2007-12-3 [资讯]Java数据库编程中的几个常用技巧
_SCROLL_ENSITIVE,ResultSet.CONCUR_READ_ONLY); 该Statement取得的ResultSet就是可滚动的 2、创建PreparedStatement时指定参数 PreparedStatemet ps...= cn.prepareStatement(sql,ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_READ_ONLY); ResultSet...
http://developer.weaseek.com/2007/12/03/319113408164.shtml - 类似网页
相关搜索