码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
Software UART, Timer, PWM, External Interrupt
How can you add extra hardwareUARTsto a 32bit TMS470ARM7-basedmicrocontrollerat zero cost?Solution: Designers can use the high-end timer (HET) periphe...
分类:其他好文   时间:2015-08-21 15:16:43    阅读次数:320
HDU 1796 How many integers can you find
链接:http://acm.hdu.edu.cn/showproblem.php?pid=1796 How many integers can you find Time Limit: 12000/5000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 5612...
分类:其他好文   时间:2015-08-21 13:45:41    阅读次数:144
【模拟+数据结构】UVA 11995 I Can Guess the Data Structure!
【模拟+数据结构】UVA 11995 I Can Guess the Data Structure!题目大意给出一系列操作,包含操作数和操作码,判断符合这一系列操作返回值的数据结构类型(栈、队列、优先队列) –说一下思路 拿这三种数据结构去模拟一下就可以了 【注意】栈顶 stack.top() 队首 queue.front() 堆顶 prior...
分类:其他好文   时间:2015-08-21 13:38:41    阅读次数:220
Importing/Indexing database (MySQL or SQL Server) in Solr using Data Import Handler--转载
原文地址:https://gist.github.com/maxivak/3e3ee1fca32f3949f052Install Solrdownload and install Solr fromhttp://lucene.apache.org/solr/.you can access Solr ...
分类:数据库   时间:2015-08-21 13:25:37    阅读次数:226
can't connect to mysql server on localhost <10061>
需要启动MySQL服务。它可以通过两种方式来启动使用MySQL:1.命令行模式。Win+R,进入cmd然后按Enter键。在命令行形式的输入:net start mysql56mysql56是安装的mysql的版本号。2.图形方式在桌面上右键计算机->管理->服务和应用程序->服务,找到mysql5...
分类:数据库   时间:2015-08-21 12:56:49    阅读次数:126
QSocketNotifier: Can only be used with threads started with QThread问题
使用Console程序,非GUI应用写了一个QLocalSocketServer,一开始运行就提示如下的问题: QSocketNotifier: Can only be used with threads started with QThread 经分析知道,QSocket类需要一个事件循环来处理客...
分类:其他好文   时间:2015-08-21 10:57:43    阅读次数:245
yum方式安装mysql报错找不到mysql.sock
yum方式安装mysql省去了源代码包安装的许多步骤,但是有时会遇见mysqlyum包装完mysql之后,在启动mysql服务时,启动不了的问题,报错:Can‘tconnecttolocalMySQLserverthroughsocket‘/tmp/mysql.sock‘(2),找不到mysql.sock文件,mysql.sock文件是安装mysql之后初始化数据库之..
分类:数据库   时间:2015-08-21 09:36:39    阅读次数:208
PAT 1010. Radix (25)
1010. Radix (25)Given a pair of positive integers, for example, 6 and 110, can this equation 6 = 110 be true? The answer is "yes", if 6 is a decimal n...
分类:其他好文   时间:2015-08-20 22:20:22    阅读次数:174
Codeforces Round #259 (Div. 2) B. Little Pony and Sort by Shift
One day, Twilight Sparkle is interested in how to sort a sequence of integers a1,?a2,?...,?an in non-decreasing order. Being a young unicorn, the only operation she can perform is a unit shift. That...
分类:其他好文   时间:2015-08-20 20:53:05    阅读次数:169
chrome安装JSON-handle
一、插件介绍 It's a browser and editor for JSON document.Yuo can get a beautiful view对JSON格式的内容进行浏览和编辑,以树形图样式展现JSON文档,并可实时编辑。 二、下载地址 http://www.cnplugins.com/devtool/json-handle/download.html 三、安装方法...
分类:Web程序   时间:2015-08-20 18:57:12    阅读次数:133
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!