上一页 1 2 3 4 5 6 7 8 ··· 15 下一页
摘要: <?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2020-10-26 18:06 卡卡西村长 阅读(241) 评论(0) 推荐(0) 编辑
摘要: SELECT trx_mysql_thread_id FROM INFORMATION_SCHEMA.INNODB_TRX; 然后kill掉 阅读全文
posted @ 2020-10-26 11:58 卡卡西村长 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 1、安装VS2019社区版,下载地址: https://visualstudio.microsoft.com/zh-hans/thank-you-downloading-visual-studio/?sku=Community&rel=15# 安装时选择 桌面C++ 组件。 如果安装失败,说明你的操 阅读全文
posted @ 2020-10-10 19:18 卡卡西村长 阅读(1710) 评论(0) 推荐(0) 编辑
摘要: 首先声明,a56爆大奖在线娱乐不是标题党,a56爆大奖在线娱乐真的是用5000行左右的JS实现了一个轻量级的关系型数据库JSDB,核心是一个SQL编译器,支持增删改查。 源代码放到github上了:https://github.com/lavezhang/jsdb 如果你需要修改程序引入新的特性,请严格遵守GPL协议。 如果转发此文, 阅读全文
posted @ 2020-10-07 12:56 卡卡西村长 阅读(5781) 评论(43) 推荐(110) 编辑
摘要: 假设已经安装好IDEA Ultimate版本了。 1、安装 C++ Build Tools http://go.microsoft.com/fwlink/?LinkId=691126 2、安装 rust sdk https://static.rust-lang.org/rustup/dist/x86 阅读全文
posted @ 2020-10-06 23:03 卡卡西村长 阅读(2717) 评论(0) 推荐(1) 编辑
摘要: SELECT CAST(FROM_BASE64(nick_name) AS CHAR CHARACTER SET utf8) FROM t1 阅读全文
posted @ 2020-09-16 10:19 卡卡西村长 阅读(795) 评论(0) 推荐(0) 编辑
摘要: 【Installers for Windows】 python:https://www.python.org/ftp/python/3.8.5/python-3.8.5-amd64.exe pycharm:https://download.jetbrains.com/python/pycharm-p 阅读全文
posted @ 2020-09-09 20:47 卡卡西村长 阅读(198) 评论(0) 推荐(0) 编辑
摘要: Determining whether or not a polygon (2D) has its vertices ordered clockwise or counterclockwise Written by Paul BourkeMarch 1998 The following descri 阅读全文
posted @ 2020-09-08 07:01 卡卡西村长 阅读(495) 评论(0) 推荐(0) 编辑
摘要: with t1 as (select 1 as id union all select 2 union all select 3 union all select 4 union all select 5), t2 as (select '100,200,300' as client_id) sel 阅读全文
posted @ 2020-08-19 16:28 卡卡西村长 阅读(1010) 评论(0) 推荐(0) 编辑
摘要: #如果已有用户,清除掉userdel user1rm -rf /home/user1rm -rf /var/spool/mail/user1 #新建sftp组、具体用户user1groupadd sftpuseradd -G sftp -s /sbin/nologin user1passwd use 阅读全文
posted @ 2020-07-23 11:48 卡卡西村长 阅读(554) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页