会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ike_li
耐住寂寞 微信:61047973
博客园
首页
新随笔
联系
管理
上一页
1
···
50
51
52
53
54
55
56
57
58
···
65
下一页
2015年8月27日
QDialog
摘要: 1.在对话框窗体构造函数加入 SystemDialog::SystemDialog(QWidget *parent) : QDialog(parent), ui(new Ui::SystemDialog) { ui->setupUi(this); Qt::WindowFlags flags=Qt::
阅读全文
posted @ 2015-08-27 14:05 ike_li
阅读(438)
评论(0)
推荐(0)
2015年8月24日
vc++创建文件目录
摘要: #include "stdafx.h" #include #include #include #include #include using namespace std; LPWSTR StringToLPWSTR(string s) { const char * szString = s.c_str(); int dwLen = strlen(szString) +...
阅读全文
posted @ 2015-08-24 15:22 ike_li
阅读(1199)
评论(0)
推荐(0)
2015年8月10日
配置ubuntu虚拟机备忘
摘要: #1配置minicom sudo minicom -s sudo minicom -w #1.配置网络,嵌入机的ip地址 ifconfig eth0 10.5.52.202 #2.挂载文件,把虚拟主机文件挂载到嵌入机器上,IP地址是虚拟机的 mount -t nfs -o nolock 10.5.5
阅读全文
posted @ 2015-08-10 10:34 ike_li
阅读(163)
评论(0)
推荐(0)
2015年8月7日
Qt QThread 多线程使用
摘要: 一、继承QThread 使用方法1.创建个继承QThread的类。#ifndef MYTHREAD_H#define MYTHREAD_H#include #include#includeclass MyThread : public QThread{ Q_OBJECTpublic: ex...
阅读全文
posted @ 2015-08-07 09:37 ike_li
阅读(6223)
评论(0)
推荐(0)
2015年7月29日
Qt多国语言的实现与切换
该文被密码保护。
阅读全文
posted @ 2015-07-29 10:48 ike_li
阅读(4)
评论(0)
推荐(0)
2015年7月19日
提取某软件的资源文件
该文被密码保护。
阅读全文
posted @ 2015-07-19 15:57 ike_li
阅读(2)
评论(0)
推荐(0)
2015年7月17日
Qt 数字和字符处理总结
该文被密码保护。
阅读全文
posted @ 2015-07-17 15:29 ike_li
阅读(756)
评论(0)
推荐(0)
2015年7月16日
Qt 使用SQLite
该文被密码保护。
阅读全文
posted @ 2015-07-16 14:08 ike_li
阅读(11)
评论(0)
推荐(0)
2015年6月3日
c++ 文件utf-8格式
摘要: #include int i = 0;while (i < 20){ i++; WriteLog("d:\\log.txt","aaaa中国人民");}/utf-8格式//WriteLog("d:\\log.txt", "aaaa中国人民");void WriteLog(char* file_pa...
阅读全文
posted @ 2015-06-03 14:39 ike_li
阅读(3316)
评论(0)
推荐(0)
2015年6月2日
c++ 调用外部程序exe-ShellExecuteEx
摘要: 此方法最实用的调用exe. #include <ShellAPI.h> string file_path = s_run_dir+"\\ConsoleApplication1.exe"; if (!myfile.IsFileExist(file_path)) { return 1; } LPCWST
阅读全文
posted @ 2015-06-02 10:29 ike_li
阅读(3762)
评论(0)
推荐(0)
上一页
1
···
50
51
52
53
54
55
56
57
58
···
65
下一页
公告