1. 编辑配置文件: sudo gedit /etc/lightdm/lightdm.conf2. 增加一行:greeter-show-manual-login=true3. 再增加一行:allow-guest=false,添加完成4. 保存,重启系统即可
分类:
其他好文 时间:
2014-10-25 11:41:21
阅读次数:
179
Determine whether an integer is a palindrome. Do this without extra space.
click to show spoilers.
Some hints:
Could negative integers be palindromes? (ie, -1)
If you are thinking of converting th...
分类:
其他好文 时间:
2014-10-25 09:21:10
阅读次数:
182
1,打开QQ面板,点击左下角的 "企鹅"图标.选择 "Setting". 2,在弹出的 "Setting"面板中,选择 "Privacy" 选项卡下的 "Today",并在右侧对应的内容中,去掉 'Show "Today" after login' 复选框,即可.
分类:
其他好文 时间:
2014-10-25 00:47:00
阅读次数:
278
1、下载MySQL软件,并下载Connector/Net 驱动,安装完成后,打开MySQL Command Line。
2、输入安装软件时设置的密码,就会进入编辑界面。
3、查看包含的数据库,可以输入show databases;
4、输入 use mt ;选择mt数据库,输入show tables;显示该数据库中的表。
5、输入describe tb_sta...
分类:
数据库 时间:
2014-10-24 22:24:21
阅读次数:
444
Problem G. Birthday CakeProblem's Link:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=13&problem=1108...
分类:
其他好文 时间:
2014-10-24 21:59:41
阅读次数:
150
//submitForm为form表单 var myMask = new Ext.LoadMask(Ext.getBody(),{msg:"请稍等,正在导入..."}); myMask.show(); Ext.Ajax.request({ url:"uploadAction", method:"PO...
分类:
Web程序 时间:
2014-10-24 16:02:21
阅读次数:
219
showDiv($("#pop"));function showDiv(obj){ $(obj).show(); center(obj); $(window).scroll(function(){ center(obj); }); $(window).resize(function(){ cen.....
分类:
Web程序 时间:
2014-10-24 14:20:11
阅读次数:
285
在linux中查看线程数的三种方法1、top -H手册中说:-H : Threads toggle加上这个选项启动top,top一行显示一个线程。否则,它一行显示一个进程。2、ps xH手册中说:H Show threads as if they were processes这样可以查看所有存在的线...
分类:
编程语言 时间:
2014-10-24 12:33:41
阅读次数:
253
今天看到CSDN博客的勋章换了图表,同时也增加显示了博客等级,看起来都听清新的,感觉不错!
【题目】
Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place.
click to show follow up.
Follow up:
Did yo...
分类:
其他好文 时间:
2014-10-24 11:01:34
阅读次数:
219
ShellExecute(this->GetSafeHWnd(), “open”, “convert”, “D:/fs:NTFS”, NULL, SW_SHOW);
分类:
Web程序 时间:
2014-10-24 01:39:57
阅读次数:
217