Dungeon Master
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 16522
Accepted: 6425
Description
You are tr...
分类:
其他好文 时间:
2014-08-05 11:09:59
阅读次数:
250
<?php //初始化变量 $cookie_file = tempnam('./','cookie'); $ip1 = mt_rand(1,127) . '.' . mt_rand(1,127) . '.' . mt_rand(1,127) . '.' . mt_rand(1,127); $head...
分类:
Web程序 时间:
2014-08-05 00:04:28
阅读次数:
269
MFC工程加入控制台调试信息输出 在MFC程序中,可以使用TRACE宏或者OutPutDebugString()函数输出调试信息,TRACE宏可以在调试时像Output窗口输出调试信息,OutPutDebugString()函数的输出则可以用DebugView捕获(DebugView也可以捕获TR....
分类:
其他好文 时间:
2014-08-04 21:05:48
阅读次数:
289
<!--?正文开始?-->
<?!--{if?$user_info}-->
<div?class="lef_tit_bj">会员登陆</div>
<?div?class="left_conn_bj">
<?table?width="100%"?border="0"?cellspacing="0"?cellpadding="0">
<?tr>
<?...
分类:
其他好文 时间:
2014-08-04 18:26:37
阅读次数:
277
由于想要解决Mybatis分页插件中count查询效率问题,因为order by很影响效率,所以需要一种方式处理sql,将order by 语句去掉。
试了好几个sql解析工具,最后选择了fdb-sql-parser。
Maven依赖:
com.foundationdb
fdb-sql-parser
1.3.0
项目地址:https://gi...
分类:
数据库 时间:
2014-08-03 23:17:06
阅读次数:
393
The HERO country is attacked by other country. The intruder is attacking the capital so other cities must send supports to the capital. There are some roads between the cities and the goods must be tr...
分类:
其他好文 时间:
2014-08-03 18:06:55
阅读次数:
319
用vs2010编译vigra静态库及简单使用举例!...
分类:
其他好文 时间:
2014-08-02 23:29:24
阅读次数:
284
这里使用的是django1.5
需求: 有一个界面A,其中有一个form B, 前台提交B之后,后台保存数据之后,返回界面A,如果保存失败需要在A界面提示错误。
这里就需要后台的重定向,而且需要可以带着参数,也就是error message
这里收集了几种方法,简答说下需要那些包,怎么简单使用。...
分类:
其他好文 时间:
2014-08-02 15:34:53
阅读次数:
263
//发送通知NSNotification*updateNotifi = [NSNotificationnotificationWithName:notification_name_update_pushobject:nil]; [[NSNotificationCenterdefaultCenter....
分类:
其他好文 时间:
2014-08-02 01:33:42
阅读次数:
287
1.function 和 函数指针 1.1 function有函数指针的功能,但是使用起来明显比函数指针更加灵活和方便。 1.2 函数指针和function的用法实例。 1.2.1 函数指针首先要清楚函数指针的类型,如void (*)(int, char)等,然后声明一函数指针变量直接调用...
分类:
编程语言 时间:
2014-08-01 22:44:32
阅读次数:
277