自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 bootstrap

<!doctype html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- 上述3个m

2022-04-25 22:35:28 97 1

原创 Laravel

Student.php <?php namespace App\Http\Controllers; class Student{ public static $students=[ //把复制的学生信息 粘贴在这里面 ]; } ?> info.blade.php <body> <div class="col-md-8"> <h3 style="text-align: center;

2022-04-04 22:47:41 66

原创 学生信息:(作业)

代码 PhotoController class PhotoController extends Controller{ public $students=[('引入学生信息')]; @return \Illuminate\Http\Response public function index(){ $students=$this->students; $id=null; $xingming=null; $xh=null;

2022-03-29 23:10:31 94

原创 Bootstarp

导航条 <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- 上

2022-03-14 21:57:19 78 1

原创 laravel

案例一 Route::get('/uuu/{id?}',function($id=1){ dd($id); }) where('id','[1-9][0-9a-zA-Z]+'); 图片 案例二 Route::get('/SFZ/{id?}',function($id){ dd($id); }) where('id','^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}

2022-03-14 21:53:05 65 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除