摘要: [网123-网盘之家]https://pan123.tl.beer/[小白盘]http://www.xiaobaipan.com/[搜盘吧]http://www.sopanba.com/[史莱姆]http://www.slimego.cn/[热盘搜]http://www.repanso.com[盘么 阅读全文
posted @ 2024-06-16 20:29 ziyoujike 阅读(31) 评论(0) 推荐(0)
摘要: Sub AddPinyinToneMarks() Dim fw As Range Dim aimWord Dim i As Long Set fw = Selection.Range If fw.Start = fw.End Then Set fw = ActiveDocument.Range Sc 阅读全文
posted @ 2024-05-17 01:10 ziyoujike 阅读(35) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>需要使用本地font在canvas上画图操作</title> <style> @font-face{font-family:'porto-icons'; src:url('port 阅读全文
posted @ 2024-03-12 01:19 ziyoujike 阅读(6) 评论(0) 推荐(0)
摘要: phpstudy 报500超时 在 httpd.conf 最后加上 <IfModule mod_fcgid.c> ProcessLifeTime 3600 FcgidProcessLifeTime 9999999 FcgidIOTimeout 9999999 FcgidConnectTimeout 阅读全文
posted @ 2023-01-06 20:00 ziyoujike 阅读(91) 评论(0) 推荐(0)
摘要: Options +FollowSymLinks IndexIgnore */* RewriteEngine on # if a directory or a file exists, use it directly RewriteCond %{REQUEST_FILENAME} !-f Rewrit 阅读全文
posted @ 2022-08-18 00:06 ziyoujike 阅读(22) 评论(0) 推荐(0)
摘要: const words = ['beachball', 'Rodeo', 'Angel', 'Aardvark', 'Xylophone', 'November', 'Choolate', 'Papaya', 'uniform', 'joker', 'clover', 'bali']; const 阅读全文
posted @ 2022-07-30 01:14 ziyoujike 阅读(228) 评论(0) 推荐(0)
摘要: Magento产品批量导入方法? 从事外贸的我们在工作中,经常需要添加成千上万个的产品,如果一个一个的去上传,要花费很多时间,有是很让人头痛,那么应该如何实现产品批量上传?如果使用的是Magento系统的话,那么你现在有福利了,因为Magento本身是带有批量上传功能,而且很方便,只要你做好相应的C 阅读全文
posted @ 2021-03-07 10:50 ziyoujike 阅读(182) 评论(0) 推荐(0)
摘要: Class [ <user> class app\controller\api\Test extends \basic\BaseController ] { @@ /data/app/controller/api/Test.php 26-35 - Constants [0] { } - Static 阅读全文
posted @ 2020-12-30 14:32 ziyoujike 阅读(263) 评论(0) 推荐(0)
摘要: ->where( function ($query) use ($nowTime) { $query->where("sp.expired_date", '>', $nowTime)->whereOr("sp.expired_date", 0); } ) , case when gc.take_ti 阅读全文
posted @ 2020-12-28 11:50 ziyoujike 阅读(92) 评论(0) 推荐(0)
摘要: var front = window.location.pathname.replace(/^\/([^\/]*).*$/, '$1'); <script> var userAgent = navigator.userAgent.toLocaleUpperCase(); console.log(us 阅读全文
posted @ 2020-12-24 10:41 ziyoujike 阅读(117) 评论(0) 推荐(0)