码迷,mamicode.com
首页 >  
搜索关键字:adb connect    ( 13860个结果
Sqlite: unable to open database file
A database connect, there updated both queries (different statement, and regardless of order), after completing the implementation, not close, will ha...
分类:数据库   时间:2014-09-03 09:30:46    阅读次数:328
ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.56.105' (113)
[root@mysql ~]# mysql -uroot -h192.168.56.105 -p Enter password: ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.56.105' (113) 问题的分析 出现上述问题,可能有以下几种可能 1. my.cnf 配置文件中 skip-netwo...
分类:数据库   时间:2014-09-02 17:55:25    阅读次数:2113
Android 自带图标库 android.R.drawable
在xml文件中调用。 android:title="@string/secure_connect"android:orderInCategory="100"android:icon="@android:drawable/ic_menu_search" android:drawableRight="@...
分类:移动开发   时间:2014-09-01 22:32:03    阅读次数:8003
Metasploit扫描Mysql弱口令
msf>db_connect-y/opt/metasploit/apps/pro/ui/config/database.ymlmsf连接数据库[*]Rebuildingthemodulecacheinthebackground...msf>db_status查看数据库连接状态[*]postgresqlconnectedtomsf3msf>useauxiliary/scanner/mysql/mysql_login加载扫描模块msfauxiliary(m..
分类:数据库   时间:2014-09-01 19:44:23    阅读次数:1082
使用python向Redis批量导入数据
1.使用pipeline进行批量导入数据。包含先使用rpush插入数据,然后使用expire改动过期时间class Redis_Handler(Handler): def connect(self): #print self.host,self.port,self.table self.conn.....
分类:编程语言   时间:2014-09-01 19:11:53    阅读次数:322
当多台设备连接时,选择其中设备ADB调试
1. 通过adb devices命令获取所有online设备的serial number。 C:\Users\zhaopeng>adb devices List of devices attached b7b86f9 device localhost:4444  device 2. 通过adb -s cmd向设备发送adb命令。 比如:运行命令shell。...
分类:数据库   时间:2014-09-01 17:51:36    阅读次数:384
oracle出现无法响应新的请求,报ora-12516错误
oracle的会话数超出了限制,一般都是由于多次connect建立多个连接会话引起。解决办法:(oracle登录后台,1)sqlplus 2)conn / as sysdba)1.查看当前连接进程数SQL>select count(*) from v$process;2.查看连接数上限SQL>sel...
分类:数据库   时间:2014-09-01 15:32:03    阅读次数:322
操作mysql model
****************link=mysql_connect(HOST,USER,PWD,true); mysql_select_db(DBNAME,$this->link); mysql_query('set names utf8'); ...
分类:数据库   时间:2014-09-01 09:15:42    阅读次数:369
Python学习系列(七)( 数据库编程)
一,MySQL-Python插件Python里操作MySQL数据库,需要Python下安装访问MySQL数据库接口API包即插件,从而使得Python2.7能访问操作MySQL数据库。MySQL软件可以去官网下载:http://www.mysql.com/二,访问MySQL数据库1,连接数据库mysql基本格式:connect([host=]‘ip‘,[user=]‘use..
分类:数据库   时间:2014-09-01 02:56:23    阅读次数:250
EXPDP/IMPDP与EXP/IMP在不同用户和表空间之间迁移数据的实现方法
1. EXPDP/IMPDP方式 SQL> create user zlm identified by zlm; User created. SQL> grant connect,resource to zlm; Grant succeeded. SQL> create tablespace ts_zlm datafile '/u01/app/or...
分类:其他好文   时间:2014-08-31 17:18:01    阅读次数:248
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!