后台启动mongodb服务器端:nohup./bin/mongod--dbpath=./data&packagemain//导入import("context""fmt""go.mongodb.org/mongo-driver/bson""go.mongodb.org/mongo-driver/bson/primitive""go.mongodb.org/mongo-driver/mong
分类:
数据库 时间:
2019-04-21 10:13:49
阅读次数:
140
原文:C#把汉字转换成16进制(HEX)并向串口发送数据报警器实例:(有发送,无返回获取) 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using Sy... ...
HEX文件和BIN文件是我们经常碰到的2种文件格式。因为自己也是新手,所以一直对这两个文件懵懵懂懂,不甚了解,最近在做STM32单片机的IAP更新,其中要考虑HEX文件和BIN文件,所以需要学习下这两种文件。下面是最近的我的了解,如有不对地方还请指正。 HEX文件是包括地址信息的,而BIN文件格式只 ...
分类:
其他好文 时间:
2019-04-15 18:07:03
阅读次数:
109
从0开始的Hexo主题制作 "从零开始制作 Hexo 主题" "H2O主题" 先坑着 ...
分类:
其他好文 时间:
2019-04-14 21:52:22
阅读次数:
178
In mathematics, a polygonal number is a number represented as dots or pebbles arranged in the shape of a regular polygon. The dots are thought of as a ...
分类:
其他好文 时间:
2019-04-14 17:58:14
阅读次数:
120
os模块 sys模块 subprocess模块 hashlib模块 ...
分类:
编程语言 时间:
2019-04-11 01:39:59
阅读次数:
154
遇到的问题描述 :axios post 请求,后端接收不到参数。 我们的接口是java,用@RequestParam来接收前端的参数 解决方案:使用qs;axios中已经包含有qs,所以无需重新安装,直接引入就好 import Qs from 'qs'//引入qs let chedata = { d ...
分类:
移动开发 时间:
2019-04-09 16:38:19
阅读次数:
566
准备工作: 1、登录管理员system 2、create directory dbdata as 'C:\oracle\tempData';--创建备份文件夹 3、grant read,write on directory dbdata to gsjk2018;--授权读写为用户 --导出(每次修改 ...
分类:
数据库 时间:
2019-04-08 11:57:14
阅读次数:
163