码迷,mamicode.com
首页 >  
搜索关键字:touchpad workspace files / fdisk    ( 17453个结果
获取某个文件夹下的所有代码总行数
1 #获取某个文件夹下的所有代码总行数 2 import os 3 def GetAllPath(dirname): 4 result = [] 5 for maindir, subdir, file_name_list in os.walk(dirname): 6 for filename in ...
分类:其他好文   时间:2020-09-07 18:42:30    阅读次数:44
catkin_make编译问题--Project 'B' tried to find library 'A'. The library is neither a target nor built/installed properly.
CMake Error at /home/sany/WorkSpace/test_ws/devel/share/A/cmake/AConfig.cmake:173 (message): Project 'B' tried to find library 'A'. The library is nei ...
分类:其他好文   时间:2020-09-04 17:37:01    阅读次数:82
阿里云硬盘名字
ECS中的设备名称与普通云磁盘不同,命名规则为 : /dev/xdb [root@liruilong dev]# fdisk -l Disk /dev/vda: 42.9 GB, 42949672960 bytes, 83886080 sectors Units = sectors of 1 * 5 ...
分类:其他好文   时间:2020-09-03 16:59:22    阅读次数:49
说说Java网络编程
网络编程的目的在于远程发送数据,发送接收数据就涉及到I/O的操作,这里因为涉及到比较底层字节和字符的操作,所以不可以使用java.nio.file.Files 操作文件。那就先说说I/O吧,I/O流分为字节流和字符流。字节即Byte,包含8位二进制数,一个二进制数就是1bit,中文名称叫位。字符即一 ...
分类:编程语言   时间:2020-08-27 13:17:00    阅读次数:75
altera程序固化
1.80 altera程序固化 主动串行配置AS 1、 在file->convert Programming Files 2、 在弹出的窗口中,Programming filetype 选择JTAG Indirect Configuration File(.jic),Mode选择Active Ser ...
分类:其他好文   时间:2020-08-25 16:01:06    阅读次数:52
Halcon脱机运行方法
我看到其它文章说要创建C:\Program Files\MVTec\HALCON\help目录,然后把halcon的help文件赋值到这里,经过我自己验证是不需要的。 我的步骤: 1. halcon.dll 和谐的文件 halconc.dll halconcpp.dll halcondotnet.d ...
分类:其他好文   时间:2020-08-24 15:16:25    阅读次数:96
Jenkins 任务
创建基本任务 General Use custom workspace > Directory: {directory, d:\github} Source Code Management Git plugin Git > Repositories > Repository URL: {reposi ...
分类:其他好文   时间:2020-08-19 19:59:48    阅读次数:53
多终端同步工具browsersync安装使用
1:安装 npm i -g browser-sync 国外,比较慢 如果安装了cnpm,可以使用cnpm i -g browser-sync 2:进入项目目录 window可以进到目标目录,shift+右键,在此处打开命令窗口 也可以cmd里面切换进入 3:监听同步命令 browser-sync s ...
分类:其他好文   时间:2020-08-19 19:55:27    阅读次数:58
java 用若依框架从app添加数据和图片
@PostMapping("/addfile")@ResponseBodypublic AjaxResult addSave(@RequestParam(value = "file") MultipartFile[] files, @RequestParam(value = "json") Stri ...
分类:移动开发   时间:2020-08-19 19:35:08    阅读次数:145
rac-status.sh : an overview of your RAC / GI 11g,12c, 18c and 19c resources in a glimpse
#!/bin/bash # Fred Denis -- Jan 2016 -- http://unknowndba.blogspot.com -- fred.denis3@gmail.com # # Quickly shows a status of all running instances ac ...
分类:其他好文   时间:2020-08-18 14:03:36    阅读次数:69
17453条   上一页 1 ... 31 32 33 34 35 ... 1746 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!