// Triger_flow_group_user_Insert BEGIN SET new.fid=REPLACE(UUID(),'-',''); set new.userName=(select ifnull(name,real_name) as name from blade_user whe ...
分类:
数据库 时间:
2021-05-24 10:18:59
阅读次数:
0
安装nginx 1 sudo apt-get install -y nginx 修改配置文件 1 vi /etc/nginx/nginx.conf 2 #注释掉下面这行代码 3 #include /etc/nginx/sites-enabled/*; 4 #保存 在/etc/nginx/conf.d ...
分类:
系统相关 时间:
2021-05-24 09:40:00
阅读次数:
0
Little Q is very sleepy, and he really needs some coffee to make him awake. At this time, Little L brings a pot to Little Q, and he states the pot as ...
分类:
其他好文 时间:
2021-05-24 02:14:37
阅读次数:
0
paper:Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks Tensorflow-faster r-cnn github:Tensorflow Faster RCNN for Object ...
分类:
其他好文 时间:
2021-05-04 16:41:54
阅读次数:
0
3.1、war和war exploded的区别 是选择war还是war exploded 这里首先看一下他们两个的区别: (1)war模式这种可以称之为是发布模式,看名字也知道,这是先打成war包,再发布; (2)war exploded模式是直接把文件夹、jsp页面 、classes等等移到Tom ...
分类:
其他好文 时间:
2021-05-03 13:20:39
阅读次数:
0
通用单元增加了ada的灵活性 包和通用单元的概念使Ada能够用于通用软件组件。实用程序例程可以编写一次,并在多个程序中使用,从而消除了反复重写和调试实用程序的需要。如果没有Ada的通用能力,这种能力将会大大减弱。 什么是通用单元? Example program > e_c30_p1.ada -- ...
分类:
其他好文 时间:
2021-04-28 12:06:17
阅读次数:
0
proxy_set_header client_body_buffer_size proxy_connect_timeout 代理和real 的超时 proxy_send_timeout proxy_read_timeout proxy_buffer_size proxy_buffers ...
分类:
其他好文 时间:
2021-04-26 13:41:48
阅读次数:
0
制定目标的SMART原则 ——S代表具体(Specific),指绩效考核要切中特定的工作指标,不能笼统; ——M代表可度量(Measurable),指绩效指标是数量化或者行为化的,验证这些绩效指标的数据或者信息是可以获得的; ——A代表可实现(Attainable),指绩效指标在付出努力的情况下可以 ...
分类:
其他好文 时间:
2021-04-15 12:02:09
阅读次数:
0
procedure TPageListDialogFrame.ListView1ScrollViewChange(Sender: TObject); var allheight: real; begin with Sender as TListView do begin allheight := S ...
分类:
其他好文 时间:
2021-04-07 10:29:44
阅读次数:
0
// 判斷是否已登錄授權 module.exports.getDate = getDate function getDate(){ var time = new Date().toLocaleDateString().split('/').join('-') return time; } // 判斷 ...
分类:
Web程序 时间:
2021-04-06 14:39:35
阅读次数:
0