码迷,mamicode.com
首页 >  
搜索关键字:lua require module    ( 21569个结果
nginx - fastcgi param
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;#脚本文件请求的路径 fastcgi_param QUERY_STRING $query_string; #请求的参数;如?app=123 fastcgi_param R ...
分类:其他好文   时间:2021-01-18 10:38:12    阅读次数:0
gocloc 代码统计算法
gocloc是一个支持代码统计的golang 包,同时也可以基于cli 运行 参考使用 环境准备 go.mod module demoapp ? go 1.15 ? require github.com/hhatto/gocloc v0.3.3 main.go package main ? impo ...
分类:编程语言   时间:2021-01-16 12:02:21    阅读次数:0
Python脚本报错AttributeError: ‘module’ object has no attribute’xxx’解决方法
问题1:代码貌似没问题,运行时报错如下 e02c46afd9c845759c38d96a3ca2e6e1Traceback (most recent call last): File "/apps/svr/pyenv/versions/linkage/lib/python2.7/site-packa ...
分类:编程语言   时间:2021-01-16 11:40:38    阅读次数:0
脚本模块化能用代码
(function (root, factory) { if (typeof define 'function' && define.amd) { // AMD. Register as an anonymous module. define([], factory); } else if (typ ...
分类:其他好文   时间:2021-01-14 11:31:13    阅读次数:0
export报错SyntaxError: Unexpected token export
const defaultFiles = [ ] export default defaultFiles // 使用 const defaultFiles = require('./src/utils/defaultFiles ') //编译时报错:SyntaxError: Unexpected t ...
分类:其他好文   时间:2021-01-14 11:28:14    阅读次数:0
vue循环动态绑定图片img地址(require)
html: <div v-for="item in lunBoArray" :key="item.id"> <img style="height: 100%;width: 100%" :src="item.url"/> </div> js--data 绑定数据 lunBoArray:[{ url:r ...
分类:其他好文   时间:2021-01-14 10:33:45    阅读次数:0
PHP将上传word文件,转化为Html格式,(多种转换方式)
###方法一: 通过PHPOffice(推荐) 1: composer require phpoffice/phpword ``` /* 通过composer安装 PHPOffice 需要 或者用中国镜像:https://www.phpcomposer.com/ */ ``` 2: 安装成功可看到 ...
分类:Web程序   时间:2021-01-14 10:30:45    阅读次数:0
前端代码规范
通用 缩进两个空格 等号两边留有空格 文件名为 my-component 组件名 React 文件名:帕斯卡命名 MyComponents ESlint <Foo superLongParam="bar" anotherSuperLongParam="baz" /> <Foo bar="bar" / ...
分类:其他好文   时间:2021-01-13 11:16:51    阅读次数:0
Matching Engine For Laravel(基于redis的撮合引擎),PHP高性能撮合引擎
Laravel Package for Matching Engine 快速开始 github地址 安装: composer require sting_bo/mengine 复制配置文件: php artisan vendor:publish 依赖 predis 号外 已经出Golang微服务撮合 ...
分类:Web程序   时间:2021-01-12 11:24:44    阅读次数:0
判断数据库字段不为空的语句
判断数据库字段不为空的语句: 判断 数据库字段 :不为空、 不为null 、不为" " ——使用语句: trim(columnA ) != '' select * from table where module='XX' and trim(columnA ) != '' (columnA is no ...
分类:数据库   时间:2021-01-11 11:16:56    阅读次数:0
21569条   上一页 1 ... 32 33 34 35 36 ... 2157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!