摘要:
SELECT OBJECT_NAME(i.object_id) AS objectName, i.name AS indexName, SUM(a.total_pages) AS totalPages, SUM(a.used_pages) AS usedPages, SUM(a.data_pages 阅读全文
摘要:
<dependentAssembly> <assemblyIdentity name="Common.Logging" publicKeyToken="af08829b84f0328e" culture="neutral"/> <bindingRedirect oldVersion="0.0.0.0 阅读全文
摘要:
1.配置数据库 2.开启 redis 3.pom maven import 4.启动ruoyi 阅读全文
摘要:
配置 安装 node npm 1.安装依赖,建议不要用直接使用 cnpm 安装,会有各种诡异的 bug,可以通过重新指定 registry 来解决 npm 安装速度慢的问题:在命令行输入 npm install --registry=https://registry.npm.taobao.org 2 阅读全文
摘要:
1.进入到目标文件夹,也就是将项目放置的文件夹,点击右键,点击如图红框中的部分,进入到目标文件夹 2.如果你尚未设置git的用户名和登录邮箱,就需要先设置一下,才能clone下来项目或者进行提交文件等 3.配置好了之后,找到你想要clone下来的项目地址,直接输入 git clone "https: 阅读全文
摘要:
TaskScheduler uiContext = TaskScheduler.FromCurrentSynchronizationContext(); Task t = Task.Factory.StartNew(() => { }).ContinueWith(m => { }, uiContex 阅读全文
摘要:
SELECT ROW_NUMBER () OVER ( PARTITION BY REG_NO,MZ_FLAG,BL_TYPE ORDER BY BL_ORDER,BL_TIME ) CNO,BL_ORDNO,REG_NO,MZ_FLAG,BL_TYPE,BL_ORDER FROM EMR_PATI 阅读全文
摘要:
void gridView1_MouseDown(object sender, MouseEventArgs e) { GridHitInfo info; Point pt = winGridView1.gridView1.GridControl.PointToClient(Control.Mous 阅读全文
摘要:
AutoComplete = true; 阅读全文
摘要:
ITempFrmDeleagte sendtempfrm = tableForm as ITempFrmDeleagte; if (sendtempfrm != null) { sendtempfrm.OpenModifyFrm += mainDialog.sendtempfrm_OpenModif 阅读全文