码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
QT5安装(null)
QT5 uboot安装 参考:http://askubuntu.com/questions/279421/how-can-i-install-qt-5-x-on-12-04-lts sudo apt-get install qtcreator You can usually do this with...
分类:其他好文   时间:2015-06-09 11:14:27    阅读次数:130
Building QT5 for IMX6(all)
address:https://community.freescale.com/docs/DOC-94066 Prerequisites:The build is verified on prebuilt rootfs(based on LTIB) which can be downloaded f...
分类:其他好文   时间:2015-06-09 11:10:40    阅读次数:1219
Sqlalchemy Can‘t reconnect until invalid "
from stackoverflow Try passing poolclass=NullPool to create_engine ... from sqlalchemy.pool import NullPool ... engine = create_engine(options.db_path, convert_unicode=True, echo=options.debug, poo...
分类:数据库   时间:2015-06-09 10:08:04    阅读次数:322
Leetcode[189]-Rotate Array
Rotate an array of n elements to the right by k steps.For example, with n = 7 and k = 3, the array [1,2,3,4,5,6,7] is rotated to [5,6,7,1,2,3,4].Note: Try to come up as many solutions as you can, ther...
分类:其他好文   时间:2015-06-09 09:55:18    阅读次数:135
[LeetCode] Longest Palindromic Substring
This problem has a long story. There are just too many solutions on the web and it can be studied for a long time before you fully grasp it. Morever, ...
分类:其他好文   时间:2015-06-08 22:53:39    阅读次数:161
【Multiply Strings】cpp
题目:Given two numbers represented as strings, return multiplication of the numbers as a string.Note: The numbers can be arbitrarily large and are non-n...
分类:其他好文   时间:2015-06-08 19:23:30    阅读次数:140
LightOJ1010---Knights in Chessboard (规律题)
Given an m x n chessboard where you want to place chess knights. You have to find the number of maximum knights that can be placed in the chessboard such that no two knights attack each other.Those who...
分类:其他好文   时间:2015-06-08 17:32:11    阅读次数:118
Search Bars(一)
A search bar provides an interface for text-based searches with a text box and buttons such as search and cancel. A search bar accepts text from users, which can be used as input for a search (shown...
分类:其他好文   时间:2015-06-08 17:22:13    阅读次数:118
基于HTML5 canvas的jQuery刮刮卡效果
ScratchIt是一款基于HTML5 canvas的jQuery刮刮卡效果插件。这个刮刮卡效果使用两张图片和canvas来制作,可以使用鼠标擦除上面的图片,将下面的图片显露出来,模拟现实的刮刮卡效果。 效果演示:http://www.htmleaf.com/Demo/201506071985.html 下载地址:http://www.htmleaf.com/html5/html5-can...
分类:Web程序   时间:2015-06-08 15:09:15    阅读次数:129
POJ1226:Substrings(后缀数组)
Description You are given a number of case-sensitive strings of alphabetic characters, find the largest string X, such that either X, or its inverse can be found as a substring of any of the given ...
分类:编程语言   时间:2015-06-08 15:03:25    阅读次数:125
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!