实验环境:TP-Link、XP SP3 (计算机名:MyXP)、Windows 8.1
Pro(计算机名:MyWin8)。在windows 8.1上,资源管理器/网络
直接可以看到MyXP,点击进入即可看到MyXP上共享的文件。在win8上共享文件,设定权限给Everyone或者MyXP。可以开启G...
分类:
其他好文 时间:
2014-06-07 05:59:08
阅读次数:
220
实验环境:windows 8.1 pro with Keil 4 and Proteus
7.8 both cracked。步骤:下载联调工具Vdmagdi,安装。keil下Option/Debug,将右侧的单选框点上。proteus
下Debug/Use remote debug monitor点...
分类:
其他好文 时间:
2014-06-07 04:20:40
阅读次数:
318
C++程序代写实现HashSet
class专业程序代写(QQ:928900200)Implement a HashSet class for elements of type
string.It has the following functions:bool add(const string &...
分类:
编程语言 时间:
2014-05-30 09:54:48
阅读次数:
431
今天,在登录tomcat前台界面时发现不能登录,查看log后发现原来是ORA-28001:
the password has expired的错误,这个错误是因为Oracle11G的新特性所致,
Oracle11G创建用户时缺省password过期限制是180天(即6个月), 假设超过180天用户p...
分类:
其他好文 时间:
2014-05-30 04:04:34
阅读次数:
217
今天在测试网站的时候,在浏览器中输入http://localhost/时,发生如下错误:HTTP
Error 500.21 - Internal Server ErrorHandler
"WebServiceHandlerFactory-Integrated" has a bad module "M...
分类:
其他好文 时间:
2014-05-29 12:09:49
阅读次数:
192
So, how do we capture an image from a WebCam?Once
you download the source code that is attached to the article you should have the
following three pro...
一、ContentProvider简介当应用继承ContentProvider类,并重写该类用于提供数据和存储数据的方法,就可以向其他应用共享其数据。ContentProvider为存储和获取数据提供了统一的接口。虽然使用其他方法也可以对外共享数据,但数据访问方式会因数据存储的方式而不同,如采用文件...
分类:
移动开发 时间:
2014-05-28 23:02:05
阅读次数:
386
转载自:http://blog.csdn.net/woshixuye/article/details/8281385一、提出需求有A,B,C三个应用,B中的数据需要被共享,所以B中定义了内容提供者ContentProvider;A应用修改了B应用的数据,插入了一条数据。有这样一个需求,此时C应用需要...
分类:
移动开发 时间:
2014-05-28 22:32:19
阅读次数:
304
A dispatchsemaphore(信号量) is useful if you need
a concurrency control for a small portion(部分) of the source code that has
smaller granularity(颗粒度) than...
分类:
其他好文 时间:
2014-05-28 21:51:45
阅读次数:
395
题目:The famous ACM (Advanced Computer Maker)
Company has rented a floor of a building whose shape is in the following figure.
The floor has 200 rooms e...
分类:
其他好文 时间:
2014-05-28 18:57:31
阅读次数:
311