在C++程序中非常少有人去使用explicitkeyword,不可否认,在平时的实践中确实非常少能用的上。再说C++的功能强大,往往一个问题能够利用好几种C++特性去解决。但略微留心一下就会发现现有的MFC库或者C++标准库中的相关类声明中explicit出现的频率是非常高的。了解explicitk...
分类:
编程语言 时间:
2014-08-11 23:49:33
阅读次数:
191
grid.js
Ext.onReady(function() {
var gridStore = new Ext.data.Store({
proxy: new Ext.data.HttpProxy({
url: 'grid.asp'
}),
reader: new Ext.data.JsonReader({
root: 'data',
totalPrope...
分类:
其他好文 时间:
2014-08-11 17:52:52
阅读次数:
226
格式说明:explicit CFileDialog( BOOL bOpenFileDialog, //TRUE 为打开, FALSE 为保存 LPCTSTR lpszDefExt = NULL,//默认文件扩展名 LPCTSTR lpszFileName = NULL, //文件对话框中 初始的文件...
分类:
其他好文 时间:
2014-08-10 15:21:50
阅读次数:
314
要安装Nginx,至少需要先安装pcre, zlib、ssl1. PCRE(Perl Compatible Regular Expressions)这是一个Perl库,用来实现重写rewrite的目的//cmdyum -y install gcc gcc-c++cd /usr/local/wget ...
分类:
其他好文 时间:
2014-08-09 23:13:39
阅读次数:
790
Webapplication:请参看附件环境说明:TomcatA:192.168.146.128
TomcatB:192.168.146.130
ApacheHttpServer:192.168.146.128在apahcehttpd.conf配置:1)加载模块2)负载均衡配置ProxyPass/balancer://mycluster/stickysession=JSESSIONID|jsessionidnofailover=On
<Proxyba..
分类:
其他好文 时间:
2014-08-09 18:57:59
阅读次数:
186
Nginx("engine x")是一个高性能的HTTP和反向代理服务器,也是一个IMAP/POP3/SMTP代理服务器
Nginx可以在大多数Unix like OS上编译运行,并有Windows移植版。它的的源代码使用2-clause BSD-like license
Nginx是一个很强大...
分类:
其他好文 时间:
2014-08-09 13:23:18
阅读次数:
392
1.出现了下面问题页面显示为 1 Struts Problem Report 2 Struts has detected an unhandled exception: 3 4 Messages: could not initialize proxy - no Session 5 c...
分类:
其他好文 时间:
2014-08-09 11:16:07
阅读次数:
452
一般来说这些日志的分析价值不高,而且还占用硬盘空间,一般都会关掉。nginx配置:location~.*\.(gif|jpg|jpeg|png|bmp|swf|ico)${access_logoff;proxy_passhttp://cdel_jxjy;proxy_redirectoff;proxy_set_headerHost$host;proxy_set_headerX-Real-IP$remote_addr;proxy_set_he..
分类:
Web程序 时间:
2014-08-08 18:24:56
阅读次数:
286
使用AXIS2,可以方便的构建WebService的服务器端,也可以很方便的作为Cilent,来访问别的WebService。
下面根据工作中的经历,整理了一下,作为Cilent访问WebService的要点。...
分类:
Web程序 时间:
2014-08-08 16:03:26
阅读次数:
300
zen 即禅之意可以在python的命名行交互模式下以下的语句就能看到:import thisThe Zen of Python, by Tim PetersBeautiful is better than ugly.Explicit is better than implicit.Simple i...
分类:
编程语言 时间:
2014-08-08 15:25:46
阅读次数:
262