在CL里我们可以这样:1 $ sbcl2 * (+ 1 2 3)3 64 * ( 2
template 3 bool cmp(O o, A a,B b){ 4 return o(a, b); 5 } 6 template 7 bool cmp(O
o,A a,B b,C... c){ 8 ...
分类:
编程语言 时间:
2014-06-07 04:42:31
阅读次数:
270
C++11中的初始化列表构造函数(Initialize_list Constructors)是将std::initializer_list作为第一个参数的构造函数,并且没有任何其他参数(或者其他参数具有默认值)。例如:
#include
#include //必须包含该头文件
#include
using namespace std;
class A
{
private:
vector m...
分类:
编程语言 时间:
2014-06-05 03:32:22
阅读次数:
287
最近在给android 4.3系统进行root时候,一直出现如下的红色权限问题 :
7.695741] Freeing init memory: 236K
[ 8.555286] init: cannot find '/system/bin/dbus-daemon', disabling 'dbus'
[
8.566954] init: cannot execve('/s...
分类:
其他好文 时间:
2014-06-05 01:02:36
阅读次数:
358
goldengate–使用filter+@GETENV在线重新初始化指定的table转载:http://www.easyora.net/blog/using_filter_getenv_function_to_initialize_special_table.html
在oracle-oracle ...
分类:
其他好文 时间:
2014-06-04 18:49:40
阅读次数:
550
JBPM在Eclipse中运行时页面错误ProcessEngine cannot be
resolved to a type从网上找了一些杂七杂八的回答,比如在Java EE Module
Dependencies设置中添加依赖的jar但是这个设置是以前旧版本的Eclipse所有的。新版的已经没有这...
分类:
系统相关 时间:
2014-06-03 13:25:27
阅读次数:
482
ProblemYou want to point out a specific
location on a map to the user.SolutionUse built-in map view annotations. Follow
these steps:1. Create a new cl...
分类:
其他好文 时间:
2014-05-31 12:30:19
阅读次数:
240
Given an input string, reverse the string word
by word.For example,Given s = "the sky is blue",return "blue is sky the".click
to show clarification.Cl...
分类:
其他好文 时间:
2014-05-30 16:25:58
阅读次数:
233
今天在安装Aptana Studio
2时出现这个东东,卸载后再安装依旧不行最后找到原因原因:就是由于你把“我的文档”的位置修改造成的。但Aptana还以为“我的文档”的位置是在系统的默认路径下。解决办法:右键快捷方式,找到“属性”,把“目标”修改为"D:/Program
Files/Aptana ...
分类:
其他好文 时间:
2014-05-30 09:38:25
阅读次数:
250
这两天遇到一个问题,调用一个WCF服务的时候,服务器端正常的返回了数据,但是客户端却遇到了一场System.ServiceModel.CommunicationException:
The underlying connection was closed: The connection was cl...
分类:
其他好文 时间:
2014-05-29 20:56:56
阅读次数:
276
一、寄存器的英文全称AH&AL=AX(accumulator):累加寄存器
BH&BL=BX(base):基址寄存器 CH&CL=CX(count):计数寄存器 DH&DL=DX(data):数据寄存器
SP(Stack Pointer):堆栈指针寄存器 BP(Base Pointer):基址指针寄...
分类:
其他好文 时间:
2014-05-28 19:09:52
阅读次数:
300