在程序中,我们经常会习惯性的使用in和not in,在访问量比较小的时候是可以的,但是一旦数据量大了,我们就推荐使用not exists或者外连接来代替了。如果要实现一张表有而另外一张表没有的数据时,我们通常会这么写: select * from table t where t.id not in ...
分类:
其他好文 时间:
2019-12-07 21:14:56
阅读次数:
123
Description The game “The Pilots Brothers: following the stripy elephant” has a quest where a player needs to open a refrigerator. There are 16 handle ...
分类:
其他好文 时间:
2019-12-07 21:05:15
阅读次数:
108
记录一下docker的日常使用命令,本文主要针对linux + mac操作系统而言,window是否适用不太确定,谨慎使用 1. docker进程 docker进程启动、停止、重启,常见的三种case 2. 镜像操作 镜像作为容器执行的前提条件,一般需要掌握的几个命令无非是搜索,下载,删除,创建 关 ...
分类:
其他好文 时间:
2019-12-07 21:00:28
阅读次数:
88
先放上串口的一个类,自己编写的,觉得这样好用些。 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System ...
知识点 基于 Server-Sent Event 工作方式,Web 即时通信 Redis 包 发布订阅功能的使用 flask 快速入门,常用对象实例方法函数 Vuejs 列表页面自动渲染 效果图 代码段 app.py 主文件 import datetime from flask import Fla ...
分类:
其他好文 时间:
2019-12-06 21:30:08
阅读次数:
115
文件目录 index.js readme.md theme acg acg.css acg.js readme.md light light.css light.js readme.md other themes ... 总体是怎么运行的 index.js index.js是入口文件,它将用户配置和 ...
分类:
其他好文 时间:
2019-12-06 19:48:06
阅读次数:
126
There are nn people at the round gaming table. Each of them has a set of cards. Every card contains some number xx. Players make turns consecutively, ...
分类:
其他好文 时间:
2019-12-05 22:43:19
阅读次数:
128
去年 kaggle 比赛的代码时 https://www.kaggle.com/artgor/quick-and-dirty-regression ,出现如下报错,全网都找不到答案。 特此记下。 LightGBMError: Do not support special JSON character ...
分类:
Web程序 时间:
2019-12-05 22:12:26
阅读次数:
976
通过sql一步处理 insert into table_name(column1,column2,column3) select 'value1','value2','value3'where not exists(select column from table_name where id=1); ...
分类:
数据库 时间:
2019-12-05 19:03:48
阅读次数:
293
title: js 排序 tag: javascript date: 2019/12/5 10:33 插入排序 ...
分类:
编程语言 时间:
2019-12-05 13:25:15
阅读次数:
102