摘要: <!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:20 ziyoujike 阅读(1) 评论(0) 推荐(0) 编辑
摘要: phpstudy 报500超时 在 httpd.conf 最后加上 <IfModule mod_fcgid.c> ProcessLifeTime 3600 FcgidProcessLifeTime 9999999 FcgidIOTimeout 9999999 FcgidConnectTimeout 阅读全文
posted @ 2023-01-06 20:00 ziyoujike 阅读(64) 评论(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 阅读(16) 评论(0) 推荐(0) 编辑
摘要: const words = ['beachball', 'Rodeo', 'Angel', 'Aardvark', 'Xylophone', 'November', 'Choolate', 'Papaya', 'uniform', 'joker', 'clover', 'bali']; const 阅读全文
posted @ 2022-07-30 01:14 ziyoujike 阅读(192) 评论(0) 推荐(0) 编辑
摘要: Magento产品批量导入方法? 从事外贸的我们在工作中,经常需要添加成千上万个的产品,如果一个一个的去上传,要花费很多时间,有是很让人头痛,那么应该如何实现产品批量上传?如果使用的是Magento系统的话,那么你现在有福利了,因为Magento本身是带有批量上传功能,而且很方便,只要你做好相应的C 阅读全文
posted @ 2021-03-07 10:50 ziyoujike 阅读(151) 评论(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 阅读(221) 评论(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 阅读(79) 评论(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 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 修改composer.json "autoload": { "psr-4": { "App\\": "app/", "命名空间名称\\": "目录" }, }, 最后再更新一下composer update 或是 composer install 操作完成后vendor/composer/autol 阅读全文
posted @ 2020-12-21 15:51 ziyoujike 阅读(325) 评论(0) 推荐(0) 编辑
摘要: INSERT INTO `eb_system_menus` (`id`, `pid`, `icon`, `menu_name`, `module`, `controller`, `action`, `params`, `sort`, `is_show`, `access`) VALUES (NULL 阅读全文
posted @ 2020-11-09 23:53 ziyoujike 阅读(426) 评论(0) 推荐(0) 编辑