码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
Spring的反射工具类 ReflectionUtils
/* * Copyright 2002-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
分类:编程语言   时间:2016-05-06 15:18:25    阅读次数:384
今天说一下DML触发器的顺序
因为05之后的版本允许了一个对象有多个after触发器,所以呢~顺序方面还是要留意一下下的。比如我现在要往一个测试表里面添加多个触发器。 USE Test GO CREATE TABLE AAA3 (ID INT IDENTITY(1,1),Name NVARCHAR(50)) GO CREATE TRIGGER TR_AAA3_1 ON AAA3 FOR INSERT ...
分类:其他好文   时间:2016-05-06 15:10:24    阅读次数:115
Centos 7 系统安装
[1] Insert CentOS install disk and start the Computer.Then, Following screen is displayed, Push Enter key to proceed. [2] Select the language you'd like to use during the...
分类:其他好文   时间:2016-05-06 14:54:24    阅读次数:201
mjRefresh使用指南
MJRefresh An easy way to use pull-to-refresh用法简单的下拉刷新框架:一行代码搞定 Contents Getting Started Features【支持哪些控件的刷新】Installation【如何使用MJRefresh】Who's using【已经超过上百个App正在使用MJRefresh】Classes【MJRefres...
分类:其他好文   时间:2016-05-06 14:53:28    阅读次数:282
linux/module.h: No such file or directory 内核模块编译过程
1、缺少Linux kernel头文件 To install just the headers in Ubuntu: To install the entire Linux kernel source in Ubuntu: Note that you should use the kernel he ...
分类:系统相关   时间:2016-05-05 21:52:38    阅读次数:1164
How to Run Your Own Git Server
参考: https://www.linux.com/learn/how-run-your-own-git-server Install Git on your server In this tutorial we are considering a use-case where we have a ...
分类:其他好文   时间:2016-05-05 14:26:58    阅读次数:155
把JOB的执行失败的情况以MAIL的形式通知用户--sp_send_dbmail
新建一个JOB,执行下面的存储过程就可以将当前服务器上执行出错的详情发送出来: Job information notification as following. USE [DBNAME] GO /****** Object: StoredProcedure [dbo].[Send_Job_Fai ...
分类:数据库   时间:2016-05-05 10:56:13    阅读次数:238
MongoShell中的一些命令总结
mongo 127.0.0.1 可以连接到本地的mongo数据库并进入shell exit可以退出shell show dbs 可以查看当前数据库中所有的数据库名称 use [数据库名称] 可以进入指定的数据库中 show collections 可以查看当前数据库下,所有的表 cls 当命令窗口中 ...
分类:系统相关   时间:2016-05-05 09:47:27    阅读次数:214
[2016-5-5]OMG美语每日笔记-Which phrases do you usually use when chatting online?
坚持~坚持~坚持~! 视频地址:http://m.v.qq.com/page/r/r/4/r0153w77cr4.html ...
分类:其他好文   时间:2016-05-05 08:26:13    阅读次数:137
MYSQL学习笔记 (二)对数据库结构的增删改查
显示数据库 show databases; 选择数据库 use database;//其实database为数据库的名字 创建表 create table tbclass( id int not null auto_increment primary key, className varchar(2 ...
分类:数据库   时间:2016-05-04 22:27:22    阅读次数:199
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!