码迷,mamicode.com
首页 >  
搜索关键字:gnu pic    ( 3892个结果
odoo base_rest_demo 的理解
重点: 以partner 的api接口为例: # Copyright 2018 ACSONE SA/NV # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). from odoo.addons.base_rest.compon ...
分类:其他好文   时间:2020-06-25 10:00:49    阅读次数:85
【原创】大叔经验分享(109)emacs使用
官网:https://www.gnu.org/software/emacs/ An extensible, customizable, free/libre text editor — and more. 一 安装 # yum install emacs # apt-get install emac ...
分类:系统相关   时间:2020-06-25 09:27:48    阅读次数:67
阿里云对象存储 OSS-base64 上传
原地址:https://help.aliyun.com/document_detail/88473.html?spm=a2c4g.11186623.6.1090.316c145eysHW9d 方法封装: public function uploads(Request $request) { $pic ...
分类:Web程序   时间:2020-06-24 09:14:03    阅读次数:216
ubuntu安装 make4.2
1. 安装步骤如下 wget https://ftp.gnu.org/gnu/make/make-4.2.tar.gz tar xvf make-4.2.tar.gz cd make-4.2/ ./configure make sudo make install 2. 如果出现错误说是gcc 没安装 ...
分类:系统相关   时间:2020-06-23 15:32:20    阅读次数:76
Linux 升级make (gmake)
wget https://ftp.gnu.org/gnu/make/make-4.2.tar.gz tar -zxf make-4.2.tar.gz cd make-4.2 ./configure --prefix=$HOME/local make make install 可以在 ~/.bash_ ...
分类:系统相关   时间:2020-06-22 14:47:58    阅读次数:64
搭建文件服务器 MinIO和Java中上传文件至MinIO服务器
下面跟着我一起花三分钟搭建一个超实用的文件服务器 – MinIO 一、下载安装中文官网地址: https://docs.min.io/cn/1下载地址: GNU/Linux https://dl.min.io/server/minio/release/linux-amd64/minio1Window ...
分类:编程语言   时间:2020-06-21 00:35:44    阅读次数:90
iptables执行时报错"iptables : Couldn't load target `standard':No such file or directory"如何处理?
答:重装iptables 查看库 # dpkg -L iptables | fgrep standard /usr/lib/x86_64-linux-gnu/xtables/libxt_standard.so 重装iptables # apt install --reinstall -y iptab ...
分类:其他好文   时间:2020-06-19 20:48:20    阅读次数:203
异或运算
异或运算基础 LeetCode268 异或运算规则:0^0=0; 0^1=1; 1^0=1; 1^1=0。同值取零,异值取一。 性质:1,交换律:a^b=b^a; 2,结合律:(a^b)^c=a^(b^c); 3, a^a=0, a^0=a; 4, a^b^b=a; Swap两数:a=a^b; b= ...
分类:其他好文   时间:2020-06-18 01:32:25    阅读次数:93
2020.04.21 Kali Linux最新版 虚拟机桥接网络 配置静态IP地址
2020.04.21 Kali Linux最新版虚拟机桥接配置静态IP地址 系统版本:Linux kali 5.5.0-kali2-amd64 #1 SMP Debian 5.5.17-1kali1 (2020-04-21) x86_64 GNU/Linux 虚拟机:Parallels Deskto ...
分类:系统相关   时间:2020-06-17 09:12:45    阅读次数:392
QA Issue: No GNU_HASH in the elf binary
解决方法: do_install() { install -d ${D}${libdir} cp -a --no-preserve=ownership ${S}/libsample.so.3.5 ${D}${libdir} ln -sf libsample.so.3.5 ${D}${libdir}/ ...
分类:其他好文   时间:2020-06-15 17:39:20    阅读次数:122
3892条   上一页 1 ... 10 11 12 13 14 ... 390 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!