ICode9

精准搜索请尝试: 精确搜索
  • c++ 批量修改文件名2022-08-18 16:31:01

    在网上找了很久如何利用c++批量修改文件名,但是很不幸,找到的都不全,或者跑起来没效果。我就整合了以下批量修改文件名的代码(我跑完之后,文件名并没有改,好奇怪,你们可以试着找一下错误,我感觉没有错啊,为啥改不了。欢迎在评论区解惑)。 int rename_main(){ std::vector<std::string>

  • 拿到机器后可以获取一些个人信息的目录2022-08-05 10:31:56

    1,微信   wx id C:\Users\用户名\Documents\WeChat Files\     图片 文件 C:\Users\用户名\Documents\WeChat Files\微信id\FileStorage     2,qq 号 C:\Users\用户名\AppData\Roaming\Tencent\QQ\webkit_cache   目录中保存的所有登陆过的qq号       3,chrome C:\Users\用

  • 5. File类的一些基本方法2022-06-13 21:32:45

    1 using System; 2 using System.IO; 3 4 namespace File类 5 { 6 class Program 7 { 8 static void Main(string[] args) 9 { 10 // 创建文件 11 // File.Create(@"D:\Documents\Solutions\File类\new.txt&quo

  • fs下的路径问题2022-05-27 13:01:19

    在我的如上的路径中,很奇怪的事情发生了:在C:\Users\86150\Documents\nodejs_code\code的当前目录下, 我执行以上的代码却跳转到了'C:\Users\86150\Documents\nodejs_code\code\text\01.txt'去执行 这是因为:(所谓的提供的操作路径是我在fs.readFile中写的路径) 《解决方法》 1.在

  • Skype、QQ、微信、旺旺等聊天软件个人文件的路径2022-05-24 23:01:16

    skpye exe安装包安装的: C:\Users\Administrator\AppData\Roaming\Skype 从win11/10应用商店安装的: 未知,可通过everything搜索一下skype QQ C:\Users\Administrator\Documents\Tencent Files 微信 C:\Users\Administrator\Documents\WeChat Files 旺旺 C:\Program Files (x86)\AliW

  • 微信清理2022-04-21 09:01:37

    Title 微信清理 echo 正在刪除,請稍等......   del /f /s /q "C:\Users\Administrator\Documents\WeChat Files\*.jpg" 2>nul del /f /s /q "C:\Users\Administrator\Documents\WeChat Files\*.gif" 2>nul del /f /s /q "C:\Users\Administra

  • 2022-2023学年英语周报高二课标外研第56期答案汇总2022-04-12 07:31:25

    进入查看:2022-2023学年英语周报高二课标外研第56期答案汇总   For centuries , the only form of written correspondence (通信) was the letter. Letters were, and are, sent by some form postal service , the history of which goes back a long way. Indeed , the Egyptia

  • 浅谈Spring Data ElasticSearch2022-02-15 22:03:27

    Spring Data Spring Data 帮助我们避免了一些样板式代码,比如我们要定义一个接口,可以直接继承接口ElasticSearchRepository接口,这样Spring Data就帮助我们实现了操作documents基础的CURD方法,在ES里index类似RDBMS里table的概念,documents类似table里datarow的概念,所以ElasticSearchR

  • OutOfMemoryError问题排查2022-02-04 10:33:37

    思路: 1. 观察 OutOfMemoryError 的位置, 以及线程. (如图1) 2.  配置启动参数 -XX:+HeapDumpOnOutOfMemoryError  -XX:HeapDumpPath=/Users/dai/Documents/tech, 发生OOM的时候可以dump文件 3.  分析dump文件, 使用VisualVM进行分析,分析占用最大内存的对象      图1    

  • Linux 重定向2022-01-25 16:35:25

    Here Documents Here Documents 也是一种重定向的方式,格式如下: command << token text token 例:  Here String Here String 也是类似的一种重定向的方式  

  • HTML练习之路122022-01-22 09:07:18

    本次要实现如下图所示的咖啡店banner效果图: 其实主要看给了什么素材,总共给了两种图片的素材,所以我们的结构框架就是一个大<div>包含一个小<div>: <body> <div class="out"> <div class="in"> </div> </div> </body> 写到这儿还没有任何效果展示,因为我们需要通过css给

  • mac安装maven2022-01-05 13:09:14

    1.官网下载https://maven.apache.org/download.cgi,然后解压 2.解压后的路径,比如我的是/Users/Documents/软件/maven/apache-maven-3.8.4 3.打开终端,vi ~/.bash_profile 4.添加这两行,并保存 第一行是你的maven所在路径 export M2_HOME=/Users/Documents/软件/maven/apache-mav

  • Windows下更改MySQL 数据库文件存放位置2021-12-30 13:03:24

    更改默认的mysql数据库目录 将 C:\Documents and Settings\All Users\Application Data\MySQL\MySQL Server 5.1\data 改到 D:\MysqlData 1. 建立文件夹 D:\MysqlData 2. 停止 mysql 服务,将 "C:\Documents and Settings\All Users\Application Data\MySQL\MySQL Server 5.1\data&

  • Mac安装配置JMeter2021-12-24 19:00:41

    1.官网下载 https://jmeter.apache.org/download_jmeter.cgi 2.解压 例如下载到/Users/cwb/Documents/Software/apache-jmeter-5.4/目录,则进入解压 3.修改配置文件 /Users/cwb/Documents/Software/apache-jmeter-5.4/bin/jmeter.properties 找到language在下面增加一行并保

  • Markdown2021-12-23 11:03:53

    Markdown学习 标题 三级标题 四级标题 字体 Hello,World! Hello,World! Hello,World! Hello,World! 引用 选择专升本财务管理,走向人生巅峰 分割线 图片 ![花朵](C:\Users\dinghao\Documents\Scanned Documents\欢迎扫描.jpg) 超链接 点击跳转到王者荣耀 列表 管理会计 财务分析

  • 10.14-11.7第一轮文献调研内容2021-11-08 12:02:24

    调研内容 (natural pictures, scanned documents) 1. state-of-the-art on digital image manipulation 2. Evaluation criteria (quantitative / qualitative)   一、image types 1、pictures(图片,绘画作品) / natural images(自然图像) 2、scanned documents(扫描文件)   二、met

  • python的io模块2021-11-04 11:58:26

    open函数是一个工厂函数。根据传入的变量,open函数会进行文件的开启、文件对象的创建与设定,然后返回文件对象。我们来看一下指定不同变量时,open函数具体为我们返回了什么类型的文件对象呢: >>> open('Documents/me.txt') <_io.TextIOWrapper name='Documents/me.txt' mode='r' enc

  • CAD户型图批量按户合并2021-10-28 21:01:27

    从ArcGIS中导出的户型图是按层分开放置的,现根据要求将按户合并一起,原计划编写lisp的,但一直没有搞懂同时怎样操作多个文件,最终放弃了 VBA在Excel中很好用,但在CAD中的缺点较多,主要不太稳定,至于运行速度...数据实在多就慢慢等吧 本次程序很乱,算法也很菜,且未多做标注,还好完美运行。其

  • win xp安装软件报“Error 1324"2021-10-15 22:00:08

    安装某软件到虚拟机的xp系统上,安装过程报错,具体信息如下 Error 1324. The path My Documents contains a invalid character   一般的分析认为:My Documents路径中带有非法字符或是my documents的路径安装程序不认可。看报错的字面信息,就是非法字符的问题。至于第二种情况的存在,我

  • 泰拉瑞亚 Terraria2021-10-09 13:04:34

    1、如何下载player? PC - Share Your Character Files Here! | Terraria Community Forums 这是别人上传的各种characters 将*.plr文件拷贝到 *\Documents\My Games\Terraria\Players\ 下边。 2、如何下载别人的world? https://www.curseforge.com/terraria/maps# 将*.wld文

  • 提升开发效率N倍的20+命令行神器!(附 demo)2021-10-03 11:00:54

    背景 文章推送的封面图就是我自己在用的键盘⌨️实拍(不做推荐,适合自己的才是最好的)   本文主要来源于在之前公司的小组内部的一个小分享,整理成一篇文章po出来。题目叫 “Shell 助力开发效率提升”,更切题的应该是叫“命令行”提升开发效率,这里并没有讲到 Shell 编程,而是主要介绍 Lin

  • Rmarkdown生成中文pdf文档2021-10-02 10:30:45

    方法一:安装Tinytex Xie Yihui \text{Xie Yihui} Xie Yihui大佬的方法,具体操作如下:首先下载 tinytex \text{tinytex}

  • How to avoid decoding to str: need a bytes-like object error in pandas?2021-09-30 20:02:38

    代码 : data = pd.read_csv('asscsv2.csv', encoding = "ISO-8859-1", error_bad_lines=False); data_text = data[['content']] data_text['index'] = data_text.index documents = data_text 输出 print(documents[:2])

  • Spire.PDF for .NET 完美Crack2021-09-27 21:00:36

    Spire.PDF for .NET is a professional PDF API applied to creating, writing, editing, handling and reading PDF files without any external dependencies within .NET ( C#, VB.NET, ASP.NET, .NET Core, .NET 5.0, MonoAndroid and Xamarin.iOS ) application.18084609

  • Mac 下 maven 安装与配置2021-09-21 17:04:50

    一、官网下载:传送门 二、实例maven版本:apache-maven-3.6.3 三、下载资源,解压到指定目录下 四、环境变量配置 vim ~/.zshrc export M2_HOME=/Users/wangjing/Documents/apache/maven/apache-maven-3.6.3 export PATH=$PATH:$M2_HOME/bin source ~/.zshrc 五、检验配置是否成功

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有