码迷,mamicode.com
首页 >  
搜索关键字:present    ( 1648个结果
WPF报表自定义通用可筛选列头-WPF特工队内部资料
原文:WPF报表自定义通用可筛选列头-WPF特工队内部资料 由于项目需要制作一个可通用的报表多行标题,且可实现各种类型的内容显示,包括文本、输入框、下拉框、多选框等(自定的显示内容可自行扩展),并支持参数绑定转换,效果如下: 源码结构 ColumnItem类:对列的宽度,对象方式,显示类型,绑定名称... ...
分类:Windows程序   时间:2019-04-24 19:09:09    阅读次数:167
【LeetCode每天一题】Jump Game II(跳跃游戏II)
Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents your maximu ...
分类:其他好文   时间:2019-04-19 11:44:35    阅读次数:151
TensorFlow 神经网络教程
TensorFlow 是一个用于机器学习应用程序的开源库。它是谷歌大脑的第二代系统,在取代了近源的 DistBelief 之后,被谷歌用于研究和生产应用。TensorFlow 提供了很多种语言接口,包括 Python、C++、Go、Java 和 C 等等。考虑到普遍性和易学性,本文将采用 Pytho ...
分类:其他好文   时间:2019-04-11 14:29:37    阅读次数:99
ansible+jenkins实现zabbix维护模式添加
##主要过程##1.zabbix维护模式通过ansible的zabbix_maintenance模块来实现2.jenkins调用ansible执行playbook##最终效果##用户可多选应用组,设置维护时长,最终确认操作。##具体实现##1.一些安全选项,和丢弃策略:2.设置参数Influence,用来提供多选项,最终用户可选择业务范围,此处插件名称是:ExtendedChoiceParamet
分类:其他好文   时间:2019-04-09 10:52:05    阅读次数:309
POJ 3041 Asteroids
http://poj.org/problem?id=3041 Description Bessie wants to navigate her spaceship through a dangerous asteroid field in the shape of an N x N grid (1 ...
分类:其他好文   时间:2019-04-08 13:27:21    阅读次数:131
835. Image Overlap
Two images A and B are given, represented as binary, square matrices of the same size. (A binary matrix has only 0s and 1s as values.) We translate on ...
分类:其他好文   时间:2019-04-08 13:24:52    阅读次数:158
Kubernetes初探[1]:部署你的第一个ASP.NET Core应用到k8s集群
转自:https://www.cnblogs.com/RainingNight/p/first-aspnetcore-app-in-k8s.html Kubernetes简介 Kubernetes是Google基于Borg开源的容器编排调度引擎,作为CNCF(Cloud Native Computi ...
分类:Web程序   时间:2019-04-07 19:18:16    阅读次数:183
题解【POJ1160】Post Office
【POJ1160】Post Office Description There is a straight highway with villages alongside the highway. The highway is represented as an integer axis, and t ...
分类:其他好文   时间:2019-04-06 00:02:44    阅读次数:123
WPF文字间距
原文:WPF文字间距代码: View Code ...
分类:Windows程序   时间:2019-04-02 12:47:21    阅读次数:510
React开发环境搭建(react,babel,webpack webpack-dev-server)
最终效果: 配置webpack 自动编译脚本, 内容更改后浏览器页面自动刷新,提高效率。 主要靠webpack 的watch 功能。 npm 全局安装的包: webpack webpack-cli webpack-dev-server. 项目内2个文件 package.json. webpack.c ...
分类:Web程序   时间:2019-03-28 17:03:31    阅读次数:392
1648条   上一页 1 ... 31 32 33 34 35 ... 165 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!