logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

HDOJ1348凸包模版

题目:题目链接Problem DescriptionOnce upon a time there was a greedy King who ordered his chief Architect to build a wall around the King's castle. The King was so greedy, that he would not listen to h

HDOJ1564Play a game(找规律博弈)

原题--题目链接题目大意:题目意思是输出里面的两个人玩走方格的游戏,谁走了最后一步就赢了这道题一开始木有思路,后来想了一下搜索,就大概试了一下,代码如下:#include#include#include#include#include#include#include#include#include#include#include#includ

#搜索
django-celery简单使用-使用admin新建定时任务

前面说到celery可以进行任务异步处理,celery还有一种Celery的常用模式便是执行定期任务. 执行定期任务时, Celery会通过celerybeat进程来完成. Celerybeat会保持运行, 一旦到了某一定期任务需要执行时, Celerybeat便将其加入到queue中.配置settings.py中开启Celery运行定期任务的方式CELERYBEAT_SCHEDULER =

一些软件工程的基础知识

软件工程知识点总结有以下知识点(考试内容,当然不止这些)1. 软件工程的定义2. 软件生存周期3. 软件过程模型4. 需求分析的定义、获取5. 常见的软件体系结构(B/S 、C/S 、软件总线中间件)6. SOA 的定义、特点、和工作模型(松耦合、明确定义的接口)7. 云计算的定义、优势和应用模型8. 软件测试的概念、原则、方法和测试策略9. 软

#软件工程
Log备份日志

滚动备份日志#encoding:utf-8#usr/bin/ pythonimport timeimport osfrom datetime import datetime# 字节bytes转化kbdef formatSize(bytes):try:bytes = float(bytes)kb = bytes / 1024except

#python
到底了