USharing
开放博客

后端 第2页

php post 准确用法

Ai, Kelvin阅读(872)赞(0)

<html> <body> <form method="post" action="<?php echo $_SERVER['PHP_SELF'];?>"> Name: <input t...

图片下载站点

Ai, Kelvin阅读(743)赞(0)

图片下载站点 https://www.1zoom.me/ja/wallpaper/554992/z4754.9/

single and archove php

Ai, Kelvin阅读(355)赞(0)

single.php <?php if (get_post_type() === 'post') { get_template_part('views/blog/_'); } else if (get_post_type() === ...

有意思的主题

Ai, Kelvin阅读(683)赞(0)

https://www.peepso.com/demo/     1, I want to buy this theme,  “Ultimate Bundle + Theme”, for one ...

How to use MongoDB with Node.js

Ai, Kelvin阅读(314)赞(0)

https://flaviocopes.com/node-mongodb/ Save data To MongoDB: Node.js https://zhuanlan.zhihu.com/p/52726571 https://blog.c...

开发工具站点

Ai, Kelvin阅读(276)赞(0)

https://www.5ibc.net/   thinksns4.6 http://www.pc6.com/softview/SoftView_494834.html

终端键盘快捷键

Ai, Kelvin阅读(323)赞(0)

看一个真正的专家操作命令行绝对是一种很好的体验-光标在单词之间来回穿梭,命令行不同的滚动。 在这里强烈建立适应GUI节目的开发者尝试一下在提示符下面工作。 但是事情也不是那么简单,还是需要知道“如何去做”。在单词之间跳转,使用Ctrl+左右...

wordpress 教程

Ai, Kelvin阅读(379)赞(0)

http://www.shouce.ren/api/view/a/10573   https://www.it-swarm.net/zh/advanced-custom-fields/前端表单用于创建带预览的自定义帖子/96358...

解决iphone下选中input页面自动放大的问题

Ai, Kelvin阅读(320)赞(0)

今天接到了一个bug,客户的手机站在iPhone下选中搜索框时页面会自动变大,导致页面变形。客户希望我们能解决这个问题。 网上搜索了一下,大部分的答案是通过meta便签禁用页面缩放功能,代码如下: <meta name="viewpo...

解决 apache2 .htacess 失效的问题

Ai, Kelvin阅读(324)赞(0)

1、允许使用rewrite模块 #a2enmod rewrite *会出现的问题: perl: warning: Setting locale failed. perl: warning: Please check that your lo...

CentOS LAMP 环境快速搭建

Ai, Kelvin阅读(325)赞(0)

*Install apache-server #yum install httpd *Install Mariadb-server #yum install MariaDB-server MariaDB-client *Setting Ma...