pyqt事件过滤器的使用(eventFilter)阅读13次2014/8/519:47:24#-*-coding:cp936-*-#由于现在不是很明白:事件过滤器的使用(eventFilter),先收藏着fromPyQt4importQtGui,QtCoreclassWindow(QtGui.QMa...
分类:
其他好文 时间:
2015-07-16 15:35:14
阅读次数:
112
UI开发工具 Jquery EasyUI? http://www.jeasyui.net/ Sencha 中文网 :? http://extjs.org.cn/
分类:
其他好文 时间:
2015-07-16 14:32:09
阅读次数:
147
日志分析软件 seci-log 1.09发布,增加了多个报表和功能点。上篇文章http://www.oschina.net/news/64015/seci-log-1-08,有兴趣可以了解一下。 1、增加用户的时候密码可以自己输入,以前是默认密码,然后可以登录...
分类:
其他好文 时间:
2015-07-16 14:29:51
阅读次数:
120
一、解压版tomcat 启动startup.bat 1.java.lang.OutOfMemoryError: Java heap spac ?Heap size 设置? JVM堆的设置是指java程序运行过程中JVM可以调配使用的内存空间的设置.JVM在启动的时候会自动设置Heap size...
分类:
其他好文 时间:
2015-07-16 14:28:12
阅读次数:
133
这个问题困扰江边望海多日啦。一致没有引起我的重视。因为,我是通过svn来管理代码的,需要从svn服务器上更新源代码。但是有时候,我代码已经提交了,但是在另一台机器上更新的时候提示,没有这个版本。 研究了半...
分类:
其他好文 时间:
2015-07-16 14:28:15
阅读次数:
140
TwoSumGivenanarrayofintegers,findtwonumberssuchthattheyadduptoaspecifictargetnumber.ThefunctiontwoSumshouldreturnindicesofthetwonumberssuchthattheyadduptothetarget,whereindex1mustbelessthanindex2.Pleasenotethatyourreturnedanswers(bothindex1andindex2)arenotz..
分类:
其他好文 时间:
2015-07-16 14:26:57
阅读次数:
100
[15-07-15]可以连接wifi,但是无法上网.然后我插上网线,依然无法上网.当我使用ping的时候只有在连接网络的出去,可以送出8个报,之后我用tcpdump查找的时候,然后使用IP的话ping报可以送出,但是没有回复.如果使用domain的时候,ping报无法送出.所以猜想原因是dns出现了问题.解决方法..
分类:
其他好文 时间:
2015-07-16 14:28:16
阅读次数:
127
分类:
其他好文 时间:
2015-07-16 14:28:40
阅读次数:
107
中国电商市场已经把可以卖的东西都搬到网上卖了,但比较遗憾的是国内旧物电商市场却迟迟未能得到市场认可。当然,二手房、二手车、二手奢侈品等市场还算不错,不过这些产品的特殊性不能放在旧物市场之列,我们该关注的是常规用品的旧物电商市场情况。这两天58二手被爆售假问题..
分类:
其他好文 时间:
2015-07-16 14:26:12
阅读次数:
173
<RelativeLayoutandroid:id="@+id/rl_share"android:layout_width="match_parent"android:layout_height="match_parent"android:visibility="gone"><RelativeLayoutandroid:id="@+id/other_layout_top"android:layout_width="match_parent"android:layout_height="150..
分类:
其他好文 时间:
2015-07-16 14:27:15
阅读次数:
134
#include<stdio.h>
classA
{
public:
intyear;
intmontn;
intday;
intsettdate(inta,intb,intc)//这是设置日期的函数
{
year=a;
montn=b;
day=c;
return1;
}
void printdate()//这是打印日期的函数
{
printf("%d:%d:%d",year,montn,day);
}
};
voidmai..
分类:
其他好文 时间:
2015-07-16 14:25:15
阅读次数:
148
grafana-zabbix安装作者:itnihao版本:v1.0时间:2015-07-13一、安装grafana什么是grafana,参考http://www.oschina.net/p/grafana安装参考文档http://docs.grafana.org/v2.0/installation/grafana演示站点http://play.grafana.org/shell#sudoyuminstallhttps://grafanarel.s3..
分类:
其他好文 时间:
2015-07-16 14:24:46
阅读次数:
914
#include<stdio.h>
classA
{
public:
intb;
voidprint1();
};
voidA::print1()//在类外部定义类的成员函数时候必须加上所属类的类名
{
printf("打印");
}
voidmain()
{
Aa;
a.print1();
getchar();
}
分类:
其他好文 时间:
2015-07-16 14:24:19
阅读次数:
116
1、批量建20个账号,从user1,user2,user20;密码为user后跟五位随机字符[root@novashell]#catGuseradd#!/bin/bashforiin{1..20};dox="user"pass=$x$(tr-dc\~\`\!@#\$\%\^\&\*\(\)\-\_\+\=\|\\\?\/\.\>\,\<a-za-z0-9_</dev/urandom|head-c5|xargs)##/dev/urandom产..
分类:
其他好文 时间:
2015-07-16 14:24:57
阅读次数:
119
分类:
其他好文 时间:
2015-07-16 14:21:57
阅读次数:
111
修改服务器上的nginx的配置文件/usr/local/nginx/conf/nginx.confhttp{limit_req_zone$binary_remote_addrzone=one:10mrate=3000r/m;proxy_cache_path/var/cache/nginxlevels=1:2keys_zone=one:8mmax_size=3000minactive=600m;proxy_temp_path/var/tmp;includemime.types;defau..
分类:
其他好文 时间:
2015-07-16 14:24:35
阅读次数:
143
IDC评述网(idcps.com)07月16日报道:根据RegistrarStats公布的实时数据显示,截止至2015年7月12日,在国内域名注册市场上,阿里云(万网)凭借3,268,213个注册量打败众多国内域名商,继续称王。新网位居其后,域名注册量为1,976,602个,与阿里云(万网)差距拉大。另外,厦门..
分类:
其他好文 时间:
2015-07-16 14:21:40
阅读次数:
171