event types: total readLock writeLock queries getmore insert update remove commands 你可以使用下面命令: db.adminCommand("top") use?admin
db.runCommand(?{?top:?1?}?) ?output : {
??"tota...
分类:
数据库 时间:
2014-12-02 12:11:11
阅读次数:
254
安装tomcat61 yum install tomcat6 tomcat6-webapps tomcat6-admin-webapps 启动tomcat61 service tomcat6 start 停止tomcat61 service tomcat6 stop 重启tomcat61 servi...
分类:
其他好文 时间:
2014-12-01 20:43:57
阅读次数:
122
今天在linux上部署dubbo-admin-2.5.4,一直报错:ERROR context.ContextLoader - Context initialization failedorg.springframework.beans.factory.BeanCreationException: ...
分类:
其他好文 时间:
2014-12-01 20:38:55
阅读次数:
2224
ServerAdmin ffq@admin.com directoryIndex index.html index.php index.htm index.shtml login.php ServerName www.ffq.com DocumentRoot d:/work/ffq Options -Indexes AllowOverride All Require all granted...
分类:
Web程序 时间:
2014-12-01 17:48:09
阅读次数:
186
(1)最近真是郁闷,在Myeclipse中使用DB Browser但老师出现以下问题:
(2)然后赶紧百度,求大神解决,主要的解决方法试一下几种:(这几种方法网上都有不做解释)
1)修改myeclipse中的en改为zn;
2)修改计算机语言改为中文;
3)修改oracle--network--admin目录下的listener.ora和tnsnames.ora文件 ,把ip设置为...
分类:
数据库 时间:
2014-11-29 16:06:41
阅读次数:
194
preFace: (应用场景需求分析)由于安装系统前未合理规划存储,或是随着业务扩展对存储空间需求量成几何级增长,原先规划的系统存储不足服务当前业务需求,同时当前的系统app运行较完美,admin不想重新规划新架构OS,所以extend disk capacity 迫在眉睫,那么根据你OS架构该如何...
分类:
其他好文 时间:
2014-11-29 11:46:55
阅读次数:
229
今天使用admin的管理后台来管理用户,因为我是使用的是uwsgi+nginx, ?静态文件由nginx管理, 目前路径是在 /var/www/jastme/static 但是admin的静态文件不在这个位置,那么怎么办呢? 首先到项目下,就是有manag...
分类:
其他好文 时间:
2014-11-28 18:39:04
阅读次数:
190
class Program { static void Main(string[] args) { System.Security.Principal.WindowsIdentity identity = System.Security.Pri...
分类:
移动开发 时间:
2014-11-28 17:34:30
阅读次数:
238
我们其实一共碰到2个问题,1. 一个是弹出了货品编辑画面,但是货品的明细没有2.有货品明细但是货品明细各个字段都是空的,上面2种情况数据库都是有值的。第一个问题解决方案:修改html中的JSapp/b2c/view/admin/goods/detail/spec/set_spec.html这个文件修...
分类:
其他好文 时间:
2014-11-28 16:00:41
阅读次数:
124
先在admin数据库,创建一个用户管理账户,然后通过这个账户,建立数据库管理账户。创建用户管理账户useadmindb.addUser({user:"useradmin",pwd:"test",roles:["userAdminAnyDatabase"]})2.创建数据库管理账户useadmindb.addUser({user:"dbadmin",pwd:"test",roles:["readWriteA..
分类:
数据库 时间:
2014-11-28 12:42:08
阅读次数:
230