1. 操作步骤: 打开navicat软件,点击查询 新建查询,将粘贴如下代码。 select TABLE_NAME 表, COLUMN_NAME 列, COLUMN_TYPE 类型, IS_NULLABLE 允许为空, COLUMN_DEFAULT 默认值, COLUMN_COMMENT 描述 fr ...
分类:
数据库 时间:
2020-04-08 11:47:32
阅读次数:
74
安装 参考github的说明 添加GOPATH 创建workspace 创建新文件 运行程序 Liteide中运行程序有两种方式: FR(FileRun)是编译并运行单个文件,可以使用Shift + Alt + R快捷键; BR(BuildAndRun)是编译运行整个项目,可以使用Command + ...
分类:
其他好文 时间:
2020-04-07 12:22:53
阅读次数:
87
文献学习——Evaluating CDCL Variable Scoring Schemes 作者:Armin Biere ( B ) and Andreas Fröhlich 大牛,CaDiCal、YalSAT、Lingeling等求解器的研发团队负责人 这是作者2015年发表的文献,其中深入讲解 ...
分类:
其他好文 时间:
2020-04-06 13:18:34
阅读次数:
81
行业分析 https://news.futunn.com/market/84946?src=8 https://robo.datayes.com/v2/details/news/53728280 安索夫 矩阵 https://baike.baidu.com/item/安索夫矩阵/5405846?fr ...
分类:
其他好文 时间:
2020-04-06 11:55:22
阅读次数:
64
public void ShowCustomPopup() { //Get the active map view. var mapView = MapView.Active; if (mapView == null) return; //Create custom popup content va ...
分类:
其他好文 时间:
2020-04-06 00:01:25
阅读次数:
97
通过scrapy提供的扩展功能, 我们可以编写一些自定义的功能, 插入到scrapy的机制中 一、编写一个简单的扩展 我们现在编写一个扩展, 统计一共获取到的item的条数我们可以新建一个extensions.py # extendsions.py # -*- coding: utf-8-*- fr ...
分类:
其他好文 时间:
2020-04-05 20:45:34
阅读次数:
107
1. 在vuex中新增login、initlogin方法 login方法作用是将token和user信息存入缓存 initLogin方法的作用是初始化聊天对象 import $U from '@/common/free-lib/util.js' import $H from '@/common/fr ...
分类:
其他好文 时间:
2020-04-05 13:13:01
阅读次数:
68
-- 1 查询表中单个字段 SELECT `last_name` FROM `employees`; -- 2 查询表中多个字段 SELECT `last_name`,`email`,`department_id` FROM `employees`; # 3.查询表中所有字段 SELECT * FR ...
分类:
数据库 时间:
2020-04-04 19:08:06
阅读次数:
134
try{ var mapView = MapView.Active; if (mapView != null) { var map = mapView.Map; if (map != null) { foreach (StandaloneTable table in map.StandaloneTa ...
分类:
其他好文 时间:
2020-04-04 00:15:12
阅读次数:
66
在Activity跳转之间可以设置动画效果,例如平移,渐变,旋转等动画,当然在Fragment中也可以设置切换的动画效果,可以达到跟ViewPager切换动画类似的效果。在Fragment中设置自定义切换动画主要分为了两种情景,一种是使用 android.app.Fragment包里面的Fragme ...
分类:
移动开发 时间:
2020-04-02 15:55:21
阅读次数:
111