码迷,mamicode.com
首页 >  
搜索关键字:HERE    ( 6715个结果
PL/SQL学习
资料1 -- Created on 2014/8/20  declare    -- Local variables here   i integer; begin   i := 12;   -- Test statements here   DBMS_OUTPUT.put_line(i); end; 资料2 declare    cursor s is       ...
分类:数据库   时间:2014-08-20 09:20:36    阅读次数:228
python爬虫----(3. scrapy框架,简单应用)
(1)创建scrapy项目 scrapy?startproject?getblog ????(2)编辑 items.py #?-*-?coding:?utf-8?-*- #?Define?here?the?models?for?your?scraped?items # #?See?documentation?i...
分类:编程语言   时间:2014-08-20 07:06:56    阅读次数:262
HDU - 4961 Boring Sum
Problem Description Number theory is interesting, while this problem is boring. Here is the problem. Given an integer sequence a1, a2, …, an, let S(i) = {j|1j is a multiple of ai}. If S(i) is not ...
分类:其他好文   时间:2014-08-20 00:07:25    阅读次数:210
Reverse Integer
Reverse digits of an integer.Example1:x = 123, return 321Example2:x = -123, return -321click to show spoilers.Have you thought about this?Here are som...
分类:其他好文   时间:2014-08-19 23:54:05    阅读次数:245
[转]Java 3DES(Desede、TripleDES)加密
转自:here从数据安全谈起当你使用网银时,是否担心你的银行卡会被盗用?当你和朋友用QQ进行聊天时,是否担心你的隐私会被泄露?作为开发者,编写安全的代码比编写优雅的代码更重要,因为安全是一切应用之根本!为了确保数据不被侵犯,数据加密/解密技术运用而生。——摘录自《Java加密解密的艺术》所以为了确保...
分类:编程语言   时间:2014-08-19 12:29:24    阅读次数:263
网页显示日期
Insert title here 现在时间是:
分类:Web程序   时间:2014-08-19 09:17:23    阅读次数:222
UVA - 11076 Add Again (重复元素的排列)
Summation of sequence of integersis always a common problem in Computer Science. Rather than computing blindly,some intelligent techniques make the task simpler. Here you have to find thesummation of ...
分类:其他好文   时间:2014-08-18 22:10:23    阅读次数:314
全选复选框
Insert title here 全选全部商品 鸡蛋 鸭蛋 鹅蛋
分类:其他好文   时间:2014-08-18 20:18:32    阅读次数:162
如何屏蔽掉浏览器后退按钮的几个解决办法
Q311 How do I disable the "Back" button of a browser?You are here:irt.org|FAQ|JavaScript|History| Q311 [previousnext]Easy answer - you can't.Longer an...
分类:其他好文   时间:2014-08-18 16:07:22    阅读次数:206
【DataStrcutre】Introduction and description of Binary Trees
[Definitions] Here is the recursive definition of a binary tree: A binary tree is either the empty set or a triple T = (x,L,R), where x is a node and L and R are disjoint binary trees, neither of wh...
分类:其他好文   时间:2014-08-18 01:34:43    阅读次数:216
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!