加载中
Extjs4 table布局,设置宽100%

layout : {         type : 'table',         tableAttrs : {           style : {             width : '100%'           }         },         columns : 3       },...

2013/11/01 10:51
550
fatal: the remote end hung up unexpectedly

发生在push命令中,有可能是push的文件过大导致 解决方法: windows: 在 .git/config 文件中加入 [http] postBuffer = 524288000 linux: git config http.postBuffer 524288000...

git
2013/09/25 11:12
2.8K
类QQ右下角弹出框(Qt)

使用Qt开发的、类似于QQ右下角弹出框的小demo。

2013/09/18 13:59
1.7K
Sublime Text 2 设置文件中文详解

Sublime Text2 配置文件 点击Preferences ---> Setting - Default 就会打开本配置文件,然后可以参考下面的解释进行调整! // While you can edit this file, it's best to put your changes...

2013/08/08 10:22
2.1K
nginx反向代理httpd获取用户真实ip

环境 centos6.4 httpd nginx 问题 用php写的获取用户ip,只能获取到nginx服务器的ip,不能获取用户真实ip. 第一步,下载安装相关模块、 下载httpd的mod_rpaf模块 wget http://stderr.net/apach...

2013/08/02 18:37
2.9K
apache提示DocumentRoot must be a directory

环境centos 6.4 在将apache默认目录修改为home下的目录时候,重启apache会提示DocumentRoot must be a directory. 一般情况下SElinux不允许home作为web目录。下面命令可以查看。 getsebool ...

2013/05/06 16:11
970
QWebView中点击链接的处理

一般在Dialog中使用QWebView会直接拖一个QWebView组件、 但是不能点击链接,然后会采用 connect(ui->webView,SIGNAL(linkClicked(QUrl)),this,SLOT(openUrl(QUrl))); void web::openUrl(QUr...

2012/11/06 23:09
3.8K

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部