码迷,mamicode.com
首页 >  
搜索关键字:egexp like    ( 7616个结果
T技术创新的搞笑解释
是创新,还是模仿,IT界六大巨头(google, facebook,amazon, apple, twitter, microsoft)给出了他们的答案:Google 谷歌We’ve got to be more like apple, and make our android phones and...
分类:其他好文   时间:2014-05-27 02:16:15    阅读次数:226
LeetCode:ZigZag Conversion
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font ...
分类:其他好文   时间:2014-05-24 04:13:54    阅读次数:284
如何使用oracle 的DBMS_SQLTUNE package 来运行 Sql Tuning Advisor 进行sql 自动调优
如何使用oracle 的DBMS_SQLTUNE package 来运行 Sql Tuning Advisor 进行sql 自动调优 1》。这里简单举个例子来说明DBMS_SQLTUNE 的使用 首先现执行下某个想要调优的sql,然后获取sqlid SQL> select * from v$sqltext where sql_text like 'select * from dua...
分类:数据库   时间:2014-05-22 10:47:51    阅读次数:328
计算机科学及编程导论:第一课
目标 1.学会用计算思维编写程序 think like a computer scientist 2.读懂别人的程序 3.了解计算的基本能力和局限 4.把科学问题转换成计算问题什么是计算? 知识分为陈述性知识(是什么)和过程性知识(如何做,又称指令性知识,对推导过程的描述,如何判别)...
分类:其他好文   时间:2014-05-22 02:03:39    阅读次数:202
LeetCode:ZigZag Conversion
题目链接 The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed ...
分类:其他好文   时间:2014-05-22 01:55:19    阅读次数:320
在where子句中经常使用的运算符
比较运算符> = = 大于、小于、大于(小于)等于、不等于BETWEEN ...AND...显示在某一区间的值IN(set)显示在in列表中的值,例:in(100,200)LIKE ‘张pattern’模糊查询 _ %IS NULL判断是否为空逻辑运算符and &&多个条件同时成立or ||多...
分类:其他好文   时间:2014-05-22 00:51:48    阅读次数:658
Linux
引用维基百科http://zh.wikipedia.org/wiki/Linux%E5%8E%86%E5%8F%B2UnixLinux是一种类似于Unix(Unix-like)计算机操作系统,那Unix是什么?Unix:一种计算机操作系统,具有多任务,多用户的特征。于1969年,在美国的AT&T公司贝尔实验室开发出来的,参与开发的有KenThompso..
分类:系统相关   时间:2014-05-20 19:58:51    阅读次数:438
面向对象text1
一:name; } } $aa = new Study();//创建一个对象 $aa->name="abc"; //下面是给对象赋值 $aa->age="19"; $aa->like="computer"; $aa->in();//调用in()这个函数 把...
分类:其他好文   时间:2014-05-20 12:30:18    阅读次数:219
JavaCV源代码分析----CvArr
1.OpenCV中CvArr的定义:在opencv h文件里是这样定义 CvArr :/* CvArr* is used to pass arbitrary * array-like data structures * into functions where the particular * ar...
分类:编程语言   时间:2014-05-19 15:01:44    阅读次数:474
leetcode -day16 ZigZag Conversion
1、 ?? ZigZag Conversion The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibili...
分类:其他好文   时间:2014-05-18 07:56:49    阅读次数:407
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!