LMLPHP后院

Linode - Why No Space Left On Device

n use up all of your available inodes before you use all of your disk space. To check, run the following command: df -i If you find that your IUse% is close to 100% for /dev/sda, you may need to resize y...

LMLJS之代码高亮插件highlight发布

l.loadJs('<?php echo WEB_PATH.'static/js/lmljs/highlight.js';?>', function(){}); </script> <script> window.onload = function(){ lml.run(); }; </script> 后记:发现有些网站(比如 MDN)对于代码行号的处理,使用的是 list-style-type: de...

三大JqueryCDN地址及LMLJS竞争加载示例

ery.com/jquery-1.11.1.min.js'], function(){ // callback }, function(){ jQuery.noConflict(true); }); window.onload = function() { lml.run(); }; </script> ...

Linux下screen命令使用教程

Return to end.] 接着按下回车或者空白就可以,这样系统就会接受 screen 的一些快捷键命令,如按下 ctrl + a 组合键后,然后按下 n ,屏幕左下角会提示 No other window.。 查看有哪些 screen 会话,使用 screen -ls,如下示例。 root@may:~# screen -ls There are screens on: 15985.pts-2.m...

如何防止ISP网络运营商篡改网页

获取页面首次请求的头信息,除非再发出 Ajax 请求。现代的新型浏览器提供了 performance 对象,通过该对象可以获取每个资源的加载情况,从而达到可以检测是否加载了外部非法资源的能力。通过 window.performance.getEntriesByType 来获取 Entity 遍历每个实体的性能,检测是否加载了外部非法 JavaScript,进一步处理通知用户跳转到 HTTPS 页面。目...

PHP 5.5 新特性关键字 yield

ator 接口一样的语义,但是生成器对象有一个特殊的方法: send()。 <?php class Generator implements Iterator { public function rewind(); // 返回到迭代器的第一个元素。 public function valid(); // 返回false如果迭代器已经关闭,否则返回true public function current(...

聊聊关于 CF 域名 DNS API 操作

stead of x-auth-email and x-auth-key that API Keys use. Requests can be authenticated like the following: 结果这个玩意儿只是为了检测 API token 是否有效,并且成功的误导了我。这有啥意思呢?查看 API key 需要重新输入密码,获取 API key 之后可以请求域名列表,zone id 应...
2026-07-17 06:44:52 1784241892 0.019448