聚指尖-聚指尖-第4页
聚指尖的头像-聚指尖
UID:1 已加入本站3176天 总消费:0.00 徽章-人气大使-聚指尖徽章-备受喜爱-聚指尖徽章-人气佳作-聚指尖8枚徽章管理员超级版主
Git 怎么添加多个远程仓库呢-聚指尖

Git 怎么添加多个远程仓库呢

#添加githubgit remote add origin https://github.com/xxx(仓库地址) #添加oschinagit remote add oschina https://git.oschina.net/xxxx(仓库地址) #提交到oschinagit push oschina master(分...
10个月前
04114
gradle老问题-聚指尖

gradle老问题

问题1 What went wrong:A problem occurred configuring project ‘:XXX(这个是你的项目)’.java.io.FileNotFoundException: /AndroidManifest.xml (No such file or directory) 解决方法:rm...
WordPress文章中的外链图片自动下载到本地-聚指尖

WordPress文章中的外链图片自动下载到本地

 WordPress 很多插件或者代码都可以实现在编辑文章中自动将外链图片下载到本地,最终我选择了一个叫:Easy Copy Paste的插件。大家可以自己在后台下载 加到当前主题函数模板 functions.php 中...
Centos更改为163源-聚指尖

Centos更改为163源

1. 首先备份/etc/yum.repos.d/CentOS-Base.repo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2. 下载对应版本repo文件, 放入/etc/yum.repos.d/(操作前请做...
10个月前
0336
2015.11.06-聚指尖

2015.11.06

你是我一生中,只会遇见一次的惊喜。就像上帝派来的天使,在我心里留下了一颗欢乐的种子。现在,它已经发芽了。
10个月前
13213
CentOS开关机命令-聚指尖

CentOS开关机命令

命令简介 shutdown,poweroff,reboot,halt,init都可以进行关机,大致用法。 /sbin/halt [-n] [-w] [-d] [-f] [-i] [-p] [-h] /sbin/reboot [-n] [-w] [-d] [-f] [-i] /sbin/poweroff [-n] [-w] [...
WordPress外链转内链短网址跳转,带点击次数统计的哦-聚指尖

WordPress外链转内链短网址跳转,带点击次数统计的哦

我们在使用wordpress做网站的时候避免不了一些外部链接的存在,可是直接在网站贴上外部链接又影响权重分散,但给每个链接都加nofollow也确实蛮累的,那什么样的策略比较好呢? 大叔觉得,将外链...
ECShop出现Strict Standards: Only variables should be passed by reference in的解决方法-聚指尖

ECShop出现Strict Standards: Only variables should be passed by reference in的解决方法

今天开始研究ECShop,在安装完成的时候发现首页顶部、左侧和底部出现: Strict Standards: Only variables should be passed by reference in F:\wamp\www\ecshop\upload\includes\cls_tem...
10个月前
0259
Crayon Syntax Highlighter – 完善的代码高亮插件-聚指尖

Crayon Syntax Highlighter – 完善的代码高亮插件

分享代码博客?程序员博客?想要一个酷炫的代码高亮插件?Crayon Syntax Highlighter 我认为可以算是目前样式最多、易用性最高、功能最强的 WP 代码高亮插件了。也因此 CSH 会比其它的插件大一...
10个月前
02410
Strict standards: Non-static method cls_image::gd_version() should not be called statically in-聚指尖

Strict standards: Non-static method cls_image::gd_version() should not be called statically in

Strict standards: Non-static method cls_image::gd_version() should not be called statically in E:\SiteAll\zbphp.com\www\includes\lib_base.php on line346 这个错误的的处理是修改文件...
10个月前
02412