Invalid signature for Kali Linux repositories : “The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository” 今天打算把kali更新一 ...
分类:
Web程序 时间:
2018-05-21 00:56:09
阅读次数:
334
打包: 下载依赖太慢解决办法: 在build.gradle中设置国内镜像: buildscript { repositories{ ...
分类:
其他好文 时间:
2018-05-19 12:01:11
阅读次数:
175
gitlab的安装和使用(二)使用过程中遇到的问题:数据盘不够用了解决办法:gitlab数据本地目录迁移gitlab代码数据默认目录:/var/opt/gitlab/git-data/repositories在新数据盘data目录下新建gitlab-data目录,把旧数据拷贝过去再重新启动gitlab,操作如下:1.停止数据连接服务[root@gitservergit-data]#gitlab-c
分类:
其他好文 时间:
2018-05-18 11:25:36
阅读次数:
185
21:56:16 INFO : Launching XSDB server: xsdb.bat C:/Xilinx/SDK/2015.4/scripts/xsdb/xsdb/xsdb-server.tcl21:59:18 ERROR : Timed out. 180 seconds have ela ...
分类:
其他好文 时间:
2018-05-12 02:36:59
阅读次数:
762
打开此链接按照命令执行即可https://downloads.mariadb.org/mariadb/repositories/#mirror=tuna&distro=Debian&distro_release=stretch--stretch&version=10.2
分类:
数据库 时间:
2018-05-11 17:20:54
阅读次数:
154
mysql> SET FOREIGN_KEY_CHECKS = 0; Query OK, 0 rows affected (0.02 sec) mysql> delete from repositories where repo_name = "watch/sinawatch_agent_updat ...
分类:
数据库 时间:
2018-05-10 23:27:24
阅读次数:
197
使用阿里云的国内镜像仓库地址,就可以快速的下载需要的文件 修改项目根目录下的文件 build.gradle : buildscript { repositories { maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/' ...
分类:
移动开发 时间:
2018-05-04 17:01:30
阅读次数:
1674
首先,在github上创建仓库:选择Repositories,点击右边的“New”,输入仓库名称,点击“create repositories”。 studio的git配置; 安装好git后启动Androidstudio,打开如下路径File->Settings->Version Control(展 ...
分类:
移动开发 时间:
2018-05-03 10:24:34
阅读次数:
225
框架采用了以下技术: 服务器端: Asp.Net Mvc Core 通过层级架结构 (Entities、Repositories、Application Services、DTOs等) Castle windsor (依赖注入容器) Entity Framework Core、Dapper 自定义用 ...
分类:
Web程序 时间:
2018-05-02 11:16:57
阅读次数:
1247
日志如下: 自定义的 admin,space_admin.py文件内容 总结一下 ForeignKey 作为外键django默认是把Repositories类的id和project_name字段关联的,不能直接写project_name 具体字段,project_name是个对象,没法直接查询。 p ...
分类:
其他好文 时间:
2018-04-27 19:47:07
阅读次数:
505