xclw2000
xclw2000
官方的Entity, Service,Repository的类里,都默认成partial类吧,方便扩展,自己的代码都加到partial类里,重新生成,也不会影响自己的partial类
DbTypeMap.xml中没有关于mysql的enum类型的映射
使用SmartCode的过程中遇到很多问题: 1.不知道怎么建一个配置文件,因为一开始不知道安装目录下有一个SmartCode.yml,可以在这个文件的基础上改。另外也没说明安装目录在哪里 2.NamingConverter只考虑了需要改名的情况,如果不想改表名或者列名,应该怎么处理? 3.IncludeTables和IgnoreTables没有说明要用[ ]包起来,也没有例子 4...... 总之最好每个配置项都要给出每种可能的值的例子。说白了就是
ProExcelButton可以使用了吗?有没有结合ProTable的例子呀?
I want to use the WaveIn or WaveInEvent class to record voice. ``` var _waveIn = new WaveInEvent(); _waveIn.DataAvailable += OnDataAvailable; _waveIn.StartRecording(); ``` And save voice data into a buffer...
I have set the min threads to 500, but still get timeout error like below `The message timed out in the backlog attempting to send because no connection became available,...
The sample of share code target platform is Android and iOS, how to support Mac at the same time, can you give me a sample? I have a library(already compiled...
### 🧐 问题描述 | Problem description 使用 pro-cli 建的项目 我想修改所有的ProCard的标题颜色 通过查看源码 ``` [`${componentCls}-title`]: { color: token.colorText, fontWeight: 500, fontSize: token.fontSizeLG, lineHeight: token.lineHeight, } ``` 得知文本颜色是从token.colorText取的, 于是在config.ts中作如下配置 ``` antd: { configProvider:...
### 🧐 问题描述 | Problem description 使用 pro-cli 建的项目 我想修改所有的ProCard的标题颜色 通过查看源码 ``` [`${componentCls}-title`]: { color: token.colorText, fontWeight: 500, fontSize: token.fontSizeLG, lineHeight: token.lineHeight, } ``` 得知文本颜色是从token.colorText取的, 于是在config.ts中作如下配置 ``` antd: { configProvider:...