码迷,mamicode.com
首页 >  
搜索关键字:power designer    ( 4157个结果
PowerApps 添加圆形图片
PowerApps中default imge只是方形. 但是实现下面的圆形图片也是可以的. 首先,需要点中image, 在advanced中找到所有Radius相关的控件. 并且改值Image1.Height ...
分类:移动开发   时间:2020-07-03 17:04:31    阅读次数:112
Gitea服务搭建指南
本文是Git服务的搭建指南,Gitea 是一个自己托管的Git服务程序。他和GitHub, Bitbucket or Gitlab等比较类似。他是从 Gogs 发展而来社区版本 ...
分类:其他好文   时间:2020-07-01 12:30:14    阅读次数:231
UVA10298 POJ2046 Power Strings
gate 一年前做的. 求一个字符串由多少个循环节构成. KMP. 结论:若$n % (n-next[n]) \not= 0$则不是由循环节构成的. 否则,答案为$n/(n-next[n])$. code #include<cstdio> #include<iostream> #include<cm ...
分类:其他好文   时间:2020-07-01 09:51:14    阅读次数:65
qt designer的插件
release必须要release下,把dll复制到C:\Qt\Qt5.13.0\5.13.0\mingw73_64\plugins\designer然后就可以在designer中看到自定义的插件点击帮助-----关于插件就可以看到插件debug与release生成库的区别debug下的dll库末尾带drelease:::customwidgetplugin.dlllibcustomwidgetp
分类:其他好文   时间:2020-06-30 19:07:12    阅读次数:70
qt designer的插件
release必须要release下,把dll复制到C:\Qt\Qt5.13.0\5.13.0\mingw73_64\plugins\designer然后就可以在designer中看到自定义的插件点击帮助-----关于插件就可以看到插件debug与release生成库的区别debug下的dll库末尾带drelease:::customwidgetplugin.dlllibcustomwidgetp
分类:其他好文   时间:2020-06-30 18:57:00    阅读次数:56
Ueditor——请求后台配置项http错误,上传功能将不能正常使用
前言 昨天迁移网站,今天突然出了Ueditor请求后台配置项http错误,上传功能将不能正常使用 步骤 看了下网络请求发现是config.json文件没有读取到,重新覆盖了该文件后恢复,不过不排除网络问题造成的 cp -rvf public/static/js/ue/config.json /dat ...
分类:Web程序   时间:2020-06-30 14:49:35    阅读次数:310
Qt界面库,开发好看的界面
Qt界面库 QtGears 产品官方网站 www.qt-ui.com 产品特性 1、提供全新的界面编辑工具 New Qt Designer 可以轻松的完成精美界面的开发 2、提供qt界面库,以静态库的形式提供,体积小巧,界面酷炫 3、支持C++和Python语言的调用方式 4、与QtitaRibbo ...
分类:其他好文   时间:2020-06-29 22:52:12    阅读次数:865
Power Apps visual for Power BI
Using the Power Apps visual Let's look at the steps required to use the Power Apps visual in your Power BI report. Power Apps visual is available by d ...
分类:移动开发   时间:2020-06-29 11:30:50    阅读次数:107
power query 分组合并展示
转自:https://www.cnblogs.com/wsmwsm/p/12910590.html 一、需求 根据部门汇总业绩,并展示员工业绩明细(效果图如下) 二、实现步骤: 2.1 将原始数据加载至power query中处理 2.2 对业绩进行汇总处理 比如第二行的海安与最后一行的海安为同一个 ...
分类:其他好文   时间:2020-06-29 00:32:49    阅读次数:109
90. Subsets II
Given a collection of integers that might contain duplicates, nums, return all possible subsets (the power set). Note: The solution set must not conta ...
分类:其他好文   时间:2020-06-29 00:11:37    阅读次数:54
4157条   上一页 1 ... 14 15 16 17 18 ... 416 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!