情景:在eclipse中,执行main方法函数。错误提示:Exception occurred executing command line.Cannot run program “D:\soft\Java\jdk1.6.0_12\bin\javaw.exe” (in directory “E:\D...
分类:
其他好文 时间:
2014-10-22 12:51:51
阅读次数:
192
1、类SQL PLUS窗口:File->New->Command Window,这个类似于oracle的客户端工具sql plus,但比它好用多了。2、设置关键字自动大写:Tools->Preferences->Editor,将Keyword case选择Uppercase。这样在窗口中输入sql语...
分类:
数据库 时间:
2014-10-22 10:50:16
阅读次数:
333
今天一大早打开ADT准备编译android工程的时候,突然发现windows菜单下的Android SDK Manager和Android Virtual Device Manager选项不见了。因为我昨天把一个android工程转换为了C/C++工程,就莫名其妙出了这个问题。 在网上搜了一下,找到了解决方案:
在ADT中点击window→Customize Perspective→Command Groups availability→Available comm...
分类:
移动开发 时间:
2014-10-22 10:09:38
阅读次数:
416
网站用的是vs2013 开发 ,IIS 是7.0 ,Win7操作方法:在管理员身份打开命令行,运行以下命令:C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis -i
分类:
Web程序 时间:
2014-10-22 09:59:08
阅读次数:
286
Problem DescriptionWhuacmers use coins.They have coins of value A1,A2,A3...An Silverland dollar. One day Hibix opened purse and found there were some ...
分类:
其他好文 时间:
2014-10-22 09:57:35
阅读次数:
269
有时候调用web service 会出现
Message does not conform to configured policy [ AuthenticationTokenPolicy(S) ]: No Security Header found
这样的错误。...
分类:
编程语言 时间:
2014-10-22 08:45:39
阅读次数:
567
Symbol not found: ___sincosf_stret错误...
分类:
移动开发 时间:
2014-10-21 23:17:11
阅读次数:
209
转载:http://blog.chinaunix.net/uid-22414998-id-3268537.html{ "keys": ["ctrl+`"], "command": "show_panel", "args": {"panel": "console", "toggle": true} }...
分类:
其他好文 时间:
2014-10-21 22:50:38
阅读次数:
171
Linux中find常见用法示例·find path -option [ -print ] [ -exec -ok command ] {} \;find命令的参数;pathname: find命令所查找的目录路径。例如用.来表示当前目录,用/来表示系统根目录。-print: find命令将匹配的文...
分类:
系统相关 时间:
2014-10-21 21:05:21
阅读次数:
380
创建数据表CREATE TABLE weblogs(
md5 varchar(32),
url varchar(64),
request_date date,
request_time time,
ip varchar(15))
我的版本是:Server vers...
分类:
数据库 时间:
2014-10-21 17:42:41
阅读次数:
478