??
#号提示是root用户的标志,而ubuntu默认的是普通用户,此时提示是$,并且并不能通过su切换用户命令进行切换,通常来说使用sudo即可完成对应的工作,但是如果在某些情况下希望使用带#的提示符,可以打开一个带超级用户权限的shell
alloy@ubuntu:~$ sudo -s
[sudo] password for alloy:
root@ubuntu:~#...
分类:
其他好文 时间:
2014-07-22 23:06:12
阅读次数:
281
这种简单题做了好长时间,我是不是有点逗?地址:http://acm.fzu.edu.cn/problem.php?pid=2034不解释了,自己看吧,练手的好题上个代码吧#include
#include #include int main(){ int s,n,m,i,j,k,t; c...
分类:
其他好文 时间:
2014-05-10 02:14:11
阅读次数:
328
Please use following command for regist a login
user.net use \\server\folder[password] /user:[username]
分类:
Web程序 时间:
2014-05-09 17:06:29
阅读次数:
390
#登录数据库mysql -hlocalhost -uroot -p;#修改密码mysqladmin
-uroot -pold password new; #显示数据库show databases;#显示数据表show tables;#选择数据库use
examples;#创建数据库并设置编码utf....
分类:
数据库 时间:
2014-05-09 12:19:39
阅读次数:
589
登陆mysql
harvey@harvey-Virtual-Machine:~/ruby/mydiary$ mysql -u root -pEnter password:
Welcome to the MySQL monitor. Commands end with ; or \g. 查看所有的数据...
分类:
数据库 时间:
2014-05-07 20:06:47
阅读次数:
452
3 30 1000 false Test false 100 null false 60 3 60
15 100 3 root password select id from test where id=1 300 false true root false
con_test 30000 30 .....
分类:
其他好文 时间:
2014-05-06 00:31:10
阅读次数:
258
将字符串进行MD5加密,返回加密后的字符串。
从这里下载Md5.cs文件:http://pan.baidu.com/s/1hq3gpnu。 添加到Windows Phone 7项目中,在代码里面这样调用:1
String strPassword = "password";2 String s...
分类:
其他好文 时间:
2014-05-05 12:12:19
阅读次数:
254
ERROR:ORA-28002: the
password will expire within 7 days
错误是提示密码快过期了,有两个办法解决这个问题。
一. 修改已经报错用户的密码
已经被报告了密码快要过期的账户必须再改一次密码(需要DBA权限)
以system用户为例
sqlplus / as sysdba
alter user system identi...
分类:
数据库 时间:
2014-05-03 17:27:50
阅读次数:
460
1.U3D经常莫名奇妙崩溃。一般是由于空异常造成的,多多检查自己的引用是否空指针。2.编码切换警告提示。警告提示:Some
are Mac OS X (UNIX) and some are Windows.This might lead to incorrect line
numbers in st...
分类:
其他好文 时间:
2014-05-02 14:27:11
阅读次数:
752
现象:rengh@rengh-vm:~$ sudo apt-get install
ia32-libs[sudo] password for rengh: 正在读取软件包列表... 完成正在分析软件包的依赖关系树 正在读取状态信息... 完成
现在没有可用的软件包 ia32-...
分类:
其他好文 时间:
2014-05-02 05:42:49
阅读次数:
308