原题:Given a linked list, reverse the nodes of a linked listkat a time and return its modified list.If the number of nodes is not a multiple ofkthen lef...
分类:
编程语言 时间:
2015-01-09 12:22:41
阅读次数:
160
错误1:Unable to execute dex: Multiple dex files define Landroid/support/v4/app/ActivityCompatHoneycomb;解决方法: 1、点击项目,右击选择build path 2、选择configure build p...
分类:
其他好文 时间:
2015-01-08 22:34:15
阅读次数:
224
悲剧...FireDAC连接Postgre数据库, 使用默认的属性,一次执行多条SQL的时候, 会报"cannot insert multiple commands into a prepared statement"这样的错误到网上查了一下(百度), 什么信息都找不到, 然后又google, 找到...
分类:
其他好文 时间:
2015-01-08 17:16:09
阅读次数:
331
如何设置mysql root密码:
1、首次安装 root初始密码为空,注意就是没有密码,直接敲回车即可进入
D:\wamp\bin\mysql\mysql5.6.17\bin>mysql -uroot -p
Enter password: [直接回车]
Welcome to the MySQL monitor. Commands end with ; or \g.
Your...
分类:
数据库 时间:
2015-01-07 18:52:26
阅读次数:
228
原文:解剖SQLSERVER 第八篇 OrcaMDF 现在支持多数据文件的数据库(译)解剖SQLSERVER 第八篇 OrcaMDF 现在支持多数据文件的数据库(译)
http://improve.dk/orcamdf-now-supports-databases-with-multiple-dat...
分类:
数据库 时间:
2015-01-07 10:30:53
阅读次数:
290
Create a new group
groupadd -g 54321 oracle
Create a new user
useradd -c "Operate Oracle DB" -m -d /home/oracle -g oracle -G sudoers,weblogic,orainstall -s /bin/bash -u 54321 oracleuseradd -u 543...
分类:
系统相关 时间:
2015-01-06 23:16:33
阅读次数:
227
最近编译larbin_daemon爬虫服务器端管理程序时,总是会报如下的错误:
g++ -c -o editConf.o editConf.cpp
editConf.cpp:49:8: error: redefinition of ‘std::string projectG’
editConf.h:34:8: error: ‘std::string projectG’ previously...
分类:
编程语言 时间:
2015-01-06 20:06:52
阅读次数:
243
语法缩写如下:background : [background-color] | [background-image] | [background-position][/background-size] | [background-repeat] | [background-attachment] ...
分类:
其他好文 时间:
2015-01-06 09:44:11
阅读次数:
158
今天在写程序的时候用到了数组的一个方法:[[LetterResultArr objectAtIndex:section] count],按说这只是一个很平常的方法,但是却报了一个错误:Multiple methods named 'count:' found with mismatched resu...
分类:
其他好文 时间:
2015-01-04 21:11:45
阅读次数:
159
函数可以让我们将一个复杂功能划分成若干模块,让程序结构更加清晰,代码重复利用率更高。像其他编程语言一样,Shell 也支持函数。Shell 函数必须先定义后使用。Shell 函数的定义格式如下:function_name () { list of commands [ return va...
分类:
系统相关 时间:
2015-01-04 18:39:41
阅读次数:
183