将手机 usb
插入主机usb接口!首先得安装手机的驱动程序。如果没有自动下载成功,可以利用手机连接软件来下载手机驱动程序。()豌豆荚之类的打开eclipse,新建android工程项目!建好之后,右键工程
run as --3之后弹出对话框,如果真机连接成功,State显示 Online如果看不到...
分类:
移动开发 时间:
2014-05-10 05:37:26
阅读次数:
411
测试webservice的时候,如果出现这个错误:"The test form is only
available for requests from the local machine" 在web.config中加入以下配置,就可以解决问题。
也就是说,在默认情况下,...
分类:
Web程序 时间:
2014-05-10 02:24:13
阅读次数:
352
在设备管理器的usb设备的属性中,显示提示“由于其配置信息(注册表中的)不完整或已损坏,Windows
无法启动这个硬件设备”。注册表坏了。经过查询,解决方法如下:
方法:打开注册表编辑器(开始--》运行--》regedit),依次展开HKEY_LOCAL_MACHINE/SYSTEM/Curre....
Next to your sewing machine, your iron is your
most important piece of equipment for sewing. For the best results with your
sewing projects you should...
分类:
其他好文 时间:
2014-05-09 20:43:40
阅读次数:
480
1. 给角色添加一个Animator组件和New State,运行后,摆出这种奇怪的姿势
这是因为没有把动画片段赋给New State,可以看到此时的New State为空,把Idle片段拖进去就好了
分类:
其他好文 时间:
2014-05-09 02:57:21
阅读次数:
266
/*
* uva575
* Date:2014/5/7
* State: AC
*/
#include
#include
#include
#include
#include
using namespace std;
const int MAXN=34;
char Arr[MAXN];
int main()
{
//cout << "Hello world!" << end...
分类:
其他好文 时间:
2014-05-09 02:25:56
阅读次数:
269
/*
* uva10879
* Date:2014/5/7
* State:AC
*/
#include
#include
using namespace std;
int main()
{
//cout << "Hello world!" <>N;
...
分类:
其他好文 时间:
2014-05-09 00:30:58
阅读次数:
287
UIButton中设置Titl方法包括以下几种:- (void)setTitle:(NSString
*)title forState:(UIControlState)state; -
(void)setAttributedTitle:(NSAttributedString *)tit...
分类:
移动开发 时间:
2014-05-08 22:49:19
阅读次数:
640
(转自:http://blog.csdn.net/weiren2006/article/details/7443362)让软件在系统启动时自动运行,可通过修改注册表实现。在\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Ru...
1. 在Linux平台下编译安装wxWidgets和Codeblocks,搭建GUI程序开发平台
2. 编写GUI程序,检测当前计算机的配置:
1) 在工作区以适当的方式输出the description of the current platform, the amount of free memory, the current host machine's name等;
2) 在状态栏实时显示当前时间。
3. 编写GUI程序,实现一个XX信息管理系统。要求用户可以选择进行输入或输出:
1) 可以把对应信...
分类:
其他好文 时间:
2014-05-08 10:48:07
阅读次数:
283