03 2021 档案

摘要:using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; namespace System.ComponentModel { /// < 阅读全文
posted @ 2021-03-30 11:04 少莫千华 阅读(283) 评论(0) 推荐(0)
摘要:1、删除字段 1.1、不作字段是否存在的判断 ALTER TABLE `ssdds2`.`medicine` DROP COLUMN `med_price` ; 1.2、判断字段是否存在 SET @sch = 'ssdds2';SET @tab = 'medicine';SET @col = 'me 阅读全文
posted @ 2021-03-17 16:29 少莫千华 阅读(1008) 评论(0) 推荐(0)
摘要:DROP PROCEDURE IF EXISTS ssdds.`aaup`; CREATE PROCEDURE `ssdds`.`aaup`() BEGIN DECLARE bkup_min_pre_id int; DECLARE interval_day int; DECLARE interval 阅读全文
posted @ 2021-03-17 15:37 少莫千华 阅读(72) 评论(0) 推荐(0)
摘要:DROP TABLE IF EXISTS `ssdds_backup`.`client_command`; CREATE TABLE `ssdds_backup`.`client_command` ( `sid` int(11) NOT NULL, `user_id` int(11) DEFAULT 阅读全文
posted @ 2021-03-17 15:36 少莫千华 阅读(17) 评论(0) 推荐(0)
摘要:/* * 遍历指定对象所有属性名称与值、方法与参数 * object 需要遍历的对象 * author: Jet Mah * website: */ function printObjectProperty(object) { // 用来保存所有的属性名称和值 var functionArray = 阅读全文
posted @ 2021-03-11 09:32 少莫千华 阅读(142) 评论(0) 推荐(0)
摘要:/*! jQuery FineUI v3.5.0.1 | http://fineui.com/ */ (function () { var n = !1, t = /xyz/.test(function () { xyz }) ? /\b_super\b/ : /.*/; this.Class = 阅读全文
posted @ 2021-03-11 09:18 少莫千华 阅读(376) 评论(0) 推荐(0)
摘要:-- UPDATE prescription_medicine SET -- PATIENT_ID = REPLACE(PATIENT_ID,"'",""); DROP TABLE IF EXISTS tmp_update_replace; CREATE TABLE if NOT EXISTS `t 阅读全文
posted @ 2021-03-10 18:32 少莫千华 阅读(121) 评论(0) 推荐(0)
摘要:{ background-image: -webkit-linear-gradient( 135deg, rgb(244,202,216) 0%, rgb(129,112,137) 35%, rgb(14,21,58) 100%); } 阅读全文
posted @ 2021-03-09 14:51 少莫千华 阅读(11) 评论(0) 推荐(0)