今天安装MYSQL遇到MYSQL ERROR 1130: Host is not allowed to connect to this MySQL server,试了很多办法都不行skip-grant-tables 放在my.ini [mysqld]1、更改任意主机登陆mysql>usemysql;...
分类:
数据库 时间:
2014-08-28 11:02:49
阅读次数:
207
转载自:http://www.miui.com/thread-364236-1-1.html在论坛里常常碰到求助的,说访问限制的密码忘记了,或者是锁屏密码忘记了,导致有些程序(如短信,通讯录等重要程序)打不开,影响正常使用。又嫌麻烦,不愿意刷机。是不是就没有办法解决了呢?答案也是否定的。别忘了,AD...
分类:
数据库 时间:
2014-08-28 03:12:38
阅读次数:
296
ANT编译打包1:用ADT工具自带的打包: 1:切换到项目目录: 运行,android update project -p . android update project -p ./ --library ../com.example.plugin1.ifs2:刷新:多了两个目录, 3:local....
分类:
数据库 时间:
2014-08-28 00:43:48
阅读次数:
476
测试环境模拟:
SQL> drop table t_col_type purge;
create table t_col_type(id varchar2(20),col2 varchar2(20),col3 varchar2(20));
insert into t_col_type select rownum,'abc','efg' from dual connect by level...
分类:
其他好文 时间:
2014-08-27 23:28:28
阅读次数:
331
VS2013无法链接到TFS(Visual studio online),错误TF31001,TF31002TF31002: Unable to connect to VisualStudio Online with VS 2013but I can using web access - Windo...
分类:
其他好文 时间:
2014-08-27 21:48:38
阅读次数:
213
题目连接:http://acm.hdu.edu.cn/showproblem.php?pid=3371题目不难 稍微注意一下 要把已经建好的城市之间的花费定义为0,在用普通Prim算法就可以了;我没有用克鲁斯卡尔算法(Kruskal's algorithm),因为这题数据比较大,而且要处理大量的数据...
分类:
其他好文 时间:
2014-08-27 20:30:38
阅读次数:
221
USB调试
USB调试插线什么的很麻烦,手机的USB口容易损坏,多台设备的时候更是烦恼多多
AdbWireless的使用
https://github.com/Skywriter-se/adbWireless
这个APK允许设备通过wifi网络进行调试,使用起来很简单。
安装APK(手机必须ROOT),点击中间的大按钮就启动了,在下方会显示 adb connect 192...
分类:
移动开发 时间:
2014-08-27 18:48:18
阅读次数:
261
一、Login登陆验证步骤:
1、赋值,用$_POST将id和password传递给loginProcess.php登陆验证页面。
2、建立数据库连接 $conn=mysql_connect($host,$username,$password);
3、选择数据库 mysql_select_db(empmanage);
4、定义sql语句 $sql=”select passwo...
分类:
Web程序 时间:
2014-08-27 18:41:38
阅读次数:
197
首先要确保两台机子直接IP能够互相ping通
然后使用SCP命令从第一台主机向第二台主机拷贝文件
scp src chiwei@192.168.8.144:/home/chiwei/mydisk/buffer_scp_file
ssh: connect to host 192.168.8.144 port 22: Connection refused
l...
分类:
系统相关 时间:
2014-08-27 16:35:48
阅读次数:
354
http://www.cnblogs.com/walkingp/archive/2011/03/28/1997437.html在Android中查看和管理sqlite数据库在Android中可以使用Eclipse插件DDMS来查看,也可以使用Android工具包中的adb工具来查看。android项...
分类:
移动开发 时间:
2014-08-27 16:05:47
阅读次数:
254