码迷,mamicode.com
首页 >  
搜索关键字:github desktop    ( 42206个结果
ZXing
GitHub地址,猛戳:https://github.com/zxing/zxing API文档,猛戳:https://zxing.github.io/zxing/apidocs/index.html 介绍文档,猛戳:https://zxing.github.io/zxing/ https://ww ...
分类:其他好文   时间:2021-04-13 12:22:51    阅读次数:0
cube.js playground 使用的一些问题
playground 是一个很不错的选择,可以方便的为我们生成cube.js schema 但是如果经常使用的话,会发现一些问题 只包含了为string类型的列 当然这个应该是一个bug,具体可以参考 https://github.com/cube-js/cube.js/blob/master/pa ...
分类:Web程序   时间:2021-04-13 12:02:37    阅读次数:0
laravel lumen 微信支付宝支付扩展
github地址: https://github.com/yansongda/pay 文档地址: https://pay.yansongda.cn/ 扩展小程序红包 https://pay.weixin.qq.com/wiki/doc/api/tools/cash_coupon.php?chapte ...
分类:微信   时间:2021-04-13 12:00:14    阅读次数:0
box-shadow 设置后看不到的问题
引子 在修复问题的时候,发现一个元素设置了 box-shadow 属性,其它的元素也有公用,但这个元素的阴影看不见,试着把颜色值变的更明显,但还是看不到。问题示例,示例二维码。 Origin My GitHub 问题原因 首先想到是不是属性写错了,但其它的元素都正常显示,这个是公用的样式。那么是不是 ...
分类:其他好文   时间:2021-04-13 11:52:33    阅读次数:0
向mysql创建一个新用户失败,报“ERROR 1364 (HY000): Field 'ssl_cipher' doesn't have a default value”
使用mysql-8.0.23版的,创建用户屡屡失败,最终靠万能的度娘解决: 已知版本信息: C:\Users\Administrator\Desktop\mysql-8.0.23-winx64\mysql-8.0.23-winx64\bin>mysql -Vmysql Ver 8.0.23 for ...
分类:数据库   时间:2021-04-12 12:20:25    阅读次数:0
petastorm 0.9.8 : 导致OSError: Passed non-file path的其中一个原因及解决方案
GitHub - uber/petastorm https://github.com/uber/petastorm/ 版本: Windows 10 Python 3.7.0 petastorm 0.9.8 pyarrow 3.0.0 编写test.py from petastorm import m ...
分类:其他好文   时间:2021-04-12 12:12:33    阅读次数:0
window 远程桌面 CentOS-7-x86_64-Minimal-1908
打开vi /etc/selinux/config, 设置 SELINUX=disabled yum grouplist yum groupinstall "GNOME Desktop" "Graphical Administration Tools" 安装epel库 yum -y install e ...
分类:Windows程序   时间:2021-04-12 12:03:16    阅读次数:0
ntopng权限绕过漏洞 (CVE-2021-28073) 复现
#0x01影响范围 ntopng commit < e8b9721479f401f595c5c7bb151819aceb03ad71 #0x02 环境搭建 https://github.com/vulhub/vulhub/tree/master/ntopng/CVE-2021-28073 docke ...
分类:其他好文   时间:2021-04-12 11:39:31    阅读次数:0
VUE——使用easy-typer-js实现打字机效果
前言 github:https://github.com/pengqiangsheng/easy-typer-js 内容 安装 npm install easy-typer-js --save 封装 print.js import EasyTyper from 'easy-typer-js' exp ...
分类:Web程序   时间:2021-04-09 13:02:48    阅读次数:0
【算法总结】递归和非递归实现二叉树的先序,中序,后序遍历
我的 CSDN 博客:blog.csdn.net/gdutxiaoxu我的掘金:juejin.im/user/220747…github: github.com/gdutxiaoxu/微信公众号:程序员徐公 前言 说到树的四种遍历方式,可能大家第一时间都会想到它的四种遍历方式,并快速说了它的特点。 ...
分类:编程语言   时间:2021-04-09 13:01:00    阅读次数:0
42206条   上一页 1 ... 31 32 33 34 35 ... 4221 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!