LMLPHP后院

使用PHP包管理器Composer创建LMLPHP项目

autoload 使用 File 加载风格只加载了 lml.min.php 文件,如果需要官方的其他类库,可以在项目的 composer.json 中以 file 或者 classmap 或者其他的 psr-4 等的方式注册自动加载即可。 ...

MySQL 使用新主从服务器设置复制

换的数据,所以无需复制或者导入任何信息。如果是使用从已经存在的不同的数据库的数据来建立一个全新的复制环境,你将需要在新的服务器上执行那个服务器的备份文件。数据库的更新将会自动的传播到从服务器上。https://dev.mysql.com/doc/refman/5.5/en/replication-howto-newservers.html > mysql -h master < fulldb.dump...

油猴子插件指南

monkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://domain.com/* // 这里非常重要 // @grant GM_xmlhttpRequest // 这里是引用功能 // @run-at document-end // @connect...

Laravel框架之Migration使用教程

')->comment('队伍名称'); $table->float('coverage_percent')->default(0)->comment('覆盖率'); $table->timestamps(); $table->index('team_id'); }); } public function down() { Schema::connection('name_dw')->drop('dw...

referer 只有域名的问题

eferer Policy设置为no-referrer-when-downgrade Referer Policy: no-referrer-when-downgrade 作者:咯噔爸比 链接:https://www.jianshu.com/p/c90bbc842dbd 来源:简书 著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 ...

VirtualBox 虚拟机 Ubuntu 磁盘扩容

4k blocks and 2744320 inodes Filesystem UUID: 29ed7b70-2b0a-46fa-808d-f4203b3ff4c0 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 4096000, ...

Android Studio 如何将 SVG 转化成 Vector

,居然忘记了,我记得第一次比较简单,好像是哪里右击就直接转了。这里做个记录。在 res/drawable 里面操作:右击 -> New 选择 Vector,再选择 local file,支持 SVG、PSD。然后下一步就好了。...

LMLPHP近期新增功能

径问题。优化模板渲染当控制器存在,方法名不存在时,尝试渲染方法对应的模板文件,减少控制器没有逻辑时代码的冗余。详情见官网文档(http://www.lmlphp.com/doc)和GITHUB(https://github.com/leiminglin/LMLPHP)更新日志,感谢您的支持!最后祝福大家在国庆假期玩的开心!本期封面人物林嘉欣(Karena Lam)...

Curl 是个奇葩软件

has expired 问题解决curl: (60) SSL certificate problem: certificate has expired 问题解决 1. SSL CA证书下载:https://curl.se/docs/caextract.html 2. 访达进入 /etc/ssl/ 目录下,将下载好的 cacert.pem 名称修改为 cert.pem ,替换原来的 cert.pem...

How to Increase Number of Open Files Limit in Linux

in it as it provides great flexibility in terms of managing system resources by limiting users/groups on different levels. The lines that you should add take the following parameters: <domain> <type> <...
2024-11-22 18:52:29 1732272749 0.005942