mysql -u root -pmysql;use mysql;mysql;select 'host' from user where user='root';mysql;update user set host = '%' where user ='root';mysql;flush privil...
分类:
数据库 时间:
2014-08-18 18:25:22
阅读次数:
197
GeoServer WMS地图请求内存限制问题
1.Rendering request would use 71833KB, whilst the maximum memory allowed is 65536KB
2.java.lang.NegativeArraySizeException null
3.java.lang.OutOfMemoryError: Java heap space Java heap space...
分类:
其他好文 时间:
2014-08-16 19:51:11
阅读次数:
236
解决方法 :http://blog.csdn.net/gtosky4u/article/details/8581281
分类:
数据库 时间:
2014-08-15 20:57:19
阅读次数:
657
cpuset子系统为cgroup中的任务分配独立CPU(在多核系统)和内存节点。cpuset_cgroup的cpus_allowed和mems_allowed定义
了该cpuset包含的cpu和内存节点,其中进程的task_struct->cpus_allowed与进程所属cpuset的cpus_allowed保持一致,在进程分配
物理页框时(alloc_pages系函数),通过cpuset_...
分类:
其他好文 时间:
2014-08-13 18:53:47
阅读次数:
152
问题的答案非常简单:#parent { position: relative; z-index: 1; }#pseudo-parent { position: absolute; } /* no z-index allowed */#pseudo-parent:after { position: a...
分类:
Web程序 时间:
2014-08-13 18:33:16
阅读次数:
269
打包这个Unity3D的程序时出现错误(程序是由XML数据改成连接数据库):ArgumentException: The Assembly System.Configuration is referenced by System.Data. But the dll is not allowed to...
分类:
数据库 时间:
2014-08-13 18:03:17
阅读次数:
443
例如,你想root使用123456从任何主机连接到mysql数据库的话。 mysql> GRANT ALL PRIVILEGES ON *.* TO ‘root‘@‘%‘ IDENTIFIED BY ‘123456‘ WITH GRANT OPTION; Query OK, 0 rows affected (0.00 sec) mysql> FLU...
分类:
数据库 时间:
2014-08-13 01:25:25
阅读次数:
453
Allowed memory size of 134217728 bytes exhausted (tried to allocate 261904 bytes) in 允许的内存大小为134217728字节用尽(试图分配261904字节) 这样说明出现了死循环或者内存不够用,查看php....
分类:
其他好文 时间:
2014-08-12 13:12:34
阅读次数:
404
Connection is read-only. Queries leading to data modification are not allowed
例如有UserService的方法 listUsers, 获取所有用户,就没问题。
但是如果是UserService的方法delUser, 要在dao层删除用户。就会报错误如下:
Connection is ...
分类:
其他好文 时间:
2014-08-12 00:49:13
阅读次数:
180
--Control中的UseOra.php ? ? <?php if (!defined(‘BASEPATH‘)) ??? exit(‘No direct script access allowed‘); class UseOra extends CI_Controller { ??? public function index() ??? { ?????...
分类:
数据库 时间:
2014-08-11 03:11:01
阅读次数:
378