码迷,mamicode.com
首页 >  
搜索关键字:comment    ( 4550个结果
HookIAT的启动程序
1 // 启动程序.cpp : 定义控制台应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include 6 #include 7 #include 8 #include 9 10 #pragma comment(lib,"psap...
分类:其他好文   时间:2015-11-11 13:04:40    阅读次数:202
使用jQuery插件:jquery-json
插件下载地址:http://code.google.com/p/jquery-json/调用方法:var comment = {};comment.parentId = 1;comment.content = “test”;$.toJSON(comment)应用场景:当我们通过JavaScript调...
分类:Web程序   时间:2015-11-10 20:58:39    阅读次数:202
MySQL存储过程初遇
我用记事本写了一个简单的存储过程如下: delimiter$$ create procedure show_users() comment ‘查看market数据库中的user表中的所有信息‘ begin select * from user; END$$ delimiter; 保存为show_users.sql 执行...
分类:数据库   时间:2015-11-08 12:48:23    阅读次数:345
Comment file
1 /// This is the head comment of a file. 2 3 /************************************************************************* 4 *\CopyRight: 2015.9....
分类:其他好文   时间:2015-11-07 18:55:51    阅读次数:184
poj 2393 Yogurt factory(dp+贪心)
奶牛们建了一家酸奶厂,在N周内每周需要出货Y_i单位酸奶,第i周成本为C_i,储存费为每周S。求总体最低成本。贪心策略是维持每周的最低单位成本,每周可能用上周剩下的,也可能生产新的。于是该周单位成本可能为上一周的单位成本加上储存费,也可能为该周的单位成本。 1 #pragma comment(lin...
分类:其他好文   时间:2015-11-07 14:44:46    阅读次数:251
windows 非窗口定时器
#ifndef _MYTIMER_H_#define _MYTIMER_H_#include #include #include #include #include #include "ttype.h"#include "lock.h"#pragma comment(lib, "Winmm.lib"...
分类:Windows程序   时间:2015-11-05 22:00:57    阅读次数:308
hdu 5524 Subtrees 递推
/*Title :SubtreesStatus:ACBy wf,*/#pragma comment(linker, "/STACK:1024000000,1024000000")#include #include #include #include #include #include #includ...
分类:其他好文   时间:2015-11-03 21:08:25    阅读次数:222
Python中文显示问题
默认pyhon使用ASCII码来解释程序的,默认不支持中文,需要在程序的第一行或者第二行声明编码。官方解决方案:https://www.python.org/dev/peps/pep-0263/ To define a source code encoding, a magic comment...
分类:编程语言   时间:2015-10-29 18:19:44    阅读次数:149
HDU 4990 Reading comprehension(BestCoder Round #8)
Problem Description:Read the program below carefully then answer the question.#pragma comment(linker, "/STACK:1024000000,1024000000")#include #include...
分类:其他好文   时间:2015-10-29 13:11:03    阅读次数:207
解决dubbo问题:forbid consumer
解决dubbo问题:forbid consumer By?admin?|?2015/06/09 0 Comment 线下环境经常出现类似这种异常: com.alibaba.dubbo.rpc.RpcException: Forbid consumer 10.0.53.69 access service com.kuaidadi.op.api.pa...
分类:其他好文   时间:2015-10-28 10:59:38    阅读次数:1690
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!