码迷,mamicode.com
首页 >  
搜索关键字:like    ( 7615个结果
定制一个FlatBuffers编译器
不喜欢默认flatc生成的代码风格,定制了一个能生成unix like风格代码的FlatBuffers编译器
分类:其他好文   时间:2014-06-27 00:36:51    阅读次数:263
2-3 tree使用
The2-3 treeis also a search tree like thebinary search tree, but this tree tries to solve the problem of theunbalanced tree.Imagine that you have a bi...
分类:其他好文   时间:2014-06-25 17:28:52    阅读次数:202
LeetCode: LetterCombinations 题解
Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telephon...
分类:其他好文   时间:2014-06-25 12:09:43    阅读次数:184
Just a complaint about the college examinations
Well , you know. As a college student who want to find a good job after graduating  like me , scores are not that important. I just want to have some low scores which can help me graduate successfully...
分类:其他好文   时间:2014-06-25 09:59:37    阅读次数:202
Leetcode Letter Combinations of a Phone Number
Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telephon...
分类:其他好文   时间:2014-06-25 09:15:12    阅读次数:362
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 legibility) P A H ...
分类:其他好文   时间:2014-06-24 23:59:25    阅读次数:338
极简AWR报告收集指导
1.以oracle用户登录oracle数据库,执行如下命令登录数据库: sqlplus / as sysdba 2.运行如下命令: @?/rdbms/admin/awrrpt.sql 3.出现如下信息时,直接回车(默认HTML格式) Would you like an HTML report, or a plain text report? 4.出现如下信息时,直接回车 Enter ...
分类:其他好文   时间:2014-06-24 21:30:53    阅读次数:226
LeetCode: Best Time to Buy and Sell Stock II [122]
【题目】 Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete as many transactions as you like (ie, buy one and sell one share of the stock multiple times). H...
分类:其他好文   时间:2014-06-24 19:40:53    阅读次数:240
stanford trex使用方法
一、stanford trex 简介 http://nlp.stanford.edu/software/tregex.shtml                  A java program for identifying patterns in trees                  Like regular expressions for strings, b...
分类:其他好文   时间:2014-06-24 18:51:30    阅读次数:344
Sql server中根据存储过程中的部分信息查找存储过程名称的方法【视图和Function】
1、查询的语句: select a.id,b.name,a.*,b.* from syscomments a join sysobjects b on a.id=b.id where b.xtype='P' and a.text like '%usp_cm%' b.xtype='P'指定在什么类型的范围进行搜索 ‘%usp_cm%’就是你能记得的存储过程中的内容。 2、查找类型: s...
分类:数据库   时间:2014-06-24 17:12:07    阅读次数:256
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!