码迷,mamicode.com
首页 >  
搜索关键字:export signed applic    ( 8678个结果
2.gitlab-ci 集成gitlab-runner 实现自动化部署
1.添加官方的GitLab存储库 1 curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh" | sudo bash 2.安装 1 export GITLAB_RUNN ...
分类:其他好文   时间:2021-06-02 10:56:12    阅读次数:0
ubuntu 安装 Python 异常记录
linux 安装 Python 请参考 我的博客; 按照教程安装完毕后,没问题,但在使用 第三方包时,出现 Illegal instruction,并直接退出 Python; 解决方法: 在环境变量里加入 export OPENBLAS_CORETYPE=ARMV8 ...
分类:编程语言   时间:2021-05-24 16:02:37    阅读次数:0
test
(1) All medicinal products for human use manufactured or imported into the Community, including medicinal products intended for export, are to be manu ...
分类:其他好文   时间:2021-05-24 13:31:17    阅读次数:0
node模块化之模块导出导入
//此时是等价的 exports.name = 'xxx' module.exports.sex = '男' //此时把module.export指向的对象改变,以module.exports为准 module.exports = { id:'1', girlfriend:{ name:'yyy' ...
分类:其他好文   时间:2021-05-24 12:21:09    阅读次数:0
vue中使用alipayer播放视频
首先需要引用alipayer js和css 页面使用的引用方式不同 <template> <div :id="playerId"style="width:100%; height:100%;"> </div></template> <script> export default { name: 'R ...
分类:其他好文   时间:2021-05-24 11:00:02    阅读次数:0
linux安装golang
下载源文件(这一步建议安装高版本,因为很多软件要求高) wget https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz 解压缩到合适的目录 配置环境变量 sudo vim ~/.bashrc 输入以下指令 export GOROOT=/usr/lo ...
分类:系统相关   时间:2021-05-24 10:36:26    阅读次数:0
Mac配置Gradle环境变量
vi ~/.bash_profile #GRADLE GRADLE_HOME=/Users/qinxy/software/gradle-4.9 PATH=$PATH:$GRADLE_HOME/bin export GRADLE_HOME GRADLE_USER_HOME PATH 更新效 sourc ...
分类:系统相关   时间:2021-05-24 10:27:44    阅读次数:0
linux app read kernel log (klogctl())
linux app read kernel log man klogctl: int klogctl(int type, char *bufp, int len); SYSLOG(2) Linux Programmer's Manual SYSLOG(2) NAME syslog, klogctl ...
分类:移动开发   时间:2021-05-24 09:35:18    阅读次数:0
MySQL数据库命名规范及约定
一、【操作规范】1. 如无备注,则表中的第一个id字段一定是主键且为自动增长;2. 如无备注,则数值类型的字段请使用UNSIGNED属性;3. 如无备注,排序字段order_id在程序中默认使用降序排列;4. 如无备注,所有字段都设置NOT NULL,并设置默认值;5. 如无备注,所有的布尔值字段, ...
分类:数据库   时间:2021-05-24 08:16:07    阅读次数:0
centos7系统通过crontab定时向pg数据库执行命令
1.设置环境变量 # echo 'PATH=/opt/opsmgr/web/components/postgresql96linux64.1/bin/:$PATH' >> /etc/profile # echo 'export PGPASSWORD=ytcmUUNq' >> /etc/profile ...
分类:数据库   时间:2021-05-24 08:13:18    阅读次数:0
8678条   上一页 1 ... 5 6 7 8 9 ... 868 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!