码迷,mamicode.com
首页 >  
搜索关键字:eclipse color theme    ( 205641个结果
Delphi image 等比例缩小
//等比例缩小 uses Math; var Zoom:Extended; W,H:integer; bmp:Tbitmap; begin bmp:=Tbitmap.Create; bmp.LoadFromFile('c:\aa.bmp'); Zoom:=Image1.Width/Max(bmp.W ...
分类:Windows程序   时间:2021-01-01 11:59:30    阅读次数:0
ntfs_file system
centos linux 对ntfs的支持,需要第三方软件源epel 使用阿里源 ,根据help进行配置 #wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo #yum install ntfs- ...
分类:Web程序   时间:2021-01-01 11:44:57    阅读次数:0
api2html 试用
已经基于go mod 调整了原有的项目,所以使用以及构建就很方便了,同时官方也提供了demo 所以试用下 构建工具 git clone https://github.com/rongfengliang/api2html.git cd api2html go build 运行demo cd examp ...
分类:Windows程序   时间:2020-12-31 12:54:55    阅读次数:0
跨域过滤器配置
import java.io.IOException; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.ServletException; import javax.servlet ...
分类:其他好文   时间:2020-12-31 12:54:09    阅读次数:0
在eclipse上搭建基于ARM芯片的嵌入式开发平台
一、安装eclipse 1、安装JDK 下载JDK,下载链接:https://www.oracle.com/java/technologies/javase-downloads.html 找到下载入口,点击进去,如下图所示: 选择与当前使用系统匹配的JDK进行下载安装(下载前需要登录一个账号,没有的 ...
分类:系统相关   时间:2020-12-31 12:27:42    阅读次数:0
Python第二天
简简单单画个圣诞树 1 n = 50 2 from turtle import * 3 speed("fastest") 4 left(90) 5 forward(3*n) 6 # 顶部五角星略过 7 color("dark green") 8 backward(n*4.8) 9 def tree( ...
分类:编程语言   时间:2020-12-31 12:10:19    阅读次数:0
ext4和xfs文件系统的扩容和收缩
1. LVM逻辑卷管理 2. ext4文件系统 2.1 扩容CentOS6的根文件系统(ext4) 根文件系统在 /dev/VolGroup/lv_root 逻辑卷上,文件系统类型为ext4,大小为10G,现在要将其扩容成20G。 1)调整分区类型为8e # 调整分区类型为LVM,也就是8e类型 f ...
分类:其他好文   时间:2020-12-31 12:09:13    阅读次数:0
多进程
code import os from multiprocessing import Process def f(x): print('子进程id :',os.getpid(),'父进程id :',os.getppid()) return x*x if __name__ == '__main__': ...
分类:系统相关   时间:2020-12-31 12:06:57    阅读次数:0
发布快照版本
1、本地仓库的账号密码需修改为有发布权限的账号和密码 2、eclipse中运行时候设置配置: 运行后不报错,即表示发布完成。 ...
分类:其他好文   时间:2020-12-31 12:05:55    阅读次数:0
阿里云Centos7 安装mysql5.7 报错:./mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
在阿里云服务器Centos7中安装mysql5.7,解压数据库初始化后,报错 ./mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or di ...
分类:数据库   时间:2020-12-31 11:58:26    阅读次数:0
205641条   上一页 1 ... 86 87 88 89 90 ... 20565 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!