摘要:
var rds = db.REGIPATIENTREC.find({mzh:{$lt:"0"},usrOrg:"石景山中西医结合医院"});var show = function(value,index,ar){ var rds = db.REGIPATIENTREC.find({"_id": va 阅读全文
摘要:
关于mysql的用户管理,笔记 1、创建新用户 通过root用户登录之后创建 >> grant all privileges on *.* to testuser@localhost identified by "123456" ; // 创建新用户,用户名为testuser,密码为123456 ; 阅读全文
摘要:
function ages(str) { var r = str.match(/^(\d{1,4})(-|\/)(\d{1,2})\2(\d{1,2})$/); if(r==null)return false; var d= new Date(r[1], r[3]-1, r[4]); if (d.g 阅读全文
摘要:
var rds = db.REGIPATIENTREC.find({mzh:{$lt:"0"},usrOrg:"石景山中西医结合医院"}); var show = function(value,index,ar){ var rds = db.REGIPATIENTREC.find({"_id": v 阅读全文