Home » 程序开发
fastadmin thinkphp5 查询mysql的json格式字段
mysql5.7之后,支持了json格式的字段。 但是存的json怎么查询呢…
Read More »python运行execjs报错:Could not find an available JavaScript runtime
出现在Python运行execjs的时候。Linux运行无头chrome的时…
Read More »composer更新thinkphp5.0版本到5.0.24
老的thinkphp5.0框架是有漏洞的。需要更新到5.0.24 。 当使用…
Read More »conda 创建的环境没有python.exe
使用conda create –name env_name 创建…
Read More »anaconda 更换源,The channel is not accessible or is invalid.error404
1. 恢复默配置 conda config –remove-ke…
Read More »PHP获取当天0时的时间戳输出
提取日志,或者统计数据的时候,经常用到今天的数据,大于0时时间戳的数据。PH…
Read More »strpos判断是否包含某个字符串 php区分0和空值
1. strpos 判断是A是否包含B //返回的值是匹配字符串开始的坐标。…
Read More »