
操作系统
半凉半夏
这个作者很懒,什么都没留下…
展开
-
Ubuntu10.x 下设置默认开机系统为windows及修改系统等待时间
0.记录开机时window系统在Ubuntu下的排序位置(序号从0开始)1.Ctrl+Alt+T调出命令行窗口,输入su,切换到root帐号登陆(还没激活root的,在此之前先输入sudo passwd root,并设置密码激活),输入root密码2.输入sudo gedit /boot/grub/grub.cfg(Ubuntu10.x下是grub.cfg,低版本的不是grub)3原创 2013-10-20 09:33:51 · 785 阅读 · 0 评论 -
系统安装
winPE安装:http://jingyan.baidu.com/article/4ae03de31a75893efe9e6b51.htmlhttp://www.jb51.net/os/45160.htmlhttp://3y.uu456.com/bp-2a62ces331126edb6f1a10ce-1.htmlU盘安装制做:http://www.ushendu转载 2015-05-16 12:10:45 · 899 阅读 · 0 评论 -
window环境下搭建SVN服务器
转自:http://blog.youkuaiyun.com/linghu_java/article/details/19157055转载 2014-07-29 08:15:32 · 500 阅读 · 0 评论 -
Dos下的Sql Server操作
注:windows 2000的请用osql命令,windows 2005+ 请用命令sqlcmd,以下命令用的是sqlcmd。查看本地局域网服务器sqlcmd:serverlist连接sqlcmd -U sa -P 123456 -S localhost\sqlexpress -d tempdb -q 'select********'sqlcmd -U原创 2015-09-10 11:45:04 · 1285 阅读 · 0 评论