PS:如果既想获得 RHEL 的高质量、高性能、高可靠性,又需要方便易用(关键是免费)的软件包更新功能,那么FedoraProject 推出的 EPEL(Extra Packages forEnterpriseLinux)正好适合你。EPEL(http://fedoraproject.org/wik...
分类:
数据库 时间:
2014-09-08 07:29:16
阅读次数:
395
Determine whether an integer is a palindrome. Do this without extra space.思路:先找出x的有效最高位,然后从两侧依次比较最高位和最低位即可。 1 class Solution { 2 public: 3 bool is...
分类:
其他好文 时间:
2014-09-07 20:57:25
阅读次数:
206
1、百度找到的解决办法。写在这里方便下次使用。 export LD_LIBRARY_PATH export LC_CTYPE="zh_CN.UTF-8" ? ? #这是解决google浏览器乱码问题 export CHROME_VERSION_EXTRA="stable" # We don‘t want bug-buddy...
分类:
系统相关 时间:
2014-09-07 02:15:04
阅读次数:
391
publicclassBatteryChangedReceiverextendsBroadcastReceiver{@OverridepublicvoidonReceive(Contextcontext,Intentintent){//当前电量intcurrLevel=intent.getIntExtra(BatteryManager.EXTRA_LEVEL,0);//总电量inttotal=intent.getIntExtra(BatteryManager.EXTRA_SCALE,1);int..
分类:
其他好文 时间:
2014-09-05 18:26:22
阅读次数:
190
Apache中,同一IP使用多域名对应多个网站的方法;Apache/conf/extra/httpd-vhosts.conf (这个地版本的apache可能没有,可自己创建,也可以不要此文件,
而将配置直接写在httpd.conf里面,写在extra/httpd-vhosts.conf只是为了管理...
分类:
Web程序 时间:
2014-09-05 12:55:01
阅读次数:
233
Given amxnmatrix, 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 you use extra space?A s...
分类:
其他好文 时间:
2014-09-05 07:39:10
阅读次数:
261
1.void CCOMDDlg::OnCancel() { // TODO: Add extra cleanup here CDialog::OnCancel();}如果把CDialog::OnCancel();注释掉,那么点击按钮ESC或者鼠标点击X将无法关闭整个窗口。2.BOOLCTestDl....
分类:
其他好文 时间:
2014-09-04 20:53:30
阅读次数:
772
Intent目前翻译为意图,所谓意图就是想做什么。是Android系统组件之间的通信的桥梁。其描述的基本内容可以分为:conponentName(组件名称)、Action(动作名称)、Data(数据)、Category(类别)、Extra(附加数据)和Log(标志位)六个部分。1、指定conponentName指定组件名称的方式又..
分类:
其他好文 时间:
2014-09-04 19:27:00
阅读次数:
213
本贴已在 AS天地会转发,大家可以参考:http://bbs.actionscript3.cn/viewthread.php?tid=11090&pid=91142&page=1&extra=page%3D1#pid91142/*版本: 8.02日期: 8/24/2008ACTIONSCRIPT语言...
分类:
其他好文 时间:
2014-09-04 18:44:59
阅读次数:
212
一:实验目的利用LVS实现discuz负载均衡二:实验拓扑图WEB服务器与PHP服务器在同一网段内,mysql服务器同时起着LVS负载均担作用。三:搭建WEB服务器本次WEB服务器采用编译安装服务,编译过程请参考LAMP平台编译。接下来配置WEB服务器主配置文件。vim/etc/httpd24/extra/httpd-v..
分类:
其他好文 时间:
2014-09-04 03:02:58
阅读次数:
388