使用wp_enqueue_scripts函数配合wp_head()在header.php中使用 在functions.php文件中添加 function tone_front_script() { wp_enqueue_style( 'css名', get_template_directory_ur ...
分类:
Web程序 时间:
2020-02-15 15:15:34
阅读次数:
100
原因一:JUnit 版本太低 解决:导入 4.12 及其以上版本 原因二:没有将 test 文件夹 设置为 Test Resource Root 解决:右键文件夹 --> Mark Directory as --> Test Resource Root 来源:https://blog.csdn.ne ...
分类:
其他好文 时间:
2020-02-15 13:30:01
阅读次数:
164
一、git的基本操作 1 git的基本概念 三个工作区:工作区,使用git add ,将代码临时存储在暂存区;然后用git commit -m "comment"提交到本地库 工作区(work directory) 暂存区 版本库(本地) 远程库 2 git的基本命令 本地库初始化:git init ...
分类:
其他好文 时间:
2020-02-14 22:44:23
阅读次数:
89
General Use custom workspace Directory: d:\xxx\xxx Source Code Management Git plugin Git Repositories Repository URL: Credentials: ... Branches to bui ...
分类:
其他好文 时间:
2020-02-14 18:42:04
阅读次数:
194
本文解决 Nginx 因库文件缺失而无法启动问题 没有采用缺失什么就安装什么的解决办法, 而是借助于另一个正常运行的Linux , 将其上的库文件发送给缺失库文件的 Linux 服务器 以 缺失 libharfbuzz.so.0 为例 , 其它库文件缺失 大同小异 前提摘要: 今天打开我的网址 ww ...
分类:
其他好文 时间:
2020-02-14 01:17:34
阅读次数:
105
简化路径。题意是给一个Unix环境下的绝对路径,请简化之。例子, Example 1: Input: "/home/" Output: "/home" Explanation: Note that there is no trailing slash after the last directory ...
分类:
其他好文 时间:
2020-02-13 09:21:36
阅读次数:
51
Global options for ospp.vbs 参数说明 /inpkey:value Installs a product key (replaces existing key) with user-provided product key. Value option is required ...
分类:
其他好文 时间:
2020-02-11 18:57:51
阅读次数:
412
Notepad++ 编译和运行Java 编译Javacmd /k javac "$(FULL_CURRENT_PATH)" & PAUSE & EXIT运行Javacmd /k java -cp "$(CURRENT_DIRECTORY)" "$(NAME_PART)" & PAUSE & EXIT ...
分类:
其他好文 时间:
2020-02-10 13:23:21
阅读次数:
79
实验目的: ceph版本使用,体验ceph新特性,使用单机部署体验rbd/bgw/cephfs,cephfs需要mds服务,rbd/bgw不需要mds服务 实验环境: Ubuntu 18.04.3 LTS ceph-nautilus 注意:ceph-octopus部署出现很多错误,不太稳定就回退到上 ...
分类:
其他好文 时间:
2020-02-08 15:16:03
阅读次数:
504
LOCAL FILE INCLUSION Allows an attacker to read ANY file on the same server. Access files outside www directory. Try to read /etc/passwd file. 1. We k ...
分类:
Web程序 时间:
2020-02-07 22:42:34
阅读次数:
103