杨新春

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 2 3 4 5 6 7 ··· 10 下一页

2023年2月3日

摘要: 1、在网上下载 libmysqlclient.so.16 2、执行该命令ldconfig -v |grep mysql ,将文件放在 /usr/lib64/mysql目录记录 3.再次执行该命令ldconfig -v |grep mysql 阅读全文
posted @ 2023-02-03 14:18 杨新春 阅读(193) 评论(0) 推荐(0) 编辑

2022年11月23日

摘要: Jenkins git访问拒绝 问题一 Failed to connect to repository : Command "git ls-remote -h git@xxxxx.com:xxx/dev_test.git HEAD" returned status code 128: stdout: 阅读全文
posted @ 2022-11-23 18:00 杨新春 阅读(406) 评论(0) 推荐(0) 编辑

2022年5月13日

摘要: uniapp 打好的包,必须放到对应的目录,app.json里面要加对应的分包配置。 注意:不能放到对方的uniapp的工程目录,只能放到编译后的目录 阅读全文
posted @ 2022-05-13 09:29 杨新春 阅读(220) 评论(0) 推荐(0) 编辑

2022年5月12日

摘要: 详情见 : https://blog.csdn.net/cmdfas/article/details/119884168 现有一个十分庞大的微信小程序应用,想要把新功能利用uni-app来开发,是否可行?有哪些优缺点? 首先看到官方给出的解决方案 https://uniapp.dcloud.io/h 阅读全文
posted @ 2022-05-12 17:20 杨新春 阅读(321) 评论(0) 推荐(0) 编辑

2022年3月22日

摘要: Updating '.':Skipped 'application/extra/site.php' -- Node remains in conflictAt revision 153.Summary of conflicts: Skipped paths: 1 解决办法: svn resolve 阅读全文
posted @ 2022-03-22 10:01 杨新春 阅读(209) 评论(0) 推荐(0) 编辑

2022年3月17日

摘要: 因为公司有个需求之前写了个插件,用到了PHPOffice,这个包其中的PHPEcexl用到了ZIP扩展,导致一直失败。之前7.2是没有问题的,怀疑是PHP更新版本导致的问题,随后查看日志发现一条php Class 'ZipArchive' not found,然后去查看PHPINFO,发现确实没有Z 阅读全文
posted @ 2022-03-17 18:37 杨新春 阅读(2295) 评论(0) 推荐(0) 编辑

2022年3月7日

摘要: 禁用gitlab自带Nginx 并把 UNIX套接字 更改为 TCP端口 禁用捆绑的Nginxvim /etc/gitlab/gitlab.rb 将 nginx['enable'] = true 修改为 nginx['enable'] = false 并去掉注释 (前边的#) 允许gitlab-wo 阅读全文
posted @ 2022-03-07 09:48 杨新春 阅读(372) 评论(0) 推荐(0) 编辑

摘要: 1. 先修改本地的IP地址vim /etc/sysconfig/network-scripts/ifcfg-eth0TYPE=EthernetBOOTPROTO=staticNAME=eth0DEVICE=eth0ONBOOT=yesIPADDR=192.168.10.100NETMASK=255. 阅读全文
posted @ 2022-03-07 09:39 杨新春 阅读(257) 评论(0) 推荐(0) 编辑

2022年2月18日

摘要: 报错后,需要将Windows的sshkey 复制到gitlab的个人设置里面 阅读全文
posted @ 2022-02-18 17:56 杨新春 阅读(32) 评论(0) 推荐(0) 编辑

摘要: 1、svn转git git svn clone svn://192.168.5.119/sw/ ./ 2、设置Git地址 git remote add origin http://192.168.5.201/yangxinchun/sw.git 3、推送到远程库 git push -u origin 阅读全文
posted @ 2022-02-18 15:54 杨新春 阅读(96) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 10 下一页