码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
Myeclipse10.6装好了Aptana插件之后,启动都会报弹出对话框报java.lang.NullPointerException错误
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
You need to use a Theme.AppCompat theme (or descendant) with this activity解决方法
报错如下: 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
mysql连接错误
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
pstools工具使用
该工具的目的:批量远程操作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
sql server 插入用户
‘创建登陆用户 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的基本使用方法与技巧
一、概述 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
android-studio 使用过程遇到的问题,持续中...
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
invalid use of non-static member function ‘void Date::init(int, int, int)’
C++成员函数的操作...
分类:其他好文   时间:2015-04-15 13:38:15    阅读次数:149
The SELECT would examine more than MAX_JOIN_SIZE rows 报错分析 MYSQL
用了一个联表查询一个大表,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
SAP USER-EXITS && Customer EXITS
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!