欢迎莅临 SUN WU GANG 的园子!!!

世上无难事,只畏有心人。有心之人,即立志之坚午也,志坚则不畏事之不成。

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 47 下一页

2024年2月21日

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
posted @ 2024-02-21 15:42 sunwugang 阅读(4) 评论(0) 推荐(0) 编辑

摘要: live server插件 在Vs code 扩展插件中安装live server,启用扩展后展示如下所示: 单击Go Live,会运行启用网页,如下图所示: 注:使用http://127.0.0.1:5500/可查看网页下详细资源信息 解决确实图标问题 第一步:找到合适的图标进行重命名为favic 阅读全文
posted @ 2024-02-21 14:55 sunwugang 阅读(84) 评论(0) 推荐(0) 编辑

摘要: 第一步:创建文件夹 并在VS code 中打开 第二步:创建src目录 + index.html 第三步:https://v2.cn.vuejs.org/v2/guide/installation.html 下载 vue 依赖文件,如下图所示: 第四步:引入vue.js,如下图所示: 第五步:运行 阅读全文
posted @ 2024-02-21 11:38 sunwugang 阅读(4) 评论(0) 推荐(0) 编辑

2024年2月20日

摘要: 第一步:安装vs code 第二步:安装nodejs--node-v14.17.6-x64(需要注意版本--版本过高或过低均会导致程序打包运行问题)——一路默认,会安装对应的npm 注:版本和程序中使用的依赖包不一致会导致各种打包异常......,因此需根据自身项目实际情况安装对应版本 ==>程序打 阅读全文
posted @ 2024-02-20 17:47 sunwugang 阅读(7) 评论(0) 推荐(0) 编辑

2024年1月29日

摘要: 第一步:将字段为空的信息更改为默认值 第二步:更改字段为非空 第三步:设置默认值约束 update TableImageQuality set ImageScore= 0 where ImageScore is null ALTER TABLE TableImageQuality ALTER COL 阅读全文
posted @ 2024-01-29 15:14 sunwugang 阅读(13) 评论(0) 推荐(0) 编辑

2024年1月17日

摘要: 一.使用临时表方式处理 EXEC [dbo].[ProcTotalScoreCountStatistics] '报告质量','2021-08-08 10:32:00','2024-12-30 10:32:00','999002002' 查询存储过程数据步骤 --1.创建临时表 create tabl 阅读全文
posted @ 2024-01-17 17:52 sunwugang 阅读(3) 评论(0) 推荐(0) 编辑

2024年1月8日

摘要: --通过函数处理除法,获取百分比 if object_id('GetPassRate','fn') is not null drop function GetPassRate go create function [dbo].[GetPassRate]( @num1 int, @num2 int) 阅读全文
posted @ 2024-01-08 14:03 sunwugang 阅读(5) 评论(0) 推荐(0) 编辑

2024年1月5日

摘要: 实现查询列不分组 select t.OrganizationCode,(t.OrganizationName) from DictOrganization t select t.OrganizationCode,max(t.OrganizationName)OrganizationName from 阅读全文
posted @ 2024-01-05 15:53 sunwugang 阅读(2) 评论(0) 推荐(0) 编辑

2023年10月11日

摘要: 生成实体类 declare @TableName sysname = 'DictReCheckItem' declare @TableNameL sysname = 'DictReCheckItem' declare @IsCreateControllerMethods sysname =0 dec 阅读全文
posted @ 2023-10-11 16:51 sunwugang 阅读(4) 评论(0) 推荐(0) 编辑

2023年9月5日

摘要: ***** 首页-Q医疗 (qyiliao.com) **** 数字医疗网 https://www.hc3i.cn/ 全国医疗信息化联盟 http://chisc.net/doc/ 智慧医疗网 http://www.cn-witmed.com/list/3.html 智慧医疗信息网 http://w 阅读全文
posted @ 2023-09-05 17:11 sunwugang 阅读(51) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 47 下一页