LMLPHP后院

aliyun cli 操作示例

不得不说,阿里云在 api 方面还是努了一点力的,至少把接口做的好用一点了,更加从用户的角度考虑问题了。$ ./aliyun alidns DescribeDomainRecords --DomainName a.com { "DomainRecords": { "Record": [ { "DomainName": "", "Line": "default", "Locked": false, "RR...

acme letsencrypt 折腾记

16:33:54 CST] Using CA: https://acme.zerossl.com/v2/DV90 [2022年 09月 30日 星期五 16:33:54 CST] Creating domain key [2022年 09月 30日 星期五 16:33:54 CST] The domain key is here: /home/pi/.acme.sh/x.com/x.com.key [...

Ubuntu DKIM 域名邮件身份认证

邮件的认证方式有 SPF 和 DKIM。SPF 全称为 Sender Policy Framework,即发件人策略框架,DKIM 的缩写是 DomainKeys Identified Mail。gmail 墙裂推荐使用 DKIM 的认证方式,SPF 实现起来相对简单,只需简单的设置 DNS 就可以。本文主要讲解 DKIM 的实现。以 Ubuntu 为例,使用 postfix 发送邮件。第一步,安装 o...

nic 域名申请成功

关于免费域名的一些事情。 地主家,有资源就是不一样,做出来的东西让人佩服!不到一天的审核,成功了,nic 域名,人家有钱任性,那个网页界面,完全没有 CSS,佩服!DomainCreatedUpdatedDNSSECFlags xxx.eu.org2022-10-18 20:412022-10-18 20:41Eligible Domains xxx-FREE: Password Two-...

夜神模拟器安装系统根证书

cal> <remote> - forward socket connections forward specs are one of: tcp:<port> localabstract:<unix domain socket name> localreserved:<unix domain socket name> localfilesystem:<unix domain socket name> d...

MTproto proxy free

oxy-secret curl -s https://core.telegram.org/getProxyConfig -o proxy-multi.conf head -c 16 /dev/urandom | xxd -ps ./mtproto-proxy -u nobody -p 8888 -H 443 -S <secret> --aes-pwd proxy-secret proxy-multi.c...

spring boot jpa 多个数据源配置

tyManagerFactory", transactionManagerRef = "barTransactionManager", basePackages = { "com.lmlphp.nb.domain.p" }) public class BarConfig { @Bean(name = "barDataSource") @ConfigurationProperties(prefix="ba...

聊聊关于 CF 域名 DNS API 操作

esult": null, "success": false, "errors": [ { "code": 1038, "message": "You cannot use this API for domains with a .cf, .ga, .gq, .ml, or .tk TLD (top-level domain). To configure the DNS settings for thi...

微信开发入门的大坑

* @return string 加密后的密文 */ public function encrypt($text, $appid) { try { //获得16位随机字符串,填充到明文之前 $random = $this->getRandomStr(); $text = $random . pack("N", strlen($text)) . $text . $appid; // 网络字节序 $siz...

谈谈HTML网页编辑器技术实现

大家去看看新浪博客,看看微信网页版经常出现的 &nbsp;,就一定明白,国内的产品都做的很烂很烂的,当然微信出现空白实体是因为各部门协调不一致造成的,跟编辑器没有关系。再啰嗦一点,其实 HTML 和 DOM 本身是不太适合做编辑器的,要兼容老的浏览器就非常的困难,于是产生了很多的黑技术。在我看来,兼容老的 IE 系列是没有意义了,但兼容现代浏览器还是很容易的事情。先谈一谈 Selection获取 sel...
2024-04-20 08:00:05 1713571205 0.020475