- 博客(5)
- 收藏
- 关注
原创 修改指定目录和子目录下的文件属性
[code="c++"]// SetFileAttrib.cpp : Defines the entry point for the console application.// [b]我对工程的命名为SetFileAttrib,main函数的使用说明是按照这个来写的。[/b]#include "stdafx.h"#include #include #include ...
2012-10-20 23:15:59 173
原创 下载文件
[code="c++"]void download(const char *Url,const char *save_as)/*将Url指向的地址的文件下载到save_as指向的本地文件*/{ byte Temp[MAXBLOCKSIZE]; ULONG Number = 1; FILE *stream; HINTERNET hSession = InternetOpe...
2012-09-25 00:07:14 89
原创 打开目录
[code="c++"]// AppTemplateDlg.cpp : 实现文件//#include "stdafx.h"#include "SimpleEnDecode.h"#include "AppTemplateDlg.h"#include "Password.h"#include "afxdialogex.h"extern CHAR *g_s
2012-09-06 23:46:54 129
原创 MySQL命令
第一招、mysql服务的启动和停止 net stop mysql net start mysql 第二招、登陆mysql 语法如下: mysql -u用户名 -p用户密码 键入命令mysql -uroot -p, 回车后提示你输入密码,输入12345,然后回车即可进入到mysql中了,mysql的提示符是: mysql> 注意,如果是连接到另外的机器上,则...
2012-08-25 22:45:28 163
原创 测试用文章
测试访问情况,谢谢合作[code="java"]public static void main(String[] args){}[/code]
2012-08-17 20:14:29 81
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人