码迷,mamicode.com
首页 >  
搜索关键字:horizon 7    ( 604个结果
[linux][c/c++]代码片段02
gcc `pkg-config --cflags gtk+-3.0` -o example-1 example-1.c `pkg-config --libs gtk+-3.0` ...
分类:编程语言   时间:2019-11-09 09:17:09    阅读次数:96
WPF布局容器
原文:WPF布局容器 1.StackPanel:堆栈面板,通过Orientation属性设置子元素的布局排列方向为“Vertical”(垂直)和“Horizontal”(水平),不写其默认值为“Vertical”,当设置为“Vertical”时子元素会沿垂直方向拉伸,反之设置为“Horizontal... ...
分类:Windows程序   时间:2019-10-24 23:39:50    阅读次数:144
PhpSpreadsheet 导出特定格式 — 广告请款单
需求说明 最近需要实现一个导出这种格式的Excel表单,之前都有用过导出Excel的功能,但大都是表头+数据的形式,只用于获取数据,没有太多样式要求,不用合并单元格、合并居中等,也不用对每一行数据特异化定制的,所以对PhpSpreadsheet扩展库进行进阶理解。 解决过程 从github 官方文档 ...
分类:Web程序   时间:2019-10-21 11:58:16    阅读次数:225
数据分析
数据分析 1. 什么是数据分析 : 数据分析:是把隐藏在一些看似杂乱无章的数据背后的信息提炼出来,总结出所研究对象的内在规律 数据分析三剑客: Numpy,Pandas,Matplotlib 2. Numpy NumPy(Numerical Python) 是 Python 语言的一个扩展程序库,支 ...
分类:其他好文   时间:2019-10-18 19:07:49    阅读次数:94
celery4.0版本
大写的命名空间意味着所有芹菜配置必须用大写而不是小写来指定,并以CELERY_开始,因此,例如,task_always_eager设置成为CELERY_TASK_ALWAYS_EAGER, broker_url成为CELERY_BROKER_URL ans等等。这个配置是从celery4.0开始引入 ...
分类:其他好文   时间:2019-10-12 22:45:43    阅读次数:117
查询界面
<div id="pdfInfosSelectQueryDiv" class="horizon-list"> <div class="am-input-group am-input-group-lg"> <span class="am-input-group-label">登记证明编号</span>... ...
分类:其他好文   时间:2019-10-08 16:06:57    阅读次数:115
第六次安卓作
package com.example.worksix; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.view. ...
分类:移动开发   时间:2019-10-04 13:25:13    阅读次数:95
模拟扫雷游戏
game_main game_intro game_map 2019-10-04 02:19:12 ...
分类:其他好文   时间:2019-10-03 22:08:00    阅读次数:123
【leetcode】1210. Minimum Moves to Reach Target with Rotations
题目如下: In an n*n grid, there is a snake that spans 2 cells and starts moving from the top left corner at (0, 0)and (0, 1). The grid has empty cells rep ...
分类:其他好文   时间:2019-10-02 11:06:45    阅读次数:89
Finding Black Holes 1
Finding Black Holes 1 The apparent horizon (i.e., the marginally trapped outer surface) is an invaluable tool for finding black holes in numerical rel ...
分类:其他好文   时间:2019-09-17 17:38:58    阅读次数:70
604条   上一页 1 ... 7 8 9 10 11 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!