1.golang sql2struct 1.1 go代码实现 1.2 命令行模式 相关链接 https://github.com/gohouse/converter/releases ...
分类:
数据库 时间:
2020-04-20 15:31:30
阅读次数:
178
1. 启动 docker exec -it mongodb-standalone /bin/bash 2. 连接 mongo admin -u root -p root 3. 查看当前库下面的用户信息 show users 4. 查看系统所有用户 db.system.users.find(); 5. ...
分类:
数据库 时间:
2020-04-19 09:15:49
阅读次数:
63
chrome离线安装包最新版 下载地址 Chrome离线安装包最新版本64位 x64 https://www.google.cn/chrome/?standalone=1&platform=win64 Chrome离线安装包最新版本32位 x86 https://www.google.cn/chro ...
分类:
其他好文 时间:
2020-04-17 15:37:41
阅读次数:
78
实体映射时,遇到复杂类型,可选择下述方法处理: NotMapped,跳过映射 在复杂类型上声明 [Owned],但仅限该复杂类型是全部由简单值类型组成的 自定义序列化方法 示例: IPInfo使用了owned,对IPEndPoint使用自定义序列化,对VersionInfo使用JSON序列化 @@@ ...
分类:
其他好文 时间:
2020-04-17 09:29:47
阅读次数:
98
WFConnection:当前节点正在等待对端节点出现。例如对方节点drbdadm down后,本节点将处于本状态。 StandAlone:无连接。出现这种状态可能是因为:未连接过、使用drbdadm disconnect断开连接、节点由于身份验证的原因未成功加入drbd集群使得连接被删除、脑裂后断 ...
分类:
其他好文 时间:
2020-04-15 18:41:13
阅读次数:
107
org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Unrecogni 原因: 页面传到后台的参数类型与页面的contentType类型不匹配。(例:contenttype:app ...
分类:
其他好文 时间:
2020-04-13 18:15:13
阅读次数:
82
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MyPinYin { /// /// 汉字拼音转换类 /// public static class Pin ...
分类:
其他好文 时间:
2020-04-13 00:20:34
阅读次数:
170
VMwareconverterP2VLinux报错:Error:Unabletoclonethevolumemountedon/spacefromhostip解决方法:启动P2V后,vm一旦开机,立即关机。调整内存到8G,挂载cdromconverter-helper-vm-x64.iso
分类:
其他好文 时间:
2020-04-09 22:52:23
阅读次数:
162
到Textmate Theme Directory下载主题; 用文本编辑器把它打开,复制所有代码,贴到theme converter page里,然后“Download”; 保存; 在Notepad++中选择设置->导入->导入主题;或者直接copy到Notepad++安装目录Notepad++\t ...
分类:
其他好文 时间:
2020-04-05 11:21:35
阅读次数:
80
try{ var mapView = MapView.Active; if (mapView != null) { var map = mapView.Map; if (map != null) { foreach (StandaloneTable table in map.StandaloneTa ...
分类:
其他好文 时间:
2020-04-04 00:15:12
阅读次数:
66