cacti 中 npc 中不出图PHP Warning:PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/json.so' - /usr/lib64/php/modules/json.so: undefined s...
分类:
移动开发 时间:
2014-09-09 19:59:09
阅读次数:
260
在Ubuntu上安装完hadoop2.4以后,使用以下命令:hadoop fs -ls14/09/09 11:33:51 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... usi...
分类:
移动开发 时间:
2014-09-09 15:44:28
阅读次数:
205
1. byte[]向String类型转换时,注意乱码问题:new String(array,"utf-8")2. Error:Unable to access jarfile *.jar ,可能出错的原因:jar包名写错了3. 仅能绑定要插入 LONG 列的 LONG 值:检查插入的值是否大于该字段...
分类:
其他好文 时间:
2014-09-06 18:32:43
阅读次数:
220
凝思与其他操作linux操作系统有所区别,同样的应用,部署到凝思下面就不能正常运行,搞不清楚为啥,解决问题的过程是苦闷的,能力范围内,尽可能为大家提供帮助,也为自己经验积累,希望对大家的问题有所帮助。1:问题描述:mysql数据库表是小写,应用报找不到大写的数据表,to..
分类:
其他好文 时间:
2014-09-05 18:27:12
阅读次数:
189
DDL(数据定义语言) Create、Drop、AlterDML(数据操纵语言) CRUD(增加(Create)、读取(Retrieve)(重新得到数据)、更新(Update)和删除(Delete))DCL(数据控制语言)增加数据 insert into 表 values ('值') --i...
分类:
其他好文 时间:
2014-09-04 23:30:40
阅读次数:
241
一:数据库的CRUD操作,C是指create新增,R是指retrieve检索,U是指update更改,D是指delete删除SQL语句分为3类:1.DDL指数据定义语言如:create,drop,alter等;2.DML指数据操纵语言:CRUD;3.DCL指数据控制语言:备份语言之类。数据库类型分为...
分类:
数据库 时间:
2014-09-04 18:40:29
阅读次数:
390
org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 1 in the generated java fileThe type java.util.Map$Entr...
分类:
Web程序 时间:
2014-09-04 14:50:59
阅读次数:
248
在某用户环境下,Apache服务启动失败,报错信息如下
couldn't start errorlog process
unable to open logs
Apache是我们的产品组件,未防止日志过大
我们使用了Apache自带的切割滚存日志的组件rotatelogs.exe
在httpd.conf配置如下:
ErrorLog "|bin/rotatelogs.exe logs/...
分类:
其他好文 时间:
2014-09-03 22:48:17
阅读次数:
581
These two terms in the Predicate Information section indicate when the data source is reduced. Simply, access means only retrieve those records meetin...
分类:
数据库 时间:
2014-09-03 19:37:37
阅读次数:
351
A database connect, there updated both queries (different statement, and regardless of order), after completing the implementation, not close, will ha...
分类:
数据库 时间:
2014-09-03 09:30:46
阅读次数:
328