码迷,mamicode.com
首页 >  
搜索关键字:user administration    ( 38616个结果
查询EBS在线用户SQL(R12)
SELECT U.USER_NAME, APP.APPLICATION_SHORT_NAME, FAT.APPLICATION_NAME, FR.RESPONSIBILITY_KEY, FRT.RESPONSIBILITY_NAME, FF...
分类:数据库   时间:2014-05-22 05:25:27    阅读次数:306
MySQL 安装与使用(二)
操作系统:CentOS release 5.10 (Final)MySQL版本:5.1.72-community一、MySQL数据库简单迁移(备份与还原)参考:http://dev.mysql.com/doc/refman/5.1/zh/database-administration.html#ba...
分类:数据库   时间:2014-05-22 04:17:38    阅读次数:406
spotlight监控工具使用
利用spotlight工具可以监控如下系统: 1、Spotlight on Unix 监控Linux服务器1)安装Spotlight on Unix2)配置spotlight登陆用户,注意spotlight默认不能使用root用户进行连接,需要用户自己创建一个具有root权限的用户。(1)user....
分类:其他好文   时间:2014-05-22 01:35:50    阅读次数:246
User is not in the sudoers file. This incident will be reported
On using the sudo command if we see the errorThis means that the user as whom we have logged in and are trying to run the command "sudo" does not have...
分类:其他好文   时间:2014-05-22 00:57:35    阅读次数:272
SQL分页
--第一种分页(TOP方式)--select * from T_Sys_User where User_Id in (select top 10 User_Id from T_Sys_User where User_Id not in(select top (10*0) User_Id from T...
分类:数据库   时间:2014-05-21 22:44:21    阅读次数:485
连接数据库
using System.Data.SqlClient;static void Main(string[] args) { string connString = @"Data Source=.; Initial Catalog=lh0216; User ID=s...
分类:数据库   时间:2014-05-21 21:37:07    阅读次数:369
MySql远程连接无法打开解决办法
1。改表法。请使用mysql管理工具,如:SQLyog Enterprise可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑使用mysql管理工具登入mysql后,更改 "mysql" 数据库里的 "user" 表里的 "host" 项,从"loc...
分类:数据库   时间:2014-05-21 21:12:21    阅读次数:445
第02章-VTK安装(1)
【译者:这个系列教程是以Kitware公司出版的《VTK User’s Guide -11th edition》一书作的中文翻译(出版时间2010年,ISBN: 978-1-930934-23-8),由于时间关系,我们不能保证每周都能更新本书内容,但尽量做到一周更新一篇到两篇内容。敬请期待^_^。欢迎转载,另请转载时注明本文出处,谢谢合作!】 这一章将详细介绍安装VTK的步骤。安装过程的...
分类:其他好文   时间:2014-05-21 11:38:06    阅读次数:261
Java的线程和多线程教程
Java线程(Java Thread)是执行某些任务的一种轻量级进程。Java中的Thread类提供了多线程(multi-threading)功能,应用程序可以创建多个线程并同时运行。     在一个应用程序中,通常会有两种类型的线程-用户线程(user thread)和守护线程(daemon thread)。当我们启动引用程序时,首先创建用户线程main,我们可以创建多个用户线程和守护线程。当...
分类:编程语言   时间:2014-05-21 07:26:06    阅读次数:370
执行SQL存储脚本
using System.Data.SqlClient;static void Main(string[] args) { string connString = @"Data Source=.; Initial Catalog=lh0216; User ID=s...
分类:数据库   时间:2014-05-21 04:18:08    阅读次数:388
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!