什么是 Laravel Jetstream 及怎么使用它?
Laravel Jetstream 是一款强大的应用构建套件,由 Laravel 开发者 Taylor Otwell 开发。它提供了一系列的模板,用户可以使用它们快速构建他们的应用,而无需关心搭建底层基础架构的繁
2023-07-07 09:21
120 
thinkphp 后台登陆验证
thinkphp 后台登陆验证 测试地址:http://www.seocn.info/web/thinkmsg/Admin 用户名:test 密码:test function login()
2021-12-07 13:30
90 
使用反斜线引用字符串 addslashes
if(!function_exists(_addslashes)){ function _addslashes($str){ if(get_magic_quotes_gpc()){ return $str
2021-12-07 13:29
82 
php str_ireplace
str_ireplace(PHP 5)str_ireplace -- Case-insensitive version of str_replace().Descriptionmixed str_ireplace (
2021-12-07 13:31
96 
smarty 中foreach中iteration变量值就是当前循环次数
smarty 中foreach中iteration变量值就是当前循环次数 例子: {foreach key=key item=item from=$contact name=name} {$key}: {$
2021-12-07 13:30
81 
php通过FTP设置文件权限
通过FTP设置文件权限 if (!function_exists(ftp_chmod)){ function ftp_chmod($ftp_stream, $mode, $filename){ return
2021-12-07 13:31
90 
相对路径转化成绝对路径
相对路径转化成绝对路径
2021-12-07 13:30
83 
VsCode 配置PHP Debug 调试代码
1. 安装 PHP Debug 扩展(在VSCode中搜索安装即可) 2. 修改配置文件.vscode/launch.json ``` { // 使用 IntelliSense 了解相关属性。
2023-07-18 12:39
144 
返回顶部 留言