首页 /后端开发
printf() 函数格式字符格式: %[最小宽度|*][.精度][长度]类型* 表示变化的宽度长度:l长数;h短数 格式字符含义d,i以十进制输出有符号整数(正数不输出符号)o,O以八进制整数输出x,X以十六进制整数输出u输出无符号整数f输出单精度、双精度实数,默认6位小数e以指数形式输出单精度、双精度实数g以%f和%e中较短宽度自动输出单精度、双精度实数c输出单个字符s输出字符串scanf() 函数格式字符格式: %[最小宽度|*][类型]* 表示跳过对应的输入可以指定数据的宽度,但不能指定数据
2019-10-13 C语言 函数 格式 c

经过两周时间,学院君已经把 Laravel 6.0 文档都翻译校对完了。Laravel 6.0 是最新的 LTS 版本,虽然相对 5.8 没有新增重大的功能特性,但是依然有很多细节优化,比如 Homestead、前端脚手架、授权、懒集合、Eloquent ORM、Cashier 扩展包等,如果你是从 5.5 迁移过来,则经过两年的迭代升级,更需要详细阅读下文档,尤其是新功能部分。转自 学院君 :在线文档:https://xueyuanjun.com/laravel-docs-6离线下载:https://qcdn.x
2019-10-11 PHP php laravel 文档

常见乱码原因对照表
2019-08-10 PHP 乱码 编码

PHP生成图片文字报“imagettftext(): any2eucjp(): invalid code in input string” 解决办法直接使用【推荐】 Choose here javascripttypescripthtmlcssshellpythongolangjavacc++c#phprubyswiftkotlinscalarustdartelixirhaskellluaperlrsql mb_convert_encodin
2019-08-02 PHP php 报错 any2eucjp imagettftext

Composer报 “Do not run Composer as root/super user! ” 的解决方法增加普通用户 Choose here javascripttypescripthtmlcssshellpythongolangjavacc++c#phprubyswiftkotlinscalarustdartelixirhaskellluaperlrsql # 创建composer用户 useradd composer pass
2019-07-29 PHP php composer 报错

Composer安装报错“Failed to decode zlib stream”处理方法赋予执行权限 Choose here javascripttypescripthtmlcssshellpythongolangjavacc++c#phprubyswiftkotlinscalarustdartelixirhaskellluaperlrsql chmod +x ./composer-setup.php 安装
2019-07-29 PHP composer 安装 报错
总共36个记录,当前第5 首页上一页下一页尾页 跳到