码迷,mamicode.com
首页 >  
搜索关键字:custom state    ( 10586个结果
sql reiserror 输出错误
其语法如下:RAISERROR({msg_id|msg_str|@local_variable}{,severity,state}[,argument[,...n]])[WITHoption[,...n]]简要说明一下:第一个参数:{ msg_id | msg_str | @local_variab...
分类:数据库   时间:2014-08-07 12:15:59    阅读次数:249
(一)利用 mdb 调试获取 nvlist_t 中 nvpair_t(name/value) 对
服务器:192.168.2.122root@2236:~# mdb -k> ::spaADDR STATE NAME ffffff02dfaea000 ACTIVE p3wayffffff02e38c0000 ACTIVE p98 //选取存储池 p98 作为调试对象ffffff02e7fb3000...
分类:数据库   时间:2014-08-06 22:28:42    阅读次数:392
项目记录 -- config2html 理解
html 代码: 1 2 3 pool: {{ d['pool']}} 4 5 state: {{ d['state']}} 6 errors: {{ d['errors'] }} 7 scan: {{ ''.join(d['sca...
分类:Web程序   时间:2014-08-06 17:33:51    阅读次数:246
REST
REST的架构设计 REST(Representational State Transfer)是一种轻量级的Web Service架构风格,其实现和操作明显比SOAP和XML-RPC更为简洁,可以完全通过HTTP协议实现,还可以利用缓存Cache来提高响应速度,性能、效率和易用性上都优于SOAP.....
分类:其他好文   时间:2014-08-06 14:41:01    阅读次数:217
Cocos2d-x 3.1 Lua Binding
# Cocos2d-x 3.1 Lua Binding # 参考:[http://www.cocos2d-x.org/docs/manual/code-ide/binding-custom-class-to-lua/en](http://www.cocos2d-x.org/docs/manual/code-ide/binding-custom-class-to-lua/en) ## 添...
分类:其他好文   时间:2014-08-06 02:06:30    阅读次数:500
poj2299--归并排序求逆序数
/** \brief poj2299 * * \param date 2014/8/5 * \param state AC * \return memory 4640K time 3250ms * */ #include #include #include #include using namespace std; const int MAXN=500000; int Ar...
分类:其他好文   时间:2014-08-05 22:48:40    阅读次数:313
poj1753--模拟
/** \brief poj 1573 * * \param date 2014/8/5 * \param state * \return memory 744k time 0ms * */ #include #include #include #include using namespace std; const int MAXN=11; int Map[MAXN][M...
分类:其他好文   时间:2014-08-05 19:31:40    阅读次数:187
poj2388 快速排序 模板题
/** \brief poj2388 * * \param date 2014/8/5 * \param state AC * \return memory time * qsort 784K 110ms * ksort 780K 172ms */ #include #include #include #include using namespace...
分类:其他好文   时间:2014-08-05 19:20:10    阅读次数:244
八皇后问题
语言:python 1 # state[0] = 1 to represent a queen 2 # state = (1,3,0,2) 3 # * Q * * 4 # * * * Q 5 # Q * * * 6 # * * Q * 7 def conflict(state, nextX): 8....
分类:其他好文   时间:2014-08-05 18:21:09    阅读次数:221
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!