cekong

导航

上一页 1 ··· 8 9 10 11 12 13 14 15 下一页

2018年12月28日 #

caffe 笔记

摘要: caffe模块: caffe可视化工具:http://ethereon.github.io/netscope/#/editor 以命令行方法启动caffe训练: sudo sh caffe train --solver=solver.prototxt 生成lmdb数据时lmdb_txt.put(ke 阅读全文

posted @ 2018-12-28 13:47 cekong 阅读(106) 评论(0) 推荐(0) 编辑

2018年12月25日 #

菜品识别 SDK调用

摘要: AipImageClassify是图像识别的Python SDK客户端 首先pip install baidu_aip 阅读全文

posted @ 2018-12-25 15:18 cekong 阅读(323) 评论(0) 推荐(0) 编辑

菜品识别 API调用

摘要: 调用API 阅读全文

posted @ 2018-12-25 15:15 cekong 阅读(1066) 评论(0) 推荐(0) 编辑

常用API接口

摘要: 引用 常用API接口汇总 阅读全文

posted @ 2018-12-25 15:08 cekong 阅读(278) 评论(0) 推荐(0) 编辑

aliyun API 调试

摘要: 打开https://ai.aliyun.com/,登录阿里云账号,选择控制台,右侧标签中选择产品服务,选择自己需要的子标签(如图像识别),选择API调试,按要求填写表格。 其中请求Body参照API文档中的输入参数填写。例如,图像打标API调用 {'type':0,'image_url':'http 阅读全文

posted @ 2018-12-25 14:31 cekong 阅读(531) 评论(0) 推荐(0) 编辑

2018年12月20日 #

百度api接口_知识积累

摘要: app_id, app_key, app_secret app_id 是用来标记你的开发者账号的, 是你的用户id, 这个id 在数据库添加检索, 方便快速查找 app_key 和 app_secret 是一对出现的账号, 同一个 app_id 可以对应多个 app_key+app_secret, 阅读全文

posted @ 2018-12-20 13:37 cekong 阅读(775) 评论(0) 推荐(0) 编辑

elasticsearch中文发行版 安装

摘要: 参见: https://github.com/medcl/elasticsearch-rtf 具体步骤参见:ubuntu安装elasticsearch-rtf elasticsearch-head 安装 阅读全文

posted @ 2018-12-20 10:36 cekong 阅读(166) 评论(0) 推荐(0) 编辑

2018年12月19日 #

Cookie和Session的区别

摘要: 引用:https://blog.csdn.net/liyifan687/article/details/80077928 1.Cookie Cookies是服务器在本地机器上存储的小段文本并随每一个请求发送至同一服务器,是在客户端保持状态的方案。通俗讲,是访问某些网站后在本地存储的一些网站相关信息, 阅读全文

posted @ 2018-12-19 16:48 cekong 阅读(168) 评论(0) 推荐(0) 编辑

2018年12月18日 #

flask中flash不显示

摘要: 需要在html文件中body中加入下列语句 阅读全文

posted @ 2018-12-18 13:39 cekong 阅读(1237) 评论(0) 推荐(0) 编辑

2018年12月14日 #

mysql (_mysql_exceptions.OperationalError) (1055, "Expression #1 of SELECT list is not in GROUP BY clause

摘要: sudo gedit /etc/mysql/my.cnf在打开的my.cnf文件中添加 sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES 保存,退出 重启mysql:/etc/init.d/mysql restart 登录mysql:mysql 阅读全文

posted @ 2018-12-14 09:53 cekong 阅读(764) 评论(0) 推荐(0) 编辑

上一页 1 ··· 8 9 10 11 12 13 14 15 下一页