登录

双语推荐:DML

DML触发器是SQL Server数据库中应用最广泛的触发器,在维护数据完整性、提高数据安全性、满足复杂的数据约束等方面具有重要作用。文中对DML触发器的应用进行详细研究。首先,介绍了DML触发器包含的AFTER和INSTEAD OF两种类型;其次,通过图形表示了AFTER触发器的触发顺序,并阐明了指定触发顺序需要注意的问题;然后,研究INSERT、DELETE、UPDATE三类触发器的工作原理;最后,给出了DML触发器的几个应用技巧。实际运用时要结合文中的研究内容进行详细设计,以便提高数据库系统的整体性能。
DML trigger is the trigger that most widely used in SQL Server database,and plays an important role in maintaining data integ-rity,improving data security,and meeting complex data constraints. Study the application of DML trigger in detail. First,introduce the two types of AFTER and INSTEAD OF that included in DML trigger;Second,show the trigger sequence of AFTER trigger through a graph-ical,and clarify the needing attention problems of specified trigger;Then research the working principle of the three class triggers of IN-SERT,DELETE and UPDATE;Finally,give several application skills of DML trigger. The practical application does the detail design should combine this contents in order to improve the overall performance of database system.

[ 可能符合您检索需要的词汇 ]

数据完整性是确保数据库数据安全的重要研究内容。通过DML触发器技术实现数据完整性控制,可有效防止由于对数据进行频繁的更新操作从而导致数据丢失或无效扩散。该文通过论述DML触发器的实现机制,并结合具体的开发实例,分析DML触发器在强制数据参照完整性、级联更新与删除、实现用户定义业务规则、更新不可更新视图等方面的应用基本步骤及设计技巧,反映了触发器应用在提高系统性能、简化数据库操作、维护数据完整性、有效性、增强数据库安全性、提高开发效率等方面的强大功能。
Data integrity is an important research to ensure the data security of an database. Data integrity controlled by DML triggers techonology can effectively prevent data from loss and meaningless proliferation during frequently updating. By illustrat?ing the DML trigger implemetation mechanism, combined with concrete development examples, the paper analyzes the basic ap?proach and design tactics of DML triggers application in enforcing data referential integrity, cascading updates and deletes, realiz?ing the user to define the business rules,updating not updatable views and other aspects . It reflects the powerful function of DML triggers in improving the system performance, simplifying database operations,maintaining database integrity and validity,enhanc?ing database security,improving development efficiency.

[ 可能符合您检索需要的词汇 ]

目的探讨腕管综合征合并神经根型颈椎病患者神经传导测定特点并进行临床分析,为治疗提供可靠的依据。方法选取该院2010年12月—2012年12月收治的腕管综合征合并神经根型颈椎病患者30例,并选择同期健康体检者30例作为对照研究。测定正中神经和尺神经的感觉传导末端潜伏期(DSL)、感觉神经动作电位(SNAP)、跨腕关节感觉传导速度(SCV)、运动传导末端潜伏期(DML)及复合肌肉动作电位(CMAP)。从感觉传导到运动传导逐一测量。正中神经压迫试验5min后再重复测量上述指标。结果观察组正中神经DSL较对照组显著延长,差异有统计学意义(P0.05);DML虽有延长,但与对照组相比,差异无统计学意义(P0.05)。而观察组尺神经和对照组正中神经及尺神经的各参数均无显著改变(P0.05)。观察组正中神经DSL和DML均明显延长,与对照组相比(P0.05),两组尺神经DSL和DML均无显著改变(P0.05)。结论腕管综合征合并神经根型颈椎病患者因正中神经的受压使腕管综合征患者正中神经的感觉传导末端潜伏时间明显延长,通过神经传导测定有助于对早期腕管综合征的诊断率。
Objective To analyze the nerve conduction characteristics of carpal tunnel syndrome patients with cervical spondylotic ra -diculopathy ,and to provide a better way to treat carpal tunnel syndrome .Methods Thirty patients of carpal tunnel syndrome with cer-vical spondylotic radiculopathy admitted to hospital from December 2011 to December 2012 were studied .And 30 healthy people were chosen as the control group .Distal sensory latency ( DSL) ,sensory nerve action potentials ( SNAP) ,cross-wrist sensory conduction ve-locity ( SCV) ,distal motor latency ( DML) and compound muscle action potential ( CMAP) of the median nerve and ulnar nerve were measured .We first tested sensory conduction ,and then measured motor conduction .These indicators were measured again 5 minutes af-ter median nerve compression test .Results Median nerve DSL of observation group was significantly longer than that of control group . The difference was statistically significant (P 0.05). Parameters of median nerve a

[ 可能符合您检索需要的词汇 ]

针对计算机中较短易记的口令容易受到"口令猜测"攻击的问题,提出一种基于口令的三方密钥交换协议。在分析了已有的三方密钥交换协议不足的基础上,进一步完善DML-3PAKE协议,并从协议效率和安全性2方面进行分析。分析结果表明:新协议虽然在执行效率方面增加了计算开销,但在防御在线字典攻击、离线字典攻击、中间人攻击等方面与之前协议相比更为安全。
The password which is short and easy to remember is easily be attacked by “password guessing”, put forwards three-party exchange protocol based on password. Based on analysis of lack of three-party exchange protocol, further improve of DML-3PAKE protocol, then analyze protocol efficiency and security. The analysis result shows that although new protocol increases calculation cost in executing probability, it is safer in defense of online dictionary attack, offline dictionary attack, and inter-mediator attack.

[ 可能符合您检索需要的词汇 ]

触发器技术是数据库设计与开发工作的重要内容,已广泛应用于数据库系统中。深入研究触发器技术,对于简化数据库操作、增强数据库安全性、提高开发效率等方面具有重要意义。文中在论述制定触发器计划的基础上,进行了四个方面的研究。研究DML和DDL两种触发器的分类并对二者进行比较;研究AFTER与INSTEAD OF触发器,包括二者的比较、触发时机和选择标准;研究触发器的嵌套和递归;研究DDL的数据库与服务器级触发器。
Trigger technology is an important content of the database design and development work,and it has been widely applied to the database system. Studying trigger technology deeply has a great significance to simplify database operations,enhance database security, improve development efficiency. In this paper,research four aspects based on discussing the trigger plan. Research the classification of DML and DDL triggers and compare the two;research AFTER and INSTEAD OF triggers,including a comparison of the two,trigger tim-ing and selection criteria;research the nest and recursive of trigger;research DDL database and server level trigger.

[ 可能符合您检索需要的词汇 ]

在多标记决策系统中,每个对象由单个实例进行表示,同时对应于多个决策属性。粗糙集理论已有的研究工作主要集中在单一决策系统的研究上,对于多决策系统只是简单地将它分解成多个单一决策系统。直接变换的方法忽视了决策属性之间的相关性和共现性,影响决策的精度。基于粗糙集模型,分别针对属性值为离散型和连续型的情况,提出了离散型多标记决策系统知识获取算法DML和连续型多标记决策系统知识获取算法CML。这两种算法均考虑了标记之间的相关性,在离散多标记决策系统中,采用决策链方式传递属性间的相关性,而在连续多标记决策系统中,扩展了传统粗糙集模型,重新定义了粗糙近似。实验表明,不论是离散型还是连续型决策系统,考虑决策属性之间的相关性均可以提高预测的准确率。
Multi-label learning deals with the problem where each instance is represented by a feature vector while associated with multiple decision attributions. The existing research on rough sets focuses on decision system with single decision attribute. For the decision system with multiple decision attributes, it is simply converted into several single decision systems. One single decision system is built for one decision attribute, which neglects the correlationamong the different decision attributions and reduces the classification accuracy. Based on rough sets, this paper pro-poses two decision-making algorithms DML and CML for discrete and continuous attributes respectively. These two algorithms consider the correlation between the labels. DML constructs a decision chain to deliver the correlation among decision attributes, while CML extends the traditional rough set model and redefines the upper and lower approximation. The experimental results show that both discrete and con

[ 可能符合您检索需要的词汇 ]

目的观察职业性慢性正己烷中毒患者神经肌电图(EMG)特征。方法选取职业性慢性正己烷中毒患者30例,分为轻、中、重度中毒3组,均在患者发病6个月时进行神经传导功能和肌电图检查并分析各指标的变化。结果 30例患者中,有7例患者腓总神经运动传导未引出动作电位,有2例患者腓肠神经未引出动作电位,其余患者所检神经均可引出。运动神经传导功能检查表现为运动神经传导速度(MCV)减慢、远端运动潜伏期(DML)延长和波幅降低,感觉神经传导功能检查表现为感觉神经传导速度(SCV)减慢和感觉神经动作电位波幅(SNAPA)降低。30例患者同一条神经左右侧上述各指标比较,差异均无统计学意义(P0.05)。3组患者左侧尺神经以及左、右侧腓总神经MCV分别比较,右侧尺神经DML比较,左、右侧的正中神经、尺神经和腓总神经波幅分别比较,左侧正中神经以及左、右侧尺神经SCV分别比较,左侧正中神经SNAPA比较,差异均有统计学意义(P0.05)。肌电图检查示,在安静状态下有67.7%出现自发电位,其中37.3%以复合重复放电为主,而纤颤电位和正锐波较少;肌肉小力收缩时有29.9%出现运动单位动作电位(MUAP)平均时限延长,14.9%未引出MUAP;肌肉大力收缩时募集电位多呈单纯相。结论职业性慢性正己烷中毒患者的EMG表现为感觉、运动混合型损害,神经轴索损害与脱髓鞘共存,左右对称发病,且有下肢神经运动传导受累程度较上肢严重等特点。
Objective To observe electromyography ( EMG) features in patients with occupational chronic n-hexane poi-soning.Methods According to the diagnostic conclusion , 30 patients with occupational chronic n-hexane poisoning were divided into mild, moderate and severe poisoning group .Nerve conduction test and EMG examination were conducted 6 months after the onset of the poisoning and the changes of each index were analyzed .Results Among 30 patients, peroneal nerve motor conductional action potentials were not elicited in 7 patients, sural nerve action potentials were not elicited in 2 cases, while others could be elicited in the rest of the patients .Motor nerve conduction function examination showed motor nerve conduction velocity (MCV) was slowed, distal motor latency (DML) was prolonged and the amplitude was decreased.Sensory conduction showed sensory nerve conduction velocity (SCV) was slowed and sensory nerve action po-tential amplitude ( SNAPA) was decreased .Analysis on parameters o

[ 可能符合您检索需要的词汇 ]

目的观察脑卒中后肩-手综合征(SHS)急性期正中神经传导的变化。方法 50例脑卒中并发SHS急性期患者(SHS组)、50例脑卒中无SHS患者(N-SHS组)和50例无脑卒中无SHS者(N-S组)均行双侧正中神经传导检测(包括感觉、运动神经传导及F波)。结果 SHS组患侧正中神经感觉动作电位波幅(SNAP)、复合肌肉动作电位波幅(CMAP)与自身健侧比较均降低(P〈0.05);患侧感觉传导速度(SCV)、末端运动潜伏期(DML)、F波潜伏期(FL)与健侧比较无显著性差异(P〉0.05);与N-SHS组、N-S组比较,SHS组患侧正中神经SCV减慢、SNAP及CMAP减低(P〈0.05);DML、FL无显著性差异(P〉0.05)。结论脑卒中后SHS急性期患侧正中神经受损,以轴索为主,其损伤部位主要在远端,提示正中神经远端的轴索损伤是SHS的一项指标。
Objective To analyze the changes of nerve conduction of median nerves in acute stage of shoulder-hand syndrome (SHS) af-ter stroke. Methods 50 stroke patients with SHS in the acute stage were selected as SHS group, 50 stroke patients without SHS was selected as N-SHS group, and 50 non-stroke and without SHS patients were selected as N-S group. The detection of bilateral nerve conduction of me-dian nerve included sensory and motor nerve conduction, and F wave. Results In SHS group, the sensory nerve action potential amplitude (SNAP) and compound muscle action potential amplitude (CMAP) of median nerve of the affected hand were lower than that of the unaf-fected hand (P 0.05). The SCV of median nerve was slower, the SNAP and CMAP were lower in SHS group than in N-SHS group and N-S group (P 0.05). Conclusion The median nerve on the affected hand is impaired in acute stage of SHS after stroke. The lesion is mostly located in the distal end of median nerve, and is mainly the dystrophy of ax

[ 可能符合您检索需要的词汇 ]

目的:探讨电生理参数异常分布用于诊断格林巴利综合征的价值。方法选取40例格林巴利综合征患者作为研究对象,进行电生理检查。记录肢体两侧、上下肢及远近端运动神经末端潜伏期(DML)、运动传导速度(MCV)、肌肉复合动作电位(CMAP)和感觉传导速度(SCV)。结果 F波潜伏期轻度异常、中度异常及重度异常分别为18.3%、6.2%和5.3%,合计29.8%;F波出现率轻度异常、中度异常及重度异常分别为9.3%、9.8%和15.6%,合计66.9%。感觉传导速度异常率为57.5%,运动传导速度异常率为75.7%,两组差异具有统计学意义(χ2=5.34,P<0.05)。双侧胫神经检测显示轻、中、重型患者H-反射异常率分别为78.0%、80.9%和100.0%,三者间差异无统计学意义(Uc=1.47,P>0.05)。近端和远端运动神经重度受损率分别为48.3%和74.5%,两者差异具有统计学意义(χ2=9.86,P<0.05)。上肢近端神经重度受损率为51.4%,显著低于上肢远端的71.6%,下肢近端神经重度受损率为44.2%,显著低于下肢远端的81.6%,差异均有统计学意义(χ2=8.86、12.43,均P<0.05)。结论电生理参数检测对格林巴利综合征的诊断具有较高价值,可以准确反应患者神经功
Objective To investigate diagnosis value of abnormal distribution of electrophysiological parame -ters in Guillain-Barre syndrome .Methods 40 cases of Guillain-Barre syndrome were chosen as an object of study ,all patients electrophysiological examination .Record limbs on both sides ,upper and lower extremities and proximal and distal motor nerve distal latency ( DML ) , motor conduction velocity ( MCV ) , compound muscle action potential (CMAP)and sensory conduction velocity (SCV) were recorded.Results F wave latency mildly abnormal ,moderately abnormal and severe abnormalities were 18.3 %,6.2 %and 5.3%,totaling 29.8%,F-wave occurrence rate mildly abnormal,moderately abnormal and severe abnormalities were 9.3 %9.8%and 15.6%,totaling 66.9%.Abnormal sensory conduction velocity was 57.5%,motor conduction velocity anomaly was 75.7%, there was a statistically sig-nificant difference between the two groups (χ2 =5.34,P 0.05).3 proximal and distal motor nerve severe damage rates we

[ 可能符合您检索需要的词汇 ]

由于特征有限,传统基于欧式距离的压缩域检索性能并不理想。本文引入距离度量学习技术,研究压缩域图像检索,提出了一种基于距离度量学习的离散余弦变换(DCT)域联合图像专家小组(JPEG)图像检索方法。首先,提出了一种更有效的DCT域特征提取方法;其次,运用距离度量学习技术训练出一个更加有效的度量矩阵进行检索。在Corel5000上的图像检索实验表明,新方法有效提高了检索准确度。
Due to limited features extracted from compression domain, the conventional Euclidean distance based retrieval performance in compressed-domain is not satisfactory. The Distance Metric Learning(DML) is introduced to compressed-domain images retrieval and a DML based Discrete Cosine Transform(DCT) domain retrieval for Joint Photographic Experts Group(JPEG) images is developed. Firstly, we propose a more effective DCT domain features extraction method, and then the DML is applied to train a more efficient metric matrix for retrieval. Retrieval experiment on Corel5000 images database demonstrates that the approach proposed can effectively improve the retrieval accuracy.