摘要:
转自吾爱破解 https://www.52pojie.cn/forum.php?mod=viewthread&tid=574222 需要安装crypto 代码py 2.7的 配置信息直接进onfig.bin.txt里面找吧 或是用配置名称作为参数获取直接的配置 如 会直接返回pppoe密码 wan_
阅读全文
posted @ 2018-10-22 21:00
干炸牛_bian
阅读(3914)
推荐(0)
摘要:
目前路径是在 /var/www/jastme/static 但是admin的静态文件不在这个位置,那么怎么办呢? 首先到项目下,就是有manage.py的这个目录 编辑项目下的setting.py 首先加上STATIC_ROOT = '/var/www/jastme/static/' 重启uwsgi
阅读全文
posted @ 2018-09-16 17:37
干炸牛_bian
阅读(474)
推荐(0)
摘要:
以上为nginx.conf中需要配置的服务器, 关键在uwsgi_pass 设置参数 以上为uwsgi.ini的配置文件
阅读全文
posted @ 2018-09-15 20:09
干炸牛_bian
阅读(121)
推荐(0)
摘要:
秦殇的图片是封装在lib文件中的, 而且格式为xbm, lib文件结构: xbm分段 xbm具体的结构 xbm格式的图像数据部分 秦殇图片像素格式为RGB565,共十六位两个字节表示一个像素。R(5位)G(6位)B(5位) 转为RGB888直接各自颜色补充低位0。
阅读全文
posted @ 2018-07-04 21:55
干炸牛_bian
阅读(267)
推荐(0)
摘要:
借助PIL来处理的图片数据 之后,用kivy.core.image.Image处理数据
阅读全文
posted @ 2018-06-27 23:24
干炸牛_bian
阅读(323)
推荐(0)
摘要:
1 archlinux里安装好matplotlib之后一定要安装python-cario pacman -S python-cairo
阅读全文
posted @ 2018-06-11 10:01
干炸牛_bian
阅读(106)
推荐(0)
摘要:
Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missing from the array. Example 1: Input: [3,0,1] Output
阅读全文
posted @ 2018-06-09 20:45
干炸牛_bian
阅读(111)
推荐(0)
摘要:
Given an array nums, write a function to move all 0's to the end of it while maintaining the relative order of the non-zero elements. Example: Input:
阅读全文
posted @ 2018-06-09 17:26
干炸牛_bian
阅读(108)
推荐(0)
摘要:
Given an array with n integers, your task is to check if it could become non-decreasing by modifying at most 1 element. We define an array is non-decr
阅读全文
posted @ 2018-06-09 16:03
干炸牛_bian
阅读(121)
推荐(0)
摘要:
Given a non-negative index k where k ≤ 33, return the kth index row of the Pascal's triangle. Note that the row index starts from 0. In Pascal's trian
阅读全文
posted @ 2018-06-09 14:12
干炸牛_bian
阅读(69)
推荐(0)