会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
早上起来洗澡
佛祖保佑健康!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
2016年1月25日
运行下载程序
摘要: #include "stdafx.h"#include#pragma comment(lib,"urlmon.lib")//隐藏控制台窗口#pragma comment( linker, "/subsystem:\"windows\" /entry:\"mainCRTStartup\"" )int ...
阅读全文
posted @ 2016-01-25 14:57 hellohyi
阅读(193)
评论(0)
推荐(0)
2016年1月12日
MFC Edit控件 追加文本
摘要: // 追加文本到EditControl void InstmDebugMainDlg::AppendText(int controlId, CString strAdd) { ((CEdit*)GetDlgItem(controlId))->SetSel(GetDlgItem(controlId)-
阅读全文
posted @ 2016-01-12 09:18 hellohyi
阅读(2460)
评论(0)
推荐(0)
2015年12月31日
Android文本读写
摘要: //写文件操作 public void writeFileData(String fileName, String message){ try{ FileOutputStream fout = openFileOutput(fileName, MODE_PRIVATE); byte[] bytes...
阅读全文
posted @ 2015-12-31 15:01 hellohyi
阅读(210)
评论(0)
推荐(0)
2015年12月30日
Android 权限大全
摘要: 程序执行需要读取到安全敏感项必需在androidmanifest.xml中声明相关权限请求, 完整列表如下:android.permission.ACCESS_CHECKIN_PROPERTIES允许读写访问”properties”表在checkin数据库中,改值可以修改上传( Allows rea...
阅读全文
posted @ 2015-12-30 17:14 hellohyi
阅读(177)
评论(0)
推荐(0)
2015年12月21日
python下载网页源码 写入文本
摘要: import urllib.request,io,os,sysreq=urllib.request.Request("http://echophp.sinaapp.com/uncategorized/194.html")f=urllib.request.urlopen(req)s=f.read()s...
阅读全文
posted @ 2015-12-21 10:19 hellohyi
阅读(470)
评论(0)
推荐(0)
2015年11月29日
人形的时间显示
摘要:
阅读全文
posted @ 2015-11-29 14:15 hellohyi
阅读(264)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
公告