03 2019 档案

摘要:打印结果: 喜欢厉智,芳龄31喜欢陈培昌,芳龄21喜欢程劲,芳龄20 阅读全文
posted @ 2019-03-23 09:22 saintdingtheGreat 阅读(472) 评论(0) 推荐(0)
摘要:from pyquery import PyQuery as pq import os from queue import Queue from threading import Thread class txtparser(Thread): def __init__(self,queue): Thread.__init__(self) self.queu... 阅读全文
posted @ 2019-03-23 01:13 saintdingtheGreat 阅读(190) 评论(0) 推荐(0)
摘要:声明一个beautifulsoup4对象 阅读全文
posted @ 2019-03-14 22:47 saintdingtheGreat 阅读(81) 评论(0) 推荐(0)
摘要:lines=[]; 表头数据 lines.append(list(retlist[0].keys())) 明细数据 for city in city_list: { lines.append(list(city.values())) } f.open('api.csv','w',encoding=' 阅读全文
posted @ 2019-03-12 18:03 saintdingtheGreat 阅读(153) 评论(0) 推荐(0)
摘要:ps aux | grep nginx kill -INT 进程号(例如:2661) 阅读全文
posted @ 2019-03-12 02:36 saintdingtheGreat 阅读(4726) 评论(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 阅读(952) 评论(0) 推荐(0)
摘要:运行命令安装shutter sudo yum install shutter 如果使用过程中出现花屏 sudo vim /etc/gdm/custom.conf 把 #WaylandEnabled=false前的#去掉;然后记得重启机器 阅读全文
posted @ 2019-03-10 14:26 saintdingtheGreat 阅读(388) 评论(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 阅读(353) 评论(0) 推荐(0)
摘要:由于要给格斗男神写搏击俱乐部ERP系统,就要用到jquery Easyui插件规范数据和表单的录入,其中一项功能就是上传商品图片, 而且是在datagrid-detailview中使用filebox完成图片的上传和在线浏览,其效果如下 按照jqueryEasyUI惯用的套路,我们不妨在filebox 阅读全文
posted @ 2019-03-03 03:08 saintdingtheGreat 阅读(251) 评论(0) 推荐(0)
摘要:权限列表 流程 thinkphp5封装好的权限模块 RBAC还有auth and then .......管理员表,可以依据auth.php搭建所有的权限表 阅读全文
posted @ 2019-03-01 11:47 saintdingtheGreat 阅读(82) 评论(0) 推荐(0)
摘要:总体思路:基于bootstrap4的前端页面上传组件,把excel文件上传至服务器,并利用python pandas读取里面的数据形成字典列表 通过pymongo 接口把数据插入或追加到mongodb相关集合中 html部分 jquery部分:其中24-26行是确保ajax提交成功的关键 torna 阅读全文
posted @ 2019-03-01 01:08 saintdingtheGreat 阅读(230) 评论(0) 推荐(0)