随笔分类 -  其他

其他分类
摘要:he problem seems to be the (as the error hints) the propertybag within the solution file问题似乎是解决方案文件中的 propertybag(如错误提示的那样) So a work around of this i 阅读全文
posted @ 2024-07-13 09:05 恋上微笑的天使 阅读(27) 评论(0) 推荐(0) 编辑
摘要:环境:Win7 32 bit SVN简介:程序员在编写程序的过程中,每个程序员都会生成很多不同的版本,这就需要程序员有效的管理代码,在需要的时候可以迅速,准确取出相应的版本。 Subversion是一个自由/开源的版本控制系统,一组文件存放在中心版本库,记录每一次文件和目录的修改,Subversio 阅读全文
posted @ 2023-10-09 17:29 恋上微笑的天使 阅读(412) 评论(0) 推荐(0) 编辑
摘要:HTML 教程 1、https://www.runoob.com/html/html-tutorial.html 2、https://www.w3cschool.cn/ 3、https://www.runoob.com/csharp/csharp-tutorial.html 4、https://ww 阅读全文
posted @ 2023-07-29 10:32 恋上微笑的天使 阅读(9) 评论(0) 推荐(0) 编辑
摘要:在OneNote中:插入 >文件打印样式,然后点击文件 >导出为doc格式,此时word中的pdf内容就是图片格式。 阅读全文
posted @ 2023-03-23 16:00 恋上微笑的天使 阅读(502) 评论(0) 推荐(0) 编辑
摘要:一. 压缩windows的压缩文件的扩展名: .zip或.rarLinux中的打包文件扩展名:.tarLinux中的压缩文件扩展名:.gzLinux中打包压缩的文件扩展名:.tar.gz1 打包压缩包1.1 压缩语法:tar [参数] 打包压缩后的文件名 要打包压缩的文件,支持通配符*号将多个文件打 阅读全文
posted @ 2022-09-29 16:19 恋上微笑的天使 阅读(163) 评论(0) 推荐(0) 编辑
摘要:一.文件夹操作命令1.增加 — mkdir (创建目录)1.1 命令使用: 2.查看 — ls 2.1 命令: ls [参数]查看目录下的内容2.2 参数解释: -l 以详细形式查询当前目录下所有文件和目录,不包括隐藏文件和目录 -a 以精简形式查询当前目录下所有文件和目录,包括隐藏文件和目录2.3 阅读全文
posted @ 2022-09-29 16:13 恋上微笑的天使 阅读(469) 评论(0) 推荐(0) 编辑
摘要:一、32位的Windows:1. 运行->cmd2. cd C:\Windows\Microsoft.NET\Framework\v4.0.303193. aspnet_regiis.exe -i 二、64位的Windows: 1. 运行->cmd2. cd C:\Windows\Microsoft 阅读全文
posted @ 2022-03-02 17:28 恋上微笑的天使 阅读(106) 评论(0) 推荐(0) 编辑
摘要:十进制数字转换成罗马数字 public string IntToRoman(int num) { string res = String.Empty; List<int> val = new List<int> { 1000, 900, 500, 400, 100, 90, 50, 40, 10, 阅读全文
posted @ 2020-12-11 17:57 恋上微笑的天使 阅读(188) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace WebServiceClient { public class ModelA { public class 阅读全文
posted @ 2020-11-05 09:38 恋上微笑的天使 阅读(168) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示