网站首页 站内搜索

搜索结果

查询Tags标签: 10LTS,共有 8条记录
  • thinkphp6: 生成带logo的二维码(php 8.1.1 / thinkphp v6.0.10LTS )

    一,qr-code代码库的地址:https://github.com/endroid/qr-code说明:刘宏缔的架构森林是一个专注架构的博客,地址:https://www.cnblogs.com/architectforest对应的源码可以访问这里获取: https://github.com/liuhongdi/ 或: https://gitee.com/liuhongdi 说明:…

    2022/1/15 11:33:49 人评论 次浏览
  • thinkphp6: 生成带logo的二维码(php 8.1.1 / thinkphp v6.0.10LTS )

    一,qr-code代码库的地址:https://github.com/endroid/qr-code说明:刘宏缔的架构森林是一个专注架构的博客,地址:https://www.cnblogs.com/architectforest对应的源码可以访问这里获取: https://github.com/liuhongdi/ 或: https://gitee.com/liuhongdi 说明:…

    2022/1/15 11:33:49 人评论 次浏览
  • thinkphp6: 开启强制路由(php 8.1.1 / thinkphp v6.0.10LTS )

    一,thinkphp6配置强制路由: 1,修改config/route.php 设置url_route_must一项的值为true 如下:// 是否强制使用路由//url_route_must => false,url_route_must => true,2,查看修改后的效果: 访问:http://192.168.219.6:8000/article/onemedia?id…

    2022/1/15 11:03:54 人评论 次浏览
  • thinkphp6: 开启强制路由(php 8.1.1 / thinkphp v6.0.10LTS )

    一,thinkphp6配置强制路由: 1,修改config/route.php 设置url_route_must一项的值为true 如下:// 是否强制使用路由//url_route_must => false,url_route_must => true,2,查看修改后的效果: 访问:http://192.168.219.6:8000/article/onemedia?id…

    2022/1/15 11:03:54 人评论 次浏览
  • thinkphp6: 用bcrypt加密生成密码(php 8.1.1 / thinkphp v6.0.10LTS )

    一,使用bcrypt实现加密和验证的php代码:class Auth extends BaseController {/**测试用bcrypt方式难证密码**@return \think\Response* */public function testPass() {//原始密码$origPass = "123456";echo "origPass:".$origPass.":<br/&…

    2022/1/12 20:04:28 人评论 次浏览
  • thinkphp6: 用bcrypt加密生成密码(php 8.1.1 / thinkphp v6.0.10LTS )

    一,使用bcrypt实现加密和验证的php代码:class Auth extends BaseController {/**测试用bcrypt方式难证密码**@return \think\Response* */public function testPass() {//原始密码$origPass = "123456";echo "origPass:".$origPass.":<br/&…

    2022/1/12 20:04:28 人评论 次浏览
  • thinkphp6: 使用yac做缓存(php 8.1.1 / thinkphp v6.0.10LTS )

    一,访问yac的php代码: 1,创建controllerliuhongdi@lhdpc:/data/php/admapi$ php think make:controller Yac Controller:app\controller\Yac created successfully.2,controller/Yac.php<?php declare (strict_types = 1);namespace app\controller;use think\Reque…

    2022/1/12 20:03:53 人评论 次浏览
  • thinkphp6: 使用yac做缓存(php 8.1.1 / thinkphp v6.0.10LTS )

    一,访问yac的php代码: 1,创建controllerliuhongdi@lhdpc:/data/php/admapi$ php think make:controller Yac Controller:app\controller\Yac created successfully.2,controller/Yac.php<?php declare (strict_types = 1);namespace app\controller;use think\Reque…

    2022/1/12 20:03:53 人评论 次浏览
扫一扫关注最新编程教程