WinRAR也可以管理我的桌面时间长了,桌面上堆的东西实在太多,平时该如何管理呢?安装了WinRAR的朋友可以请它来帮忙,用它管理清除无用的桌面文件或图标。
以XP系统为例,系统所在目录是“c:\windows”,假设用户名为“user”,桌面上的图标和文件都在“c:\documents and s...
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
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工具可以监控如下系统: 1、Spotlight on Unix
监控Linux服务器1)安装Spotlight on
Unix2)配置spotlight登陆用户,注意spotlight默认不能使用root用户进行连接,需要用户自己创建一个具有root权限的用户。(1)user....
分类:
其他好文 时间:
2014-05-22 01:35:50
阅读次数:
246
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
--第一种分页(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
1。改表法。请使用mysql管理工具,如:SQLyog
Enterprise可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑使用mysql管理工具登入mysql后,更改
"mysql" 数据库里的 "user" 表里的 "host" 项,从"loc...
分类:
数据库 时间:
2014-05-21 21:12:21
阅读次数:
445
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脚本#!/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