码迷,mamicode.com
首页 >  
搜索关键字:function module    ( 65302个结果
根据包名,在指定空间中创建对象
描述: 根据包名,在指定空间中创建对象 输入描述:namespace({a: {test: 1, b: 2}}, 'a.b.c.d') 输出描述:{a: {test: 1, b: {c: {d: {}}}}} 1 function namespace(oNamespace, sPackage) { ...
分类:其他好文   时间:2021-06-13 10:11:52    阅读次数:0
Nginx nginx-rtmp-module 直播推流 配置
nginx.conf配置 #user nobody; user www www; worker_processes 8; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log in ...
分类:其他好文   时间:2021-06-13 09:55:40    阅读次数:0
2021/6/12 js基础+BOM+DOM+jQuery
'''js小知识 js注释 /*多行注释*/ //单行 引入方式 <script src="js路径"></script> <script> window.onload=function(){js} $(document).ready({js}) $(function(){js}) <script> ...
分类:Web程序   时间:2021-06-13 09:48:26    阅读次数:0
昆虫识别APP开发进展(三)
昆虫检测下一步想法 视频识别优化集成 之前采用的主app调用另一个module的activity来实现的视频识别技术,经过一番操作后,将其对应的cmake文件与对应的模型整合到一起来使用 不再需要调用另一个app,节省了跳转的复杂以及app的容量进行了大量的缩减 视频识别界面勾勒 具体想法 实时展示 ...
分类:移动开发   时间:2021-06-13 09:40:05    阅读次数:0
执行jar包
Window启动命令:java -jar D:\jeecg-boot-module-system-2.0.0.jar Linux下后台进程启动命令:nohup java -jar jeecg-boot-module-system-2.0.0.jar >catalina.out 2>&1 & 关掉项目 ...
分类:编程语言   时间:2021-06-13 09:27:48    阅读次数:0
linux安装nginx(CentOS6)
nginx下载地址 http://nginx.org/en/download.html Window启动命令: java -jar D:\jeecg-boot-module-system-2.0.0.jar Linux下后台进程启动命令: nohup java -jar jeecg-boot-mod ...
分类:系统相关   时间:2021-06-13 09:26:41    阅读次数:0
thinkphp写接口返回固定的形式方法
function jsons($code, $message = '', $data = array()) { if(!is_numeric($code)) { return ''; } $result = array( 'code' => $code, 'message' => urlencode ...
分类:Web程序   时间:2021-06-13 09:22:24    阅读次数:0
安装nginx出错the HTTP rewrite module requires the PCRE library
问题描述 报错信息如下所示: ./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http_rewrit ...
分类:Web程序   时间:2021-06-11 19:17:07    阅读次数:0
js测试题
var obj1 = { a: 1, test: function() { return this.a; }, hehe: [1, null, function() { return this.a; }] } var obj2 = JSON.parse(JSON.stringify(obj1)); ...
分类:Web程序   时间:2021-06-11 19:08:04    阅读次数:0
File "C:/秦瑞/测试项目/chk_9/dateTimeTool.py", line 19, in dtTstamp second = getpass("输入需要转换成str类型日期时间的时间戳: ") TypeError: 'module' object is not callable
getpass.getpass File "C:/秦瑞/测试项目/chk_9/dateTimeTool.py", line 19, in dtTstamp second = getpass("输入需要转换成str类型日期时间的时间戳: ")TypeError: 'module' object is ...
分类:其他好文   时间:2021-06-11 18:48:03    阅读次数:0
65302条   上一页 1 ... 12 13 14 15 16 ... 6531 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!