码迷,mamicode.com
首页 >  
搜索关键字:zero clipboard    ( 2343个结果
565. Array Nesting
A zero-indexed array A of length N contains all integers from 0 to N-1. Find and return the longest length of set S, where S[i] = {A[i], A[A[i]], A[A[ ...
分类:其他好文   时间:2017-12-23 14:10:55    阅读次数:188
记上次一根数据线玩转树莓派zero w的后话
发现了不少问题,总结了一下现在正在用的方法(主要去掉了Bonjour的依赖以及添加了wifi管理)。 在boot根目录下: 1.编辑 config.txt 在最后新起一行写入 dtoverlay=dwc2 2.编辑 cmdline.txt 找到 rootwite 在后边加入 modules-load ...
分类:其他好文   时间:2017-12-23 12:10:18    阅读次数:340
ubuntu 更新源
vi /etc/apt/sources.list ubuntu版本15.04 硬件:orangepi zero 往下面复制一段代码,如下: deb http://debian.ustc.edu.cn/debian jessie main non-free contrib deb-src http:/ ...
分类:系统相关   时间:2017-12-22 00:34:37    阅读次数:214
dd命令
dd命令:用指定大小的块拷贝一个文件,并在拷贝的同时进行指定的转换 dd if=/dev/zero of=/dev/sdb bs=512K count=1 #清空磁盘分区 dd if=/dev/sdb of=/path/to/save.iso #备份到image文件dd if=/dev/sdb of ...
分类:其他好文   时间:2017-12-21 17:23:15    阅读次数:148
Linux下修改Swap分区大小
据了解Linux下可以有两种方法创建交换空间,一种是创建交换分区,另一种是创建交换文件。本文记录的是创建交换文件的方法,因为我用的是这种方法。。 添加交换文件步骤: 1、找个地方创建一个.swap的文件,我放在了/mnt目录下 dd if=/dev/zero of=/mnt/10GB.swap bs ...
分类:系统相关   时间:2017-12-21 11:56:01    阅读次数:182
tomcat7 开机自启动(转)
转自 http://blog.csdn.net/rainyspring4540/article/details/51861079 环境:win7 tomcat7 开机自启动: 使用管理员打开命令提示符,进入tomcat7目录,运行 [plain] view plain copy service re ...
分类:其他好文   时间:2017-12-20 20:17:41    阅读次数:240
mysql5.7.12/13在安装新实例时报错:InnoDB: auto-extending data file ./ibdata1 is of a different size 640 pages (rounded down to MB) than specified in the .cnf file: initial 768 pages, max 0 (relevant if non-zero
.bin/mysqld --initialize-insecure --basedir=xxx --datadir=xxx 然后 .bin/mysqld_safe --defaults-file=xxx --user=mysql & 抛错: InnoDB: auto-extending data f ...
分类:数据库   时间:2017-12-19 15:11:36    阅读次数:256
Abp Zero AJAX请求(文件上传)出现400 bad request 错误问题解决
使用abp框架,使用了Zero模块。再使用Element ui进行上传图片。出现400 bad request错误请求。 用postman传数据到接口时正常工作的。 经过几经波折,终于找到问题是nati token的问题。 https://forum.aspnetboilerplate.com/vi ...
分类:Web程序   时间:2017-12-18 14:20:43    阅读次数:3120
windows下一根数据线玩转树莓派zero (w)
买了个树莓派zero w,想着用一根普通micro数据线达成ssh树莓派+网络+远程桌面的目标,折腾好久终于成功,话不多说开始整。 本文主要涉及windows10下如何用数据线ssh和远程桌面连接到树莓派zero(w),并附带网络 需要的硬件: 树莓派zero(w) 联网的PC一台(这里用的win1 ...
分类:Windows程序   时间:2017-12-16 17:24:22    阅读次数:776
565. Array Nesting 阵列嵌套
A zero-indexed array A of length N contains all integers from 0 to N-1. Find and return the longest length of set S, where S[i] = {A[i], A[A[i]], A[A[... ...
分类:其他好文   时间:2017-12-15 23:35:06    阅读次数:175
2343条   上一页 1 ... 84 85 86 87 88 ... 235 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!