据统计,现代城市人的生活与工作同楼宇息息相关,超过80%的时间都是在城市楼宇中度过,楼宇智能毋庸置疑是影响深远的关键研究课题。 近年来,随着边缘计算技术的崛起,边缘智能相关的场景应用拓展也成为科技公司争相展现技术创新和商业价值的路径,各种边缘AI的解决方案亦应运而生,如华为云智能边缘平台IEF,一站 ...
分类:
其他 时间:
2020-06-22 17:15:06
收藏:
0 评论:
0 赞:
0 阅读:
66
1.在一个无序数组中找到中位数: https://blog.csdn.net/zdl1016/article/details/4676882 2.正则化的作用: https://blog.csdn.net/u014038273/article/details/79967790 3.resnet 的结 ...
分类:
其他 时间:
2020-06-22 17:14:48
收藏:
0 评论:
0 赞:
0 阅读:
70
1. 枚举类的说明:* 1.枚举类的理解:类的对象只有有限个,确定的。我们称此类为枚举类* 2.当需要定义一组常量时,强烈建议使用枚举类* 3.如果枚举类中只一个对象,则可以作为单例模式的实现方式。 2. 如何自定义枚举类?步骤: //自定义枚举类 class Season{ //1.声明Seaso ...
分类:
编程语言 时间:
2020-06-22 16:53:04
收藏:
0 评论:
0 赞:
0 阅读:
72
# # 装饰器# # 注册 登陆 访问页面## def registers(f):# dic={}# username = input("请注册你得用户名:")# password = input("请注册你得密码:")# dic[username] = password# def loging(* ...
分类:
其他 时间:
2020-06-22 16:52:48
收藏:
0 评论:
0 赞:
0 阅读:
61
如何做到 ueditor批量上传word图片? 1、前端引用代码 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.d ...
分类:
Web开发 时间:
2020-06-22 16:52:27
收藏:
0 评论:
0 赞:
0 阅读:
70
参考:https://blog.csdn.net/zll_liang/article/details/8966106 流媒体调试流中经常保留流,写的多了,想写个宏,放在公共地方用。放出来大家参考指正 #define NGX_WRITE_FILE(fp, file, pin, len) static ...
分类:
其他 时间:
2020-06-22 16:51:32
收藏:
0 评论:
0 赞:
0 阅读:
71
大部分项目使用mybatis操作数据库,通过mybatis-generator快速生成相应的bean/dao和xml 1. pom依赖 <!-- mybatis自动生成 --> <plugin> <groupId>org.mybatis.generator</groupId> <artifactId ...
分类:
其他 时间:
2020-06-22 16:51:16
收藏:
0 评论:
0 赞:
0 阅读:
78
给定两个整数,被除数 dividend 和除数 divisor。将两数相除,要求不使用乘法、除法和 mod 运算符。
返回被除数 dividend 除以除数 divisor 得到的商。 ...
分类:
其他 时间:
2020-06-22 16:50:59
收藏:
0 评论:
0 赞:
0 阅读:
57
execute相信大家都用的用熟了,简写为exec,除了用来执行存储过程,一般都用来执行动态Sql sp_executesql,sql2005中引入的新的系统存储过程,也是用来处理动态sql。 exec sp_executesql @sql,N’参数1 类型1,参数2 类型2,参数3 类型3 OUT ...
分类:
数据库技术 时间:
2020-06-22 16:50:40
收藏:
0 评论:
0 赞:
0 阅读:
84
<meta http-equiv=\"Content-Security-Policy\" content=\"upgrade-insecure-requests\"/> 页面上存在这一行meta,等同于在header中添加 Content-Security-Policy 为true,会将页面中的ht ...
分类:
Web开发 时间:
2020-06-22 16:50:06
收藏:
0 评论:
0 赞:
0 阅读:
253
例题 重点 总结 ...
分类:
其他 时间:
2020-06-22 16:49:07
收藏:
0 评论:
0 赞:
0 阅读:
52
执行顺序 热更新 ① 安装依赖模块 npm i --save-dev webpack-node-externals ② 创建webpack.config.js const webpack = require('webp'); const nodeExternals = require('webpac ...
分类:
其他 时间:
2020-06-22 16:48:46
收藏:
0 评论:
0 赞:
0 阅读:
67
设置文档类型要在新建一个索引的时候设置。我的elastic是7.6.2 curl -XPUT 'elastic:123456@192.168.1.16:9200/index_v1' -H 'Content-Type: application/json' -d '{ "settings": { "nu ...
分类:
移动平台 时间:
2020-06-22 16:48:24
收藏:
0 评论:
0 赞:
0 阅读:
78
摘自:https://blog.csdn.net/qq160816/article/details/48624065?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522159281106919725250130749%2522%252C% ...
分类:
其他 时间:
2020-06-22 16:48:02
收藏:
0 评论:
0 赞:
0 阅读:
51
Thread api参考网址: https://tool.oschina.net/apidocs/apidoc?api=jdk-zh 一.Thread构造方法 构造方法摘要 Thread() 分配新的 Thread 对象。 Thread(Runnable target) 分配新的 Thread 对象 ...
分类:
编程语言 时间:
2020-06-22 16:47:42
收藏:
0 评论:
0 赞:
0 阅读:
54
root: C:\Users\zhong\AppData\Roaming\nvm path: C:\Program Files\nodejs arch: 64 proxy: none node_mirror: http://npm.taobao.org/mirrors/node/ npm_mirro ...
分类:
其他 时间:
2020-06-22 16:47:26
收藏:
0 评论:
0 赞:
0 阅读:
512
线程优先级 public class TestPriority { public static void main(String[] args) { System.out.println(Thread.currentThread().getName()+" >"+Thread.currentThre ...
分类:
编程语言 时间:
2020-06-22 16:47:06
收藏:
0 评论:
0 赞:
0 阅读:
74
词法分析 3型文法与我们前面讲的正则表达式、自动机家族(DFA、NFA、e-NFA)都是等价的。是描述正则语言的不同角度 3型文法(正规文法)从格式上有其特点: \(A->\alpha B\) 或者 \(A -> \alpha\) 其中$\alpha$是终结符构成的字符串。 2型文法(上下文无关文法 ...
分类:
编程语言 时间:
2020-06-22 16:46:49
收藏:
0 评论:
0 赞:
0 阅读:
73
初步学习爬虫网站:http://c.biancheng.net/view/2011.html 有道爬虫报错:{errorCode:50} 解决网址:https://my.oschina.net/u/4004713/blog/3067132 自我实现: js转换为html格式:http://tool. ...
分类:
其他 时间:
2020-06-22 16:46:27
收藏:
0 评论:
0 赞:
0 阅读:
86
(4)Session(会话) 1)什么是Session? 服务器为了保存用户状态而创建的一个特殊的对象。 当浏览器第一次访问服务器时,服务器创建一个session对象(该 对象有一个唯一的id,一般称之为sessionId),服务器会将sessionId 以cookie的方式发送给浏览器。 当浏览器 ...
分类:
其他 时间:
2020-06-22 16:45:34
收藏:
0 评论:
0 赞:
0 阅读:
64