- - - - DockerHub Mirror 镜像源使用说明 - - - - - - - -时间: - - 2024-11-12 - - - - - - | - - - - 分类: - - - - 分享 - - - - - - - - - | - - - -阅读: -297 字 ~1分钟 - - - - - 镜像搜索 docker.nodjoy.cn/search?q=镜像名称 例如:docker.nodjoy.cn/search?q=nginx 使用 - - - - - 阅读全文 » - - - - -
+ + + + Ubuntu/Debian环境下使浏览器信任自签名证书 + + + + + + + +时间: + + 2022-08-11 + + + + + + | + + + + 分类: + + + + 笔记 + + + + + + + + + | + + + +阅读: +213 字 ~1分钟 + + + + + 准备工作 环境 OS: Ubuntu/Debian 软件: openssl libnss3-tools certutil 浏览器: Chrome Edge 360安全浏览器 生成自签名证书 1.使用廖雪峰的脚本 2.参考这篇文章中的脚本 证书导入 1.安装certu + + + + + 阅读全文 » + + + + +
- - - - 欢迎大家 - - - - - - - -时间: - - 2020-03-22 - - - - - | - - - -阅读: -1 字 ~1分钟 - - - - - Welcome - - - -
@@ -555,7 +520,7 @@ - 74 + 73 日志 diff --git a/p/2/index.html b/p/2/index.html index 7a618bdf..21075481 100644 --- a/p/2/index.html +++ b/p/2/index.html @@ -308,65 +308,6 @@ - - - - - Ubuntu/Debian环境下使浏览器信任自签名证书 - - - - - - - -时间: - - 2022-08-11 - - - - - - | - - - - 分类: - - - - 笔记 - - - - - - - - - | - - - -阅读: -213 字 ~1分钟 - - - - - 准备工作 环境 OS: Ubuntu/Debian 软件: openssl libnss3-tools certutil 浏览器: Chrome Edge 360安全浏览器 生成自签名证书 1.使用廖雪峰的脚本 2.参考这篇文章中的脚本 证书导入 1.安装certu - - - - - 阅读全文 » - - - - - - @@ -780,6 +721,65 @@ + + + + + Ubuntu搭建LNMP环境 + + + + + + + +时间: + + 2021-11-10 + + + + + + | + + + + 分类: + + + + 技术 + + + + + + + + + | + + + +阅读: +347 字 ~1分钟 + + + + + 安装Nginx sudo apt install nginx 安装MySQL sudo apt install mysql-server-5.7 添加php源 sudo add-apt-repository ppa:ondrej/php sudo apt update 也可以使用ppa国内源 deb https://launchpad.proxy.ustclug.org/ondrej/php/ubuntu focal main 安装PHP sudo apt install php7.4 sudo apt install php-fpm7.4 安装PHP扩展 sudo + + + + + 阅读全文 » + + + + + + @@ -953,7 +953,7 @@ - 74 + 73 日志 diff --git a/p/3/index.html b/p/3/index.html index 86538326..416fa7ce 100644 --- a/p/3/index.html +++ b/p/3/index.html @@ -308,65 +308,6 @@ - - - - - Ubuntu搭建LNMP环境 - - - - - - - -时间: - - 2021-11-10 - - - - - - | - - - - 分类: - - - - 技术 - - - - - - - - - | - - - -阅读: -347 字 ~1分钟 - - - - - 安装Nginx sudo apt install nginx 安装MySQL sudo apt install mysql-server-5.7 添加php源 sudo add-apt-repository ppa:ondrej/php sudo apt update 也可以使用ppa国内源 deb https://launchpad.proxy.ustclug.org/ondrej/php/ubuntu focal main 安装PHP sudo apt install php7.4 sudo apt install php-fpm7.4 安装PHP扩展 sudo - - - - - 阅读全文 » - - - - - - @@ -774,6 +715,65 @@ + + + + + 基于Koa框架的Lincms常用操作 + + + + + + + +时间: + + 2021-03-03 + + + + + + | + + + + 分类: + + + + 笔记 + + + + + + + + + | + + + +阅读: +380 字 ~1分钟 + + + + + Sequelize事务操作 let transaction; //事务开始 try { transaction = await sequelize.transaction(); const replace_record = { p_code: v.get('path.p_code'), p_type: v.get('path.p_type') }; const { id: record_id } = await ReplaceRecordModel.create(replace_record, { transaction }); await WxReplacesheetsModel.create( { record_id, name: v.get('path.name'), phone: v.get('path.phone'), province: v.get('path.province'), city: v.get('path.city'), district: v.get('path.district'), question: v.get('path.question'), status: 1 }, { transaction } ); + + + + + 阅读全文 » + + + + + + @@ -947,7 +947,7 @@ - 74 + 73 日志 diff --git a/p/4/index.html b/p/4/index.html index 5db25a7a..c013c462 100644 --- a/p/4/index.html +++ b/p/4/index.html @@ -308,65 +308,6 @@ - - - - - 基于Koa框架的Lincms常用操作 - - - - - - - -时间: - - 2021-03-03 - - - - - - | - - - - 分类: - - - - 笔记 - - - - - - - - - | - - - -阅读: -380 字 ~1分钟 - - - - - Sequelize事务操作 let transaction; //事务开始 try { transaction = await sequelize.transaction(); const replace_record = { p_code: v.get('path.p_code'), p_type: v.get('path.p_type') }; const { id: record_id } = await ReplaceRecordModel.create(replace_record, { transaction }); await WxReplacesheetsModel.create( { record_id, name: v.get('path.name'), phone: v.get('path.phone'), province: v.get('path.province'), city: v.get('path.city'), district: v.get('path.district'), question: v.get('path.question'), status: 1 }, { transaction } ); - - - - - 阅读全文 » - - - - - - @@ -774,6 +715,65 @@ + + + + + PHP-微信公众号实现发送模板消息 + + + + + + + +时间: + + 2020-12-15 + + + + + + | + + + + 分类: + + + + 杂记 + + + + + + + + + | + + + +阅读: +643 字 ~2分钟 + + + + + PHP微信公众号实现发送模板消息 $appid = "wxb7729*******"; $appsecret = "8b99**************"; $url = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=$appid&secret=$appsecret"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $output = curl_exec($ch); curl_close($ch); $jsoninfo = json_decode($output, true); $ACCESS_TOKEN = $jsoninfo["access_token"]; $data=array( 'touser'=>"oaIgKt*********", //要发送给用户的openid + + + + + 阅读全文 » + + + + + + @@ -944,7 +944,7 @@ - 74 + 73 日志 diff --git a/p/5/index.html b/p/5/index.html index b6d961f7..e921881c 100644 --- a/p/5/index.html +++ b/p/5/index.html @@ -308,65 +308,6 @@ - - - - - PHP-微信公众号实现发送模板消息 - - - - - - - -时间: - - 2020-12-15 - - - - - - | - - - - 分类: - - - - 杂记 - - - - - - - - - | - - - -阅读: -643 字 ~2分钟 - - - - - PHP微信公众号实现发送模板消息 $appid = "wxb7729*******"; $appsecret = "8b99**************"; $url = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=$appid&secret=$appsecret"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $output = curl_exec($ch); curl_close($ch); $jsoninfo = json_decode($output, true); $ACCESS_TOKEN = $jsoninfo["access_token"]; $data=array( 'touser'=>"oaIgKt*********", //要发送给用户的openid - - - - - 阅读全文 » - - - - - - @@ -774,6 +715,65 @@ + + + + + php安装Oracle扩展oci8 + + + + + + + +时间: + + 2020-10-26 + + + + + + | + + + + 分类: + + + + 杂记 + + + + + + + + + | + + + +阅读: +234 字 ~1分钟 + + + + + 安装oracle-instantclient 下载地址 分别下载 oracle-instantclient11.2-basic-11.2.0.4.0-1.x86_64.rpm oracle-instantclient11.2-devel-11.2.0.4.0-1.x86_64.rpm 运行 rpm -ivh oracle-instantclient11.2-* 此时会生成/usr/lib/oracle/11/2/client6 + + + + + 阅读全文 » + + + + + + @@ -948,7 +948,7 @@ - 74 + 73 日志 diff --git a/p/6/index.html b/p/6/index.html index e7de2ab8..fb66ebff 100644 --- a/p/6/index.html +++ b/p/6/index.html @@ -308,65 +308,6 @@ - - - - - php安装Oracle扩展oci8 - - - - - - - -时间: - - 2020-10-26 - - - - - - | - - - - 分类: - - - - 杂记 - - - - - - - - - | - - - -阅读: -234 字 ~1分钟 - - - - - 安装oracle-instantclient 下载地址 分别下载 oracle-instantclient11.2-basic-11.2.0.4.0-1.x86_64.rpm oracle-instantclient11.2-devel-11.2.0.4.0-1.x86_64.rpm 运行 rpm -ivh oracle-instantclient11.2-* 此时会生成/usr/lib/oracle/11/2/client6 - - - - - 阅读全文 » - - - - - - @@ -775,6 +716,65 @@ + + + + + Koa post提交数据与静态资源中间件 + + + + + + + +时间: + + 2020-08-10 + + + + + + | + + + + 分类: + + + + 笔记 + + + + + + + + + | + + + +阅读: +411 字 ~1分钟 + + + + + 原生Node.js获取post提交的数据 表单 <form action="/doAdd" method="post"> 用户名: <input type="text" name="username"/> <br/> <br/> 密 码: <input type="password" name="password"/> <br/> <br/> <button type="submit">提交 + + + + + 阅读全文 » + + + + + + @@ -949,7 +949,7 @@ - 74 + 73 日志 diff --git a/p/7/index.html b/p/7/index.html index fd63dc86..3a059621 100644 --- a/p/7/index.html +++ b/p/7/index.html @@ -308,65 +308,6 @@ - - - - - Koa post提交数据与静态资源中间件 - - - - - - - -时间: - - 2020-08-10 - - - - - - | - - - - 分类: - - - - 笔记 - - - - - - - - - | - - - -阅读: -411 字 ~1分钟 - - - - - 原生Node.js获取post提交的数据 表单 <form action="/doAdd" method="post"> 用户名: <input type="text" name="username"/> <br/> <br/> 密 码: <input type="password" name="password"/> <br/> <br/> <button type="submit">提交 - - - - - 阅读全文 » - - - - - - @@ -781,6 +722,65 @@ + + + + + Laravel登录注册Auth验证及使用Policy模型策略管理用户权限 + + + + + + + +时间: + + 2020-08-03 + + + + + + | + + + + 分类: + + + + 笔记 + + + + + + + + + | + + + +阅读: +1791 字 ~4分钟 + + + + + 路由routes/web.php Route::get('/', function () { return view('welcome'); }); //user资源 Route::resource('user','UserController'); //退出路由 Route::get('logout','LoginController@logout')->name('logout'); //登录路由 Route::get('login','LoginController@login')->name('login'); //登录处理 Route::post('login','LoginController@store')->name('login'); 登录控制器LoginControl + + + + + 阅读全文 » + + + + + + @@ -958,7 +958,7 @@ - 74 + 73 日志 diff --git a/p/8/index.html b/p/8/index.html index 2c7616e0..10864825 100644 --- a/p/8/index.html +++ b/p/8/index.html @@ -308,65 +308,6 @@ - - - - - Laravel登录注册Auth验证及使用Policy模型策略管理用户权限 - - - - - - - -时间: - - 2020-08-03 - - - - - - | - - - - 分类: - - - - 笔记 - - - - - - - - - | - - - -阅读: -1791 字 ~4分钟 - - - - - 路由routes/web.php Route::get('/', function () { return view('welcome'); }); //user资源 Route::resource('user','UserController'); //退出路由 Route::get('logout','LoginController@logout')->name('logout'); //登录路由 Route::get('login','LoginController@login')->name('login'); //登录处理 Route::post('login','LoginController@store')->name('login'); 登录控制器LoginControl - - - - - 阅读全文 » - - - - - - @@ -774,6 +715,59 @@ + + + + + Laravel 清理缓存 + + + + + + + +时间: + + 2020-07-23 + + + + + + | + + + + 分类: + + + + 杂记 + + + + + + + + + | + + + +阅读: +26 字 ~1分钟 + + + + + php artisan route:clear php artisan config:cache php artisan cache:clear php artisan view:clear 喜欢这篇文章的话 打赏一下吧! + + + + + @@ -951,7 +945,7 @@ - 74 + 73 日志 diff --git a/p/9/index.html b/p/9/index.html index 1770b726..7c3c5682 100644 --- a/p/9/index.html +++ b/p/9/index.html @@ -308,59 +308,6 @@ - - - - - Laravel 清理缓存 - - - - - - - -时间: - - 2020-07-23 - - - - - - | - - - - 分类: - - - - 杂记 - - - - - - - - - | - - - -阅读: -26 字 ~1分钟 - - - - - php artisan route:clear php artisan config:cache php artisan cache:clear php artisan view:clear 喜欢这篇文章的话 打赏一下吧! - - - - - @@ -774,6 +721,41 @@ + + + + + 欢迎大家 + + + + + + + +时间: + + 2020-03-22 + + + + + | + + + +阅读: +1 字 ~1分钟 + + + + + Welcome + + + + + @@ -951,7 +933,7 @@ - 74 + 73 日志 diff --git a/post/index.html b/post/index.html index ac7e45ce..513c4521 100644 --- a/post/index.html +++ b/post/index.html @@ -307,31 +307,13 @@ - 目前共计 74 篇日志。 继续努力。 + 目前共计 73 篇日志。 继续努力。 2024 - - - - - DockerHub Mirror 镜像源使用说明 - - - - - - 11-12 - - - - - @@ -594,6 +576,24 @@ + + + + + 使用rpmbuild制作rpm包 + + + + + + 03-24 + + + + + @@ -747,7 +747,7 @@ - 74 + 73 日志 diff --git a/post/index.xml b/post/index.xml index 503e3e6b..2fc0d112 100644 --- a/post/index.xml +++ b/post/index.xml @@ -6,16 +6,7 @@ Recent content in Posts on Nodjoy Hugo -- gohugo.io zh-CN - Tue, 12 Nov 2024 10:01:39 +0800 - - DockerHub Mirror 镜像源使用说明 - https://nodjoy.com/share/tools/docker-mirror.html - Tue, 12 Nov 2024 10:01:39 +0800 - - https://nodjoy.com/share/tools/docker-mirror.html - 镜像搜索 docker.nodjoy.cn/search?q=镜像名称 例如:docker.nodjoy.cn/search?q=nginx 使用 - - + Fri, 17 May 2024 09:12:55 +0800 Proxmox虚拟机配置NAT网络 https://nodjoy.com/note/20240517/vm-nat.html diff --git a/post/p/2/index.html b/post/p/2/index.html index 98b53cf9..71bd0d16 100644 --- a/post/p/2/index.html +++ b/post/p/2/index.html @@ -307,32 +307,9 @@ - 目前共计 74 篇日志。 继续努力。 + 目前共计 73 篇日志。 继续努力。 - - 2022 - - - - - - - 使用rpmbuild制作rpm包 - - - - - - 03-24 - - - - - - 2021 @@ -589,6 +566,24 @@
- - - - Ubuntu/Debian环境下使浏览器信任自签名证书 - - - - - - - -时间: - - 2022-08-11 - - - - - - | - - - - 分类: - - - - 笔记 - - - - - - - - - | - - - -阅读: -213 字 ~1分钟 - - - - - 准备工作 环境 OS: Ubuntu/Debian 软件: openssl libnss3-tools certutil 浏览器: Chrome Edge 360安全浏览器 生成自签名证书 1.使用廖雪峰的脚本 2.参考这篇文章中的脚本 证书导入 1.安装certu - - - - - 阅读全文 » - - - - -
+ + + + Ubuntu搭建LNMP环境 + + + + + + + +时间: + + 2021-11-10 + + + + + + | + + + + 分类: + + + + 技术 + + + + + + + + + | + + + +阅读: +347 字 ~1分钟 + + + + + 安装Nginx sudo apt install nginx 安装MySQL sudo apt install mysql-server-5.7 添加php源 sudo add-apt-repository ppa:ondrej/php sudo apt update 也可以使用ppa国内源 deb https://launchpad.proxy.ustclug.org/ondrej/php/ubuntu focal main 安装PHP sudo apt install php7.4 sudo apt install php-fpm7.4 安装PHP扩展 sudo + + + + + 阅读全文 » + + + + +
- - - - Ubuntu搭建LNMP环境 - - - - - - - -时间: - - 2021-11-10 - - - - - - | - - - - 分类: - - - - 技术 - - - - - - - - - | - - - -阅读: -347 字 ~1分钟 - - - - - 安装Nginx sudo apt install nginx 安装MySQL sudo apt install mysql-server-5.7 添加php源 sudo add-apt-repository ppa:ondrej/php sudo apt update 也可以使用ppa国内源 deb https://launchpad.proxy.ustclug.org/ondrej/php/ubuntu focal main 安装PHP sudo apt install php7.4 sudo apt install php-fpm7.4 安装PHP扩展 sudo - - - - - 阅读全文 » - - - - -
+ + + + 基于Koa框架的Lincms常用操作 + + + + + + + +时间: + + 2021-03-03 + + + + + + | + + + + 分类: + + + + 笔记 + + + + + + + + + | + + + +阅读: +380 字 ~1分钟 + + + + + Sequelize事务操作 let transaction; //事务开始 try { transaction = await sequelize.transaction(); const replace_record = { p_code: v.get('path.p_code'), p_type: v.get('path.p_type') }; const { id: record_id } = await ReplaceRecordModel.create(replace_record, { transaction }); await WxReplacesheetsModel.create( { record_id, name: v.get('path.name'), phone: v.get('path.phone'), province: v.get('path.province'), city: v.get('path.city'), district: v.get('path.district'), question: v.get('path.question'), status: 1 }, { transaction } ); + + + + + 阅读全文 » + + + + +
- - - - 基于Koa框架的Lincms常用操作 - - - - - - - -时间: - - 2021-03-03 - - - - - - | - - - - 分类: - - - - 笔记 - - - - - - - - - | - - - -阅读: -380 字 ~1分钟 - - - - - Sequelize事务操作 let transaction; //事务开始 try { transaction = await sequelize.transaction(); const replace_record = { p_code: v.get('path.p_code'), p_type: v.get('path.p_type') }; const { id: record_id } = await ReplaceRecordModel.create(replace_record, { transaction }); await WxReplacesheetsModel.create( { record_id, name: v.get('path.name'), phone: v.get('path.phone'), province: v.get('path.province'), city: v.get('path.city'), district: v.get('path.district'), question: v.get('path.question'), status: 1 }, { transaction } ); - - - - - 阅读全文 » - - - - -
+ + + + PHP-微信公众号实现发送模板消息 + + + + + + + +时间: + + 2020-12-15 + + + + + + | + + + + 分类: + + + + 杂记 + + + + + + + + + | + + + +阅读: +643 字 ~2分钟 + + + + + PHP微信公众号实现发送模板消息 $appid = "wxb7729*******"; $appsecret = "8b99**************"; $url = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=$appid&secret=$appsecret"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $output = curl_exec($ch); curl_close($ch); $jsoninfo = json_decode($output, true); $ACCESS_TOKEN = $jsoninfo["access_token"]; $data=array( 'touser'=>"oaIgKt*********", //要发送给用户的openid + + + + + 阅读全文 » + + + + +
- - - - PHP-微信公众号实现发送模板消息 - - - - - - - -时间: - - 2020-12-15 - - - - - - | - - - - 分类: - - - - 杂记 - - - - - - - - - | - - - -阅读: -643 字 ~2分钟 - - - - - PHP微信公众号实现发送模板消息 $appid = "wxb7729*******"; $appsecret = "8b99**************"; $url = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=$appid&secret=$appsecret"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $output = curl_exec($ch); curl_close($ch); $jsoninfo = json_decode($output, true); $ACCESS_TOKEN = $jsoninfo["access_token"]; $data=array( 'touser'=>"oaIgKt*********", //要发送给用户的openid - - - - - 阅读全文 » - - - - -
+ + + + php安装Oracle扩展oci8 + + + + + + + +时间: + + 2020-10-26 + + + + + + | + + + + 分类: + + + + 杂记 + + + + + + + + + | + + + +阅读: +234 字 ~1分钟 + + + + + 安装oracle-instantclient 下载地址 分别下载 oracle-instantclient11.2-basic-11.2.0.4.0-1.x86_64.rpm oracle-instantclient11.2-devel-11.2.0.4.0-1.x86_64.rpm 运行 rpm -ivh oracle-instantclient11.2-* 此时会生成/usr/lib/oracle/11/2/client6 + + + + + 阅读全文 » + + + + +
- - - - php安装Oracle扩展oci8 - - - - - - - -时间: - - 2020-10-26 - - - - - - | - - - - 分类: - - - - 杂记 - - - - - - - - - | - - - -阅读: -234 字 ~1分钟 - - - - - 安装oracle-instantclient 下载地址 分别下载 oracle-instantclient11.2-basic-11.2.0.4.0-1.x86_64.rpm oracle-instantclient11.2-devel-11.2.0.4.0-1.x86_64.rpm 运行 rpm -ivh oracle-instantclient11.2-* 此时会生成/usr/lib/oracle/11/2/client6 - - - - - 阅读全文 » - - - - -
+ + + + Koa post提交数据与静态资源中间件 + + + + + + + +时间: + + 2020-08-10 + + + + + + | + + + + 分类: + + + + 笔记 + + + + + + + + + | + + + +阅读: +411 字 ~1分钟 + + + + + 原生Node.js获取post提交的数据 表单 <form action="/doAdd" method="post"> 用户名: <input type="text" name="username"/> <br/> <br/> 密 码: <input type="password" name="password"/> <br/> <br/> <button type="submit">提交 + + + + + 阅读全文 » + + + + +
- - - - Koa post提交数据与静态资源中间件 - - - - - - - -时间: - - 2020-08-10 - - - - - - | - - - - 分类: - - - - 笔记 - - - - - - - - - | - - - -阅读: -411 字 ~1分钟 - - - - - 原生Node.js获取post提交的数据 表单 <form action="/doAdd" method="post"> 用户名: <input type="text" name="username"/> <br/> <br/> 密 码: <input type="password" name="password"/> <br/> <br/> <button type="submit">提交 - - - - - 阅读全文 » - - - - -
+ + + + Laravel登录注册Auth验证及使用Policy模型策略管理用户权限 + + + + + + + +时间: + + 2020-08-03 + + + + + + | + + + + 分类: + + + + 笔记 + + + + + + + + + | + + + +阅读: +1791 字 ~4分钟 + + + + + 路由routes/web.php Route::get('/', function () { return view('welcome'); }); //user资源 Route::resource('user','UserController'); //退出路由 Route::get('logout','LoginController@logout')->name('logout'); //登录路由 Route::get('login','LoginController@login')->name('login'); //登录处理 Route::post('login','LoginController@store')->name('login'); 登录控制器LoginControl + + + + + 阅读全文 » + + + + +
- - - - Laravel登录注册Auth验证及使用Policy模型策略管理用户权限 - - - - - - - -时间: - - 2020-08-03 - - - - - - | - - - - 分类: - - - - 笔记 - - - - - - - - - | - - - -阅读: -1791 字 ~4分钟 - - - - - 路由routes/web.php Route::get('/', function () { return view('welcome'); }); //user资源 Route::resource('user','UserController'); //退出路由 Route::get('logout','LoginController@logout')->name('logout'); //登录路由 Route::get('login','LoginController@login')->name('login'); //登录处理 Route::post('login','LoginController@store')->name('login'); 登录控制器LoginControl - - - - - 阅读全文 » - - - - -
+ + + + Laravel 清理缓存 + + + + + + + +时间: + + 2020-07-23 + + + + + + | + + + + 分类: + + + + 杂记 + + + + + + + + + | + + + +阅读: +26 字 ~1分钟 + + + + + php artisan route:clear php artisan config:cache php artisan cache:clear php artisan view:clear 喜欢这篇文章的话 打赏一下吧! + + + +
- - - - Laravel 清理缓存 - - - - - - - -时间: - - 2020-07-23 - - - - - - | - - - - 分类: - - - - 杂记 - - - - - - - - - | - - - -阅读: -26 字 ~1分钟 - - - - - php artisan route:clear php artisan config:cache php artisan cache:clear php artisan view:clear 喜欢这篇文章的话 打赏一下吧! - - - -
+ + + + 欢迎大家 + + + + + + + +时间: + + 2020-03-22 + + + + + | + + + +阅读: +1 字 ~1分钟 + + + + + Welcome + + + +
@@ -716,7 +698,7 @@ - 74 + 73 日志 diff --git a/share/2020/07/13/knowledge01/index.html b/share/2020/07/13/knowledge01/index.html index f62d0bb0..30fdfc46 100644 --- a/share/2020/07/13/knowledge01/index.html +++ b/share/2020/07/13/knowledge01/index.html @@ -555,7 +555,7 @@ - 74 + 73 日志 diff --git a/share/202101/zhanzhangurl/index.html b/share/202101/zhanzhangurl/index.html index bd6985db..31c423b4 100644 --- a/share/202101/zhanzhangurl/index.html +++ b/share/202101/zhanzhangurl/index.html @@ -565,7 +565,7 @@ - 74 + 73 日志 diff --git a/share/202107/musixmath.html b/share/202107/musixmath.html index aaa28a67..11c86aff 100644 --- a/share/202107/musixmath.html +++ b/share/202107/musixmath.html @@ -570,7 +570,7 @@ Musixmath 跨设备同步 - 74 + 73 日志 diff --git a/share/202208/aes-lib.html b/share/202208/aes-lib.html index 80ef7319..3a22a5ff 100644 --- a/share/202208/aes-lib.html +++ b/share/202208/aes-lib.html @@ -577,7 +577,7 @@ Golang的使用 - 74 + 73 日志 diff --git a/sitemap.xml b/sitemap.xml index 821d7321..eef3ee7d 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1,21 +1,5 @@ - - DockerHub Mirror 镜像源使用说明 - https://nodjoy.com/share/tools/docker-mirror.html - - 分享 - - - Docker - - 镜像搜索 docker.nodjoy.cn/search?q=镜像名称 -例如:docker.nodjoy.cn/search?q=nginx -使用hub.nodjoy.cn镜像源直接拉取 对于 DockerHub 官方镜像 docker pull hub.nodjoy.cn/library/hello-world docker pull hub.nodjoy.cn/library/nginx:latest # 重命名 docker tag hub.nodjoy.cn/library/nginx:latest nginx:latest 对于非官方镜像源 docker pull hub.nodjoy.cn/username/repository:tag # 例如: docker pull hub.nodjoy.cn/xiaoyaliu/alist:latest # 重命名 docker tag hub.nodjoy.cn/xiaoyaliu/alist:latest alist:latest 通过修改 Docker 配置文件使用镜像源 编辑 Docker 配置文件 执行vim /etc/docker/daemon.json 命令,打开 Docker 配置文件,在文件中添加以下内容: -{ "registry-mirrors": [ "https://hub.nodjoy.cn", "https://docker.nodjoy.cn" ] } 重启 Docker 服务 systemctl daemon-reload systemctl restart docker 附录: ghcr.io镜像源拉取 docker pull ghcr.nodjoy.cn/username/repository:tag # 例如: docker pull ghcr.nodjoy.cn/mailu/nginx:latest gcr.io镜像源拉取 docker pull gcr.nodjoy.cn/username/repository:tag registry.k8s.io镜像源拉取 docker pull k8s.nodjoy.cn/username/repository:tag k8s.gcr.io镜像源拉取 docker pull k8s-gcr.nodjoy.cn/username/repository:tag 喜欢这篇文章的话 打赏一下吧! - - - Proxmox虚拟机配置NAT网络 https://nodjoy.com/note/20240517/vm-nat.html diff --git a/tags/aes/index.html b/tags/aes/index.html index c5cec786..ce77dec4 100644 --- a/tags/aes/index.html +++ b/tags/aes/index.html @@ -462,7 +462,7 @@ - 74 + 73 日志 diff --git a/tags/api/index.html b/tags/api/index.html index 182863ec..1fd61122 100644 --- a/tags/api/index.html +++ b/tags/api/index.html @@ -503,7 +503,7 @@ - 74 + 73 日志 diff --git a/tags/axios/index.html b/tags/axios/index.html index 3a2275cb..7db19eee 100644 --- a/tags/axios/index.html +++ b/tags/axios/index.html @@ -462,7 +462,7 @@ - 74 + 73 日志 diff --git a/tags/bbr/index.html b/tags/bbr/index.html index 6760801c..177ed9ee 100644 --- a/tags/bbr/index.html +++ b/tags/bbr/index.html @@ -462,7 +462,7 @@ - 74 + 73 日志 diff --git a/tags/centos/index.html b/tags/centos/index.html index 2e371e5c..ce7d9c39 100644 --- a/tags/centos/index.html +++ b/tags/centos/index.html @@ -462,7 +462,7 @@ - 74 + 73 日志 diff --git a/tags/command/index.html b/tags/command/index.html index 7a9f4110..10ab64bc 100644 --- a/tags/command/index.html +++ b/tags/command/index.html @@ -462,7 +462,7 @@ - 74 + 73 日志 diff --git a/tags/crontab/index.html b/tags/crontab/index.html index d0158ed0..69ec05c2 100644 --- a/tags/crontab/index.html +++ b/tags/crontab/index.html @@ -462,7 +462,7 @@ - 74 + 73 日志 diff --git a/tags/deb/index.html b/tags/deb/index.html index fba341e4..bc683e0b 100644 --- a/tags/deb/index.html +++ b/tags/deb/index.html @@ -462,7 +462,7 @@ - 74 + 73 日志 diff --git a/tags/debian/index.html b/tags/debian/index.html index b02810f5..803649a7 100644 --- a/tags/debian/index.html +++ b/tags/debian/index.html @@ -462,7 +462,7 @@ - 74 + 73 日志 diff --git a/tags/dhcp/index.html b/tags/dhcp/index.html index 90de1157..7ab1e922 100644 --- a/tags/dhcp/index.html +++ b/tags/dhcp/index.html @@ -462,7 +462,7 @@ - 74 + 73 日志 diff --git a/tags/docker-compose/index.html b/tags/docker-compose/index.html index 669e2396..657a6e98 100644 --- a/tags/docker-compose/index.html +++ b/tags/docker-compose/index.html @@ -498,7 +498,7 @@ - 74 + 73 日志 diff --git a/tags/docker/index.html b/tags/docker/index.html index bf7f2709..66fe6332 100644 --- a/tags/docker/index.html +++ b/tags/docker/index.html @@ -311,29 +311,6 @@ Docker