会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
编程学习
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
下一页
2020年5月15日
php 报错
摘要: $_FILES['file']['error']报错信息说明: 值:0; 没有错误发生,文件上传成功。 值:1; 上传的文件超过了 php.ini 中 upload_max_filesize 选项限制的值。 值:2; 上传文件的大小超过了 HTML 表单中 MAX_FILE_SIZE 选项指定的值。
阅读全文
posted @ 2020-05-15 13:40 boybai
阅读(178)
评论(0)
推荐(0)
2020年5月14日
golang 报错
摘要: 1.checksum mismatch verifying github.com/tjfoc/gmsm@v1.3.0: checksum mismatch downloaded: h1:i7c6Za/IlgBvnGxYpfD7L3TGuaS+v6oGcgq+J9/ecEA= go.sum: h1:q
阅读全文
posted @ 2020-05-14 00:59 boybai
阅读(642)
评论(0)
推荐(0)
2020年5月10日
smb 共享文件夹
摘要: sudo apt install sambasudo apt install smbclientsudo smbpasswd -a pi //添加用户 需要设置密码sudo systemctl restart smbd
阅读全文
posted @ 2020-05-10 21:19 boybai
阅读(299)
评论(0)
推荐(0)
2020年5月9日
php nginx 配置
摘要: nginx 和 php超时设置nginx.conf http节: keepalive_timeout 600; #客户端浏览器超时时间fastcgi_connect_timeout 600; #php-fpm连接超时时间(等待php执行的最长时间,超过这个会向浏览器返回504或502)fastcgi
阅读全文
posted @ 2020-05-09 14:18 boybai
阅读(773)
评论(0)
推荐(0)
2020年5月8日
mysql 存储过程
摘要: delimiter //drop procedure if exists test;create procedure test()begin declare old_exp int; # 声明变量 declare temp_id int; declare old_color int; declare
阅读全文
posted @ 2020-05-08 18:08 boybai
阅读(159)
评论(0)
推荐(0)
2020年4月16日
ubuntu 源码下载分析
摘要: ubuntu 源码下载分析 //下载对应的内核代码git clone git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/$(lsb_release -cs) //找到当前运行的Ubuntu的精确版本号。 Ubuntu 5
阅读全文
posted @ 2020-04-16 14:25 boybai
阅读(869)
评论(0)
推荐(0)
2020年3月16日
rust 小米R3G官方rom(openwrt) openssl
摘要: 小米R3G openwrt交叉编译 整体流程: 1.去openwrt官网下载对应的交叉编译sdk,用c语言测试ok 2.设置rust 为nightly版本,并用xargo代替cargo构建项目(因为rust正式版的target不支持mipsel-unknown-linux-uclibc) 3.有的r
阅读全文
posted @ 2020-03-16 16:37 boybai
阅读(2179)
评论(1)
推荐(0)
2020年3月11日
rust 配置
摘要: 安装rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh export RUSTUP_DIST_ROOT=https://mirrors.ustc.edu.cn/rust-static rustup 国内源 expor
阅读全文
posted @ 2020-03-11 18:24 boybai
阅读(415)
评论(0)
推荐(0)
2020年1月13日
mac 制作树莓派3b启动盘
摘要: gunzip lede-17.01.0-r3205-59508e3-brcm2708-bcm2710-rpi-3-ext4-sdcard.img.gzdiskutil list我的Micro SD显示是disk3diskutil umountDisk disk3sudo dd if=lede-17.
阅读全文
posted @ 2020-01-13 15:47 boybai
阅读(251)
评论(0)
推荐(0)
2020年1月8日
小米R2D
摘要: 1.使系统可写 mount -o remount -rw / 2.OpenWrt使用dropbear作为服务端,~/.ssh/authorized_keys并不生效。其实,dropbear的公钥存储文件是600权限的 /etc/dropbear/authorized_keys文件 3.golang
阅读全文
posted @ 2020-01-08 15:29 boybai
阅读(1579)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
下一页
公告