max.hpp/* The following code example is taken
from the book * "C++ Templates - The Complete Guide" * by David Vandevoorde and
Nicolai M. Josuttis, Add...
分类:
其他好文 时间:
2014-05-10 08:18:25
阅读次数:
394
新建两个本地环境变量:LANG=zh_CN.GBKNLS_LANG=SIMPLIFIED
CHINESE_CHINA.ZHS16GBK注:oracle的字符集:select * from
v$nls_parameters;1NLS_LANGUAGESIMPLIFIED CHINESE2NLS_TER...
分类:
数据库 时间:
2014-05-10 07:51:32
阅读次数:
598
1. dialyzer Dialyzer starts its analysis from
either debug-compiled BEAM bytecode or from Erlang source code. Dialyzer
可以分析*.erl和有debug-info的BEAM, Dia...
分类:
其他好文 时间:
2014-05-10 06:32:02
阅读次数:
253
错误:Result Maps collection already contains
value
for......解决方法:原因有很多,还有一种是因为自动生成代码所带来的,运行了多次自动生成代码的程序,导致了XXXMapper.xml的内容多出来很多,原来自动生成代码的时候生成的XML代码不是覆盖...
分类:
其他好文 时间:
2014-05-10 05:16:08
阅读次数:
300
测试webservice的时候,如果出现这个错误:"The test form is only
available for requests from the local machine" 在web.config中加入以下配置,就可以解决问题。
也就是说,在默认情况下,...
分类:
Web程序 时间:
2014-05-10 02:24:13
阅读次数:
352
系统在选择操作数据库的框架上面,到底是选择hibernate,还是mybatis。
首先说下两者的原理,如果你要关联几张表做查询,查出20条记录:
1.如果是mybatis
SELECT *
FROM (SELECT INNER_TABLE.*, ROWNUM OUTER_TABLE_ROWNUM
FROM (select SP_WORK_PLAN.nam...
分类:
系统相关 时间:
2014-05-09 22:56:46
阅读次数:
540
错误原因:
如API中所述
API:
A table of data representing a database result set, which is usually generated by executing a statement that queries the database. A
ResultSet object maintains a cursor pointi...
分类:
数据库 时间:
2014-05-09 21:00:43
阅读次数:
423
from:
http://hi.baidu.com/dashi6174/item/e85dcc321336c9c12f8ec21c?qq-pf-to=pcqq.c2cLinux的bg和fg命令我们都知道,在
Windows 上面,我们要么让一个程序作为服务在后台一直运行,要么停止这个服务。而不能让程...
分类:
系统相关 时间:
2014-05-09 19:54:21
阅读次数:
349
Linux环境下使用python调用C的printf例子:#!/usr/bin/env
python2.7#-*- coding:utf-8 -*-from ctypes import *def test(): #libc =
cdll.LoadLibrary("libc.so.6") ...
分类:
编程语言 时间:
2014-05-09 19:51:59
阅读次数:
469
仅一个例子,添加div1 this.result.InnerHtml = "ok";2
HtmlGenericControl div = new HtmlGenericControl();3 div.TagName = "div";4 ...
分类:
其他好文 时间:
2014-05-09 19:35:19
阅读次数:
308