摘自 Wikipedia https://bafybeiemxf5abjwjbikoz4mc3a3dla6ual3jsgpdr4cjr3oz3evfyavhwq.ipfs.dweb.link/wiki/Dynamic_programming.html Dynamic programming in c ...
分类:
其他好文 时间:
2020-02-07 16:46:47
阅读次数:
66
一、部署环境 1.1 安装依赖包 1.2 安装mysql 1.3 安装apache2 二、安装zabbix服务 2.1 安装 zabbix-server-mysql 2.2 zcat /usr/share/doc/zabbix-server-mysql/create.sql.gz | mysql - ...
分类:
其他好文 时间:
2020-02-05 23:22:17
阅读次数:
460
You are given a string representing an attendance record for a student. The record only contains the following three characters: 'A' : Absent. 'L' : L ...
分类:
其他好文 时间:
2020-02-05 09:48:50
阅读次数:
45
CAT ET III Caterpillar Scanner Features: Display graph and log status parameters. Retrieve prognostic data including histograms, engine totals for fue ...
分类:
其他好文 时间:
2020-02-02 12:21:10
阅读次数:
90
ybt1213 八皇后 & ybt1214 八皇后 ybt1213 【题目描述】 在国际象棋棋盘上放置八个皇后,要求每两个皇后之间不能直接吃掉对方。 【无输入】 【输出】 按给定顺序和格式输出所有八皇后问题的解(见样例)。 【输出样例】 【题解】 每个皇后可以吃掉所在行,列,斜线共八个方向的棋子,国 ...
分类:
其他好文 时间:
2020-01-28 22:50:52
阅读次数:
68
参考1: https://www.javatpoint.com/hello-android-example 首先下载android studio 然后新建一个empty activity的项目。 然后新建一个虚拟设备,AVD。我选择pixel xl,API level 29,也就是android 1 ...
分类:
移动开发 时间:
2020-01-28 19:34:55
阅读次数:
101
关于m2o字段的去除已经选过的数据 <page string="Detail"> <field name="asset_equipment_detail_ids" options="{'no_edit_no_open':1}" context="{'detail_data': asset_equip ...
分类:
其他好文 时间:
2020-01-28 17:37:29
阅读次数:
104
前言: 关于search视图,存在三个知识点,就是: 搜索 过滤 分组 1. 搜索 指的就是,在搜索框,根据用户需求,指定搜索实现代码实现了的搜索功能,比如:按部门搜索,按资产名称搜索等等.... 实现方法: <record id="view_kthrp_asset_maintenance_wo_s ...
分类:
其他好文 时间:
2020-01-28 15:55:11
阅读次数:
132
初始化序列 <?xml version="1.0" encoding="utf-8"?> <odoo> <data> <record id="seq_sale_order" model="ir.sequence"> <field name="name">XXX fund</field> <field ...
分类:
其他好文 时间:
2020-01-28 15:39:01
阅读次数:
105
C 语言竞赛是浙江大学计算机学院主持的一个欢乐的竞赛。既然竞赛主旨是为了好玩,颁奖规则也就制定得很滑稽: 0、冠军将赢得一份“神秘大奖”(比如很巨大的一本学生研究论文集……)。 1、排名为素数的学生将赢得最好的奖品 —— 小黄人玩偶! 2、其他人将得到巧克力。 给定比赛的最终排名以及一系列参赛者的 ...
分类:
编程语言 时间:
2020-01-28 12:41:15
阅读次数:
73