随笔 - 292  文章 - 3 评论 - 0 阅读 - 73043
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

03 2022 档案
JQ对页面中某个DIV的大小变化进行监听拓展
摘要:转载网址 https://www.cnblogs.com/petrolero/p/14174563.html 拓展代码 //监听div大小变化 (function($, h, c) { var a = $([]), e = $.resize = $.extend($.resize, {}), i, 阅读全文
posted @ 2022-03-28 16:38 Beautytoloveme 阅读(436) 评论(0) 推荐(0) 编辑
Mysql之修改mysql的视图定义者
摘要:转载网址: https://blog.csdn.net/carefree2005/article/details/109812943?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Ed 阅读全文
posted @ 2022-03-26 20:14 Beautytoloveme 阅读(1169) 评论(0) 推荐(0) 编辑
php把汉字转化为拼音插件
摘要:github网址: https://github.com/overtrue/pinyin 项目中用到根据姓名汉字拼音排序 相关代码: foreach ($list as $k => $v) { $name_str = $pinyin->permalink($v[$datatable_column], 阅读全文
posted @ 2022-03-18 17:30 Beautytoloveme 阅读(96) 评论(0) 推荐(0) 编辑
常见算法
摘要:转载网址: https://blog.csdn.net/u013270347/article/details/80604690 阅读全文
posted @ 2022-03-18 13:38 Beautytoloveme 阅读(13) 评论(0) 推荐(0) 编辑
php获取名称首字母
摘要:转载网址: https://www.jb51.net/article/172417.htm //获取汉字的首字母 function getFirstCharters($str) { if (empty($str)) { return ''; } //取出参数字符串中的首个字符 $temp_str = 阅读全文
posted @ 2022-03-18 13:17 Beautytoloveme 阅读(235) 评论(0) 推荐(0) 编辑
模板js中获取php数组方法
摘要:转载网址: 作为PHP程序员,我们都知道PHP和JavaScript之间有不可密分的关系,那么现在我们就和大家介绍一下将php数组或对象传递给javascript的方法。利用php中的json扩展,可以将传递数组或对象给javascript脚本,获得数组或对象的json格式的字符串,把json格式的 阅读全文
posted @ 2022-03-18 13:04 Beautytoloveme 阅读(848) 评论(0) 推荐(0) 编辑
datatables排序:ajax数据已经返回,表格不刷新
摘要:转载网址: https://q.cnblogs.com/q/106280/ https://www.cnblogs.com/YangGC/p/12386628.html https://bbs.csdn.net/topics/392177456 阅读全文
posted @ 2022-03-17 17:56 Beautytoloveme 阅读(48) 评论(0) 推荐(0) 编辑
git 分支切换影响各个分支问题
摘要:转载网址: https://blog.csdn.net/weixin_34114823/article/details/92254904 接触git有一小段时间,期间有过不少疑问,幸得看了很多大神博客,收获颇丰。自己也写点东西,算是省得以后自己忘啦,如果同样有人从零开始,希望本篇博客可以略有帮助。 阅读全文
posted @ 2022-03-16 09:31 Beautytoloveme 阅读(1145) 评论(0) 推荐(0) 编辑
php生成pdf文件
摘要:转载网址: https://www.cnblogs.com/rxbook/p/10667010.html 阅读全文
posted @ 2022-03-14 17:39 Beautytoloveme 阅读(35) 评论(0) 推荐(0) 编辑
Not Found The requested URL was not found on this server.
摘要:转载网址 https://www.cnblogs.com/wu-song/p/7929595.html 今天为了做项目,在Apache中配置了项目域名,成功访问。但是忽然发现要访问localhost突然出现The requested URL / was not found on this serve 阅读全文
posted @ 2022-03-13 12:02 Beautytoloveme 阅读(2715) 评论(0) 推荐(0) 编辑
git ssh拉取远端代码
摘要:转载网址: https://blog.csdn.net/HUSHILIN001/article/details/105387085/ 前言 当我们克隆一个项目的时候,我们常用的是http的模式去克隆下来,这对我们小白来说比较简单,这样当我们拉代码的时候,直接的做法就是去获取地址,然后再在git中使用 阅读全文
posted @ 2022-03-13 06:52 Beautytoloveme 阅读(1634) 评论(0) 推荐(0) 编辑
命令行执行ci框架脚本
该文被密码保护。
posted @ 2022-03-10 14:25 Beautytoloveme 阅读(0) 评论(0) 推荐(0) 编辑
windows系统执行定时脚本
摘要:转载网址: https://jingyan.baidu.com/article/bea41d4329f563f4c41be636.html 阅读全文
posted @ 2022-03-10 14:06 Beautytoloveme 阅读(43) 评论(0) 推荐(0) 编辑
新步伐火狐浏览器书签备份2022.03.09
该文被密码保护。
posted @ 2022-03-09 14:32 Beautytoloveme 阅读(0) 评论(0) 推荐(0) 编辑
记录一次apache2.4启动失败
摘要:早上起来到公司,开机打开本地网站,发现访问不了,,,意外,本地配置的自启动,只要开机,项目就能跑起来, 开启测试机,访问测试网站,发现也访问不了,,,查看测试机情况,发现网线没插,插上网线,重启,再次访问测试网站,还是无法访问。 然后把鼠标键盘,显示屏插到测试机,查看项目都在,启动电脑,再把鼠标键盘 阅读全文
posted @ 2022-03-03 10:47 Beautytoloveme 阅读(645) 评论(0) 推荐(0) 编辑
【Git】推送本地分支到远程不同名分支
摘要:转网址: https://www.cnblogs.com/mankii/p/14522542.html 阅读全文
posted @ 2022-03-02 15:46 Beautytoloveme 阅读(55) 评论(0) 推荐(0) 编辑
git撤回上次提交
摘要:转网址: https://www.cnblogs.com/codebook/p/10074049.html 阅读全文
posted @ 2022-03-02 10:41 Beautytoloveme 阅读(30) 评论(0) 推荐(0) 编辑
git merge 完全解析
摘要:转网址: https://www.jianshu.com/p/58a166f24c81 阅读全文
posted @ 2022-03-02 09:44 Beautytoloveme 阅读(134) 评论(0) 推荐(0) 编辑
git fetch & pull详解
摘要:转网址: https://www.cnblogs.com/runnerjack/p/9342362.html 阅读全文
posted @ 2022-03-02 09:37 Beautytoloveme 阅读(11) 评论(0) 推荐(0) 编辑
redis启动方式
摘要:转网址: https://www.cnblogs.com/pqchao/p/6549510.html 阅读全文
posted @ 2022-03-02 09:03 Beautytoloveme 阅读(27) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示