码迷,mamicode.com
首页 >  
搜索关键字:note about the work    ( 20899个结果
【每日一题】- Leetcode 540. Single Element in a Sorted Array
Description: You are given a sorted array consisting of only integers where every element appears exactly twice, except for one element which appears ...
分类:其他好文   时间:2020-05-15 00:27:32    阅读次数:77
今天学习了几个设计模式
1.简单工厂设计模式: 假如我们设置一个工厂,里面可以生产手机电脑等,一般我们都是这么定义的 public class Test18 { public static void main(String []args) { Product s = new Phone(); s.work(); } } / ...
分类:其他好文   时间:2020-05-14 22:42:49    阅读次数:81
PXE+Kickstack实现无人值守安装CentOS 7操作系统
实验目的 掌握在实际工作工作环境中根据需求通过网络进行系统自动化批量部署安装操作。 实验需求 1.PXE说明 所谓的PXE是Preboot Execution Environment的缩写,即预启动的执行环境。 要达成PXE必须要有两个环节: (1)客户端的网卡必须要支持PXE用户端功能,并且开机时 ...
分类:其他好文   时间:2020-05-14 19:34:34    阅读次数:78
[Mise] Iterate through data with the `x-for` attribute in Alpine JS
In this lesson, we move the component definition to a function, defined in a script tag in the HTML document. We then iterate through an Array of Obje ...
分类:Web程序   时间:2020-05-14 19:33:21    阅读次数:82
django.core.exceptions.ImproperlyConfigured: SQLite 3.8.3 or later is required (found 3.7.17).
解决方法1,给django降级 卸载django: pip uninstall django 安装低版本: pip install django==2.1.8 解决方法2,升级sqlite #更新SQLite 3 #获取源代码(在主目录中运行) [root@djangoServer ~]# cd ~ ...
分类:数据库   时间:2020-05-14 19:08:51    阅读次数:114
测试组件 -ExcelHandler
"""处理Excel"""import xlrdfrom conf import settingsfrom utils.LogHandler import loggerclass ExcelOperate(object): def __init__(self, file_path, sheet_by ...
分类:其他好文   时间:2020-05-14 15:21:46    阅读次数:77
【剑指offer】11 旋转数组的最小数字
题目描述 把一个数组最开始的若干个元素搬到数组的末尾,我们称之为数组的旋转。 输入一个非递减排序的数组的一个旋转,输出旋转数组的最小元素。 例如数组{3,4,5,1,2}为{1,2,3,4,5}的一个旋转,该数组的最小值为1。 NOTE:给出的所有元素都大于0,若数组大小为0,请返回0。 分析 1. ...
分类:编程语言   时间:2020-05-14 15:11:52    阅读次数:63
可以反悔的贪心——贪心+堆维护
P2949 [USACO09OPEN]Work Scheduling G 题目描述 Farmer John has so very many jobs to do! In order to run the farm efficiently, he must make money on the job ...
分类:其他好文   时间:2020-05-14 01:53:04    阅读次数:115
智熄错误集合(慢慢补充)
(如果你不知道这些出锅了的技巧那就当我没说) 这个奇淫技巧在某些测评姬上可能re (通过this==0判断是否为“空”的结构体) ...
分类:其他好文   时间:2020-05-14 01:23:56    阅读次数:53
小黄条:能嵌入桌面的跨平台todolist
http://www.yynote.cn/ 小黄条:能嵌入桌面的跨平台todolist 一款跨平台todolist,手机、PC双向同步 ,随时随地管理任务 无推送、无广告、无红点,不主动打扰 跨平台同步,覆盖所有办公场景,随时随地查看、记录、编辑、管理任务 Windows桌面便签,支持嵌入桌面,搭配 ...
分类:其他好文   时间:2020-05-13 20:02:02    阅读次数:101
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!