摘要:
在网站的页头添加如下代码 <meta name="referrer" content="never"> <meta data-draft-node="block" data-draft-type="table" data-size="normal" data-row-style="normal"> 阅读全文
摘要:
初始化 # 在当前目录新建一个Git代码库 $ git init 远程克隆 # 克隆一个项目和它的整个代码历史(版本信息) $ git clone [url] # https://gitee.com/kuangstudy/openclass.git 查看文件状态 #查看指定文件状态 git stat 阅读全文
摘要:
@charset "UTF-8"; /*css 初始化 */ html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; } fie 阅读全文
摘要:
在景安快云配置翻倍期间购买了一台快云vps主机,现在已经过去一个月的时间了还没有使用,主要原因在于当时的域名备案还没有好,另外加上默认的win系统更换为linux系统比登天还难,现在好了,基本重装系统在10分钟左右,不用再出现排队的现象了!对于景安快云vps主机可能对于有些朋友来说挂载比较困难,不过 阅读全文
摘要:
第一种: 自己测试时 只适合于input 和textarea 但是针对于其他标签的复制就不能用了。代码如下: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8 阅读全文
摘要:
var url = window.location.href; 阅读全文
摘要:
.picScroll-left{ width: 1180px; position:relative; overflow: hidden; .bd{ ul{ li{ float: left; display: inline; width:295px;... 阅读全文
摘要:
{ "bootstrapped": true, "channels": [ "https://raw.githubusercontent.com/JavenZ/channel_v3/master/channel_v3.json" ], "in_process_packages": [ ], "installed_packages": [ "Bootstrap ... 阅读全文
摘要:
1、jsonp 2、iframe 3、cors https://segmentfault.com/a/1190000015597029 https://www.cnblogs.com/chenshishuo/p/4919224.html 阅读全文
摘要:
用DEDECMS的时间也不长,最近在做一个站时,就遇到了这个问题(自定义字段在后台不显示内容)中添加自定义字段后在后台编辑打开后发现我之前添加的内容不显示,如果是只是看看不单击确定的话,那么在前台数据的调用就是正常的,但是再次回到后台发现,那个几个字段就是不显示,没办法,在网上查了一下,还是没有找到 阅读全文