Windows开发
(1)API去友商100里申请布局代码:Exp.xaml --> ...
分类:Windows开发 时间:2014-04-02 08:22:06 收藏:0 阅读:606
http://blog.csdn.net/wangrenzhu2011/article/details/8750820(转)本文章将以如何实现 开始菜单上的tile 为主。该控件代码经过测试可直接使用。tile 在我的思路中分为了 3层。基于ContentControl实现HeaderedConte...
分类:Windows开发 时间:2014-04-02 08:25:20 收藏:0 阅读:731
HubTile参考了下,就做了一个豆瓣的FM应用豆瓣的API在百度里查一下。整个应用很简单,无非是解析豆瓣的JSON数据,然后读取,下载图片和歌单
分类:Windows开发 时间:2014-04-02 08:26:44 收藏:0 阅读:623
http://blog.csdn.net/wangrenzhu2011/article/details/8175492(转)在metro 风格中 动态磁贴是他的精髓在wp7 的开发中 我们可以使用hubtile 来制作类似效果但是在 win8 中并不具备这个功能,下面我们来通过扩展GridViewI...
分类:Windows开发 时间:2014-04-02 08:30:57 收藏:0 阅读:866
代码:int nStructSize = 76;//Win98 as default LPARAM lModuleParam = 0; TV_INSERTSTRUCT tvItem; CString sPathNameSel; charlpszCurrentDir[1024];//1K::GetMo...
分类:Windows开发 时间:2014-04-02 08:36:04 收藏:0 阅读:661
1) Resume method does resume on cases where resume is possible. Meaning if the server accepts range-requests, the download would resume, otherwise res...
分类:Windows开发 时间:2014-04-02 08:42:30 收藏:0 阅读:445
找出包含子串的最小窗口Given a string S and a string T, find the minimum window in S which will contain all the characters in T in complexity O(n).For example,S="...
分类:Windows开发 时间:2014-04-02 09:12:09 收藏:0 阅读:648
服务端只有bind()没有Listen(),客户端会Connect()成功吗? 服务端只有Listen()没有accept(),客户端会Connect()成功吗? 服务端accept()会产生网络通讯吗? 服务端只有Listen()没有accept(),客户端Connect()成功后可以调用write()写数据吗? 服务端只有Listen()没有accept(),客户端连接能正常断开吗?...
分类:Windows开发 时间:2014-04-02 08:57:04 收藏:0 阅读:451
在Eclipse的CDT平台编写自己的C代码时,出现bug“Program "make" is not found in the PATH”,解决问题的时候,给出的答案是没有安装cygwin。cygwin是一款跨平台的编译器,Cygwin的主要目的是通过重新编译,将POSIX系统(例如Linux、BSD,以及其他Unix系统)上的软件移植到Windows上。Cygwin对于学习unix/linux...
分类:Windows开发 时间:2014-04-01 22:12:18 收藏:0 阅读:1338
//#include "stdafx.h" #include typedef struct _UNICODE_STRING { // UNICODE_STRING structure USHORT Length; USHORT MaximumLength; PWSTR Buffer; } UNICODE_STRING; typedef U...
分类:Windows开发 时间:2014-04-01 21:20:27 收藏:0 阅读:1668
19442944394449701
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!