上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 33 下一页
摘要: 百度云虚拟空间(BCH) 来源:https://www.cnblogs.com/llll/p/7930029.html 参考资料:https://cloud.baidu.com/doc/BCH/GettingStarted.html#.B5.EF.60.4B.AF.D0.41.FA.D7.C1.F0 阅读全文
posted @ 2018-07-31 15:31 1O(∩_∩)O1 阅读(2132) 评论(0) 推荐(0) 编辑
摘要: 直接上代码: 阅读全文
posted @ 2018-07-30 14:53 1O(∩_∩)O1 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 本以为在本地测试不会跨越,结果检查下来就是跨域的问题!!!! 来源:https://www.cnblogs.com/xiezn/p/5651093.html PHP Ajax 跨域问题最佳解决方案 本文通过设置Access-Control-Allow-Origin来实现跨域。 例如:客户端的域名是c 阅读全文
posted @ 2018-07-03 11:15 1O(∩_∩)O1 阅读(1048) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_40529395/article/details/78839357 阅读全文
posted @ 2018-07-02 17:18 1O(∩_∩)O1 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 首先,我们要想搞明白,我们的分页参数起作用的原理: 正在使用的时候的语法: 那么,问题来了。为什么我们的字符串是‘seach’(这个是我设置的字段),而不是abc呢? 原因: 这里之所以要设置这个字段名,是和你html页面设置有关的, 因为我的value只得变了名称为$seach,所以我的query 阅读全文
posted @ 2018-06-30 23:22 1O(∩_∩)O1 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 来源:https://www.cnblogs.com/goloving/p/7183803.html jQuery获取: jQuery.parent(expr),找父亲节点,可以传入expr进行过滤,比如$("span").parent()或者$("span").parent(".class") j 阅读全文
posted @ 2018-06-27 17:10 1O(∩_∩)O1 阅读(2607) 评论(0) 推荐(0) 编辑
摘要: 来源;https://www.cnblogs.com/sinpo/p/7106998.html linux下批量删除文件 1. 在linux批量删除多级目录下同一格式的文件,可采用find + exec命令组合: 如在删除old目录下的,所有子目录中,后缀为.l的文件方法为: find old -t 阅读全文
posted @ 2018-06-25 11:24 1O(∩_∩)O1 阅读(890) 评论(0) 推荐(0) 编辑
摘要: 安装svn客户端:https://blog.csdn.net/test1280/article/details/70859797 使用svn来源:https://www.cnblogs.com/EasonJim/p/6305555.html 我们经常在linux要查找某个文件,但不知道放在哪里了,可 阅读全文
posted @ 2018-06-21 18:52 1O(∩_∩)O1 阅读(13110) 评论(3) 推荐(0) 编辑
摘要: 由于之前学习用的都是apsche,所以对ngnix一窍不通,在这里写给正在学习的同行,希望可以帮助到你们: 如果你不会用apache部署tp5的可以查看我之前发布的文章,里面有提到 phpstudy 参考:https://blog.csdn.net/qq_33862644/article/detai 阅读全文
posted @ 2018-06-21 11:39 1O(∩_∩)O1 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 基本命令: 本地基本操作: git clone url 导入到本地 git remote -v 查看源地址 git status 查看改动文件 git commit -am ‘备注’ 提交源码 git push origin master:master 确认提交 git fetch 更新 git r 阅读全文
posted @ 2018-06-19 11:42 1O(∩_∩)O1 阅读(112) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 33 下一页