Myeclipse10.6装好了Aptana插件之后,启动都会报弹出对话框报java.lang.NullPointerException错误,windows->Preferences->My Aptana/Message Center-> "Use Firefox as the Aptana Home Page Browser",去掉勾就可以了。...
分类:
编程语言 时间:
2015-04-15 17:13:23
阅读次数:
219
报错如下:
java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
解决方法:
创建的activity是MainActivity extends ActionBarActivity这样的。把后面的ActionBarActivity改...
分类:
移动开发 时间:
2015-04-15 17:04:38
阅读次数:
153
1.错误信息 Message: mysqli::real_connect(): (HY000/2000): mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an admin....
分类:
数据库 时间:
2015-04-15 16:58:48
阅读次数:
201
该工具的目的:批量远程操作windows服务器,个人实验的方法步骤:1、在被远程的电脑上开通139,445端口2、建立ipc$链接,格式:Net use \\目标ip\ipc$ 密码 /user:用户列如:net use \\192.168.0.1\ipc$ "123456789" /user:"a...
分类:
其他好文 时间:
2015-04-15 16:52:54
阅读次数:
203
‘创建登陆用户 use master create login [mashenghao] with password='kline',DEFAULT_DATABASE=[kchnetdb], DEFAULT_LANGUAGE=[us_english], CHECK_EXPIRATION=OFF, C...
分类:
数据库 时间:
2015-04-15 16:47:53
阅读次数:
131
一、概述 jQuery UI is a widget and interaction library built on top of the jQuery JavaScript Library, that you can use to build highly interactive web ...
分类:
Web程序 时间:
2015-04-15 16:37:40
阅读次数:
140
1、Rendering Problems Missing styles 设计界面布局时显示的错误:
[plain] view
plaincopy
Rendering Problems
Missing styles. Is the correct theme chosen for this layout?
Use the Them...
分类:
移动开发 时间:
2015-04-15 13:43:23
阅读次数:
190
用了一个联表查询一个大表,21 个字段,近四千万条记录吧。另一个表就几万的记录量。
报错误信息为:
#1104 The SELECT would examine more than MAX_JOIN_SIZE rows;
check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=#
if the SELE...
分类:
数据库 时间:
2015-04-15 11:22:09
阅读次数:
460
Enhancements using Customer Exits / User Exits (Find a program exit that is implemented using a customer exits, and use them to enhance functions )The...
分类:
其他好文 时间:
2015-04-15 11:11:49
阅读次数:
179