上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 38 下一页
摘要: ps aux | grep nginx kill -INT 进程号(例如:2661) 阅读全文
posted @ 2019-03-12 02:36 saintdingtheGreat 阅读(4709) 评论(0) 推荐(0) 编辑
摘要: centos系列解决 安装utils时遇到的问题 configure: error: this packages requires a curses library yum install ncurses-libsyum install ncurses-devel 具体步骤详细见:https://b 阅读全文
posted @ 2019-03-10 15:38 saintdingtheGreat 阅读(931) 评论(0) 推荐(0) 编辑
摘要: 运行命令安装shutter sudo yum install shutter 如果使用过程中出现花屏 sudo vim /etc/gdm/custom.conf 把 #WaylandEnabled=false前的#去掉;然后记得重启机器 阅读全文
posted @ 2019-03-10 14:26 saintdingtheGreat 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 如果运行mongod命令时提示 无加载共享库libcrypto.so.10,那就到页面下载http://www.rpmfind.net/linux/rpm2html/search.php?query=libcrypto.so.10()(64bit)一个 然后执行sudo yum install 库文 阅读全文
posted @ 2019-03-10 14:14 saintdingtheGreat 阅读(345) 评论(0) 推荐(0) 编辑
摘要: 由于要给格斗男神写搏击俱乐部ERP系统,就要用到jquery Easyui插件规范数据和表单的录入,其中一项功能就是上传商品图片, 而且是在datagrid-detailview中使用filebox完成图片的上传和在线浏览,其效果如下 按照jqueryEasyUI惯用的套路,我们不妨在filebox 阅读全文
posted @ 2019-03-03 03:08 saintdingtheGreat 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 权限列表 流程 thinkphp5封装好的权限模块 RBAC还有auth and then .......管理员表,可以依据auth.php搭建所有的权限表 阅读全文
posted @ 2019-03-01 11:47 saintdingtheGreat 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 总体思路:基于bootstrap4的前端页面上传组件,把excel文件上传至服务器,并利用python pandas读取里面的数据形成字典列表 通过pymongo 接口把数据插入或追加到mongodb相关集合中 html部分 jquery部分:其中24-26行是确保ajax提交成功的关键 torna 阅读全文
posted @ 2019-03-01 01:08 saintdingtheGreat 阅读(222) 评论(0) 推荐(0) 编辑
摘要: from tornado.web import RequestHandler from pymongo import MongoClient import pandas,xlrd from pandas import DataFrame,Series import json import os import time currentpath =os.getcwd() class multiup... 阅读全文
posted @ 2019-02-28 22:50 saintdingtheGreat 阅读(331) 评论(0) 推荐(0) 编辑
摘要: html部分 使用了form表单,注意三要素 method="post" action="/loaddata" enctype="multipart/form-data" python部分 阅读全文
posted @ 2019-02-27 17:03 saintdingtheGreat 阅读(389) 评论(0) 推荐(0) 编辑
摘要: get提交部分 相关RequestHandler 前端response数据形式(orient=“records”) DataFrame类型转为其他格式的方法 下列部分引自 作者:huanbia 来源:CSDN 原文:https://blog.csdn.net/huanbia/article/deta 阅读全文
posted @ 2019-02-27 13:02 saintdingtheGreat 阅读(167) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 38 下一页