码迷,mamicode.com
首页 >  
搜索关键字:user role    ( 39969个结果
很全面的WinRAR实用技巧系列 - imsoft.cnblogs
WinRAR也可以管理我的桌面时间长了,桌面上堆的东西实在太多,平时该如何管理呢?安装了WinRAR的朋友可以请它来帮忙,用它管理清除无用的桌面文件或图标。 以XP系统为例,系统所在目录是“c:\windows”,假设用户名为“user”,桌面上的图标和文件都在“c:\documents and s...
分类:Windows程序   时间:2014-05-23 08:54:18    阅读次数:590
MYSQl left join联合查询效率分析
user表:id | name———1 | libk2 | zyfon3 | daodaouser_action表:user_id | action—————1 | jump1 | kick1 | jump2 | run4 | swimsql:select id, name, action from...
分类:数据库   时间:2014-05-22 05:43:45    阅读次数:343
查询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
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
执行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
python的第一个脚本
第一个简单的python脚本#!/usr/bin/python # importos file_1=‘user.txt‘ file_2=‘lock.txt‘ #putanaccount_list f=file(file_1) accout_list=f.readlines() f.close() #putalistofthelockuser f=file(file_2) lock_list=[] foriinf.readlines(): line=i.strip(‘\n‘) lock_list..
分类:编程语言   时间:2014-05-21 01:19:11    阅读次数:391
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!