今天在创建 git 仓库后,我试用 sourcetree 拉取仓库后, 创建了一个分支后,按照正常的操作提交新分支代码,但是报出了下面的错误内容: Pushing to https://github.com/J-Boos/J-Boss-Tool.gitremote: You must verify ...
分类:
其他好文 时间:
2020-01-10 22:34:00
阅读次数:
134
library frmDll; { Important note about DLL memory management: ShareMem must be the first unit in your library's USES clause AND your project's (select ...
解决jenkins创建用户不允许有特殊字符 1、报错提示 例如创建si.li这个用户时,jenkins提示User name must only contain alphanumeric characters, underscore and dash 2、解决办法(jenkins安装的方法不同可能配 ...
分类:
其他好文 时间:
2020-01-06 12:59:59
阅读次数:
343
Media query expression must begin with '(' ??? 这是路径不正确的错误 在sass中引用样式文件一定要写对路径,在应用的后面需要加上 ; 分号 @import '../../animation.css'; ...
分类:
其他好文 时间:
2020-01-03 00:45:41
阅读次数:
258
MySQL5.7 参考 http://blog.csdn.net/u013205623/article/details/79171698 一、下载 https://dev.mysql.com/downloads/mysql/ 按照自己电脑位数下载相应安装包 二、安装 1. 解压到想要安装的目录 2. ...
分类:
数据库 时间:
2020-01-02 15:41:41
阅读次数:
104
Oracle数据库中,有两种类型的分区索引,全局索引和本地索引,其中本地索引又可以分为本地前缀索引和本地非前缀索引。下面就分别看看每种类型的索引各自的特点。全局索引以整个表的数据为对象建立索引,索引分区中的索引条目既可能是基于相同的键值但是来自不同的分区,也可能是多个不同键值的组合。全局索引既允许索 ...
分类:
其他好文 时间:
2019-12-31 10:38:58
阅读次数:
96
queue队列日,这篇好长啊….queue is especially useful in threaded programming when information must be exchanged safely between multiple threads.多线程编程环境下,当在多条线程中... ...
分类:
编程语言 时间:
2019-12-31 01:25:10
阅读次数:
118
1003 Emergency (25分) As an emergency rescue team leader of a city, you are given a special map of your country. The map shows several scattered cities ...
分类:
其他好文 时间:
2019-12-30 23:11:43
阅读次数:
115
1、iconv(): Detected an illegal character in input string 2、The 'gridview' module MUST be setup in your Yii configuration file. 3、Yii2 i18n 参考: https:/ ...
分类:
其他好文 时间:
2019-12-29 23:33:36
阅读次数:
91
一、数据类型之字典 字典是python中唯一的映射类型,采用键值对(key-value)的形式存储数据。python对key进行哈希函数运算,根据计算的结果决定value的存储地址,所以字典是无序存储的,且key必须是可哈希的。可哈希表示key必须是不可变类型,如:数字、字符串、元组。 字典(dic ...
分类:
编程语言 时间:
2019-12-28 20:36:12
阅读次数:
81