上一页 1 2 3 4 5 6 7 8 ··· 24 下一页
摘要: 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 阅读全文
posted @ 2021-03-01 10:39 欣欣点灯 阅读(120) 评论(0) 推荐(0) 编辑
摘要: <dependentAssembly> <assemblyIdentity name="Common.Logging" publicKeyToken="af08829b84f0328e" culture="neutral"/> <bindingRedirect oldVersion="0.0.0.0 阅读全文
posted @ 2021-02-25 11:41 欣欣点灯 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 1.配置数据库 2.开启 redis 3.pom maven import 4.启动ruoyi 阅读全文
posted @ 2021-02-12 17:38 欣欣点灯 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 配置 安装 node npm 1.安装依赖,建议不要用直接使用 cnpm 安装,会有各种诡异的 bug,可以通过重新指定 registry 来解决 npm 安装速度慢的问题:在命令行输入 npm install --registry=https://registry.npm.taobao.org 2 阅读全文
posted @ 2021-02-11 15:09 欣欣点灯 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 1.进入到目标文件夹,也就是将项目放置的文件夹,点击右键,点击如图红框中的部分,进入到目标文件夹 2.如果你尚未设置git的用户名和登录邮箱,就需要先设置一下,才能clone下来项目或者进行提交文件等 3.配置好了之后,找到你想要clone下来的项目地址,直接输入 git clone "https: 阅读全文
posted @ 2021-02-11 15:07 欣欣点灯 阅读(90) 评论(0) 推荐(0) 编辑
摘要: TaskScheduler uiContext = TaskScheduler.FromCurrentSynchronizationContext(); Task t = Task.Factory.StartNew(() => { }).ContinueWith(m => { }, uiContex 阅读全文
posted @ 2020-12-03 09:41 欣欣点灯 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-12-02 14:06 欣欣点灯 阅读(258) 评论(0) 推荐(0) 编辑
摘要: void gridView1_MouseDown(object sender, MouseEventArgs e) { GridHitInfo info; Point pt = winGridView1.gridView1.GridControl.PointToClient(Control.Mous 阅读全文
posted @ 2020-11-23 13:49 欣欣点灯 阅读(589) 评论(0) 推荐(0) 编辑
摘要: AutoComplete = true; 阅读全文
posted @ 2020-11-23 13:47 欣欣点灯 阅读(1231) 评论(0) 推荐(0) 编辑
摘要: ITempFrmDeleagte sendtempfrm = tableForm as ITempFrmDeleagte; if (sendtempfrm != null) { sendtempfrm.OpenModifyFrm += mainDialog.sendtempfrm_OpenModif 阅读全文
posted @ 2020-11-23 13:44 欣欣点灯 阅读(145) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 24 下一页