10 2018 档案
摘要:绑定本地IP即可 start mongod --dbpath D:\mongodb\data\db --bind_ip 192.168.31.143
阅读全文
摘要://格式化时间函数Date.prototype.Format = function (fmt) { var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "h+": this.getHours(), //小时 "m+"
阅读全文
摘要:var user = {id:1, name:'zhangsan'}; var object = '<a onclick="conversion(' + JSON.stringify(user).replace(/"/g, '"') + ');">修改</a>'; 或者 var strin
阅读全文
摘要:第一步:git clone +主分支 第二步:git fetch origin 分支名 第三步:git checkout -b 分支名 origin/分支名 第四步:git pull origin 分支名 第五步:修改代码 第六步:git add . 第七步:git commit -m +注释 第八
阅读全文
摘要:在桌面创建一个mongodb.bat文件 输入以下内容: D:cd D:\mongodb\binstart mongod --dbpath D:\mongodb\data\dbcd D:\robot\Robo 3T 1.2.1start robo3t.exe
阅读全文
摘要:参考文章MySQL安装及建议:https://zhuanlan.zhihu.com/p/44977117 但在进入mysql中修改root命令时,使用文章中的命令: 我选择用以下的命令修改密码: set password for root@localhost=password("111111111"
阅读全文