码迷,mamicode.com
首页 >  
搜索关键字:anything    ( 347个结果
poj 1384 Piggy-Bank
Piggy-Bank Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 7626   Accepted: 3665 Description Before ACM can do anything, a budget must be prepared and the ne...
分类:其他好文   时间:2014-06-16 11:48:41    阅读次数:271
Openflow Lab
GETTING STARTED OPENFLOW OPENVSWITCH TUTORIAL LAB : SETUPFor a more up to date tutorial as anything more then 6 months old is outdated in the world of...
分类:其他好文   时间:2014-06-13 08:16:36    阅读次数:624
Sublime Text快捷键
1.看了网上的Sublime Text的快捷键。没感觉,太枯燥,没图。 下面以图为例,讲解先看标题栏1.点击文件 第一个创建一个文件,快捷键(Ctrl + N)2.点击转到 使用go to anything的快捷键是(Ctrl + P) 作用用于查找文件.例子(index.html),因支持模...
分类:其他好文   时间:2014-06-09 00:08:30    阅读次数:450
mysql 自定义存储过程和触发器
mysql 自定义存储过程和触发器 --存储过程示范 DROP PROCEDURE IF EXISTS PRO_TEST; CREATE PROCEDURE PRO_TEST(IN NUM_IN INT,OUT NUM_OUT INT,INOUT NUM_INOUT) BEGIN //DO ANYTHING YOU WANT END; 参数解释: in : 就是输入参数,输...
分类:数据库   时间:2014-05-22 06:42:40    阅读次数:345
hdu 1114 Piggy-Bank -- 完全背包
Piggy-Bank Problem Description Before ACM can do anything, a budget must be prepared and the necessary financial support obtained. The main income for this action comes from Irreversibly Bound M...
分类:其他好文   时间:2014-05-21 10:17:35    阅读次数:289
Explaining public-key cryptography to non-geeks
AsI’mworkingonaproductthatwillmakeheavyuseofencryption,I’vefoundmyselftryingtoexplainpublic-keycryptographytofriendsmorethanoncelately.Tomysurprise,anythingrelatedI’vecomeacrossonlinemakesitlookmorecomplicatedthanitshould.Butit’snot.Firstofall,let’ssee..
分类:其他好文   时间:2014-05-20 21:05:11    阅读次数:430
android File存储
文件存储的用途: A File object is suited to reading or writing large amounts of data in start-to-finish order without skipping around. For example, it's good for image files or anything exchanged over a netw...
分类:移动开发   时间:2014-05-05 13:01:21    阅读次数:339
347条   上一页 1 ... 33 34 35
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!