1.开启注册邮箱验证 admin area --》setting--》Sign-up restrictions--》勾选Send confirmation email on sign-up 2.当前用户 root、123、xxxx 3.创建组 首页->create a group(http://19... ...
分类:
其他好文 时间:
2019-02-05 22:20:20
阅读次数:
927
相应track issue: https://github.com/Kurento/bugtracker/issues/247 libnice crashes in socket code: g_socket_send_message (socket=0x0) 直接手工编译0.1.15版本更好 ...
分类:
系统相关 时间:
2019-02-04 18:10:53
阅读次数:
218
github被微软收购后,提供的工具种类是越来越多了,大大提高了我们程序员日常工作的效率。 今天我偶然发现,我们可以一键把自己整个github上的数据,不仅仅是代码,还包含每个仓库里创建的issue都轻松下载到本地进行备份。 点这个setting按钮: 点Account超链接: 新建一个export ...
分类:
Web程序 时间:
2019-02-03 12:23:16
阅读次数:
191
https://help.sap.com/viewer/141cbf7f183242b0ad0964a5195b24e7/114/en US/8d12f7b9244b44219bd14d619d3a2123.html Configuring SSL for SAP Host Agent on UNI ...
分类:
其他好文 时间:
2019-01-30 19:51:42
阅读次数:
110
2019/1/30_第1次修改 ccb_warlock 由于开发团队搭建的ELK存在些无法解决的问题,故我选择重新搭了新的ELK来替换有问题的ELK。 在使用了elasticdump迁移数据(5.4.X -> 5.6.14)后,访问kibana看到了报错信息"[illegal_argument_ex ...
分类:
移动开发 时间:
2019-01-30 01:28:36
阅读次数:
405
In case it's still relevant for someone, I encountered this issue when trying to run Keras/Tensorflow for the second time, after a first run was abort ...
分类:
其他好文 时间:
2019-01-29 22:02:13
阅读次数:
461
简介:MetaClass是Mybatis对类级别的元信息的封装和处理,通过与属性工具类的结合, 实现了对复杂表达式的解析,实现了获取指定描述信息的功能 理解了这个方法(递归, 该类中有很多类似的), 就可以很好的对这个类进行理解, 以查找(richType.richProperty)为例: 退出的条 ...
分类:
Web程序 时间:
2019-01-29 18:06:22
阅读次数:
154
Running into the same issue here after upgrading from 0.44. None of the above solutions or clearing caches did the trick for me. Here's what I did to ...
分类:
其他好文 时间:
2019-01-28 18:22:18
阅读次数:
209
然后子路由组件会报错。 Add "publicPath": "/" to .webpackrc or .roadhogrc can fix this issue ...
分类:
其他好文 时间:
2019-01-28 10:47:49
阅读次数:
590
touch 创建空文件 touch [文件名] 当前目录下创建文件 或 touch [/path/.../文件名] 指定目录下创建文件 cat 显示文件内容 cat /etc/issue 或 cat -n /etc/services (显示行号) tac 反向显示文件内容 more 分页显示文件内容 ...
分类:
系统相关 时间:
2019-01-26 22:39:43
阅读次数:
241