域名校验
CheckController.java
api : /proxyipcenter/checkUrlTask
param : url
descriyption : 根据给出的url进行域名校验 # 校验实现
system.domain.test.forward.url
CheckController.java
api : /proxyipcenter/checkUrlTask
param : url
descriyption : 根据给出的url进行域名校验 # 校验实现
system.domain.test.forward.url
一直对jekyll的jekyll-clean主题代码高亮不满意,很喜欢monokai的主题.
早晚得走这一遭,今天折腾折腾…
一折腾起来还真要命…
想学这CSDN一样使用js-sequence-diagrams的时候,看教程需要安装
bower以方便下载所需要的依赖文件.遂根据bower简明入门教程的教程进行安装.
安装过程如下:
$ bower install bramp/js-sequence-diagrams
-bash: bower: command not found
没有安装bower,使用npm进行安装:
npm install -g bower
npm WARN deprecated bower@1.8.0: ..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path but we hope you'll help us figure out one.
了解代码结构后可以从控制层开始了解http的api了.
#jekyll 本地服务无法启动
临时笔记,记录安装jekyll时遇到的问题再次遇到时的解决,以备后续查阅.