??
VS2013无法链接到TFS(Visual studio online),错误TF31001,TF31002
TF31002: Unable to connect to VisualStudio Online with VS 2013
but I can using web access - Windows 8.1.
FIX:
1. Close all i...
分类:
Web程序 时间:
2014-07-22 23:05:53
阅读次数:
531
如果想访问另一台mac电脑的共享文件可以采用这种方法.
1 找到对方的IP;
2 对方开放共享和共享用户设置正确,简单的隐秘方法是使用$用来隐藏共享;
3 按Command+K(Connect to Server),[或者在浏览器中]输入:smb://192.168.22.170/sharename (我分享的文件夹是sharename),如果是隐藏共享,就sharename$,在随后的登陆...
分类:
其他好文 时间:
2014-07-22 23:05:13
阅读次数:
304
php.ini 配置[fastdfs]; the base
pathfastdfs_client.base_path = D:/tmp; connect timeout in seconds; default value
is 30sfastdfs_client.connect_timeout = ...
分类:
Windows程序 时间:
2014-05-01 11:40:56
阅读次数:
1211
[cpp]view
plaincopy#include#include"res/resource.h"LRESULTCALLBACKWinProc(HWNDhwnd,UINTuMsg,WPARAMwParam,LPARAMlParam);BOOLInitApp(HINSTANCEhInstance,...
[html]view plaincopy//win32摄像头捕获系统vfw[html]view
plaincopy//VideoRecord.h///用于定义一些资源ID[html]view
plaincopy#include"resource.h"//#defineEXIT104#defineHE...
分类:
Windows程序 时间:
2014-05-01 10:46:01
阅读次数:
1115
想要按时间段分组查询,首先要了解level,connect
by,oracle时间的加减.关于level这里不多说,我只写出一个查询语句:----level 是一个伪例 select level from dual
connect by level d.dt-2 group by d.dt ...
分类:
数据库 时间:
2014-05-01 08:09:44
阅读次数:
415
Designing Your App’s ProductsAproductis
something you want to sell in your app’s store. You create and configure
products in iTunes Connect, and your ...
分类:
移动开发 时间:
2014-05-01 06:25:43
阅读次数:
655
利用cvs提交项目时项目提交是一个空文件夹,报错如下;
删除这个项目分享是,报错:
原因:这是文件系统不同步的问题,是因为在eclipse或mycelipse之外对工程中的resource进行修改引起的(或者是由不同的系统间对文件进行修改引起的);
解决办法:上传前和更新前都刷新一下工程,右键项目名---->Refresh
这个问题拖了几天没有得到解决,本来以为没有...
分类:
其他好文 时间:
2014-04-29 13:43:21
阅读次数:
786
参考了别人的demo之后发现建立一个管理类看起来舒服些,显得比较有条理……
但在建立与服务器连接当中,发现
Connect Error: {
NSLocalizedDescription = "You must set myJID before calling connect.";
}
这样的一个问题,知道是jid没有设置好,但是jid怎么设置呢?今天仍然没有弄清,如果有清楚...
分类:
其他好文 时间:
2014-04-29 13:13:20
阅读次数:
352