会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
浮尘微光
奋斗不止!
首页
新随笔
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
76
下一页
2021年3月30日
The default interactive shell is now zsh.
摘要: 升级了macOS Catalina 问题:使用iTerm2出现 The default interactive shell is now zsh. To update your account to use zsh, please run `chsh -s /bin/zsh`. For more d
阅读全文
posted @ 2021-03-30 20:26 浮尘微光
阅读(757)
评论(0)
推荐(0)
2021年3月29日
array_diff()和array_diff_assoc()
摘要: https://blog.csdn.net/qq_39547161/article/details/89199097 最近在开发项目的时候有需要数据对比,然后就用到了array_diff函数,用了以后发现不是自己想要的结果。先看下面的代码。 <?php $array1 = array( 'a' =>
阅读全文
posted @ 2021-03-29 15:45 浮尘微光
阅读(186)
评论(0)
推荐(0)
2021年3月26日
React出现错误:Uncaught TypeError: this.setState is not a function
摘要: https://blog.csdn.net/ling_du/article/details/99840430 在学习react时,在子组件调用父组件函数进行传值的时候,出现这个错误: 初始写法: 1. App.js 向 Home.js 传递一个 他自己的函数。 函数内容(获取一个参数,把state的
阅读全文
posted @ 2021-03-26 15:43 浮尘微光
阅读(730)
评论(0)
推荐(0)
2021年3月17日
predis操作大全
摘要: https://www.cnblogs.com/yhdsir/p/5529207.html predis是php连接redis的操作库,由于它完全使用php编写,大量使用命名空间以及闭包等功能,只支持php5.3以上版本,故实测性能一般,每秒25000次读写,相信改换c语言编写的php扩展后性能会大
阅读全文
posted @ 2021-03-17 14:21 浮尘微光
阅读(293)
评论(0)
推荐(0)
2021年2月18日
MacOS下出现-bash: 命令: command not found的解决方法
摘要: MacOS下出现-bash: 命令: command not found的解决方法 1.在命令行输入: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" 2.进入当前用户的home目录: cd ~/ 3.创建bas
阅读全文
posted @ 2021-02-18 11:04 浮尘微光
阅读(3132)
评论(0)
推荐(0)
2021年2月5日
MongoDB按条件查找并求和
摘要: https://blog.csdn.net/AaronDev/article/details/103858939 db.getCollection("cal1.files") .aggregate({ $match:{ $and:[ {uploadDate:{$gte:ISODate("2019-1
阅读全文
posted @ 2021-02-05 10:23 浮尘微光
阅读(1551)
评论(0)
推荐(0)
2021年1月14日
php curl时遇到Can't load the certificate "..." and its private key: OSStatus -25299的问题
摘要: https://cloud.tencent.com/developer/article/1199278 php在执行curl 使用私钥访问https网站时, 提示Can't load the certificate "..." and its private key: OSStatus -25299
阅读全文
posted @ 2021-01-14 11:20 浮尘微光
阅读(243)
评论(0)
推荐(0)
2020年10月29日
php RSA加解密
摘要: php RSA加解密 相关介绍 RSA算法属于非对称加密算法,非对称加密算法需要两个秘钥:公开密钥(publickey)和私有秘钥(privatekey).公开密钥和私有秘钥是一对, 如果公开密钥对数据进行加密,只有用对应的私有秘钥才能解密; 如果私有秘钥对数据进行加密那么只有用对应的公开密钥才能解
阅读全文
posted @ 2020-10-29 10:34 浮尘微光
阅读(834)
评论(0)
推荐(0)
2020年10月13日
Macbook brew 安装软件 一直updating Homebrew
摘要: Mac 解决brew一直卡在Updating Homebrew https://www.jianshu.com/p/7cb05a2b39a5 运行命令brew install node,结果界面一直卡在Updating Homebrew...上,有两种解决办法 方法一:直接关闭brew每次执行命令时
阅读全文
posted @ 2020-10-13 19:29 浮尘微光
阅读(648)
评论(0)
推荐(0)
2020年10月10日
PHP的gc_collect_cycles函数
摘要: http://www.voidcn.com/article/p-nqxqtsdq-btt.html 原文 https://stackoverflow.com/questions/19715048/what-gc-collect-cycles-function-is-useful-for 有人可以解释
阅读全文
posted @ 2020-10-10 16:19 浮尘微光
阅读(1747)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
76
下一页