上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 75 下一页

2019年2月28日

使用标准名称空间

摘要: 1.using std::count; 1 int main(int argc, char *argv[]) 2 { 3 using std::count; 4 using std::endl; 5 using std::cin; 6 char response; 7 cin >> response 阅读全文

posted @ 2019-02-28 20:07 疯狂delphi 阅读(308) 评论(0) 推荐(0)

2019年2月27日

Qt-时间转换、时间加减、获取当前时间并格式化输出及将积秒转换成时间

摘要: 相关资料 https://blog.csdn.net/xb_ma/article/details/10946901 说明https://blog.csdn.net/m0_37837218/article/details/103805050 实例3https://blog.csdn.net/yangy 阅读全文

posted @ 2019-02-27 15:12 疯狂delphi 阅读(17375) 评论(0) 推荐(3)

安装python后,启动时提示“0x00000000001”内存错误

摘要: 直关资料: https://www.cnblogs.com/onewalee/p/7887747.html 问题情况:安装python后,在CMD命令中启动python就提示一个内存错误的对话框,重新安装python不行,换一个版本的python也不行。 问题原因:不清楚。 问题处理:安装win补丁 阅读全文

posted @ 2019-02-27 09:31 疯狂delphi 阅读(645) 评论(0) 推荐(0)

2019年2月9日

教程-三种空格unicode(\u00A0,\u0020,\u3000)表示的区别

摘要: 1.不间断空格\u00A0,主要用在office中,让一个单词在结尾处不会换行显示,快捷键ctrl+shift+space ; 2.半角空格(英文符号)\u0020,代码中常用的; 3.全角空格(中文符号)\u3000,中文文章中使用; 阅读全文

posted @ 2019-02-09 12:36 疯狂delphi 阅读(2831) 评论(0) 推荐(0)

html网页采集

摘要: UI_Less.pas: 1 unit UI_Less; 2 3 interface 4 5 uses 6 Windows, Classes, Messages, Forms, MsHtml, Urlmon, ActiveX; 7 8 const 9 WM_USER_STARTWALKING = W 阅读全文

posted @ 2019-02-09 10:48 疯狂delphi 阅读(916) 评论(0) 推荐(0)

2019年1月23日

[C++]Qt文本操作(按行读写)

摘要: 资料来源:https://blog.csdn.net/flyfish1986/article/details/79487104 1 #include <QDebug> 2 #include <QFile> 3 4 void ReadLine() 5 { 6 7 QFile file("要读的文件路径 阅读全文

posted @ 2019-01-23 17:45 疯狂delphi 阅读(1621) 评论(0) 推荐(0)

[C++]QString方法集

摘要: QString s = "hello world"; s. indexOf ( "o" )); //4 s. lastIndexOf ( "o" )); //7 阅读全文

posted @ 2019-01-23 17:08 疯狂delphi 阅读(701) 评论(0) 推荐(0)

2019年1月15日

hello.cpp 第一个C++程序(本博客没有特指都是以QT测试)

摘要: 操作步骤:1.文件->新建文件或项目(N)->New File or Project->Qt Console Application->Choose->“名称”中输入工程名称->“创建路径”中输入保存位置->下一步->选择“工具包”->下一步->完成。 1.新标准 1 #include <iostr 阅读全文

posted @ 2019-01-15 18:25 疯狂delphi 阅读(717) 评论(0) 推荐(0)

2019年1月9日

css font-family常用的黑体宋体等字体中英文对照

摘要: 资料来源: https://www.cnblogs.com/EnSnail/p/6792853.html 在实现网页效果时,细节很重要,字体也不例外,CSS:font-family常用字体中英文对照如下: 微软雅黑: Microsoft YaHei 宋体:SimSun 黑体:SimHei 仿宋: F 阅读全文

posted @ 2019-01-09 15:45 疯狂delphi 阅读(491) 评论(0) 推荐(0)

2019年1月4日

登陆方式设计

摘要: 1. 1 program Project1; 2 3 uses 4 Vcl.Forms, 5 Unit1 in 'Unit1.pas' {Form1}, 6 Unit2 in 'Unit2.pas' {Form2}; 7 8 {$R *.res} 9 10 begin 11 Application. 阅读全文

posted @ 2019-01-04 09:03 疯狂delphi 阅读(345) 评论(0) 推荐(0)

上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 75 下一页

导航

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