业务场景:客户需要根据过滤条件的不同显示不同的列。如下方式可以实现动态的列名。 using System;using System.Collections.Generic;using System.Linq;using System.Text;using Kingdee.BOS.Core.Repor ...
分类:
其他好文 时间:
2020-02-18 20:42:55
阅读次数:
99
import 'package:flutter/material.dart';void main() { runApp(MyApp());}class MyApp extends StatelessWidget{ @override Widget build(BuildContext context ...
分类:
其他好文 时间:
2020-02-18 14:45:14
阅读次数:
56
一、水平布局Row Row控件可以分为非灵活排列和灵活排列两种,灵活的可以在外边加入Expanded使用 两者混用: import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends ...
分类:
其他好文 时间:
2020-02-16 20:47:14
阅读次数:
71
“记帐本”开始 MainActivity.java package com.example.myapplicationsecond; import android.os.Bundle; import com.google.android.material.floatingactionbutton.F ...
分类:
其他好文 时间:
2020-02-15 20:36:10
阅读次数:
78
ALTER TABLE scm_material_contract ADD CONSTRAINT material_contract_foreignid FOREIGN KEY(form_id) REFERENCES scm_purchase_contract(contract_id) ALTER ...
分类:
数据库 时间:
2020-02-15 11:41:19
阅读次数:
98
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" ...
分类:
移动开发 时间:
2020-02-14 20:16:44
阅读次数:
115
Element(Star 43.7k) 网站快速成型工具 Element,一套为开发者、设计师和产品经理准备的基于 Vue 2.0 的桌面端组件库 官网地址 https://element.eleme.cn/ /zh CN iview(Star 23k) View UI,即原先的 iView,是一套 ...
分类:
其他好文 时间:
2020-02-10 12:01:04
阅读次数:
69
关于特性曲线的输出调整: 初代版本 material material=igzo eg300=3.5 nc300=8.5e21 nv300=8.5e21 taun0=1e-9 taup0=1e-9 affinity=4.35 mup=1 mun=35 defect region=1 nta=5e17 ...
分类:
其他好文 时间:
2020-02-07 14:49:45
阅读次数:
101
Metro是微软的一贯设计风格,相对Google的Material Desgin ,Metro更加的简洁,清晰明了。 Material 的设计也是很不错的,而且在Android,Web上都能经常看到Material的设计风格,这两者的差异我就不说了。 Metro的设计风格是什么样的? 比如这个,Wi ...
分类:
其他好文 时间:
2020-02-06 18:10:25
阅读次数:
71
// include all the scss @import "~@angular/material/theming"; // Include non-theme styles for core. @include mat-core(); $mat-custom-primary-theme: ( ...
分类:
其他好文 时间:
2020-02-05 09:28:05
阅读次数:
69