header("Content-type: text/html; charset=utf-8");// 创建数据库连接$con = mysql_connect('localhost', 'root', 'root') or die('Could not connect: ' . mysql_erro...
分类:
其他好文 时间:
2014-07-22 22:56:55
阅读次数:
216
非select 语句(没有结果集的)1.建立连接数据库 $mysqli=new mysqli("localhost","root","","sqldb");2.判断 if(mysqli_connect_error()){ echo "连接数据库失败".mysqli_connect_erro...
分类:
数据库 时间:
2014-07-18 10:16:11
阅读次数:
292
题目:
* 将 电话号码 one two 。。。nine zero 翻译成1 2 。。9 0
*
* 中间会有double
*
* 例如
* 输入:OneTwoThree
* 输出:123
* 输入:OneTwoDoubleTwo
* 输出:1222
* 输入:1Two2
* 输出:ERRO...
分类:
其他好文 时间:
2014-07-06 09:24:44
阅读次数:
229
运行mvn eclipse:eclipse时,经常会出现因为maven项目过大,导致内存不足java栈溢出的error, 信息如下:[INFO] ------------------------------------------------------------------------[ERRO...
分类:
其他好文 时间:
2014-07-02 18:56:30
阅读次数:
251
打开/mantis/core/bug_api.php,其中有类似下面的语句if ( is_blank( $c_summary ) ) { error_parameters( lang_get( 'summary' ) ); trigger_error( ERROR_EMPTY_FIELD, ERRO...
分类:
其他好文 时间:
2014-06-26 12:39:03
阅读次数:
215
[PATCH] Fix an bad variable name erro in runltp
script (/opt/ltp/runltp)Hi All,I got an error for the latest version 20140115 of
ltp project.This erro...
分类:
系统相关 时间:
2014-06-06 17:51:26
阅读次数:
370
最近发现有的时候在配置VCenter(OVF)的时候,有的时候会出现Erro:VPXDmustbestoppedtoperformthisoperation这个错误,提示就是让我关掉这个VPXD服务。这种错误以前偶尔出现,但是新版本中不知道为什么经常出现,后来发现如果想去掉这个错误就必须关掉这个服务,你的VCenter才..
分类:
移动开发 时间:
2014-06-01 13:18:12
阅读次数:
1400
error LINK2019 unresolved external symbol
__imp__SetupDiDestroyDeviceInfoList分类:转载文章2012-11-02
15:12547人阅读评论(0)收藏举报碰到第二个问题: OpenByInterface.obj : erro...
分类:
其他好文 时间:
2014-05-08 14:10:51
阅读次数:
437
eventloop 用作 non-blockingIO 和定时器。threadpool
用来做计算,具体可以是任务队列或消费者-生产者队列任务对列,生产消费者 线程池TaskQueue、Producer-Consumer Queue、
CountDownLatchPTHREAD_MUTEX_ERRO...
分类:
其他好文 时间:
2014-05-08 10:09:52
阅读次数:
241