代码搜索:Read-write
找到约 189 项符合「Read-write」的源代码
代码结果 189
www.eeworm.com/read/429726/8792640
txt ucd-dlmod-mib.txt
UCD-DLMOD-MIB DEFINITIONS ::= BEGIN
-- Why do we have dlmodNextIndex if the dlmodTable is read-write?
-- What exactly is the dlmodName and dlmodPath?
-- Should there not be a timestamp associated wit
www.eeworm.com/read/399805/7834940
m writetests.m
function writeTests(plugin)
%writeTests(plugin)
% Performs a battery of simple read-write tests on a given videoReader/
% videoWriter plugin. Uses the default codec.
%
%Examples:
% writeTest
www.eeworm.com/read/399805/7835002
m longwritetest.m
function longWriteTest(plugin)
%longWriteTests(plugin)
% Performs a battery of lengthy read-write tests on a given videoReader/
% videoWriter plugin. Uses the default codec.
%
%Examples:
% l
www.eeworm.com/read/187283/8835552
md ns32k.md
;; BUGS:
;; Insert no-op between an insn with memory read-write operands
;; following by a scale-indexing operation.
;; The Sequent assembler does not allow addresses to be used
;; except in insns
www.eeworm.com/read/131315/5936195
md ns32k.md
; BUGS:
;; Insert no-op between an insn with memory read-write operands
;; following by a scale-indexing operation.
;; The Sequent assembler does not allow addresses to be used
;; except in insns
www.eeworm.com/read/127261/14363822
config
\vmlinuz # first value must be the filename of the Linux-kernel
root=/dev/ram0 # the device which gets mounted as root FS
rw # mount it read-write
initrd=\init
www.eeworm.com/read/100018/15888997
html root.html
Root Access
Controls which hosts the server will respect the root user on. If a client
is not on the list, even if it can mount the share read-only or read-write
the NFS server will
www.eeworm.com/read/126074/6018767
clp insquery.clp
(defclass PERSON (is-a USER)
(slot sex (access read-only)
(create-accessor read)
(storage shared))
(slot age (type NUMBER)
(create-accessor read-write)))
(defcl
www.eeworm.com/read/124399/6050018
clp insquery.clp
(defclass PERSON (is-a USER)
(slot sex (access read-only)
(create-accessor read)
(storage shared))
(slot age (type NUMBER)
(create-accessor read-write)))
(defcl
www.eeworm.com/read/231203/4717657
java order.java
package test.hibernate;
import java.util.Calendar;
import java.util.List;
/**
* @author Administrator
*
* @hibernate.jcs-cache
* usage="read-write"
* @hibernate.class
*