摘要:
db.getCollection('geoServer').update({},{$unset:{longitude:null,latitude:null}},{ multi: true}) 实测有效,拿去吧 阅读全文
摘要:
//国测局坐标(火星坐标,比如高德地图在用),百度坐标,wgs84坐标(谷歌国外以及绝大部分国外在线地图使用的坐标)var coordtransform=require('coordtransform');// //百度经纬度坐标转国测局坐标// var bd09togcj02=coordtrans 阅读全文
摘要:
详情参考 http://nodejs.cn/api/crypto.html, http://nodejs.cn/api/buffer.html 利用 openssl 生成公钥私钥 生成公钥: openssl genrsa -out privateKey.pem 1024 生成私钥: openssl 阅读全文
摘要:
一 、String 类 1. mysql 常用函数 length, concat, substr, upper, lower, trim,ifnull,isnull; 如果中文字段乱码: set names gbk; 2. 其他函数 (1) lpad, 左边用 \* 号填充, 总字符串为长度为 10 阅读全文
摘要:
mysql.js const mysql = require("mysql"); const poolCluster = mysql.createPoolCluster({ removeNodeErrorCount: 1, // Remove the node immediately when co 阅读全文
摘要:
1.启动eggjs pm2 start npm --name eggjs -- run dev 修改代码,无需重启 阅读全文
摘要:
话不多说,直接复制即用。。。 function regIdCard(idcode) { const weight_factor = [7, 9, 10, 5, 8, 4, 2, 1, 6, 3, 7, 9, 10, 5, 8, 4, 2]; const check_code = ['1', '0', 阅读全文
摘要:
const Redis = require('ioredis'); const {getmac)= require(' getmac'); getmac();//获取mac地址 const cache = new Redis({ port: 6300, // Redis port host: "19 阅读全文
摘要:
const mysql = require('mysql'); const config = require('../config/config'); const poolCluster = mysql.createPoolCluster({ removeNodeErrorCount: 1, // 阅读全文
摘要:
exports.findTest = async()=>{ const ids = ['b3bc6e3dbb2a420aa8d569d70283e4ed', '6fa0671fd75d418398b5ab4a35bfe21d'] const sql = `select id,pay_type fro 阅读全文