05 2015 档案

摘要:官网: http://mybatis.github.io/mybatis-3/zh/index.html资料: http://www.open-open.com/doc/list/112?o=d整合Spring参考: http://www.cnblogs.com/obullxl/p/mybatis-... 阅读全文
posted @ 2015-05-27 17:01 庚武 阅读(152) 评论(0) 推荐(0) 编辑
摘要:摘自{-逆波兰式(revese polish notation, RPN): 操作符出现在操作数的后面,而不是夹在它们中间. 如我们使用 "4 3 +" 而不是 "4 + 3".-}solveRPN :: String -> DoublesolveRPN = head . foldl folding... 阅读全文
posted @ 2015-05-15 22:49 庚武 阅读(275) 评论(0) 推荐(0) 编辑
摘要:doubleMe x = x + xdoubleUs x y = doubleMe x + doubleMe ydoubleSmallNumber x = if x>100 then x else x * 2 doubleSmallNumber' x =... 阅读全文
posted @ 2015-05-12 18:22 庚武 阅读(669) 评论(0) 推荐(0) 编辑
摘要:#include #include using namespace std;int main(int argc, char* argv[]){ if(argc >encryptMask; if(encryptMask 255){ cout<<"between 0 and 2... 阅读全文
posted @ 2015-05-05 18:25 庚武 阅读(494) 评论(0) 推荐(0) 编辑
摘要:INCLUDE Irvine32.incmyProc PROTO, x:DWORD, y:DWORD.data.codemain proc mov eax,0EAEAEAEAh mov ebx,0EBEBEBEBh INVOKE myProc, 1111h, 2222h ex... 阅读全文
posted @ 2015-05-04 15:19 庚武 阅读(504) 评论(0) 推荐(0) 编辑
摘要:.386.model flat, stdcall.stack 4096ExitProcess PROTO, dwExitCode:DWORD.dataval2 sdword 1result dword ?.codemain proc call Example_cdecl call Exa... 阅读全文
posted @ 2015-05-02 18:30 庚武 阅读(662) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示